Answer each question 12 font , Double spaced. Make sure each question is 2 pages long.
1.) What was the Terror in France? What role did the Committee of Public Safety
play in the terror? What was their main execution method? How many people died
in the Terror? What ideas were stressed? Did genocide take place in France
anywhere? Please use names and examples while answering. Describe Napoleon’s
invasion of Russia. Was he successful? Did his army fail to capture Russia? If so why
was this so? What was the Russian’s strategy to combat the advancing French army?
What happen to Napoleon after the invasion of Russia?
2.) What was the Armenian Genocide? Who was involved? How was it a genocide?
identify the evidence, and the causes that led to the Armenian Genocide.
keep in mind Israel Charnay’s genocidal model.
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 });

