In
this assessment you will be given 3 primary source exercises for
ancient Greek history (for the time period covered by our class,
Mycenaean Age to the Hellenistic Age). Please complete all 3 (template
to fill out is attached)*.
The
sources for ancient Greece are numerous, scattered, and multiform. Many
are comprised of genres which are foreign to us. In the past, the field
has dealt with the challenging nature of the ancient sources by
creating multi-volume reference works, such as series which collect all
Greek inscriptions and categorize them by region and date. In the age of
computers, we have transitioned those standard reference collections to
the web and begun to add any new, fresh evidence that is discovered to
these same keyword searchable databases. These databases are the basis
of upper-level research in ancient history today. In this assignment,
you will use those databases to identify and access primary sources.
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 });