Step 1: Name
Identify an issue that is both a) personal and b) current. Look critically at your life, the life of your father or brother, the life of your mother or sister, the life of your neighbor or teammate and consider how society may treat those people unfairly. Injustice is still all around us–racial, sex, economic class, mental or physical disabilities, and other discrimination exist today. Write a 1 page proposal in which you:
1. Identify a current injustice
2. Explain your personal connection to that injustice
3. Describe why you are passionate to learn about that injustice
4. Employ academic language and organized structure
Step 2: Research
Now that you’ve identified a personal and current injustice, you need to do some research about the current state of that injustice. While the issue may be something about which you are passionate, you’ll need to consider how the issue applies across the city of Los Angeles, the state of California and even across the country. Write a 1 page paper in which you:
1. Gather baseline statistics about the number of people affected by this injustice
2. Find a compelling and recent story about someone affected by this injustice
3. Identify any existing services or organizations dedicated to helping address this injustice
4. Employ academic language and organized structure
5. Provide a MLA Works Cited page for all resources used
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 });

