Each student will research a topic in the history of Christianity. The topics will be negotiated between and agreed upon by the professor and the student and they can be focused on a meaningful personage, relevant movement, important theological document or particular period of Christian history evaluating its impact in her/his personal Christian heritage. It should be 2-3 thousand words and follow proper style as well as include at least five bibliographical sources besides the textbooks. Each student should share online an abstract (250-300 words) with a very brief summary and insights reached on the dates indicated in the course outline. The papers must be typed (double-spaced) and comply with the form described in Turabian’s 8th edition and the Guide to Research and Writing Skills distributed by the Faculty of the Logsdon School of Theology. This assignment will be graded on the basis of grammar, spelling, accuracy, and thoroughness of research and conclusions. The grade on each paper and its presentation will account for 20% of the final grade.
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 });

