Assignment Question
Topic: How do the experiences of microaggressions in the workplace differ between women of color and white women, considering the intersection of race and gender?
Goal of the introduction: Effectively set up a study that you will run based on previous research. You will be writing the introduction of a social psychology research paper. Think of it as a regular psychology research paper, but without a methods section, results section, or discussion section. You are only writing an introduction.
WHAT YOU NEED TO DO – You should effectively set up your research question with previous research.
– You should back up every claim that you make with a citation (or multiple citations). Direct quotes are forbidden. These are almost never used in real papers. The only exception is a quote to “hook” your reader at the beginning if you so choose. Do not plagiarize –> this includes paraphrasing without citing (I hope this is obvious)
IMPORTANT REQUIREMENTS – IN THIS PAPER YOU CANNOT QUOTE, but you will use at least 8 paper to support your future research idea (the topic -> research question) – Each paragraph should have one and only one main point – Use effective subheadings to guide the reader – Everything should flow (obviously) – Transition between paragraphs. “Next” isn’t a transition. – Don’t use leading questions – they are not effective – Don’t use your own experiences, class experiences, etc.
Rubric ____/5 Hook effectively sets up your Social Psychological study ____/50 Previous research is discussed effectively and effectively sets up your Social Psychological hypotheses ____/10 Clarity and compellingness of your Social Psychological research question and hypothesis ____/25 Flow and organization ____/10 Overall clarity and quality of writing.
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 });