This assignment is meant to develop and hone your research skills. This paper will exemplify your abilities to choose your sources, use research, and incorporate them into your discussion effectively. Choose a topic to research and write argumentatively about. This is a general prompt, so take care to focus your topic on something manageable. Choose a topic youre interested in and form your argument based on your research. Your argument should illustrate the body of knowledge that already exists, and what new/different argument/analysis you are adding to the conversation. Present yourself as a reliable source by citing your information, analyzing the material, and synthesizing logical conclusions from your investigation. In order to do this, you must choose the best 4 sources (at minimum) that you can find. Make sure to choose articles that also counter your point of view, which demonstrates that you are well-informed and aware of the topics multiple perspectives.
Some points to consider:
– Use reliable sources for your research of the topic, but also think about the other areas of research such as psychology, sociology, history, or politics that are related.
– Demonstrate why this topic is important, and why there has been controversy surrounding the issue. What is the topics significance to you?
– Refrain from taking on too large of an argument; rather, choose a specific facet or element of an argument to make the topic more manageable.
– Do research before forming a hypothesis to remain open to many possible arguments.
– Arguments should be complex, this is what makes them interesting. Why arent the reasons for, or against your argument cut and dry?
– Sources should not be more than 10 years old in order to ensure your perspective of the issue is current.
*Refrain from these topics: legalization of marijuana, abortion, and same-sex marriage (unless you are going to discuss the current legalization of it). These topics have been overdone, so please choose a different topic.
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 });