From the list below, choose one Greek work of art and one Roman work of art and compare and contrast them according to the criteria listed:
Greek Art
Roman Art
The Doryphoros (Polykleitos, 450 BCE)
Augustus of Primaporta (c. 20 BCE)
The Laocoon Group (1st Century, CE)
Marcus Agrippa with Imperial Family (South frieze from the Ara Pacis, 13-9 CE)
Nike of Samothrace (c. 190 BCE)
She-Wolf (c. 500 BCE)
The Temple of Athena (427-424 BCE)
The Colosseum (72-80 CE)
The Parthenon (447-438 BCE)
The Arch of Constantine (313 CE)
See the unit Resources List for sites that can help you write an effective compare/contrast essay.
What is the FORM of the work (the overall structure including line, shape, texture, value, color and balance)?
Does the work have SUBJECT MATTER (if so, what is literally depicted)?
What is the CONTENT (what is the religious, philosophical and/or historical significance)?
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 });

