1) Baylis, Smith, Owens (2020), The Globalization of World Politics (Chapter 29 “Proliferation of Weapons of Mass Destruction”) 2) Michael Walzer, “Nuclear Deterrence”, in Just and Unjust Wars (4rd Ed) (pp. 269-283) 3) Kenneth N. Waltz, “The Spread of Nuclear Weapons: More May Be Better”. Adelphi Papers, Number 171 (London: International Institute for Strategic Studies, 1981) 4) Scott D. Sagan, “The Perils of Proliferation: Organization Theory, Deterrence Theory, and the Spread of Nuclear Weapons,” International Security Volume 18, Issue 4 (Spring 1994) 5) Paul Fussell, “Thank God for the Atom Bomb”, The New Republic (August 1981)
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 });

