Elmhurst College
Chicago Amplified Elmhurst College
Elmhurst College is a leading liberal arts college located eight miles west of Chicago. The College’s mission is to prepare its students for meaningful and ethical work in a multicultural, global society. Elmhurst College fosters learning and enriches culture through innovation, scholarship, and creative expression. Approximately 3,400 full- and part-time students are enrolled in its 22 undergraduate academic departments and nine graduate degree programs. Founded in 1871, Elmhurst College is a four-year private college affiliated with the United Church of Christ.
Recent stories by this author
Bob Woodward and Judge William J. Bauer reunite at Bauer’s alma mater, Elmhurst College, to discuss issues at the heart of the American experience in democracy.
When new subdivisions and shopping centers shoot up on what once was open farmland, is that evidence of economic boom or suburban sprawl? Great news for the car industry, or terrible news for the environment? Listen in as architectural historian, author, and educator Robert Bruegmann explores these questions and argues that there is opportunity in subdivisions and in spread-out development.
McFarland discusses “Democracy and Global Security,” drawing on her years of experience in national security posts in the Nixon, Ford, and Reagan administrations.
Journalists who covered last year’s Arab Spring revolutions, and Chicago-area experts who witnessed the events firsthand, explore the impact and implications of the movements during this panel discussion.
Louis Menand, a trenchant observer of the forces that shape higher education, says that “trying to reform the contemporary university is like trying to get on the Internet with a typewriter.”He argues that this is because the institutional structure and educational philosophy of Ame
Chicago is experiencing its warmest winter in 80 years, but Eastern Europe has been suffering through brutal cold that has led to the deaths of more than 600 people so far. Extreme weather hasn’t been limited to winter, as last year’s tornado season in the U.S.—the deadliest in 50 years—has shown.
Science journalist Joshua Foer used to be like the rest of us mere memory mortals who forget friends’ birthdays, where we put the car keys, where we put the car…Then he covered the U.S. Memory Championships in pursuit of a story about intelligence and memory.
When Father Robert Barron preaches, his message reaches millions. Barron is a Catholic priest of the Chicago Archdiocese, but his pulpit is no ordinary one.
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