Prompt: Compare and contrast the ghetto with the gated community/suburbs. Discuss how these spatial institutions make race (both within and outside of their boundaries), the role each plays in racial domination, and the role played by the state in regard to each type of bounded settlement.
You will be graded on clarity, thoroughness, insightfulness, and how well you incorporate the course material, including your accurate use of appropriate concepts/theories. Note that the prompts do not refer to specific readings, it is your task to think creatively and critically about the reading material and incorporate them appropriately. Make sure to answer the question as fully as you can while keeping responses focused on the prompt.
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 });

