Income/Wealth Inequality reached a short run low near the late-1970’s and has steadily increased. Measured via the Kuznet’s Curve, Lorenz Curve and Gini Coefficients, income and inequality is thought to be of such social significance today that social, political and enterprise leaders have all begun to decry its potentially damaging effects. Robert Reich’s Inequality for All deftly discusses the effects of inequality through the labor markets, while Piketty’s Capital in the 21st Century takes an holistic approach while putting inequality in historical perspective. Just as the concept of climate change has its detractors in the late 1990’s and early 2000’s, income and wealth inequality has moved from the fringe of political economy to the very center of the firestorm
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 });

