Please review the themes of (un)civilization and (post)anthropocentrism, introduce the tenets of ‘speculative realism’ specifically through a lens aimed at histories of environmentalism and the philosophical problem of ‘nature’. In particular, please attempt to identify those forces that are at once seemingly alien and familiar.
Reading List:
Art Beyond Art, London: Third Text Publications,
Hyperobjects, London: University of Minnesota Press, 2013.
Levi Bryant, Graham Harman and Nick Srnicek (eds.), The Speculative Turn: Continental Materialism and Realism, Melbourne: re.press, 2011.
Jeffrey Jerome Cohen (ed.), Prismatic Ecology: Ecotheory Beyond Green, London: University of Minnesota Press, 2014.
Peter Gratton, Speculative Realism: An Introduction, London: Continuum, 2012.
Graham Harman, The Third Table, 100 Notes – 100 Thoughts, Documenta 13, Ostfildern: Hatje Cantz, 2011.
Eugene Thacker, After Life, Chicago: University of Chicago Press, 2010.
Ben Woodard, On an Ungrounded Earth, New York: Punctum Books, 2013.
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 });

