Unit 4 Harnessing Energy
Reading Assignment
Wright, Ch. 14, 15, 16
Assignment Type: Individual Project Points Possible: 50 Deliverable Length: 10–12 slides (not incl. title and ref slides) with speaker notes
Your organization is about to review its energy use and then develop an energy plan, including as many green power sources as possible. You have been asked to provide a presentation at a management meeting on fossil fuel, nuclear energy, and alternative or green power sources.
Create a PowerPoint presentation of 10–12 slides (including speaker notes) that covers the following:
A definition of sound science
The law of conservation of energy
An explanation of the implications of humans’ population growth and excessive consumption of energy on future generations
The pros and cons of the following:
Fossil fuel
Nuclear energy
3 alternative/green power sources
Citations and references in APA style for all information sources
Your presentation must tell a story and must not be prescribed by the requirements listed above. You must be able to make transitions from slide to slide. References must appear in the slides, where sources are being used, as well as on the references slide.
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 });

