Participation Assignment 11
Read pages 34-39 in Chapter 2 A World of Art, 7th edition and
1) define the term iconography.
2) then, pick one the images in Chapter 18, The Age of Faith, pages 438-461 and briefly describe the culture and iconography in the art piece. Hint: the text describing the art work will help you with this.
State the page number and the title of the artwork you have chosen.
3) What is the date and culture of the above image from Chapter 18?
4) do you think different cultures have different iconography? Why?
5) give an example of iconography in the United States today.
One of my previous orders on art has the PDF link to the required textboo
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 });

