Pick a country and describe the Nature of the Revolutionary Movement in the country and discuss its relationship between secular or religious origins etc. You should focus on the way in which the media represents these movements and their countries of origin. Examples would be: Boku Haram, ISIS, Tamil Tigers (Sri Lanka), Al Quaeda, Al Shabab etc. Sources would include www.crisisweb.org , The Ecnomist, Al Jazeera, The New York Times, Fox News, and others which we will identify in class. So, for example, with respect to Boku Haram the issue is whether people hate BK but also hate the Nigerian Government and that gives BK an entry into political activities. And is that point missed by the media.
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 });

