1 to 2 pages, typed & double-spaced
Clear indication/explanation of:
The research topic
The sources you intend to use
An outline of the evidence and arguments you intend to use
A tentative topic sentence or thesis statement that clearly tells the reader what your paper is about, your position on the issue, and how you will argue your point
Consider three of the dynasties that we study in this course. (Tang, Sung, Ming. Chinese dynasty) Compare and contrast their diplomatic approaches and relations with the states with whom they were in contact. You may want to discuss their attitudes towards waging wars, their ability to maintain peace, their perceptions of other states and how diplomacy should be conducted, which dynasty you think was the most successful in terms of inter-state relations and why, etc.
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 });

