History 101Group #1- Epic of Gilgamesh http://www.ancienttexts.org/library/mesopotamian/gilgamesh/- “After reading one of the above selections complete the following:- One Page Typed Paper- Single Spaced- Font Size no larger than 12- Do not write a summary- Include: Identifications, Analysis & Reaction- No citation, no any format(no name, title etc, just 3 paragraph)Write a 3 paragraph, one page paper. Please use the following format. This is a pass/fail assignment. If you follow these instructions you will pass and get one point, if you do not follow these instructions you will fail and get zero points.Paragraph #1: IdentificationsUsing specific terms, people, places from history (the powerpoints and/or textbook) connect the reading to specific historical developments. This paragraph must have 5-7 specific identifications in complete sentence and paragraph format. Do not write a summary.Some example Identification Terms 🙁 you can use others)Polytheism Samaria Mesopotamia Ziggurat Uruk Ishtar Cuneiform Tigris & Euphrates riversExample of identifications in sentence:In Epic of Gilgamesh, many gods and goddess are mentioned, because people in Mesopotamia is polytheism.Paragraph #2: AnalysisAnalyze the reading for its importance and value. All of these readings are very old, so why do we still bother reading them today? What is their value to us? Why are they important? Analyze the reading in paragraph format.Direction:Infuence of Epic on ALL western literature First written story Examples of influence Archetype, plot, themes, etcParagraph #3: ReactionWhat is your opinion of the reading? Did you enjoy reading it? Did you like it?
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 });

