Monograph Writing Assignments—Students are required to participate in the reading of one monograph readings; you will write a three page essay following the guidelines provided.
Monographs:
Hiroshima// Hershey, John// Random House//1989// ISBN 06679721037
Coming of Age in Mississippi// Moody// Laurel// ISBN 0-440-31488-7
The Way We Never Were// Coontz//Basic Books// ISBN 0465090974
What does the Internment of Japanese Americans Mean? // Murray, Alice Yang// 1st Edition//St. Martin Press//2000
A Peoples History of the United States//Zinn, Howard//ISBN 0-006-052-8427
The Jungle// Sinclair// ISBN 0451528042 (can be found online)
Too Heavy a Load//White, Deborah// ISBN 039331992x
• (The student will choose one of these monographs and you will write an essay over the book).
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 });

