-apa format
-times roman
-12 font double space
-references included
-original work must (plagiarism software used by instructor)
Find a current event related to a social issue of your choosing (no older than a few months) that was widely covered by the media.
- Choose two different news articles from two different media sources. Write an essay comparing and contrasting your two sources.
- Clearly identify the author, title of article, name of publication. Take notice of the type of article: local, national or international news story, editorial, or column, etc.
- Identify the main claim and supporting reasons or premises of your article.
- Analyze the logic of the article according to the critical analysis tools we have been studying throughout the course, including identifying fallacies and rhetorical devices. Try looking deeper into the news coverage to discern the significant information that is omitted, and if the evidence is viable. Discern the logic of the arguments in each specific news article. Be alert to discern if there are rival causes and if the evidence is deceptive. Consider what significant information is omitted or if other reasonable conclusions are possible.
Sources and Citation: In addition to the two news articles, find and cite two scholarly sources to back up the claims and conclusions of your analyses
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 });

