Chicago Public Library
Chicago Amplified
Since 1873, the Chicago Public Library has offered equal access to information, ideas, and knowledge through books, programs, and other resources. Modern technology has increased that access and the Library has kept pace, offering free Internet access, WiFi and over 80 online newspapers, magazines, and databases. The Library welcomes and supports all people in their enjoyment of reading and their pursuit of lifelong learning through free author talks and educational programs every month in each of the 79 locations throughout the city. Celebrate the freedom to read, to learn, and to discover.
Recent stories by this author
Born in New Mexico of Chicano and Apache descent, Jimmy Santiago Baca was raised first by his grandmother and was later sent to an orphanage. He became a runaway at 13, and at 21 Baca was sentenced to five years in a maximum security prison where he began to turn his life around, learning to read and then write poetry.
Chicago writer Achy Obejas interviews Yiyun Li about her life and work and the inspiration behind her intimate stories.
Jonah Lehrer, best-selling author of How We Decide, discusses his new book Imagine: How Creativity Works, an inspiring look at the new science of creativity.
Listen in as Julie Burros, director of cultural planning at the City of Chicago's Department of Cultural Affairs and Special Events, explains how the city is creating a new Cultural Plan with input from Chicago’s citizens and how you can be involved in the process.
Historian, writer, and leading China specialist Jeffrey Wasserstrom (contributor to the Chicago Tribune, TIME magazine, and The China Beat) discusses why it has never been more important to understand the global giant that is China.
Eli Horowitz (editor of McSweeney’s), Eleanor Jackson (literary agent at Markson Thoma), Tom Roberge (publicity director of New Directions), and Kathy Pories (senior editor of Algonquin Press) discuss the publishing world.
Authors Christine Sneed (Portraits of a Few of the People I’ve Made Cry), Nami Mun (Miles from Nowhere), Samuel Park (This Burns My Heart), and Bonnie Jo Campbell (Once Upon a River) discuss and read from their work.
Bonnie Jo Campbell, nationally acclaimed author of Once Upon a River, discusses her work with Donna Seaman, senior editor of Booklist.
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