Duiker, William J. and Spielvogel, Jackson J. (2011). The Essential World History, Volume I (Sixth ed.). Boston, Massachusetts: Wadsworth, Cengage Learning. (ISBN:978-0-495-90211-1)
McNeill, J.R. and McNeill, William H. (2003). The Human Web: A Bird’s Eye View of World History (First ed.). New York and London: W.W. Norton and Company. (ISBN:0-393-92568-4)
Primary sources are documents that record historical events by eyewitnesses. Such documents can provide clues to not only historical events, but to attitudes, values, culture, and other attributes of a civilization. For this writing activity, you will analyze a primary source document in order to understand the context of either Greek or Roman civilization.
Select and read ONE of the following two primary source documents.
Thucydides (c.460/455-c.399 BCE): Pericles’ Funeral Oration
from the Peloponnesian War (Book 2.34-46) (Greece)
http://www.fordham.edu/halsall/ancient/pericles-funeralspeech.asp
The Deeds of the Divine Augustus (Octavian-Rome)
http://classics.mit.edu/Augustus/deeds.html
Next, write an analysis that includes:
1. An introduction to the document, including the purpose for which it was written, the audience to which it was addressed, and the major points covered in it.
2. The context of the document from your reading, including how it reflects the values and concerns of the civilization.
3. A conclusion explaining what you have learned from your analysis.
Your analysis should be 2-3 pages in length (700-750 words) and should be written in APA style.
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 });

