Course outcome:
HS311-6: Create visual representations of summary data with given health data.
An effective info graphic presents information visually, efficiently, and clearly. Your task is to create an original info graphic of a leading cause of death.
The info graphic should contain the following:
● A description of the disease or condition.
● Data on incidence and prevalence presented in graphic form.
● Data on at least one mortality rate, such as a crude death rate or adjusted rate.
● One to three risk factors or determinants.
● One or two major prevention strategies specific to the target audience.
If you have never made an info graphic before, it is relatively easy and it is a lot of fun. Here are three websites you can explore to help get you started:
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 });

