This is a research paper about the concept of “otherness” and the Maccabees. It is up to you exactly what the research question will be and how to go about its answering. It will probably be about how the Maccabean Rebellion illustrates the Jews embrace of “otherness” and the consequences thereof.
Per the instructor’s guidelines, the paper must contain at least a limited dialogue between experts. That is, we must identify other scholarly arguments, and how they differ with each other, and where our idea fits in.
The paper guidelines do require the use of at least two written sources. The others may be any source type. It also states: “There must be an EXTENSIVE use of footnotes.”
I’ve attached my rough beginnings of an outline. I warn you its pretty much a scatter of concepts that wont be particularly comprehensible. It would be great if you could gain a little direction in terms of the thesis from it and integrate a few of the ideas that you can discern.
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 });

