Books and Resources for this WeekOranista, P. B., Marin, G., & Chun, K. M. (2018). Multicultural psychology (2nd ed.). Sage: Los Angeles, CA.Week 6 – Assignment: Explore the Challenges and Successes faced by a Cultural Group Due May 23 at 11:59 PM The cultural group I chose is Asian/Pacific Islanders Culture Select a cultural group outside of your own that you would like to know more about and have not explored in any other assignment for this course. Search for at least three scholarly sources related to that cultural group.Create a podcast to discuss the historical background on the experiences of this population (over the past 100 years) up to recent/current research or changes in the law. Highlight the successes and struggles experienced by this cultural group.Be sure your podcast covers the following components:•Using literature, provide a contextual background (i.e., demographics and value and belief systems) of this group. •Briefly explain the key historical events related to this group from 100 years ago to the current day.•Using empirical literature, illustrate opportunities and/or obstacles associated with being a member of that culture.•Based on the information you have provided so far, consider how these issues inform clinical practice or workplace diversity.•Considering the recent research related to this cultural group, determine questions that future research should consider.If you are new to podcasting, the information below might be helpful to you.•Remember, a podcast is a digital media file and may include some audio files, which is what you will create.•Write out your script for the podcast to both time it and to ensure you have included the required content.•Begin your podcast by providing relevant information and establishing a clear purpose that engages the listener.•Demonstrate thorough knowledge of the topic using relevant, quality details that go beyond the obvious.•Focus on your topic.•Be sure to include details from your experience on the topic along with your researched information.Make sure there is a brief conclusion that ties together the information in the podcast.
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 });