On Tuesday's Afternoon Shift we look at ways humans relate to one another. First we talk about the idea of family and how it is changing. Then we look at the Center on Halsted, a refuge for teens identifying as LGBT celebrating its fifth anniversary.
For years, many of us wouldn’t have known much of anything about systemic abuse and torture of police suspects in Chicago’s Area Two headquarters were it not for the tireless work of John Conroy.In 1990, the Chicago Reader investigative journalist began chronicling how police commander Jon Burge and
A correction has been added to this post.Foodies and casual diners alike probably know Alpana Singh. Singh has been the longtime host of the popular restaurant review show Check, Please! on WTTW/Channel 11.
Afternoon Shift
Tyson joins Steve Edwards on Afternoon Shift to explore the economic future of space exploration and other universal themes found in a new collection of his commentaries, Space Chronicles: Facing the Ultimate Frontier.
Afternoon Shift
Paul Kahan has been one of the top chefs in Chicago for years now. His dining empire covers a lot of ground from refined (Blackbird) to chic (avec) to indulgent (Publican) to opulent (The Violet Hour) to bare basics (Big Star). But Monday he'll have the chance to reach a new level, and win one of the highest honors in the food world.
In our conversation yesterday about My Kind of Town, Steve Edwards raised the question why the staged version of Chicago’s police torture scandal affected audiences so much more, and more viscerally, than written accounts of the scandal. There’s the physical presence of theater, of c
Today on the 3@3, Chicago Tribune's Nina Metz and Gaper's Block Editor Andrew Huff talk about the topics of the day.Which include:Steve Edwards: Today, protests against NATO begin with a march on Mayor Rahm Emanuel’s house.
The Royalty have spent the past seven years getting to a moment most every band strives for: the promise, or at least hope, of breaking out from a small microcosm to a bigger stage. They have an established label behind them, a building buzz and an infectious sound caught somewhere between the
As Facebook prepares to go public, the company must perform a delicate balancing act. With a targeted advertising model that utilizes personal data mined from its users, questions have been raised about drawing a line between making a profit and maintaining users’ privacy.
You may have heard that President Obama made a big announcement last week. The President told Robin Roberts of ABC news that he believed same-sex couples should have the right to marry.
On Tuesday's Afternoon Shift we look at ways humans relate to one another. First we talk about the idea of family and how it is changing. Then we look at the Center on Halsted, a refuge for teens identifying as LGBT celebrating its fifth anniversary.
With same-sex couples marrying in some states, married couples not having children and couples co-habitating and raising children, there are many ways to define a family, says sociologist Brian Powell.
Perhaps if former small forward Bill Bradley had been able to lace up his old sneakers last week, his beloved New York Knicks might have been able to withstand the Heat in the first round of NBA playoffs.
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