Assignment Question
Research Question: How did the 1984 Sikh Genocide shape the discourse on minority rights and religious freedom in India?
Literature Review What have scholars said about this question – or at least the general topic? Use sites like the library website and Google Scholar to find relevant articles If scholars haven’t asked this exact question already, then what related questions have they asked? If they have asked this question, then what would your project add to the scholarly conversation? Would you be looking at a case or cases that other scholars have not examined and seeing if existing theories apply? Would you be taking an argument from a related topic and seeing if it applies to your topic? Works Cited List OR Footnote Citations List, in full citation form, all of the resources that you have referenced for the research.
You may choose whatever citation format you want, as long as it is consistent throughout the paper: for example, if you choose to use Chicago format with footnote citations, then you should use that throughout the paper. If you choose to use APA or another parenthetical citation format, then make sure to include the citations (author name, year, and page numbers where needed) within the body of the paper, with the full citation in the Works Cited list at the end. General Paper Requirements: 15 pages (maximum accepted will be 18) Double-spaced, 12-inch font (please choose a regularly used font, such as Times New Roman, Calibri, etc. – no fonts that significantly change sizing will be accepted) 1-inch margins No need for a title page – you are welcome to include one if you like, but it won’t count toward the word count Citation format: you may use parenthetical, footnote, or endnote formats. Just make sure your citation format is consistent throughout. The key things to keep in mind: Headings are your friend – they help you to organize the argument. The thesis statement (argument of the paper) should be provided upfront, in the introduction – readers of research papers don’t like to be treated like they are reading a mystery novel.
Do NOT approach this paper as an essay in which you are expressing your opinion about the topic and case that you choose. You need to be guided by the evidence and show in the paper that you are completing the research fully and considering all of the evidence sufficiently. No cherry-picking! Cite, cite, cite!!! Make sure to give scholars and sources their recognition by providing citations throughout. Plagiarism will NOT be tolerated!
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 });