Historical Survey
ENGL 339
http://guides.library.tamu.edu/content.php?pid=201308
Name: Scott Barnett
Item: Mississippi Freedom Project
- Locate all names of people in your document. Then, locate biographical materials on each person.
- Locate the date of publication. Research to locate any relevant contemporary historical events that might impact the publication.
- Locate all places mentioned in your publication including place of publication. Locate materials on the place.
- Locate any organization mentioned in your document. Research history and purpose of the organization.
- Research any other relevant information found in your document.
- Once you have located the above information you should write a 1-2 page summary synthesizing the information you have researched. I am not looking for a factual summary but a discussion of how the information you have located informs your understanding of the document you are researching.
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 });

