The issue of Justice vs. Peace and Reconciliation with respect to the play The Gaza Monologues and also from the play The Fever Chart. Peace and Reconciliation are often at odds with each other, which is a concept not always used in traditional political discourse. Explain what is preventing a just solution for the Israeli –Palestinian conflict. Reference at least two plays from the semester as a reference point but you also must do research to bring in material to support your arguments not presented in the class. The main thing is to apply the critical tools of the class. These include looking at drama (and drama therapy) as a window into a conflict or conflict subject in which human rights are in question. You may deal with narrative drama, docu-drama or applied theatre in post conflict zones
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 });

