ASSIGNMENT: Research paper
Topic: What technological advances emerge during World War II? How technology affected the result of the war?
A. Weaponry
B. medicine
C. Industrial/ Intelligence
-An OUTLINE PAGE with your THESIS STATEMENT
§ 1 page or less, with a thesis statement (saying what your paper will show or what it will prove about your topic).
§ An outline showing how you plan to develop your topic is required and should be placed at the beginning of your paper.
§ The outline shows, in abbreviated form, how your paper will be organized.
§ It should be a page or less. Refer to SAMPLE OUTLINE doc.
– FOOTNOTES or ENDNOTES (no “parenthetical” citations).
§ The paper must include at least three PRIMARY and four SECONDARY sources.
§ Do not use online encyclopedias, such as Encarta or Wikipedia
-A BIBLIOGRAPHY PAGE with Primary and Secondary sources separately.
Refer to docs provide.
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 });

