The project report should include a background research on the history, population, and characteristics of that county’s local economic structure. The analytical part should include
the simulation of the impact of an exogenous shock or public policy, for example:
• promotion of tourism activities to revive a distressed economy;
• property tax breaks for homeowners.
The report is evaluated based on the topic originality and whether it has clear planning/policy implications.
Alternatively, you may use the I-O/SAM data for a (non U.S.) country and for which the data are available. Examples of international datasets that past students had used for final projects include those for Colombia, China, Germany, Indonesia, Mexico, and South Korea. The International Food Policy Research Institute (https://library.ifpri.info/data/) has links to free SAM data for many developing countries.
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 });

