Neighborhood Writing Alliance
Chicago Amplified
The Neighborhood Writing Alliance (NWA) provokes dialogue, builds community, and promotes change by creating opportunities for adults in Chicago's underserved neighborhoods to write, publish, and perform works about their lives. NWA hosts free writing workshops for adults in libraries and social service agencies during which participants tell their stories and make connections between their own histories and the experiences of others. Selected writing from the workshops is published quarterly in the Journal of Ordinary Thought (JOT), which was founded on the proposition that Every Person Is a Philosopher and strives to be a vehicle for reflection, communication, and change. NWA further amplifies the voices and stories from Chicago’s neighborhoods through public readings, local theatrical performances, its Ever Person Is a Philosopher Blog, and media coverage.
Recent stories by this author
Listen in to a reading celebrating the release of "I Believed Every Word: JOT Writers on Urban Legends, Rumors, and Tall Tales," the winter 2012 issue of the Journal of Ordinary Thought. This issue of JOT features writing from San Lucas Church, St. Leonard's House, and the Albany Park, Bezazian, Hall, King, and Mabel Manning Branch Library workshops.
This public workshop introduces issues of sexual exploitation and trafficking in the Chicagoland area and includes personal testimony from an area survivor.
Please join the Neighborhood Writing Alliance in celebrating the release of "I Am Here,” the fall 2011 issue of the Journal of Ordinary Thought.This issue of JOT features writing from St. Leonard’s House and the Bezazian, Hall, and Mabel Manning Branch Library workshops.
The Neighborhood Writing Alliance (NWA) is excited to announce “Testify,” the fall 2011 issue of the Journal of Ordinary Thought.
The Neighborhood Writing Alliance (NWA) is excited to announce “Shell and Yolk,” the Spring 2011 issue of the Journal of Ordinary Thought.
NWA presents "The Best of JOT: A Year in Review” at the 2011 Printers Row Lit Fest.
Every Person Is A Philosopher is a celebration and fundraiser supporting the Neighborhood Writing Alliance. This year we are celebrating 15 years of the Neighborhood Writing Alliance and 20 years of the Journal of Ordinary Thought.
The Neighborhood Writing Alliance (NWA) is excited to partner with the Black History 101 Mobile Museum, an innovative traveling table top exhibit of Black memorabilia spanning the eras of slavery to Hip Hop.
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