Your course project will focus on a particular social movement that has had an impact on society. The goal is to learn about how collective action and social movements trigger changes in individuals and social structures to combat social problems.The project will consist of 4 parts: course project proposal, annotated bibliography, power point presentation OR video presentation, final draft of your course project paperYou will select your social movement during Week 2 and submit your course project proposal .All 4 parts of your Course Project (i.e. course project proposal, annotated bibliography, power point OR video presentation, final draft of course project paper) will focus on a particular social movement that has had a significant impact on society. Examples of potential social movements include the: Civil Rights Movement, Women’s Rights Movement, Environmental Movement, Animal Rights Movement, Black Lives Matter Movement, Same-Sex Marriage Movement, Disability Rights Movement, etc…By the end of Week 2, you will submit the proposal for your course project .Your Proposal should address the following:introduction and description of chosen social movement.Identify and describe the social movement you have chosen. Explain why you have chosen this social movement.Describe what you already know about it.Describe what you hope to learn through your research.
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 });