Chicago Council on Science and Technology
Chicago Amplified
In establishing the Chicago Council on Science and Technology (C²ST) in 2006, the founders sought to bring together Chicago’s scientific leaders – academic, corporate, government, museums, universities and national laboratories- to provide a forum for the discussion of current issues of scientific interest. Since September of 2007, C²ST has co-sponsored or produced on average two programs per month; partnered with over forty regional organizations. C²ST is an anchor to catalyze a more robust marketplace for science and gain more visibility for Chicago as a center of innovation and technology.
Recent stories by this author
Young-Kee Kim, deputy director of Fermilab and professor of physics at the University of Chicago, discusses the importance of the Higgs boson, a never-before-seen subatomic particle, what its discovery would mean for physics and society, and recent advances in Higgs boson research and high-energy particle experimentation in Europe and the United States.
Listen in as leading area marine scientists discuss ocean acidification, overfishing, and what we can do to address these issues.
Tuesday, May 1, 2012
6:00pm
Young-Kee Kim, deputy director of Fermilab and professor of physics at the University of Chicago, presents recent advances in Higgs boson research and talks about the future directions of high-energy particle experimentation in Europe and the United States.
Thursday, April 19, 2012
6:00pm
Join C2ST and leading area marine scientists as they discuss ocean acidification, overfishing, and what we can do to address these issues.
It's the end of time as we know it. Astrophysicist Adam Frank argues new ideas in cosmology are radically changing human conceptions of time.
Nanoscale materials have a great potential for positive societal impact. For example, synthesized nanoscale materials and systems can be used to create innovative applications and technologies that solve problems in the biological and medical sciences as well as in energy and climate change.
The dependence on oil and other fossil fuels for over 80% of our energy and the continued emission of carbon dioxide threatening a stable climate are captured in a single term: sustainability.
Fracking is a step in the production of gas and oil by the high pressure fragmentation of shale using water, sand, and chemicals.
Pages
";
if (ad) {
splashAd(ad);
setInterval(timer, 1000);
// Change value of the cookie so script doesn't run next pageload.
setCookie('wbezSplash', 2, 1)
}
}
function splashAd() {
//build the display area
$('
')
.css({
'position' : 'fixed',
'top' : '100px',
'left' : '300px',
'height' : '500px',
'width' : '700px',
'padding' : '10px',
'background-color' : 'white'
})
.appendTo('#page');
// Add link to skip the ad.
$('
Skip This Ad 10
')
.css({
'text-align' : 'right',
'cursor' : 'pointer'
})
.appendTo('#placeholder');
$('#skip-ad').click(function() {
$('#splash-ad').hide();
});
$('
').html(ad).appendTo('#placeholder');
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1327426452883-0'); });
}
function timer(){
var time = $('#time').text();
time--;
if(time >= 0){
$('#time').text(time);
}
if(time == 0){
$('#splash-ad').hide();
}
}
}
//Cookie Handling Functions -- from http://www.w3schools.com/js/js_cookies.asp
// Date setting modified
function setCookie(c_name, value, exdays) {
var exdate=new Date();
exdate.setDate(exdate.getDate() + exdays);
exdate.setUTCHours('00');
exdate.setUTCMinutes('00');
exdate.setUTCSeconds('00');
var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
document.cookie=c_name + "=" + c_value;
}
function getCookie(c_name) {
var i,x,y,ARRcookies=document.cookie.split(";");
for (i=0;i