Here are the assigned readings, viewing and written assignment to be completed by Monday, May 9th class.
Assigned reading: Traditional Medicine In Contemporary Contexts: Protecting and Respecting Indigenous Knowledge and Medicine http://www.naho.ca/documents/naho/english/pdf/research_tradition.pdf up to page 23.
Assigned Viewing: https://www.youtube.com/watch?v=pHNlel72eQc Seeds of Life by Winona Laduke
Assignment: Reflection Paper #1: 5% of course grade Due May 9th class.
Write a 3.5 to 4 page reflection paper that discusses each of the topics addressed in the course in this first week of classes, and that also addresses the assigned reading: NAHO (2003). Traditional Medicine In Contemporary Contexts: Protecting and Respecting Indigenous Knowledge and Medicine. Dawn Martin Hill, PhD. National Aboriginal Health Organization. 220 Laurier Avenue West, Suite 1200, Ottawa, ON K1P 5Z9. Found on-line at: http://www.naho.ca/documents/naho/english/pdf/research_tradition.pdf
Reflection papers should be handed in on Monday May 9th hardcopy
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 });

