How did Latin American art become more “Latin American” in the late 1800s and early 1900s? Write a double-spaced paper of at least 250 words which explores this question. In your paper, compare these two paintings: The Discovery of Pulque (1869) by José Obregón, and Abaporu (1928) by Tarsila do Amaral. What has changed in the composition (the style, subject, colors, vantage point of the viewer, depth of the image, the “realism” of the image) from one painting to the other? Abaporu is in this module. The Discovery of Pulque is in Module 5, or you can find it at http://mexicanart.info/modern.htm or elsewhere on the internet. Be sure to underline the titles of the paintings.
Underline the titles of paintings, just as you would underline the title of a book.
This is not an easy assignment. I would suggest that you participate in the Module 6 discussion for ideas on how to write your paper.
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 });

