Requirements: 4-6 pages (at least 4 full pages) (dont make too fancy)
4-5 sources (primary-norton and secondary-online)
MLA format (with in text citations and a works cited page)
Use specific authors with references to their works for support plus other outside sources from peer reviewed databases (The Literature Resource Center is a good place to start).
Describe some of the central principles of Puritan ideology and illustrate their significance in specific literary works.
OR
Discuss the reoccurring ideas of suffering and redemption in Puritan and early colonial literature.
Use quotes from passages in the Norton Anthology of American Literature)
some authors and passages are;
William Bradford, of Plymouth Plantation 122-127
Anne Bradstreet- The poem- The flesh and the spirit (222-225). The poem- Before the Birth of one of her children 225-226. the poem- To my dear and loving husband (226). The poem- Here Follows Some Verses upon the Burning of Our House, July 10th, 1666 (232). The poem- As Weary Pilgrim (233-234). and the passage To my dear children (235-238)
Michael Wigglesworth. the poems from “The Day of doom” (239-255)
Cotton Mathers-“From the wonders of the visible world” (328-329)
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 });

