Website Reports Students will submit two (one for each different date) website reports over pre-selected websites on topics related to the chapters in the book. Website reports are worth 50 points each. Guidelines for website report are as follows:
Minimum of 2 paragraphs/website (i.e., first paragraph summarize the website and relate it to a book chapter topic, and in one full page (250 words minimum), double spaced and in the second paragraph write a personal reaction to the website, including how can you use this information personally and or professionally). Websites are found in “doc share” and students will post their website reports in Dropbox before/on due date.
Preselected Websites:
http://www.dhs.gov/dhspublic/index.jsp
http://www.osha.gov/SLTC/bloodbornepathogens/recognition.html
http://www.healthypeople.gov
http://www.who.int/about/en/
http://www.hc-sc.gc.ca/english/index.html
http://www.cdc.gov
http://www.astho.org/
http://www.os.dhhs.gov/
http://www.liu.se/tema/inhph/
http://www.healthinschools.org/home.asp
http://www.naccho.org/
http://www.phf.org/
http://www.hc-sc.gc.ca/
http://www.cms.hhs.gov/default.asp?fromhcfadotgov=true
http://www.nimh.nih.gov/
http://www.mentalhealth.samhsa.gov/cmhs/
http://www.ihs.gov/index.asp
http://www.omhrc.gov/
http://www.nia.nih.gov/
http://www.aoa.dhhs.gov/
http://www.aarp.org/
Log in at http://www.online.vitalsource.com
Username phatfella2005@gmail.com
Password 1234brownell
Click on “An Introduction to Community Health” for Unit 1: Foundations of Community and Public Health: Chapter 5: Community Organizing/Building and Health Promotion Programming
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 });

