Instruction & Requirements:
Watch Imitation of Life (John M. Stahl, 1934) and Imitation of Life (Douglas Sirk, 1959).
In a four page essay, compare and contrast a specific psychological/social element (or elements) as it (or they) are represented, or not represented, in the two films of Imitation of Life. Name and define key terms. Place both versions of the films in dialogue with each other. Through your close readings of specific scenes (minimum three per movie), unpack the elements you see in play, offering your own analysis. Apply all applicable external theory. Cite MLA. Finally, reach a conclusion about what you think your compare and contrast reveals in relation to the greater role of the representation of American psychology in cinema.
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 });