See the following resources if you are unsure about the format for your presentation, or would like additional information: Presentation PowerPoint included within the Moodle course. See also http://www.youtube.com/watch?v=rrkrvAUbU9Y for a good example of a professional presentation by Daniel Pink, former speechwriter for Al Gore. The topic of your presentation will be the same topic that you discuss in your research report. You do not need to cover all of the material in your report. Instead, you will aim to introduce your audience to the material by providing them with some basic facts and analysis about the issue. You will want to make sure that your presentation is well-organized, with a strong introduction, organized body, and a solid conclusion. Be prepared to answer questions about your topic. Tips You will want to prepare a Powerpoint (or some other visual) presentation and dress in a professional manner. Times Please note your presentation time as displayed on the Presentation Schedule, which is also inserted into the Moodle course. Once presentation times have been fixed, you may only change by switching with another student. If you do so, you must obtain instructor approval. Good luck on your oral presentation!
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 });

