Avatar

Change the List

@cnnchangethelist / cnnchangethelist.tumblr.com

Help us bring change to places and issues that need it most. This journalism experiment is led by CNN columnist John D. Sutter. input[type='submit'].minimal, button.minimal { background: #e3e3e3 !important; border: 1px solid #bbb !important; -moz-border-radius: 3px !important; -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important; -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important; box-shadow: inset 0 0 1px 1px #f6f6f6 !important; color: #333 !important; font-family: "helvetica neue", helvetica, arial, sans-serif !important; font-size: 12px !important; font-weight: bold !important; line-height: 1 !important; padding: 8px 0 9px !important; text-align: center !important; text-shadow: 0 1px 0 #fff !important; width: 150px !important; } input[type='submit'].minimal:hover, button.minimal:hover { background: #d9d9d9 !important; -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important; -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important; box-shadow: inset 0 0 1px 1px #eaeaea !important; color: #222 !important; cursor: pointer !important; } input[type='submit'].minimal:active, button.minimal:active { background: #d0d0d0 !important; -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important; -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important; box-shadow: inset 0 0 1px 1px #e3e3e3 !important; color: #000 !important; }
Join our Mailing List
Email Address
Close
var fancyboxLoaded; try { var jqueryLoaded=jQuery; jqueryLoaded=true; //Check if a fancybox plugin is already loaded try{ fancyboxLoaded = $.fancybox } catch(err) { fancyboxLoaded=false; } } catch(err) { jqueryLoaded=false; } var head= document.getElementsByTagName('head')[0]; var script= document.createElement('script'); if (!jqueryLoaded) { script.type= 'text/javascript'; script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'; head.appendChild(script); } if (!fancyboxLoaded) { //Only load the CSS because the asynchronous JS might not load the script in time... //We'll load the script later with jQuery :) var fancystyle= document.createElement('link'); fancystyle.setAttribute("rel", "stylesheet"); fancystyle.setAttribute("type", "text/css"); //TODO: Hey MC guys, you've gotta host this somewhere! fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css"); head.appendChild(fancystyle); } var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = ''; try{ err_style = mc_custom_error_style; } catch(e){ err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;'; } var head= document.getElementsByTagName('head')[0]; var style= document.createElement('style'); style.type= 'text/css'; if (style.styleSheet) { style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}'; } else { style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}')); } head.appendChild(style); $(document).ready( function($) { //Button below the Tumblr Controls //TODO: Hey MC guys, you've gotta host the image linked below somewhere! var newsletter_link = document.createElement('a'); newsletter_link.setAttribute('href', '#mc_embed_signup'); newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup'); newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;'); var newsletter_image = document.createElement('img'); newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png'); newsletter_image.setAttribute('style', 'border:none;'); newsletter_link.appendChild(newsletter_image); //Append Link to body $('body:first').append(newsletter_link); var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){}, invalidHandler: function(form, validator) { setTimeout("$.fancybox.resize();", 50); } }; var mce_validator = $("#mc-embedded-subscribe-form").validate(options); options = { url: 'http://jdsutter.us5.list-manage.com/subscribe/post-json?u=d10ce1a8a4490ded846872421&id=d6d799cb70&c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8", beforeSubmit: function(){ $('#mce_tmp_error_msg').remove(); $('.datefield','#mc_embed_signup').each( function(){ var txt = 'filled'; var fields = new Array(); var i = 0; $(':text', this).each( function(){ fields[i] = this; i++; }); $(':hidden', this).each( function(){ if ( fields[0].value=='MM' && fields[1].value=='DD' && fields[2].value=='YYYY' ){ this.value = ''; } else if ( fields[0].value=='' && fields[1].value=='' && fields[2].value=='' ){ this.value = ''; } else { this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value; } }); }); return mce_validator.form(); }, success: mce_success_cb }; $('#mc-embedded-subscribe-form').ajaxForm(options); }); function mce_success_cb(resp){ $('#mce-success-response').hide(); $('#mce-error-response').hide(); if (resp.result=="success"){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(resp.msg); $('#mc-embedded-subscribe-form').each(function(){ this.reset(); }); $('#mc-embedded-subscribe').hide(); $('.mc-field-group').hide(); $('#mc-embedded-lightbox-close').show().focus(); } else { var index = -1; var msg; try { var parts = resp.msg.split(' - ',2); if (parts[1]==undefined){ msg = resp.msg; } else { i = parseInt(parts[0]); if (i.toString() == parts[0]){ index = parts[0]; msg = parts[1]; } else { index = -1; msg = resp.msg; } } } catch(e){ index = -1; msg = resp.msg; } try{ if (index== -1){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } else { err_id = 'mce_tmp_error_msg'; html = '<div id="'+err_id+'" style="'+err_style+'"> '+msg+''; var input_id = '#mc_embed_signup'; var f = $(input_id); if (ftypes[index]=='address'){ input_id = '#mce-'+fnames[index]+'-addr1'; f = $(input_id).parent().parent().get(0); } else if (ftypes[index]=='date'){ input_id = '#mce-'+fnames[index]+'-month'; f = $(input_id).parent().parent().get(0); } else { input_id = '#mce-'+fnames[index]; f = $().parent(input_id).get(0); } if (f){ $(f).append(html); $(input_id).focus(); } else { $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } } } catch(e){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } } $.fancybox.resize(); } function initFancybox(){ $("#mc-embedded-tumblr-signup").live('click', function(){ $.fancybox({ 'autoDimensions' : true, 'width' : 'auto', 'height' : 'auto', 'href' : $(this).attr('href'), 'scrolling' : 'no', 'onComplete': function(){ $('#mce-error-response').hide(); $('div.mce_inline_error').hide(); $('#mce-success-response').hide(); $('#mce_tmp_error_msg').remove(); $(':input','#mc-embedded-subscribe-form') .not(':button, :submit, :reset, :hidden') .val('') .removeAttr('checked') .removeAttr('selected'); //focus first input field $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus(); $('#mc-embedded-subscribe').show(); $('.mc-field-group').show(); $('#mc-embedded-lightbox-close').hide(); } }); return false; }); } //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it if (!fancyboxLoaded){ //TODO: Hey MC guys, you've gotta host this somewhere! $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){ initFancybox(); }); } if (fancyboxLoaded) { initFancybox(); }
Avatar
Back in October of 2012, the people at CNN took it upon themselves to remedy the problem of low voter turnout by launching their "Change The List" campaign. The initiative noted the fact that the state of Hawaii had the lowest voter turnout during the 2008 election and set out to fix it. CNN asked people to tweet encouragements at Hawaiian voters, do stuff with Instagram and leave comments on YouTube, all in an effort to 'convince' random people in Hawaii to go vote. Today, Hawaii proudly stands in 49th place in voter turnout. When CNN launched its campaign, West Virginia was 49th, so it makes sense that moving Hawaii out of that spot would, in all likelihood, drop the Mountain State into last place.
Avatar

#CTLCNN: The results are in!

This is journalism as democracy. You voted. And I'll cover your top five picks as part of the CNN Change the List project. 

Drum roll please .. And the winners are ...

1. America's widening rich-poor gap (16,789 votes)

2. Illegal animal trade (13,276 votes)

3. Where rape is most common (12,996)

4. The world's poorest children (12,820)

5. America's most endangered river (12,002)

See the full list on CNN.com. Thanks to all who voted! 

More than 32K votes in all. So cool.

Avatar

You pick it, CNN will cover it

VOTE on CNN Change the List topics here. We've put forward 20 options. Will report on the top five you choose. 

Here's what some people/orgs are saying on Twitter:

Moms? Malaria? Show your influence: @CNN's new challenge invites us to decide the most important issues to cover: http://t.co/LLvlw3At9e
— Melinda Gates (@melindagates)
June 12, 2013
Be a @CNN assignment editor at http://t.co/HtKeN06fWy! Vote for #polio eradication until 17 June. #CTLCNN #endpolio #socialgood #health
— Rotary International (@rotary)
June 11, 2013
Vote for the 'No Toilets' story & send @Jdsutter to a country where @CARE is fighting poverty! Vote now! #CTLCNN http://t.co/GvRMOauUCH
— CAREUSA (care.org) (@CARE)
June 12, 2013
A child dies from malaria every minute but we can beat it. Vote for @jdsutter to report on malaria on @CNN: http://t.co/5rqnROHODl #CTLCNN
— Malaria No More UK (@malarianomoreuk)
June 12, 2013
All 20 topics of the Change The List project are worthy of coverage. Where would you send @jdsutter? http://t.co/DEUEqPIdme #CTLCNN
— newsjunkie365 (@newsjunkie365)
June 11, 2013
Have you voted yet? All important issues, but vote illegal wildlife trade http://t.co/c5SV1wcepp CNN's #ChangetheList via @jdsutter
— WWF News (@WWFnews)
June 12, 2013
Do it >>MT @jdsutter Here's a crazy/awesome/scary thing you can do today: VOTE on the stories I'll cover this year. http://t.co/lYYVq6nIL3
— Carine Umuhumuza (@CarineUmu)
June 11, 2013
Avatar
Most of the twenty stories that Mr. Sutter proposed are the kinds of unsexy public interest journalism more likely found on PBS than CNN: places in the U.S. where no one has has Internet or toilet paper, countries wracked by polio and leprosy, the effects of extreme poverty on children. Mr. Sutter hopes that the audience’s engagement with the story—they chose it, after all—will lead people to get involved and work for change.
Avatar

#CNNCTL leaderboard for Tuesday. Vote through Sunday at CNN.com/changethelist

Avatar

How CNN Change the List voting works - answering some questions

Some questions about how #CTLCNN voting works: You can vote once per day. Multiple votes w/in a day won't register: cnn.com/change
— John D. Sutter (@jdsutter) June 11, 2013
2/2 And voting will close at 11:59pm ET on Sunday. #CTLCNN
— John D. Sutter (@jdsutter) June 11, 2013
Avatar

17,768

That's how many votes CNN's Change the List tallied as of 7:20 a.m. Voting continues through Sunday, and you can vote once per day. Pick your top five from this list of 20 stories -- the country where malaria is deadliest; the place where leprosy is still a scourge; the state with the highest dropout rate; the most dangerous roads on Earth -- and CNN columnist John D. Sutter will report on the five winners. 

Help us spread the word - and thanks!

Avatar

Journalism as democracy

Vote on the issues CNN columnist John D. Sutter will cover this year as part of his Change the List project. Pick five from this list of 20. He'll start reporting on the five winners after voting closes Sunday night.

Don't like the topics presented? Send a tweet to @jdsutter or an e-mail to ctl[at]cnn[dot]com and we'll add it to the list of write-in candidates. CNN editors will choose the sixth Change the List topic, and that story could come from your ideas. Check out the spreadsheet with write-in topics here

Avatar

You pick it, CNN will cover it

Pick your top five from this list and VOTE HERE! I'll cover the winning five as part of CNN's Change the List project. Voting closes next Monday.

Here are the topics to choose from: 

  1. No toilets: In one country, 90% don't have basic sanitation.
  2. Rivers: Some U.S. rivers are dry or overrun with pollution. 
  3. Malaria: The country with the highest death rate. 
  4. Free speech: One nation ranks BELOW North Korea.
  5. Happiness: The saddest rich country could use cheering up.
  6. Internet: Some U.S. towns have little to no access.
  7. Rape: Some communities suffer disproportionately. 
  8. Dropouts: One state has a 60% graduation rate. 
  9. Extreme poverty: Children are hit hardest. 
  10. Moms: In one country, 1 in 100 births kills mom.
  11. Roads: They kill 1.3M/year. Smarter laws could help.
  12. Polio: Three countries stand in the way of eradication. 
  13. Women: Five countries have no women in the legislature. 
  14. Animals: Illegal trades empty ecosystems and line pockets.
  15. Leprosy: +200K cases are detected each year. Still.
  16. Conflict: The deadliest wars aren't always in the news.
  17. Prison: Which U.S. state is most likely to lock you up?
  18. Land mines: They still kill thousands per year.
  19. Inequality: One U.S. state is the most unequal of all.
  20. Drugs: U.S. demand fuels cartel violence. 

After we have the winners, we'll work together to push for change in places that need it most. Each story focuses on the extreme case -- and the goal is to start a conversation that, over time, could bump these places off the bottom of the list. Thanks for your vote and support! --John

You are using an unsupported browser and things might not work as intended. Please make sure you're using the latest version of Chrome, Firefox, Safari, or Edge.