Food Insecurity Finally Recovers from the Great Recession, but Progress Remains Too Slow
Federal food insecurity data for 2018, released September 4, 2019, indicates that 11.1 percent of U.S. households—37.2 million people—were food insecure (at some point during the year, they did not know where their next meals were coming from).
In 2018, food insecurity finally fell to its pre-Great Recession levels, and it is now significantly lower than its recession peak of 14.9 percent in 2011. But at this rate, the United States will not end hunger until 2034.
Every State Has Food Insecurity
Even though some are doing better than others, all are affected by one or more of seven measures of health, income, and opportunity that are highly correlated with food insecurity. The hungriest states include Alabama, Arkansas, Kansas, Kentucky, Louisiana, Mississippi, New Mexico, Ohio, Oklahoma, Texas, and West Virginia. Food insecurity rates vary considerably by state, from 7.8 percent in New Hampshire to 16.8 percent in New Mexico.
11.2 Million Children Live at Risk of Hunger
Food insecurity among households with children declined significantly last year, from 15.7 percent in 2017 to 13.9 percent in 2018. The number of children affected, 11.2 million, is still far too high but it has fallen well below the 12 million children facing hunger in 2007, the last pre-Great Recession year.
Households of color are more likely to experience food insecurity
The new USDA report indicates that African Americans have not made progress on food insecurity for the past two years, and food insecurity has not fallen below pre-Great Recession levels. Food insecurity among African American households is nearly double the national rate and triple the rate of white households. In addition, food insecurity among Latino households is double the rate of white households.
A Plan to End Hunger
The goal of ending hunger by 2030 is one of several adopted by the nations of the world in 2015. To reach it, the United States must reduce food insecurity by almost 1 percentage point every year for the next twelve years. This will require strong political commitment and a comprehensive approach to address hunger’s root causes and accelerate progress.
(function($){
/** * Copyright 2012, Digital Fusion * Licensed under the MIT license. * https://teamdf.com/jquery-plugins/license/ * * @author Sam Sehnert * @desc A small plugin that checks whether elements are within * the user visible viewport of a web browser. * can accounts for vertical position, horizontal, or both */ var $w=$(window); $.fn.visible = function(partial,hidden,direction,container){
if (this.length < 1) return; // Set direction default to 'both'. direction = direction || 'both'; var $t = this.length > 1 ? this.eq(0) : this, isContained = typeof container !== 'undefined' && container !== null, $c = isContained ? $(container) : $w, wPosition = isContained ? $c.position() : 0, t = $t.get(0), vpWidth = $c.outerWidth(), vpHeight = $c.outerHeight(), clientSize = hidden === true ? t.offsetWidth * t.offsetHeight : true;
if (typeof t.getBoundingClientRect === 'function'){
// Use this native browser method, if available. var rec = t.getBoundingClientRect(), tViz = isContained ? rec.top - wPosition.top >= 0 && rec.top < vpHeight + wPosition.top : rec.top >= 0 && rec.top < vpHeight, bViz = isContained ? rec.bottom - wPosition.top > 0 && rec.bottom <= vpHeight + wPosition.top : rec.bottom > 0 && rec.bottom <= vpHeight, lViz = isContained ? rec.left - wPosition.left >= 0 && rec.left < vpWidth + wPosition.left : rec.left >= 0 && rec.left < vpWidth, rViz = isContained ? rec.right - wPosition.left > 0 && rec.right < vpWidth + wPosition.left : rec.right > 0 && rec.right <= vpWidth, vVisible = partial ? tViz || bViz : tViz && bViz, hVisible = partial ? lViz || rViz : lViz && rViz, vVisible = (rec.top < 0 && rec.bottom > vpHeight) ? true : vVisible, hVisible = (rec.left < 0 && rec.right > vpWidth) ? true : hVisible;
if(direction === 'both') return clientSize && vVisible && hVisible; else if(direction === 'vertical') return clientSize && vVisible; else if(direction === 'horizontal') return clientSize && hVisible; } else {
var viewTop = isContained ? 0 : wPosition, viewBottom = viewTop + vpHeight, viewLeft = $c.scrollLeft(), viewRight = viewLeft + vpWidth, position = $t.position(), _top = position.top, _bottom = _top + $t.height(), _left = position.left, _right = _left + $t.width(), compareTop = partial === true ? _bottom : _top, compareBottom = partial === true ? _top : _bottom, compareLeft = partial === true ? _right : _left, compareRight = partial === true ? _left : _right;
if(direction === 'both') return !!clientSize && ((compareBottom <= viewBottom) && (compareTop >= viewTop)) && ((compareRight <= viewRight) && (compareLeft >= viewLeft)); else if(direction === 'vertical') return !!clientSize && ((compareBottom <= viewBottom) && (compareTop >= viewTop)); else if(direction === 'horizontal') return !!clientSize && ((compareRight <= viewRight) && (compareLeft >= viewLeft)); } };
})(jQuery);
const AREA1 = document.body;
function vTest() {
const AREA2 = document.querySelector('#container'); const AREA3 = document.querySelector('#container2'); let testAREA2 = jQuery("#container").visible(); let testAREA3 = jQuery("#container2").visible();
if ( testAREA2 == true ) {
drawChartGlobal();
} else if ( testAREA3 == true ) {
drawChartRace();
} else {
console.log('not visible yet');
}
}
document.addEventListener('scroll', scrollFunction, false); document.addEventListener('scroll', vTest, false);
// document.onscroll = function() {scrollFunction()};
function scrollFunction() { if (document.body.scrollTop > 920 || document.documentElement.scrollTop > 920) { document.getElementById("stp").style.display = "block";
} else { document.getElementById("stp").style.display = "none"; }
}
function drawChartRace() {
Highcharts.chart('container2', {
chart: {
type: 'line',
},
title: {
style: {
color: '#df7c06',
fontFamily: ['Gotham A','Gotham B'],
fontWeight: 'bold'
},
text: 'Trends in Food Insecurity by Race and Ethnicity
2001-2018',
align: 'center',
x: 12
},
subtitle: {
style: {
fontFamily: 'Helvetica',
},
text: 'Source: Calculated by USDA, Economic Research Service, using Current Population Survey Food Security Supplement data.',
align: 'center',
x: 12
},
credits: {
enabled: false
},
xAxis: {
crosshair: true,
labels: {
step: 2
},
categories: ['2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010', '2011', '2012','2013','2014','2015','2016','2017','2018']
},
yAxis: {
crosshair: true,
minorTicks: true,
title: {
text: 'Percent of households'
}
},
plotOptions: {
line: {
dataLabels: {
enabled: false
},
enableMouseTracking: true
}
},
series: [{
name: 'Black, non-Hispanic',
color: '#016e95',
lineWidth: 4,
marker: false,
data: [21.3, 22, 22.1, 23.7, 22.4, 21.8, 22.2, 25.7, 24.9, 25.1, 25.1, 24.6, 26.1, 26.1, 21.5, 22.5, 21.8, 21.2]
}, {
name: 'Hispanic',
color: '#be1d2d',
lineWidth: 4,
marker: false,
data: [21.8, 21.7, 22.3, 21.7, 17.9, 19.5, 20.1, 26.9, 26.9, 26.2, 26.2, 23.3, 23.7, 22.4, 19.1, 18.5, 18, 16.2]
}, {
name: 'All households',
color: '#e7811c',
lineWidth: 4,
marker: false,
data: [10.7, 11.1, 11.2, 11.9, 11.0, 10.9, 11.1, 14.6, 14.7, 14.5, 14.9, 14.5, 14.3, 14.0, 12.7, 12.3, 11.8, 11.1]
}, {
name: 'Other, non-Hispanic',
color: '#3c2b33',
lineWidth: 4,
marker: false,
data: [10.3, 9.8, 10.8, 11.1, 9.6, 9.6, 9.6, 13.7, 13.2, 12.7, 12.7, 13.0, 11.7, 11.8, 10.3, 10.7, 9.9, 10.2]
}, {
name: 'White, non-Hispanic',
color: '#dec159',
lineWidth: 4,
marker: false,
data: [7.6, 8.0, 7.8, 8.6, 8.2, 7.8, 7.9, 10.7, 11.0, 10.8, 11.4, 11.2, 10.6, 10.5, 10.0, 9.3, 8.8, 8.1]
}]
});
}