1-Choose 1 or more racial categories that you know the least about:Asian | Pacific IslanderBlack | African AmericanWhiteArab | Middle Eastern/ South West Asian & North African Bi/MultiracialNative American | IndigenousLatinx | Hispanic (while listed as an ethnic category on the census, many view it as their racial category as well).2-Write down your answers to the following questions about the racial category (ies) you selected.-How many of your friends, teachers, colleagues, and/or family members identify as _____(insert the racial categories you chose)?-How many celebrities, scholars, or politicians can you think of who identify as ___ (insert the racial categories you chose?-How many of the people on your list identify as women, transgender, gender fluid or non-conforming?-Identify 2-3 major issues affecting ___ (insert the racial categories you chose) people today, in the United States and globally, without looking them up.-What images, words, and stereotypes come to mind when you think of ___ (insert the racial category you chose) people? Why do you think those particular images, words, and stereotypes come to mind? Where did you learn them?-What were/are you taught in school or by the media about ___ (insert racial categories you chose)?3-Watch the video(s) that correspond to the racial categories you selected.(In 700-1000 words or a 4-6 minute video response provide a sociological analysis discussing your answers (you do not need to included all of your answers) and what you saw/heard from the videos (keeping in mind that individuals in the videos do not speak for their entire racial and/or ethnic categories). Include at least 2 key concepts from this module. These terms should be bold in written responses and clearly stated in video responses.)
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 });