Who was Jean-Francois Lyotard, how did he contribute to French postmodernism,and how did he argue we have moved from modern appeals to meta-narratives(meta-discourses) to post ponder/post-industrial legitimation through performativity(control over contexts of information, or reality, via science and technology?
BOOK MUST BE CITED:
Austin Harrington (2005). Modern Social Theory. (Oxford: Oxford University Press)
ISBN-13: 978-0199255702 ISBN-10: 0199255709 Edition: Second
These will be 3-4 pages each starting with the textbook then at least other 6 sources from any legitimate mainstream book, journal article, periodical, or newspaper (in that order of importance). No dictionaries or encyclopedias, especially Wikipedia, are allowed. You must properly cite a source for anything that is not common knowledge, let alone if you quote from it.
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 });

