Project description
you will do a four (4) page analytical essay comparing and contrasting the current Civil Rights movement happening, in places like Charlotte, North Carolina, Baton Rogue, Louisiana, New York City, and Ferguson, Missouri, in response to police brutality, the prison industrial complex, economic systematic oppression, and the continued disenfranchisement of Black people in the United States to other Civil Rights movement moments in Black America.
You may choose different ways of comparing/contrasting including, but not limited to:
Important issues; Goals; Response from government (local/national); Method of resistance; Media representation of movement; Leader(s) of movement; Violence; Community involvement; #BlackLivesMatter (Twitter); Gender; Concept of Black Power; Impact of Nonviolent vs. Violent protests
Instruction files
african_american_studies.docx(12,54 KiB)
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

