Assignment Question
Final Paper: Students will select a philosophical argument they wish to pursue in any of the following areas of philosophy:
History of philosophy, epistemology; metaphysics or value/ethics. students may also want to write comparisons of Indigenous and Western philosophies which is allowed however, they must fall under one of the specific philosophy areas listed above. All arguments must include external sources.
Papers are worth 30 % of final grade. the books we have been using in class is “Indian from the inside” a native american philosophy and cultural renewal -second edition- Dennis H. McPherson and j. Douglas Rabb and “God is red”- Native view on religion by Vine Deloria. But the paper must be from an Indigenous perpective looking into western philosophy and making the connects and arguments. for my paper we must argue Inidigenous philosophy and what it is, then we must know what is westrn philosophy and what that is. we must argue how Indigenous philosophy has always been around but wasnt really seen or understood from western society. Argue Ague is what my professor said about this paper.
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 });