https://www.nicwa.org/Indian_Child_Welfare_Act
Choose one link beyond the home page from the URL above, and provide a brief, but comprehensive outline of the information you discover to the rest of the class. What did you learn about ICWA that you didn’t already know? What questions do you still have about this topic?
Required Text:
Ginsberg, L. H. (2011). Social work in rural communities. Alexandria,, VA: Council on Social Work Education. 5th edition ISBN: 978-0-87293-146-6
Intro to Rural Communities
Reading: Ginsberg Chapter 11
For all discussion questions you will first need to support your answers with concepts from the text and readings Be sure to include an in-text citation to direct us to the text and page number where the original ideas came from. Then use some critical thinking skills to take us beyond the text and consider what might be missing. Finally, share your own experience in similar situations
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 });

