Resources: Review Ch. 7 of Oxford History of Art: Twentieth-Century American Art, the Week Four Electronic Reserve Readings, your Video Reflections, and at least one additional scholarly online or library resource.
Prepare a 5- to 10-slide Microsoft® PowerPoint® presentation in which you examine the connection between the work of Andy Warhol and popular culture.
Include responses and discussion of the following in your presentation:
An overview of Andy Warhol’s biography
A description of Pop Art
A description of at least 3 works produced by Andy Warhol
A discussion of how Warhol’s themes and subjects examined American culture
Submit your Pop Art and Andy Warhol Presentation.
For Local Campus students, these are oral presentations accompanied by Microsoft® PowerPoint® presentations.
For Online and Directed Study students, these are Microsoft® PowerPoint® presentations with speaker’s notes which support and expand upon your bulleted text.
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 });

