The Ramayana of Valmiki (Norton, Vol. 1, pages 686-726 (excerpts from the poem); Nina Paley’s Sita Sings the Blues (to stream film, go to: http://www.sitasingstheblues.com)
compare and contrast the two versions of this story. Don’t focus on superficial differences (number of scenes, etc.) but look at the key issues of men’s and women’s roles in relationships and society.
Compare and contrast The Ramayana of Valmiki (the Indian epic poem) and Nina Paley’s Sita Sings the Blues (the modern film) in terms of their world views and their use of language. Draw upon at least one secondary, scholarly source.
Please focus on Rama and Sita’s relationship in the book and Dave and Nina’s relationship in the modern film. You can also include how the narrator in the film tells the story from Sita’s point of view as opposed to the book.
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 });

