Choose a piece of art work from the internet
Description.. Be specific, give detailed information as to where each element is in the art
A. Identify the type of art ( painting, sculpture…)
B. Identify the subject matter or is it abstract
C. Provide any information such as artist, date, or style that you know
D. Descrice the colors( hues, values, intensities)
E. Describe the shapes(geometric or organic)
F. Describe the lines(thick, thin, short, long, curved straight,broken…)
G. Describe the texture
H. Describe the form
I. Describe the space
Analysis .. Be specific, give detailed information as to where each element is in the art
A.Describe the contrast (high low, difference in the element,color,texture….)
B.Describe the balance
C.Describe the repetition
D.Describe the rhythm
E.Describe the variety
F.Describe the movement
G.Describe the center of intrest
H.Describe the harmony
I.Describe the proportion
Interpretation be specific
A. Describe the feelings provoked
B. Describe stories or meanings that are suggested to you
C. What was the purpose of the work?
Judgement Be specific
A. Evaluation state the strength of the work and state the person
B. Preface
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 });

