must be a minimum of 15 pages in length with 15 separate citations. Must be an analytical paper! Sources may include academic books, professional journals, professional journal article from online data bases; you MAY NOT use wikipedia, web page information, encyclopedia material, or any type of popular magazines,
Paper MUST include:
1. a title page with the title of the paper, your name, the number and name of the course, and the date;
2. an introduction, where you describe your topic, SPECIFY YOUR RESEARCH QUESTION,
and preview the main points of your paper;
3. a body, in which you describe and explain what is known about the ANSWER TO YOUR QUESTION, employing published scholarly research;
4. a conclusion, in which you review your major points, tie them together, and
hopefully reach some sort of conclusion about the answer to your research
question; and,
5. a references section which includes all the work referenced in the paper, listed in alphabetical order by the author’s last name with
6. Pages numbered, Times New Roman 1 inch margins (left, right, top, bottom). This requires you to change the default settings
in Microsoft Word, Double?spaced.
7. Appropriate parenthetical in?text citation: (Author LAST NAME AND page number, IF THERE ARE TWO AUTHORS SEPARATE WITH A SEMI COLON! THERE IS INFORMATION ATTACHED IN A SECTION OF INSTRUCTIONS REGARDING THIS).
Ideas, arguments, concepts, phrases, and sentences taken from other sources
appropriately cited, Spell?check, Proofread.
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 });

