Write-up of one cultural event (a movie, play, lecture, religious service, etc.) The write-up must include an analysis of the event in relation to material covered in class. Write-ups of religious services MUST be from one of the major religious faiths different from your own (catholic). For example, if you identify as Protestant, you can attend and write-up services at a mosque, synagogue, etc., but not a different Christian denomination.
Find a cultural event (movie, play, lecture, service) about the Islam and write about something that you can debate; something that you notice is similar/different from your religion (catholic) what did you think was interesting, etc. Do not just talk/describe or compare the two religions. Talk about your experience with the cultural event (it can be an islamic movie like “not without my daughter; the stoning of Soraya M. Or going/watching a mosque online because I am a woman and I believe mosques are just for men). Do not talk bad about the islam. Do not just give a summary of the movie (if you decide to talk about one of the movies)
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 });

