The case of guinea worm illustrates how concerted efforts by international aid organizations can dramatically reduce or even eradicate a highly contagious, painful, and debilitating disease. Guinea worm has been reduced from 3.5 million cases in 1986 to less than 11,000 cases in 2005 and is targeted for total eradication. The primary means of eradicating this disease is through providing safe, clean drinking water, something that Americans take for granted.
Consider also the example of ready-to-use-therapeutic food (RUTF), a peanut butter paste that can reverse the effects of malnutrition in 48-72 hours and requires no special storage or refrigeration.
DIRECTIONS: (ONE PAGE)
As a student >>>>>Discuss what they think is our responsibility as global citizens to provide these simple, low cost interventions to the children of the world? You may recall having trick or treated for UNICEF or collected money for the Heifer Project as children.
Develop some way to help adults maintain this commitment to helping organizations with this global health initiative
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 });

