Write about an aspect of the Roman World (to 476AD) from Chapter 5,6 or 7. Topics are flexible, but need to be highly focused and either argumentative/persuasive or compare/contrast. I have posted sample outlines for each type of paper in Course Content. Use APA or Chicago style with 12 point font. The paper needs to be 5-6 pages long plus include a bibliography with five or more sources. Two or more sources must be academic books. (E-books may be cited, but need to be from established publishing houses.) It is not necessary to have an APA cover page as long as the student’s name is at the top of the first page
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 });

