Assignment Question
An annotated bibliography is a place for students to keep up with research in preparation for a researched essay. Summarize, evaluate, and cite sources that will be used in the essay in the annotated bibliography.
Requirements: The Annotated Bibliography must include 2 sources relevant to your Personal Problem Research Essay topic. At least one of the sources must come from the library’s databases. Each entry for a source is called an “annotation.” Each annotation in the Annotated Bibliography will include a Works Cited entry in MLA format, a summary of the article, and an evaluation of the article’s credibility and relevance. The MLA citation should be first, followed by a 100–200-word summary paragraph, and then a 100–200- word evaluation paragraph. The summary should provide an objective description of the article’s subject and argument. It should be free of bias and opinion. Do not state whether or not you agree with the argument in the summary. The evaluation should provide the qualifications and credentials for the source’s author(s) and/or publisher(s). It should also explain how this source is relevant to your Personal Problem Research Essay’s topic. Finally, the evaluation should explain whether or not this source will be useful in your final Personal Problem Research Essay.
An Effect Annotated Bibliography Will:
• Include 2 relevant sources, with at least one coming from the BRCC Library’s databases.
• Have a clear and concise summary of each article.
• Have an in-depth analysis of each article’s credibility and relevance.
• Meet the requirements of the assignments (word count, citations, MLA, research, etc.).
• Adhere to MLA format and include in-text citations and a Works Cited Page.
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 });