Here’s a Map of All the Problems at the Polls So Far

Mother Jones

<!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN” “http://www.w3.org/TR/REC-html40/loose.dtd”>

For months now, voting rights advocates have expressed concern over possible voter suppression at the polls on Election Day. This is the first presidential election since the Supreme Court’s decision in Shelby County v. Holder, the 2013 ruling that gutted the sections of the 1965 Voting Rights Act that had given the Justice Department the power to monitor election law in areas with histories of voting discrimination. Following the 2013 decision, Supreme Court Justice Ruth Bader Ginsburg warned that without these VRA protections, discrimination at the polls, particularly against minorities, was likely to increase. “Just as buildings in California have a greater need to be earthquake­ proofed, she wrote in her dissent,places where there is greater racial polarization in voting have a greater need for prophylactic measures to prevent purposeful race discrimination.”

Inside the Knock-Down, Drag-Out Fight to Turn North Carolina Blue

In recent months, concerns over potential voter suppression have proved to be prescient. A report published last week by The Leadership Conference Education Fund found that counties once covered by the VRA’s Section 5—one of the rules diluted by the Supreme Court—have closed at least 868 polling places in advance of the 2016 election. In addition, 14 states will be operating under new voting restrictions this election, including voter ID requirements, while the Justice Department’s capacity to monitor the implementation of those laws is weakened. Another consequence of the Shelby County decision was the DOJ announcement in July that the department had to slash the number of election monitors it would send to the polls, from more than 780 observers in 23 states in 2012 to just a handful of observers in five states. On Monday, the department announced that instead it would deploy more than 500 election monitors to 67 jurisdictions in 28 states.

Donald Trump has often asserted that the election will be “rigged” against him. On his website, he has encouraged his supporters to sign up to be a “Trump election observer” and monitor polling stations for what he says will be voter fraud. In response, state Democratic parties have filed voter intimidation lawsuits against the Trump campaign in six statesArizona, Pennsylvania, Nevada, Ohio, Michigan, and New Jersey. So far, the Ohio case is the only one where a federal judge issued a restraining order against the Trump campaign compelling them not to intimidate or harass voters at the polls, and that did not last long: This week, a panel of judges from the 6th Circuit Court of Appeals overturned the Ohio judge’s restraining order, and on Monday the Supreme Court upheld that decision.

But allegations of voter intimidation, improper voter ID practices, long lines, and even guns at the polls have been rolling in since the start of early voting across the country—in some states it begins as early as late September. We have collected some reports of problems and will continue to update this post until the last polls close on Election Day. Click on each state below to see a list of the reports we’ve gathered so far. (And if you experience or witness issues at the polls, send us a tweet or an email.)

Click Any State for Details

item
Zero
item
1-4
item
5-9
item
10+
Source: News reports, advocacy organizations.

var super_simple_map = function(options)
var svg_string = ‘ ‘;
var map_svg = jQuery(svg_string);
var state_specific_area = jQuery(‘#’ + options.container);
state_specific_area.before(map_svg);
var remove_previously_selected = function()
var previously_selected = map_svg.find(‘.selected’);
previously_selected.each(function()
var $this = $(this);
var previous_class = $this.attr(‘class’) else
$this.attr(‘class’, previous_class.replace(‘selected’, ”));

});
}

state_specific_area.hide();
map_svg.find(‘path’).bind(‘click’, function() state_specific_area.hide(); remove_previously_selected(); );
/* FANCY FADE
if you’re feeling fancy, you can apply a fade in and out here instead
replace the two lines above with

state_specific_area.addClass(‘fade-out’)
map_svg.find(‘path’).bind(‘click’, function() state_specific_area.addClass(‘fade-out’).removeClass(‘fade-in’); remove_previously_selected(); );

and search for FANCY FADE below to make a similar change there
If you do this you’ll need to copy our fade-in fade-out css or make your own
*/

var state_specific_headline = jQuery(‘

‘);
state_specific_area.append(state_specific_headline);
var state_specific_body = jQuery(”);
state_specific_area.append(state_specific_body);

var color_map = function(states)
for (var i = 0; i < states.length; i++)
var state = statesi;
var class_to_add = ”;
if (!state’class’)
class_to_add = ‘ blank’;

else
class_to_add = ‘ clickable ‘ + state’class’;

var state_svg = map_svg.find(‘.’ + state.abbr);
var old_class = state_svg.attr(‘class’);
if (typeof old_class !== ‘string’)
//an ancient version of jquery
state_svg.get(0).setAttribute(‘class’,
state_svg.get(0).getAttribute(‘class’) + class_to_add
);
else
var new_class = old_class + class_to_add;
state_svg.attr(‘class’, new_class);

}
}
var place_state_specific_data = function(states)
for (var i = 0; i < states.length; i++)
var state = statesi;
var state_svg = map_svg.find(‘.’ + state.abbr);
state_svg.attr(‘data-state-specific-headline’, state’headline’ );
state_svg.attr(‘data-state-specific-body’, state’body’ );

//this is what happens when you click on a state
state_svg.unbind(‘click’);
state_svg.bind(‘click’, function(event)
//first update the state_specific
var headline = jQuery(event.target).attr(‘data-state-specific-headline’);
var body = jQuery(event.target).attr(‘data-state-specific-body’);
state_specific_headline.html(headline);
state_specific_body.html(body);
state_specific_area.show();
/* FANCY FADE
if you’re feeling fancy, you can apply a fade in and out here instead
replace the line above with

state_specific_area.addClass(‘fade-in’).removeClass(‘fade-out’);

and search for FANCY FADE above to make a similar change there
If you do this you’ll need to copy our fade-in fade-out css or make your own
*/

//give class selected
remove_previously_selected();
var state = jQuery(event.target);
previous_class = state.attr(‘class’);
if (typeof previous_class !== ‘string’)
state.get(0).setAttribute(‘class’,
state.get(0).getAttribute(‘class’) + ‘ selected’
);
else
new_class = previous_class + ‘ selected’;
state.attr(‘class’, new_class);

});
}
}

var tabletop_options =
key: options.key,
//proxy: ‘https://s3.amazonaws.com/mj-tabletop-proxy’,
prettyColumnNames: false,
callback: function(data)
color_map(data);
place_state_specific_data(data);
if (options.initial_state)
map_svg.find(‘.’ + options.initial_state).click();

},
simpleSheet: true
};
if (options.proxy)
tabletop_options.proxy = options.proxy;

Tabletop.init(tabletop_options);
};

super_simple_map(
container: ‘state_specific_area’,
// initial_state: ‘SD’,
//proxy: proxy here,
key: ‘https://docs.google.com/spreadsheet/pub?key=1ZGqRQveUdJ_AU_5-Ty2LW1ePh79A6YmAGjTbrD-JFoU&output=html’,
)

Read this article: 

Here’s a Map of All the Problems at the Polls So Far

This entry was posted in GE, LG, ONA, PUR, Uncategorized and tagged , , , , , . Bookmark the permalink.

Comments are closed.