Specifically research Egypt, Libya and Tunisia, before and after their Arab Springs. Use five scholarly articles/books per country.
Egypt – Mubarak tried to secularize Egypt, show how that backfired.
Potential articles to read: “The Transformation of the Arab World” by Olivier Roy; “Against Conceptualism: Islamic Law, Democracy, and Constitutionalism in the Aftermath of the Arab Spring” by Nimer Sultan
Libya – Gaddafi attempted create a secularized brand of Islam. After his regime was toppled and he was murdered, radical Shari law was instituted. Show how his disregard for his people’s religious norms and principles could have provoked this radicalization.
Potential article: “Arab Spring, Libyan Winter” by Vijay Prashad
Tunisia – most positive example of the present day. Tunisia’s Arab Spring revolution and aftermath has showcased that while coercive secularization will only lead to furthered domestic turmoil (revolution), an acceptance of some traditional, Islamic policies are stabilizing for the population.
Research the specific revival of Islam that occurred before AND after the Arab Spring revolutions of 2011. Provide evidence for the claim that national secularization may be inviable due its incompatibility with contemporary Arab norms, and has in fact led to furthered radicalization and instability in the region.
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 });

