Your final project outline should look like the example below, with your specific topic data in the areas allotted.
Your reference page must be in APA format and must include all six resources you will be using in researching your final project topic. Remember that two of your references must be peer reviewed articles.
You can find more information on APA format in the Online Library, which is accessible through the Resources tab.
Title Page
Introduction Paragraph: (This must be a minimum of 5 sentences, with your final sentence being your thesis statement).
Body Paragraph 1: Topic history, early origins.
Body Paragraph 2: (Insert specific topics to be discussed here: your actual research data, statistics, and analysis of articles, legislation and policy titles).
Body Paragraph 3: \”\”
Body Paragraph 4: \”\”
Additional Body Paragraphs: (As needed)
Conclusion Paragraph: (This must be a minimum of 5 sentences and they must summarize your paper, linking it back to your thesis statement).
Reference Page: (This must be all inclusive, additional resources will need to be submitted to your faculty in an email as you acquire them throughout the term).
———-
Added on 02.08.2016 17:30
Attached is the topic I have chosen to research.
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 });

