A 1500 word Country Report that provides an analysis of progress towards the achievement of ONE of the Millennium Development Goals (MDGs), in a country of the student’s choice.
Report Brief: You have been contracted as a consultant on an independent evaluation of the nation’s progress towards one of the MDGs (students can choose which MDG). The Country Report should:
Provide an overview of progress towards the selected MDG, placing the selected country in the regional context and demonstrating competence in working with primary development data
Analyse the role of domestic and international factors (policies, actors, economic climate, etc) in explaining the relative successes and failures in progress in the particular country.
Identify the key challenges for contemporary policy makers in the selected country and recommend ways in which these challenges might be addressed.
Research for the report must draw on official development agency materials, academic journals and other academic publications. In addition, students can consult news media, civil society organisations and NGOs. Unofficial websites will not be accepted as appropriate sources.
DEADLINE: The report should be included in the portfolio (due in CAP Week 2, Weds 29th April 2015 before 12pm)
Submission of the portfolio should include all the required elements listed above, and is due in Week 2 of CAP (Weds 29th April 2015, before 12pm)
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 });

