1) Read the Erevelles article on Race and Disability: Summarize the key arguments (1-1/2 pages) Be sure to include:
a. What are they saying about disability as social construct rather than clinical category? b. How does disability oppression intersect with racial and gender oppression?
c. How does a disability analysis critique “normativity” and “productivity.”?
d. How does disability increase vulnerability to violence?
2) Read the Singer and the Tran articles? How are they disagreeing in terms of how they are analyzing productivity as well as the value or lack thereof of disability? What is your analysis of this debate? Fully explain. 1⁄2 – 1 page.
3) Find an example in the media of a person with a disability who was subject to violence (either in the home, by an institution, by the police, or another body). How did that person’s disability contribute to their being vulnerable to the violence? 1⁄2 page
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 });

