$(document).ready(function(){ $(document).scroll(function() { var alpha = Math.min(0.5 + 0.4 * $(this).scrollTop() / 3000, 0.9); var channel = Math.round(alpha * 255); $("body").css('background-color', 'rgb(' + channel + ',' + channel + ',' + channel + ')'); }); }); Jon Mayne - Research: NYT

NYT











An article about noise pollution on trains whilst travelling in the quite section. I am interested in the noise that people inflict upon others in day to day life and how that can effect us.