Write a research paper that discusses a news story or social justice issue and makes reference to one or more particular religions.Select a news article that covers an issue of social justice and references one or more specific religions. In a 500 word essay, (1) summarize the findings of the news article, (2) discuss how or whether the journalist presents multiple perspectives, and (3) bring
the news article into conversation with one of the creative works covered so far in this course.
The article should be from a reputable news source and should be current (since 2015).
Grading will be out of 20 points, broken up as follows:
– Religion (5 points): specific knowledge of the religion(s) chosen for the assignment
– Social justice (5 points): understanding of the power dynamics of the specific social issue(s) chosen for the assignment
– Sources (5 points): appropriate sources are chosen and are cited properly
– Instructions (5 points): meets the assignment’s expectations for word count and responds to all components of the assignment’s prompt
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 });