Global Activism features individuals with Chicago ties who want to make the world a better place. Listen live on Thursdays or subscribe to the Global Activism podcast. If you know someone to nominate for the series, fill out this form. And mark your calendars: join us Saturday, April 28, 2012 at UIC Forum for the 5th Annual Global Activism Expo. Click here for details.
Chicago Public Media (WBEZ) has not independently investigated any persons or organizations that appear on the Global Activism series and does not endorse any such person or organization.
How does a white girl from Chicago get interested in teaching music to orphans in Indonesia? Music for Lombok co-founder Kat Vallera explains.
On today's Global Activism segment, Chicagoan Elizabeth Mhangami, the founder of Vanavevhu: Children of the Soil returns. Recently back from Zimbabwe, she gives an update on what's happening in her native country and about her organization's new initiative called "Theory of Change."
Worldview catches up with Elke Kroeger-Radcliffe, founder of the Tikondane Community Centre. The center is located in Katete, a small town in the eastern province of Zambia. Tikondane sponsors a community school, adult education and eco-tourism programs.
Community Cloud Forest Conservation works to alleviate poverty and protect Guatemala’s tropical cloud forests. The organization supports a range of projects that include education, reforestation, community development and bird monitoring.
Spark Ventures is a Chicago-based non-profit that partners with grassroots organizations to serve children in poverty. The group is working on providing nutrition, education and health care to those in need in rural Zambia—and have partnered with Groupon to do it.
Battery Operated Systems for Community Outreach (BOSCO) is an all-volunteer not-for-profit group that works to bring internet to isolated rural areas in Northern Uganda and South Sudan.
Nearly 60% of Colombia's millions of internally displaced persons (IDPs) are women. Many of these women lost not only their homes, but also their husbands, brothers and sons to ongoing violence. Colombian women have suffered through torture, rape and numerous other abuses.
It’s Thursday and time for our Global Activism segment. Each Thursday, we hear about someone who’s decided to make the world a better place.In 2010, Terry Mulligan taught in the Mailisita community in Moshi, Tanzania.
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