Assignment Question
Research Paper Guidelines
For your topic, choose a visual artist to research and evaluate based on their contribution to the visual arts. This can include painters, sculptors, photographers, and architects.
You must be able to find at least four sources on this artist and their background. Two of these sources must be scholarly.
In other words, if you decide to only use websites two must have .edu or.org http endings. Of course, books must have sources listed in them. Magazine articles must have sources listed in them. Newspapers will work as well as they come from a credible publication. Interviews of contemporary artists or scholars are also allowed. No Wikipedia allowed!
Make sure you give examples of the artists most well-known works to prove your point. Because these papers are research papers, they must fulfill all the necessary requirements of a formal essay (citation, double-spaced, 12 pt. font and a minimum of 5 paragraphs). These type of things are all part of this formatting requirement. Follow the MLA guidelines for writing. These papers must also be 2-3 full pages; No longer than 5 pages.
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 });