Cancer is one of the leading causes of death in the United States. You have been invited by your local community health department to give a PowerPoint presentation on cancers. Your goal is to educate your audience about the definition of cancer, the causes, means for early detection and preventative measures. The meeting will take place at the health department during a community health fair. Be mindful that your target audience will be composed of people from the local community who most likely will not have a background in science or medicine.Your assignment will be to pick cancer and discuss each of the following:Your PowerPoint presentation should be written with your audience in mind. Remember, your audience does not have a science or medical background, so you will need to translate any “jargon” into something that they will understand.You must write your “script” of what you will say to your audience in the notes section of each PowerPoint slide. Each slide will have a picture and/or bullet points, along with your notes located in the notes section below the slide, with the specific talking points you will deliver to the audience.The presentation should be between 10–15 slides, not including the title and references slides.
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 });

