Project description
Your paper will be carefully researched (4-5 pages long) excluding the title and reference page; double-spaced & typed in 12-point font).
It must be well organized with all the requirements of an academic paper such as a title, introduction explaining the significance of your topic and its relevance to Africana Studies and what you think others can learn from it, a well-organized body with supporting details and a conclusion.
It must include a review of relevant journals, book chapters or relevant documentaries that are properly cited within the essay using MLA OR APA with a minimum of four references from sources such as journal articles, books and documentaries and not more than two properly cited credible essays and encyclopedias from the Internet. If you cite direct quotations be sure to include authors last name and pages numbers of the cited sources.
A well-documented reference page listing all the sources you consulted alphabetically.
Include a brief biographical information (1/2- 1 page) and a discussion of four important contributions the person made to society (cite specific examples). Discuss factors that influenced him/her, the challenges he/she faced and how he/she tried to overcome them. What lessons can others learn from the persons life and role in society?
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 });

