Film link- https://colorado.kanopy.com/video/i-am-not-your-negroI Am Not Your Negro – film Content What makes the movie a good social tool for change, a good sociological analysis of a social problem. How does it fail at doing this? Remember that I am not looking for a movie review, or whether you liked the movie or not. You need to show how the movie supports or refutes learnings that we have discussed in class or encountered through the readings.-Use sociological theories and concepts to comment, illustrate, build upon or critique the main claims of the film. What sociological theory best relates to the arguments made? What are the social change intended by the movie maker? What are the obvious claims and the hidden ones? How is reality shown? How are the main points emphasized, distorted, transformed, implied, eluded?-Do no express opinions. Your analysis is a sociological one, not an aesthetic one.
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 });