Book:
Interior design & decoration. 6th ed. Pearson Prentice Hall, 2008.
Abercrombie Stanley, and Sherrill Whiton
Reflection: A visual description
In this assignment you will describe and interpret a cathedral portal and will write a short interpretative essay that addresses the following questions:
-How do the different parts of this portal link together into a whole, and how have the parts been visually balanced?
-Note the figures and their positions, details of costume, and the material of the portal.
-How has the artist indicated the patron saint of this church?
Look carefully at the images included in the Assignment Gothic.Unlike previous reflection assignments you are NOT required to conduct a research rather I would like to encourage you to look carefully and provide a description based on your own observations. You can use some terms has found in the links or your readings. However, use MLA STYLE if you use any sources to support a point your are trying to make. You can review the links listed under resources to research Gothic art and architecture. The assignment objective is to help you improve your visual acuity and to refine you analytic skills.
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 });