In the article by Gonzales, Kertesz, and Tayac, (2007). Eugenics of Indian Removal… you read about the administrative erasure of the Native American tribes in Virginia. What was the major reason given for the administrative changes to American Indians’ state documents and what was one of the results? Remember that North Carolina had a similar policy regarding the identification of Native American people. Please use page numbers from the article to support your replies and try to answer in 150-words. Your response to a classmate’s post counts toward your participation in this class.
The required reading for this module is Eugenics as Indian removal; Helen Maynor Scheirbeck: Devotion to the People; and the optional reading is The Lumbee Indians of North Carolina by Clarence Lowery (1946).
https://archive.org/details/LumbeeIndiansofNorthCarolina/page/n3/mode/2up
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 });