prepare a 3 page research paper and 8-15 slide presentation. In addition to describing the Heavy Metal, discuss how that music relates to issues of race, class, gender, sexuality, or other definers of identity? Bear in mind that while lyrics and performance are important, you must address musical issues as well. Cite 3-4 scholarly articles using MLA style formatting for your resources for the research paper.Students will also give a live presentation of their reports during class in week 7. The presentation should include a playlist of 8- 10 selections that are representative of the genre or sub-genre you are reporting on. Choose 2-3 selections from your playlist for the students to listen to during or immediately after your presentation.*FOLLOW GRADING RUBRIC*
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 });

