Each student is required to write one semester paper, double spaced, 10 pages in length. Normally this is a book report based on a single book or the equivalent in a series of articles, parts of books, or documents. The topic is open, but must involve some aspect of the history of espionage. Most interesting is a case study: how espionage affected or changed an historical outcome. For example, you could write a short study of Agent CICERO in Istanbul, Turkey, during World War II. Or a study of the role of espionage in the defeat of Napoleon. Note that all papers must be based on published materials: scholarly articles, scholarly books. No paper may cite or use internet web pages as sources.
All papers should conform to the History Style Guide, and all written work should be checked closely for spelling and grammatical errors. Footnotes and citations are required. All papers are expected to be your original work, and must be submitted digitally via TURNITIN on Blackboard, where they will be checked for plagiarism.
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 });

