Introduction paragraph (1 paragraph):
1. Select the title of your paper: Narrow it in time and space:
2. Describe the problem in 2 or 3 sentences including a quotation from a scholar
3. Write the selected method you will use for your introduction: ( Literature review, survey, questionnaire, and participant observation)
4. Select one of the closest sociological theories for your analysis: (functionalist theory, conflict theory, symbolic interaction theory …)
5. Provide a clear thesis statement with your outline for your body paragraphs. (I would like to talk about 1, 2, and 3)
Please, write only one paragraph from 2 to 5 steps.
Body Paragraph (3 paragraphs):
1. Describe one problem of discrimination in a social institution that you selected. Explain what did happen.
2. Explain the populations affected by the phenomenon of (statistics of racial, gender, class, age, and disability) discrimination at the micro level.
3. Explain how discrimination has been perpetuated in your selected institution from the past to the trend nowadays.
Conclusion (1paragraph):
4. Summarize each point in the body paragraph, actual solutions of discrimination in your selected institution, and the limitations met in your paper.
Please do not plagiarize. Work should be 100% original. Use at least 3 in-text citations with their in-text references for every paragraph and reference list (reference page) APA style. Use Times New Roman 12 format.
Please follow all the instructions.
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 });