This essay is about your interpretation of the text; it is not a research paper. The only sources you are allowed to use are the textbook, your lecture notes, and two other sources, either online or in print. For suggestions of other sources, see p. 1153 in the Owen anthology, p. 1105 in The Columbia History of Chinese Literature, individual articles in The Indiana Companion toTraditional Chinese Literature, and The Cambridge History of Chinese Literature.
To find suitable sources, you may consult online databases such as “The Bibliography of Asian Studies”(http://simplelink.library.utoronto.ca/url.cfm/325913) and JSTOR (http://simplelink.library.utoronto.ca/url.cfm/29453). You may use Wikipedia to guide you to academic sources, but do not cite Wikipedia itself as a source. Only use scholarly online sources, not blogs or discussion forums. You may use sources in Chinese, but you must translate anything you quote from them into English in your essay (and put the original Chinese in a footnote).
One of sources you use should be the text book, Owen, Stephen (1996), An Anthology of Chinese Literature: Beginnings to 1911
you don’t need to worry about that don’t have text book, just Choose one or two biographies from Historical Records and I will find out which page it is on the text book.
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 });

