Project description
Research Outline
The student will be required to research an assigned topic and write a full sentence outline. Go to
http://examples.yourdictionary.com/apa-outline-format-examples.html for an example of a full
sentence outline. Once the topic is assigned, the student must find
one book
two inter-net sources
three professional journal articles that relate to the topic.
refer to the rubric at the end of the syllabus
The student will submit a full sentence outline of the proposed research paper as well as a
reference page in APA style. Go to http://owl.english.purdue.edu/owl/section/2/10/ for
information on APA style of referencing.
The paper must be typed in Times New Roman 12 point font, double-spaced and
use 1 inch margins. Potential topics may include: The role of social work with Aged.
*note* the paper is for a social work class
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 });

