The topic is the situation of African-Americans during the New Deal. Please look at the following websites. The last one contains two short videos.
http://www.rooseveltinstitute.org/new-roosevelt/african-americans-and-new-deal-look-back-history
http://www.cato.org/publications/commentary/why-did-fdrs-new-deal-harm-blacks
http://www.pbs.org/tpt/slavery-by-another-name/themes/fdr/
Task: Compare how the different historians who voice their opinions here evaluate the situation of African Americans during the New Deal? Where do they agree, where do they disagree? Whose position strikes you as more convincing?
IF Possible/Necessary please include Eric Foners ( Give me Liberty ) View point and argue/compare his point of view to the others ( as a basis ) . (No Other sources only eric foner+3 named links )
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 });

