You are to read Carol Berkins Revolutionary Mothers and Gary Nashs The Forgotten Fifth. Both seek to question and expand the historical narrative of the American Revolution. Rather than a book report that simply restates each main argument, you will analyze, critique, and wrestle with the historical arguments each historian posits. In your comparative book review you will summarize the key arguments of both texts. Then you will analyze the historical discussion between these two texts.
Summarize each authors main argument
Explain how each author supports their main argument
Provide the strengths and weaknesses of the authors argument
Compare and contrast the argument put forward
Discuss how or how not Berkin and Nash are in conversation with each other
What are the strengths and weaknesses of the arguments? Are there strengths in the authors arguments that you had not thought about before? Are there any potential problems with the argument? Do you agree with the authors conclusions?
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 });