Criteria for Paper:
The research papers should adhere to the following criteria:
Follow APA formatting (APA 6th edition)
Please include a title page (with running head and page numbers) and reference list.
12 point Times New Roman font
Please use level 1 and level 2 headings
The paper should have an introduction and thesis statement; discussion and analysis portion; and conclusion.
All information should be properly cited. Failure to do so is considered plagiarism.
Papers must include a minimum of two references
At least 2 references must PRIMARY sources. These include academic peer‐reviewed journal articles, books, and videos (excluding YouTube videos/clips – videos that are published by National Film Board of Canada, CBC, Aboriginal Peoples Television Network, etc. are acceptable). The rest of your sources can be SECONDARY sources. Secondary sources include brochures, pamphlets, reports, and YouTube video/clips.
2 pages..
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 });

