Acknowledgements

$(document).ready(function(){
$(“#hide”).click(function(){
$(“p”).hide();
});
$(“#show”).click(function(){
$(“p”).show();
});
});

I’m indebted to many people in the Enviromental Technology discipline at QUT for their support, including, Professor Godwin Ayoko, Associate Professor Eric Waclawik, Dr Wayde Martens and many others. In addition, I’ve benefited from many discusions with both Karen Whelan, the Associate Dean of the Science and Engineering, QUT, and Jillian Rowe, a Learning and Teaching Consultant, Griffith University, over very many years (ca.. 15 if I remember correctly).

%d bloggers like this: