You should choose one of the topics arising from the Lecture programme and use supporting reading to investigate it and using a single MSPowerPoint slide, produce a poster communicating key issues in the topic area. (See Learning Outcomes 1, 2, 3 & 5 in the module descriptor). Prepare a spoken presentation should be embedded in the PowerPoint slide, explaining and developing its themes just as if you were making an in-person presentation of the subject.Training will be given during the course of the year on the practicalities of posters and embedded presentations. SharePoint must be used for this submission. Again, training and guidance will be provided nearer the time. Marking will follow a set of criteria supplied separately with the assessment guidance. Poster Templates, guidance and sample marking sheets are separately available on Moodle.The poster presentation is designed to reflect the increasing use of this format as a communication tool in professional settings. The assessment involves both the production of the poster and its oral presentation – a single mark is gained for the complete process.
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 });