1) Identify and briefly describe one future profession you are working toward (e.g., nursing, medicine, communications, theatre).
2) Describe how COVID-19 currently impacts the profession (identified in #1) and how the profession is trying to address COVID-19 (directly or indirectly) based on your Concept Map from Lesson 12. Make sure to submit your Concept Map with the term paper. Failure to submit the Concept Map will result in a deduction of 5 points.
3) Using at least 2 references (at least one has to be peer-reviewed) from outside the course and course material from at least 2 lessons, further explore the connection between COVID-19 and your future profession.
Note: The lessons you are referencing cannot be from the same lesson group so you can demonstrate your ability to engage with materials from diverse disciplinary perspectives (for an overview of the lessons, see syllabus page 6).
Group 1: L1, L8, L10, L11
Group 2: L2, L3, L4
Group 3: L5, L6, L7, L9
For example, you may be working towards becoming a biologist and could pick L2 (Virology), and L11 (Communications) or you may be working towards becoming a clinical psychologist and could pick L7 (Psychology) and L10 (Narrative, Identity, & Conspiracy).
4) Speculate how – in 5 to 10 years from today – some long-term effects of COVID-19 (particularly those identified in lessons 5, 6, 7, and 9) may impact the profession (identified in question #1).
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 });