Cultural Studies. Thematics of refugees and the no places of exile. To what extent people living ‘in between’ are considered as political subjects.
Focus on the theory of the difference between nativity and citizenship through Giorgio Agamben and its concept of ‘Homo Sacer’. Also “We Refugees” text of Hannah Arendt.
More references:
– Downey, Anthony (2009), ‘Zones of Indistinction: Giorgio Agamben’s ‘Bare Life’ and the Politics of Aesthetics’, Third Text, Vol. 23, Issue 2, 109-125
– Zembylas, Michalinos (2010), ‘Agamben’s Theory of Biopower and Immigrants/Refugees/Asylum Seekers : Discourses of Citizenship and the Implications For Curriculum Theorizing’, Journal of Curriculum Theorizing, Vol. 26, N.2
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 });

