Raven Foundation
Chicago Amplified
The Raven Foundation, an educational not-for-profit organization, is dedicated to making religion reasonable, violence unthinkable and peace a possibility. Working with cutting edge theorists in anthropology, theology and brain research, The Raven Foundation offers fresh approaches to the issues of war and peace, violence, identity and desire. Raven’s online resources, educational programs, events and artistic partnerships challenge conventional wisdom and offer practical insights into the human experience.
Recent stories by this author
In the years leading up to the American Civil War, theologians, preachers, and devout church goers searched the Bible to discern God’s position on slavery. Should have been obvious, right? Not according to the scholars featured in this conference exploring questions of Biblical interpretation, then and now.
Listen in as Raven Foundation founder Suzanne Ross and baseball historian Peter Morris discuss the historical impact of Branch Rickey’s decision to call up Jackie Robinson to the major leagues and its dramatic interpretation by the Lookingglass Theatre.
Suzanne Ross and John Musial, the playwright and director of The Great Fire and Lookingglass ensemble member, explore the myth of Chicago's origins and provide insights into the creative process during this preshow discussion.
The Raven Foundation presents this scholarly lecture on the Lookingglass Theatre's production of "The Last Act of Lilka Kadison."
Listen in to this scholarly lecture by Rosemary Erickson Johnsen, Associate Professor of English at Governors State University, on the Lookingglass Theatre's smoldering adaptation of Ethan Frome, a novel by the Pulitzer Prize-winning author of The Age of Innocence,
The Raven Foundation presents the 2011 Raven Award for Excellence in Arts and Entertainment to award-winning composer and lyricist Stephen Schwartz for his musical Wicked.
Join us for a Raven Foundation lecture exploring the themes of J.M Barrie's Peter Pan as expressed in the current Lookingglass Theatre production. Rosemary Erickson Johnsen, Associate Professor of English at Governors State University, is the lecturer.
The Making Peace with Revelation workshop concludes with a question and answer session that includes all presenters. Joining Dr. Papandrea and Dr.
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