3-5 full pages not including cover sheet or references; typed, double spaced with 1″ margins. “Use 5 sources for your paper. These may be a combination of books and articles. Your school librarian will be able to help you find such materials if you need help. Further, if you’re able to get to a university library such as Ole Miss or MSU, you will have access to many more materials to use. There can be ABSOLUTELY no material taken from the internet, especially Wikipedia.” Topics to choose from: The Eighteenth Century:Age of Enlightenment or The Eighteenth Century: European States, International Wars and Social Change or A Revolution in Politics: The Era of The French Revolution and Napolean. These are topics we have written on and covered. This paper is for extra credit so we can write anything about one of these three topics. I will attach the unit powerpoints.
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 });