Directions: Please write a well-reasoned, three-page essay on one of the following questions.
1. Watch the film in the internet resources folder entitled Greece: A Moment of Excellence. Via comparison with other ancient civilizations we have studied, explain how the Greeks are similar in outlook and culture to other civilizations, and explain at least one way in which they are different. Make sure to make reference to specific concepts from the film, as well as specific details from comparative cultures. Use the categories from the list below in question #2 to help structure your analysis.
2. All the ancient societies we have studied have had to find ways to keep order and provide stability. Pick 2 of the ancient cultures discussed in class and compare how they used one of the following topics to maintain order and stability:
Laws/Government
Religion/Belief Systems
Art and Architecture
For full marks on question #2, you must quote from a primary document or name and describe an artifact as appropriate to your choice from the list.
Some possible primary sources would include: Hammurabis Code; the Ten Commandments; the Epic of Gilgamesh; the Noah flood story; the Analects, the Dao De Jing, etc.
If you choose to compare artwork from two different civilizations, use the Metropolitan Museum of Arts Timeline
Greece: A Moment of Excellence https://www.youtube.com/watch?v=twkQpGnQ1mo
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 });

