1. The term paper must be at least three pages in length, typed double spaced, excluding the works cited page. The term paper shall have an introduction, a discussion, a conclusion, and a works cited page listing all resources utilized.
2. The topic for the term paper shall be chosen by the student from a list (see topic list). With permission of the instructor, students may choose their own topic, as long as it relates to a subject in the course.
3. The term paper cannot be copied directly from the book nor from the instructors lecture notes. It is plagiarism/cheating to do the following:
(1) borrow any part of anothers work, by cutting and pasting from the internet or retyping, without indenting and single spacing and putting quotes around the passage and citing to it in the works cited page;
(2) purchasing all or a portion of a term paper or borrowing a term paper from a friend;
(3) submitting a term paper that has already been submitted for credit in another 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 });

