WSTA01 Concept Log Assignment
5 Instructions
The concept: “How does social or national inclusion end up producing forms of exclusion? “
Comment on this in relation to the normativity described in both articles.
from the readings that I uploaded to the account:
1) O’Toole (upload to the account)
2) Puar http://books1.scholarsportal.info.myaccess.library.utoronto.ca/viewdoc.html?id=/ebooks/ebooks0/duke/2012-10-25/1/9780822390442
For the concept, you need to explain the significance of the concept – which means that you both need to define it, and say why/how it is important within the article.
To do that, try to answer these questions: Why is the author telling us about this thing? What is the larger relevance of the concept, particularly in relation to gender? Explaining the concept might mean providing an example from the article, and it might also mean some combination of direct quotation from the article that I provide (using quotation marks, and a citation with page number) and paraphrasing (paraphrasing means taking an author’s ideas and putting them in your own words; it doesn’t require the use of quotation marks, but does still mean you need a citation to indicate the page/s where the author has written about the ideas).
Format:
– 3 pages
– 1”, 12 pt Times New Romans
Cover pages are NOT necessary
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 });

