Spertus Institute of Jewish Studies
Chicago Amplified
Spertus Institute of Jewish Studies is a center for Jewish learning and culture, open to people of all backgrounds. Spertus offers graduate programs in areas that are critical to the Jewish and wider communities—including Jewish studies, leadership training, and nonprofit management. Recognizing that learning is sparked by many points of entry, programming at Spertus also includes public lectures, seminars, exhibits, concerts, and films. Programs are held at Spertus' innovative Michigan Avenue facility and at locations around Chicago and the suburbs.
Recent stories by this author
This second part of "The State of American Jewish Belief Revisited: At the Edge of a Crisis or at a New Threshold?" symposium features presentations by Dr. Arnold M. Eisen, Dr. Rachel Adler, and Rabbi Dr. Arthur Green.
This final installment of "The State of American Jewish Belief Revisited: At the Edge of a Crisis or at a New Threshold?" includes a panel discussion led by Richard Rosengarten, associate professor of religion and literature in the Divinity School at the University of Chicago.
Recent studies point to declining synagogue membership and denominational identification as signs of a crisis in American Judaism. This symposium focuses attention on theological dimensions of the perceived crisis.
This third installment of the "The State of American Jewish Belief Revisited: At the Edge of a Crisis or at a New Threshold?" symposium includes a panel discussion led by Michael Fishbane, Nathan Cummings Professor of Jewish Studies in the Divinity School at the University of Chicago.
This fourth audio installment of the "The State of American Jewish Belief Revisited: At the Edge of a Crisis or at a New Threshold?" sympsium features presentations by Rabbi Saul Berman, Dr. Riv-Ellen Prell, and Josef Stern, presenting remarks prepared by Rabbi Dr. David Ellenson.
In partnership with the North Shore Chavurah of Rabbis, Spertus is proud to again co-sponsor Kallah, a series of free lectures and courses that take place on Chicago’s North Shore.At this session, Dr. Todd Hasak-Lowy speaks about Arab-Israelis and Hebrew culture.
In partnership with the North Shore Chavurah of Rabbis, Spertus is proud to again co-sponsor Kallah, a series of free lectures and courses that take place on Chicago’s North Shore.At this session, Dr.
Spertus was very pleased to partner with Moment magazine and writer Shalom Auslander for the award ceremony of Moment magazine’s memoir writing contest.At this special event, attendees enjoyed a reading by the contest’s winner, Hillel F.
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