Assignment Question
Research Paper: Each student should choose a topic related to Economic Freedom to research and write a paper about (between 12 to 15 pages, not including the references.) You should use some references (Books, research papers, reports, etc). NO internet sources. The research paper needs to be a Quantitative analysis of subjects related and effected by Economic Freedom. This means you need to collect data about the variables and analyze their relationship through some statistical software (Excel is ok, and no problem if you chose another software). Here what you need to do specifically: You need to use the data on the Economic Freedom Index as your independent variable, and one of the following variables as your dependent variable and find the correlation coefficient between the two variables and show us the relationship graphically:
The potential variables (as dependent variables) that you can chose among, but not limited to, are the following: (1) Corruption, (2) Military Expenditure, (3) GDP Growth rate (4) Political Freedom, (5) Human Development (6) Poverty and Inequality, (7) Environmental Degradation and Pollution, (8) Misery Index. Additionally, each student should state the region that she/he will analyze. You can choose one of the following regions: Southeast Asia, Latin America, South America, Middle East and North Africa (MENA), Sub-Saharan Africa, and South Asia Countries. The paper worth 10 points of the total grade for the class. The paper should use the Chicago Manual Style of writing, double space, 1-inch margin.
Presentation: Each student should make a 10-15 minute Power Points presentation of the paper she/he wrote for the class. The student should allow 5 minutes of discussion with the class after the presentation. The Power Points of the Presentation should be sent to the instructor to share with the rest of the class as some questions on the final exam will come from these presentations. The presentation worth 10 Points of the class grade.
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 });