1. What was Lange’s mistaken assumption to the ethnic background of Florence Thompson?
2. How might the truth of Florence’s ethnicity affected the popularity of the ‘Migrant Mother’ photograph? Do you believe the image would still have been viewed as a photo of maternal fortitude? Or as a picture that reassured the public during the Great Depression that the nuclear family –although beleaguered, was still strong?
3. What’s the moral/ethical responsibility of the photographer? Do you believe a photographer should obtain all of the facts when photographing and documenting a person/s to ensure that the subject is properly represented? Or as an artist and image making, does the photographer have a ‘creative license’, and can freely photograph the people they come in contact without learning the facts of their subjects’ biography?
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 });

