we watched and listened to clips about the Black Lives Matter movement. Answer the following questions in your original post:
What are your general reactions to this social change movement?
What are the reasons for why this social change movement is taking place?
What strategies are being used to create social change?
Comments from Support Team: those two links i just sent to you are articles to be used to write the discussion, and you MUST read the textbook and related your answer to those reading, you must cite as well. thanks
http://www.nytimes.com/video/us/100000003841604/blacktwitter-after-ferguson.html?playlistId=1194811622182&smid=fb-nytvideo
http://www.radioproject.org/2015/05/blacklivesmatter-alicia-garza-on-the-origins-of-a-movement/
Chapter 4: Importance of Social Change
Moritsugu, J., Vera, E., Wong, F.Y., & Duffy, K.G. (2014). Community Psychology (5th ed.). New York: Taylor & Francis. ISBN-13: 978-0205255627 or ISBN-10: 0205255620
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 });

