Slide One Title Slide (worth 5 points)
o Please include your full name
Slide Two Identify and define your social problem (worth 15 points)
o Discuss what is most concerning about this particular social problem*
Slide Three Data on your social problem (worth 15 points)
o What does previous research tell us about this social problem?
Slide Four What does your problem look like globally? (worth 15 points)
o Do other nations suffer from this problem?
o Are there resources/funding/policies in place to help combat/eliminate this problem in
other countries? If so, what are they?
Slide Five What policy efforts have been made here in the U.S. to combat this social
problem? (worth 20 points)
o Have policy efforts succeeded or failed?
Slide Six Do you have ideas for how U.S. society can address this problem in the future?
(worth 15 points)
o What would need to happen? Short term or long-term solutions?
Slide Seven Works Cited (worth 20 points)
o Please properly cite your outside source using APA citation format
o Additionally, any charts, graphs, pictures, etc. must be properly referenced on this slide
Using the following cite:
Goldman, S. K., & Mutz, D. C. (2014). The Role of Mass Media in Changing White Racial Attitudes. In Obama Effect, The: How the 2008 Campaign Changed White Racial Attitudes (pp. 6179). Russell Sage Foundation. http://www.jstor.org/stable/10.7758/9781610448246.9
BOTMA, G. (2019). RACE TALK AND WINDS OF CHANGE IN THE MEDIA. In Race Talk in the South African Media (1st ed., pp. 115132). African Sun Media. http://www.jstor.org/stable/j.ctv1nzg298.11
Hall, S. (2021). Black Men, White Media [1974]. In P. Gilroy & R. W. Gilmore (Eds.), Selected Writings on Race and Difference (pp. 5155). Duke University Press. https://doi.org/10.2307/j.ctv1hhj1b9.7
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 });