This first report will tell me what your Group proposed research question will be, what type of research design you propose to use and why. In the concept paper, you also need to provide a listing of all the variables you propose to measure in your study, along with conceptual definitions. In addition, you need to explain how you propose to collect data (Primary or secondary
source).
———-
Added on 09.05.2016 22:41
We are trying to find a correlation between the apprehensions along the US/ Mexico border and what causes any spikes to arise given certain times of the year or any world events that occur. I am unsure what variables to use and am asking for help creating or describing these variables. Here are some useful websites that include statistical information.
https://www.cbp.gov/newsroom/media-resources/stats
We are mostly focusing on apprehensions within the last five years.
———-
Added on 09.05.2016 22:42
The data we are collecting will mostly be from the cbp.gov website.
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 });

