Goethe-Institut Chicago
Chicago Amplified
The Goethe-Institut is the official cultural institute of the Federal Republic of Germany. It promotes knowledge of the German language and fosters international cultural cooperation with 141 institutes in 79 countries. The Goethe-Institut Chicago offers arts and cultural programs, German language courses, support for German teachers, and provides up-to-date information on Germany to universities, schools, local authorities, and other interested parties.
Recent stories by this author
Listen in as Goethe-Institut Chicago and Poetry Foundation for an evening of music and poetry performed by Tzveta Sofronieva, Sam Burckhardt, and Chantal Wright.
The Donald Young Gallery is exhibiting the works of artist Thomas Schütte in February. On the occasion of Thomas Schütte’s visit to Chicago, the Goethe-Institut presents a symposium with Thomas Schütte, Jörg Kreienbrock, Susan Bernofsky, and Michal Pawel Markowski on Robert Walser's microscripts.
Each year Literaturlenz brings together the Goethe-Institut Chicago, the Consulate General of Switzerland in Chicago, and the Consulate General of Austria in Chicago for an evening of readings in German. Each author represents a unique voice in contemporary German-language literature.
Long before he set foot in his future, permanent home of Los Angeles, the renowned 20th-century architect Richard Neutra immersed himself in the lessons of booming 1920s Chicago and America, drinking in steel framing via architect and engineer Dankmar Adler, working on the Palmer House as Draftsman
Michael Kleeberg was born in 1959 and studied political science, modern history, and visual communication. While at university he worked as a journalist, nurse, and dockworker.
Listen in as Martin Walser reads from his novel Ein springender Brunnen.
Lecturer Carolyn Armenta Davis shines a rare spotlight on three of today’s Black-owned architectural firms in Germany, two in Berlin and one in Hannover. Highlighted are built designs and "paper" architecture for Germany and countries in Africa, Asia, and the Middle East.
2011 could be termed “Max Frisch Year” as we celebrate the 100th anniversary of his birth and commemorate the 20th year of his death.
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