Assignment Ethnicity Performance Art
Look at the definitions under this week\’s assignment readings.
Using the following framing, create and describe your own Performance Art Piece.
This should be an original idea.
Have fun with this.
You may approach any topic, but make sure you start from a definition of performance art .
Look at the readings and websites to inspire ideas.
It is not a sporting event or a traditional performance or music concert in its typical sense.
It is art for a political, social or cultural purpose.
Please offer as much detail as possible, at least one page of who, what, where, and why.
Performance Art Activity
Performance Title:
Goal of the Performance Art:
Basic Performance Content:
Performance Location:
Number of Performers Needed:
Props Needed (if any):
Costume Needs (if any):
Other Notes:
Instruction files
performance_art.doc(31,00 KiB)
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 });