For this assignment, you will write an analytical essay that uses the novel The Children of Men by P. D. James to frame a discussion of the movie based on it: Children of Men (2006) directed by Alfonso Cuarón.
Write an essay in which you analyze the way Cuarón uses James’s novel as a foundation for his movie, but also departs from it in his representation of the characters or scenes you have chosen to write about.
Questions to think about: Does Cuarón make significant changes in the characters or settings? If so, how are those changes related to his vision of a world in which the human species is on the brink of extinction? What do the characters he added to the story suggest about how his vision for this story differs from James’? Think about the same question for settings and scenes.
Suggested characters: Theo; Julian; Kee (film only); Jasper; Jasper & Hilda; Miriam; Milenka (film only)
Suggested scenes: final scene; scenes with Jasper; scenes early in the film with Julian; opening scene
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 });