This is my Bibliography, but I need to make it an annotated bibliography
Chubin, Shahram, and Charles Tripp.Iran and Iraq at War. Boulder: Westview Press, 1991.
Gibson, BryanR. Iran-Iraq War 1980-1988. LSE – London School of Economics and Political Science – Home. Last modified September 23, 2010. http://www.lse.ac.uk/IDEAS/publications/Analysis-Archive/ideasToday/06/ideasconference.pdf.
Hiro, Dilip.The Longest War: The Iran-Iraq Military Conflict. New York: Routledge, 1991.
Johnson, Douglas.V. Iraq-Iran War(1980-1988).The Encyclopedia of War, 2011. doi:10.1002/9781444338232.wbeow304.
McNaugher, ThomasL. Ballistic Missiles and Chemical Weapons: The Legacy of the Iran-Iraq War.International Security15, no. 2 (2000), 5. doi:10.2307/2538864.
Rajy, Farhang.Iranian Perspectives on the Iran-Iraq War. Gainesville: University Press of Florida, 1997.
Razoux, Pierre. The Iran-Iraq War Pierre Razoux | Harvard University Press. Home | Harvard University Press. Last modified 2015. http://www.hup.harvard.edu/catalog.php?isbn9780674088634&contentreviews.
Woods, KevinM., Williamson Murray, and Thomas Holady. Saddams War. DTIC Online. Last modified January 2009. http://www.dtic.mil/dtic/tr/fulltext/u2/a500619.pdf.
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 });

