This assignment supports the following outcomes:
-Describe major characteristics of art and architecture.
-Identify historically significant artists, artistic styles, and works of art.
-Explain and discuss the interrelationships between art and culture.
-Describe the basic materials and techniques artists use to create art.
-Interpret and analyze visual images.
Assignment
For this assignment, you will choose an artist and write a research paper about that artist.
1. Choose one historically significant artist that you have interest in researching.
2. Create a paper proposal -Your proposal should be one page.
-Indicate the name of your artist and thesis, which will govern your approach to the topic. You are not simply providing a review of materials; you are presenting materials as evidence in support of your thesis.
-Indicate at least two works from your artist that you will be analyzing in the paper (include title, date, medium/media, location, etc. where relevant). Why do you want to analyze it? What were your first reactions when viewing it? Does it remind you of anything? Do you think it is functional/useful or is it just decorative?
3. Write a 4-6 page research paper.
The introduction should state the artist as well as the thesis that your paper will be focused on.
The body of the paper should address the following:
-What major characteristics of art are exemplified in the work of this artist? What artistic style does this artist exemplify?
-Explain your ideas about your artist and your chosen works, including the two historically significant pieces you highlighted in your proposal, as it relates to/supports your thesis.
-Explain the interrelationship between the work of this artist and the artist’s culture. Discuss things such as political, cultural, and scientific values on the work of the artist.
Include an appropriate conclusion to tie your paper together and or summarize or extend on your topic.
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 });

