Are theories and models derived from European history helpful or appropriate in our study of state and society in the Middle East?Some References:Anderson, Lisa, \”The State in the Middle East and North Africa”, Comparative Politics 20, no. 1 (Oct., 1987), pp. 1-18Bromley, Simon, \”The States-system in the Middle East Origins, Development, and Prospects”, in A Companion to the History of the Middle East, edited by Youssef Choueiri (2008), pp. 504-532.Hourani, Albert, \”How Should We Write a History of the Middle East”, International Journal of Middle East Studies 23 (1991), pp. 125-136.Khalidi, Rashid, \”The \’Middle East\’ as a Framework of Analysis: Re-mapping A Region in the Era of Globalisation”, Comparative Studies of South Asia and the Middle East 18, no. 1 (1998), pp. 74-80.Shryock, Andrew, “Writing Oral History in Tribal Jordan: Developments on the Margin of Literature Culture”, Anthropology Today 11, no. 3 (June 1995), pp. 3- 5.
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 });

