Your argumentative essay will be on an environmental topic from the list of options below.
Consider your audience for this paper to be your peers. The essay should be between 3 ½ and
4 pages (850 to 1,000 words) in length, not including the cover page, abstract, or reference
page. It should be double spaced in Times New Roman 12 point font and must include:
• An introduction, a minimum of 3 body paragraphs, and a conclusion
• a clearly articulated thesis that states the claim, position, or stance that your essay
will prove in the introduction to your paper
• 4 cited sources
• At least 4 quotes from your sources
• Topic sentences that focus the discussion in the body paragraphs
• Examples, details, and explanations, and other researched evidence in the body
paragraphs that clearly support the claim of your thesis
• Counterarguments and refutations that show you understand the complexity of your
argument and can accurately acknowledge the views of the opposition and refute
them
• Clear connections between ideas from paragraph to paragraph and within paragraphs
• Proper APA style format in the cover page, in the abstract, in the in-text citations,
and in the Reference page (see the template and instructional video for creating the
APA format)
• Reference page listing a minimum of four sources
• Standard usage, grammar, and mechanics
– https://www.cdc.gov/nceh/tracking/tracking-intro.html#:~:text=ENVIRONMENTAL%20HAZARDS%20CAN%20AFFECT%20HUMAN,acute%20illnesses%20like%20heat%20exhaustion.
– https://www.thehastingscenter.org/briefingbook/environmental-health/
– https://online.regiscollege.edu/blog/environmental-factors-that-affect-health/
– https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2738880/
– https://www.oecd.org/health/health-systems/32006565.pdf
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 });