Your annotated bibliography will be organized alphabetically by author last name (or first important word), just like a works cited page for an essay. It will also use 12 pt. Times New Roman font and it will be double-spaced. The first line of the bibliographic information (source author, title, etc.) for each source will not be indented. The second line and any that follow for each source will be indented by 0.5 inches to create a hanging indent. The paragraph containing information about the source’s content should be indented like a normal paragraph – the first line will be indented by 0.5 inches, subsequent lines will not be indented. For more details, refer to the 7th edition of the MLA Handbook for Writers of Research Papers, available in the library. Your annotated bibliography will list 8-10 scholarly sources which you should find using the resources in our library. At least 4 of these sources must be found in print. One of your sources should be the primary work which your research paper will be based around. If you are going to compare and contrast two or more works, they should be listed as well. Notes on scholarly sources: You cannot use regular search engines like Google (unless it is Google Scholar) or Yahoo! to find your sources, nor should you be using a random web source that is uncorroborated (as in, does not have a list of reputable sources like a Bibliography, Works Cited, or footnotes)
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 });

