Documentary: Miss Representation, 2012 (by Jennifer Siebel Newsom)
Questions to consider and respond to:
1.How do the media influence our culture? What are the messages for females compared to males?
2.How do the media shape our beliefs about ourselves and with regards to others?
3.What can be done to confront the potentially negative messaging?
4.How does the film challenge the portrayals of women and girls?
5.What did you find most interesting, thought provoking etc. about the documentary?
6.Think about the imagery and issues presented in this documentary and discuss four areas where it connects to the article we read on Globalization and representation of Gender.
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 });

