Objectives of the paper:
to understand the differences between cuban immigration in the present and the past
to discover how cuban immigrants have contributed to American culture
to compare the health issues in Cuba and the US
So the paper is going to be divided in 2 topics (each topic is going to be 2 pages long):
1) Cuban Background: 2 pages:
– Explain their cultural background.
– Explain the demographic, social, political and health issues
2) First Cuban Immigrants in America: 2 pages:
– How did they arrive to the US?
– To which cities did they arrive?
– How do they contribute in terms of culture to the US?
– Which were their first jobs?
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 });

