Deprecated (16384): The ArrayAccess methods will be removed in 4.0.0.Use getParam(), getData() and getQuery() instead. - /home/brlfuser/public_html/src/Controller/FrontendCatController.php, line: 30
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [CORE/src/Core/functions.php, line 311]
deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::offsetGet() - CORE/src/Http/ServerRequest.php, line 2421
App\Controller\FrontendCatController::index() - APP/Controller/FrontendCatController.php, line 30
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 610
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 98
Warning (2): Invalid argument supplied for foreach() [APP/Controller/FrontendCatController.php, line 386]
$catSlug = 'news-alerts-57'
$catData = object(App\Model\Entity\Category) {
'id' => (int) 4,
'name' => 'NEWS ALERTS',
'slug' => 'news-alerts-57',
'status' => (int) 0,
'lang' => 'EN',
'parent_id' => null,
'lft' => (int) 119,
'rght' => (int) 122,
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Categories'
}
$subcat_ids = [
(int) 0 => (int) 4,
(int) 1 => (int) 15,
(int) 2 => (int) 15
]
$children = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Categories.id AS `Categories__id`, Categories.name AS `Categories__name`, Categories.slug AS `Categories__slug`, Categories.status AS `Categories__status`, Categories.lang AS `Categories__lang`, Categories.parent_id AS `Categories__parent_id`, Categories.lft AS `Categories__lft`, Categories.rght AS `Categories__rght`, Categories.created AS `Categories__created`, Categories.modified AS `Categories__modified` FROM categories Categories WHERE (Categories.rght < :c0 AND Categories.lft > :c1) ORDER BY Categories.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Categories__id' => 'integer',
'Categories.id' => 'integer',
'id' => 'integer',
'Categories__name' => 'string',
'Categories.name' => 'string',
'name' => 'string',
'Categories__slug' => 'string',
'Categories.slug' => 'string',
'slug' => 'string',
'Categories__status' => 'tinyinteger',
'Categories.status' => 'tinyinteger',
'status' => 'tinyinteger',
'Categories__lang' => 'string',
'Categories.lang' => 'string',
'lang' => 'string',
'Categories__parent_id' => 'integer',
'Categories.parent_id' => 'integer',
'parent_id' => 'integer',
'Categories__lft' => 'integer',
'Categories.lft' => 'integer',
'lft' => 'integer',
'Categories__rght' => 'integer',
'Categories.rght' => 'integer',
'rght' => 'integer',
'Categories__created' => 'datetime',
'Categories.created' => 'datetime',
'created' => 'datetime',
'Categories__modified' => 'datetime',
'Categories.modified' => 'datetime',
'modified' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => (int) 4
],
'repository' => object(App\Model\Table\CategoriesTable) {}
}
$value = object(App\Model\Entity\Category) {
'id' => (int) 15,
'name' => 'News Alerts',
'slug' => 'news-alerts',
'status' => (int) 1,
'lang' => 'EN',
'parent_id' => (int) 4,
'lft' => (int) 120,
'rght' => (int) 121,
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'children' => [],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [
'children' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Categories'
}
$key = (int) 0
$subchildren = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Categories.id AS `Categories__id`, Categories.name AS `Categories__name`, Categories.slug AS `Categories__slug`, Categories.status AS `Categories__status`, Categories.lang AS `Categories__lang`, Categories.parent_id AS `Categories__parent_id`, Categories.lft AS `Categories__lft`, Categories.rght AS `Categories__rght`, Categories.created AS `Categories__created`, Categories.modified AS `Categories__modified` FROM categories Categories WHERE parent_id in (:c0,:c1)',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Categories__id' => 'integer',
'Categories.id' => 'integer',
'id' => 'integer',
'Categories__name' => 'string',
'Categories.name' => 'string',
'name' => 'string',
'Categories__slug' => 'string',
'Categories.slug' => 'string',
'slug' => 'string',
'Categories__status' => 'tinyinteger',
'Categories.status' => 'tinyinteger',
'status' => 'tinyinteger',
'Categories__lang' => 'string',
'Categories.lang' => 'string',
'lang' => 'string',
'Categories__parent_id' => 'integer',
'Categories.parent_id' => 'integer',
'parent_id' => 'integer',
'Categories__lft' => 'integer',
'Categories.lft' => 'integer',
'lft' => 'integer',
'Categories__rght' => 'integer',
'Categories.rght' => 'integer',
'rght' => 'integer',
'Categories__created' => 'datetime',
'Categories.created' => 'datetime',
'created' => 'datetime',
'Categories__modified' => 'datetime',
'Categories.modified' => 'datetime',
'modified' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\CategoriesTable) {}
}
$cat = object(App\Model\Entity\Category) {
'id' => (int) 15,
'name' => 'News Alerts',
'slug' => 'news-alerts',
'status' => (int) 1,
'lang' => 'EN',
'parent_id' => (int) 4,
'lft' => (int) 120,
'rght' => (int) 121,
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Categories'
}
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Articles.id AS `Articles__id`, Articles.title AS `Articles__title`, Articles.subheading AS `Articles__subheading`, Articles.description AS `Articles__description`, Articles.credit_writer AS `Articles__credit_writer`, Articles.article_img AS `Articles__article_img`, Articles.article_img_thumb AS `Articles__article_img_thumb`, Articles.status AS `Articles__status`, Articles.show_on_home AS `Articles__show_on_home`, Articles.lang AS `Articles__lang`, Articles.category_id AS `Articles__category_id`, Articles.tag_keyword AS `Articles__tag_keyword`, Articles.seo_url AS `Articles__seo_url`, Articles.meta_title AS `Articles__meta_title`, Articles.meta_keywords AS `Articles__meta_keywords`, Articles.meta_description AS `Articles__meta_description`, Articles.noindex AS `Articles__noindex`, Articles.publish_date AS `Articles__publish_date`, Articles.most_visit_section_id AS `Articles__most_visit_section_id`, Articles.article_big_img AS `Articles__article_big_img`, Articles.liveid AS `Articles__liveid`, Articles.created AS `Articles__created`, Articles.modified AS `Articles__modified`, Articles.edate AS `Articles__edate`, Categories.id AS `Categories__id`, Categories.name AS `Categories__name`, Categories.slug AS `Categories__slug`, Categories.status AS `Categories__status`, Categories.lang AS `Categories__lang`, Categories.parent_id AS `Categories__parent_id`, Categories.lft AS `Categories__lft`, Categories.rght AS `Categories__rght`, Categories.created AS `Categories__created`, Categories.modified AS `Categories__modified` FROM articles Articles LEFT JOIN categories Categories ON Categories.id = (Articles.category_id) WHERE (Articles.category_id in (:c0,:c1,:c2) AND Articles.status = :c3) ORDER BY Articles.publish_date desc, Articles.id DESC LIMIT 5 OFFSET 25',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Articles__id' => 'integer',
'Articles.id' => 'integer',
'id' => 'integer',
'Articles__title' => 'string',
'Articles.title' => 'string',
'title' => 'string',
'Articles__subheading' => 'string',
'Articles.subheading' => 'string',
'subheading' => 'string',
'Articles__description' => 'text',
'Articles.description' => 'text',
'description' => 'text',
'Articles__credit_writer' => 'string',
'Articles.credit_writer' => 'string',
'credit_writer' => 'string',
'Articles__article_img' => 'string',
'Articles.article_img' => 'string',
'article_img' => 'string',
'Articles__article_img_thumb' => 'string',
'Articles.article_img_thumb' => 'string',
'article_img_thumb' => 'string',
'Articles__status' => 'tinyinteger',
'Articles.status' => 'tinyinteger',
'status' => 'tinyinteger',
'Articles__show_on_home' => 'tinyinteger',
'Articles.show_on_home' => 'tinyinteger',
'show_on_home' => 'tinyinteger',
'Articles__lang' => 'string',
'Articles.lang' => 'string',
'lang' => 'string',
'Articles__category_id' => 'integer',
'Articles.category_id' => 'integer',
'category_id' => 'integer',
'Articles__tag_keyword' => 'string',
'Articles.tag_keyword' => 'string',
'tag_keyword' => 'string',
'Articles__seo_url' => 'string',
'Articles.seo_url' => 'string',
'seo_url' => 'string',
'Articles__meta_title' => 'string',
'Articles.meta_title' => 'string',
'meta_title' => 'string',
'Articles__meta_keywords' => 'string',
'Articles.meta_keywords' => 'string',
'meta_keywords' => 'string',
'Articles__meta_description' => 'text',
'Articles.meta_description' => 'text',
'meta_description' => 'text',
'Articles__noindex' => 'tinyinteger',
'Articles.noindex' => 'tinyinteger',
'noindex' => 'tinyinteger',
'Articles__publish_date' => 'date',
'Articles.publish_date' => 'date',
'publish_date' => 'date',
'Articles__most_visit_section_id' => 'integer',
'Articles.most_visit_section_id' => 'integer',
'most_visit_section_id' => 'integer',
'Articles__article_big_img' => 'string',
'Articles.article_big_img' => 'string',
'article_big_img' => 'string',
'Articles__liveid' => 'integer',
'Articles.liveid' => 'integer',
'liveid' => 'integer',
'Articles__created' => 'datetime',
'Articles.created' => 'datetime',
'created' => 'datetime',
'Articles__modified' => 'datetime',
'Articles.modified' => 'datetime',
'modified' => 'datetime',
'Articles__edate' => 'string',
'Articles.edate' => 'string',
'edate' => 'string',
'Categories__id' => 'integer',
'Categories.id' => 'integer',
'Categories__name' => 'string',
'Categories.name' => 'string',
'name' => 'string',
'Categories__slug' => 'string',
'Categories.slug' => 'string',
'slug' => 'string',
'Categories__status' => 'tinyinteger',
'Categories.status' => 'tinyinteger',
'Categories__lang' => 'string',
'Categories.lang' => 'string',
'Categories__parent_id' => 'integer',
'Categories.parent_id' => 'integer',
'parent_id' => 'integer',
'Categories__lft' => 'integer',
'Categories.lft' => 'integer',
'lft' => 'integer',
'Categories__rght' => 'integer',
'Categories.rght' => 'integer',
'rght' => 'integer',
'Categories__created' => 'datetime',
'Categories.created' => 'datetime',
'Categories__modified' => 'datetime',
'Categories.modified' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'Categories' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'scope' => null,
'sort' => 'Articles.publish_date',
'whitelist' => [
[maximum depth reached]
]
],
'repository' => object(App\Model\Table\ArticlesTable) {}
}
$articleList = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(App\Model\Entity\Article) {},
(int) 1 => object(App\Model\Entity\Article) {},
(int) 2 => object(App\Model\Entity\Article) {},
(int) 3 => object(App\Model\Entity\Article) {},
(int) 4 => object(App\Model\Entity\Article) {}
]
}
$metaKeywords = ''
$metaTitle = 'NEWS ALERTS | Consumption of non-veg food items has risen since 2015-16, points out NFHS-5 data '
$metaDesc = ''
$article = object(App\Model\Entity\Article) {
'id' => (int) 63172,
'title' => 'Consumption of non-veg food items has risen since 2015-16, points out NFHS-5 data ',
'subheading' => null,
'description' => '<p style="text-align:justify">Is India a country where most people eat vegetarian food? The answer to this question is a bit complex. The consumption of either vegetarian or non-vegetarian food depends not just on one's personal choice but also on one’s geographical location, caste and religious background, gender and marital status. There are other determining factors as well behind a person's choice of food. </p>
<p style="text-align:justify">The results of the newly released data of the <a href="https://im4change.org/docs/NFHS-5_INDIA_REPORT.pdf">fifth round of National Family Health Survey</a> <em>(i.e., <a href="https://im4change.org/docs/NFHS-5_INDIA_REPORT.pdf">NFHS-5</a>) </em>discloses the food preferences of the people of India. Published in March this year, the country-level report for NFHS-5 shows that men were ahead of women <em>(in the age group 15-49 years)</em> in consuming non-vegetarian food during 2019-21. Data analysis by the Inclusive Media for Change team shows that a greater proportion of men as well as women consumed non-vegetarian food during 2019-21 <em>(on daily and weekly basis) </em>as compared to 2015-16, when the <a href="https://im4change.org/docs/311Report-of-National-Family-Health-Survey-4-released-in-December-2017.pdf">NFHS-4</a> was conducted.</p>
<p style="text-align:justify"><strong>Frequency of consumption of non-veg. food by Indians</strong></p>
<p style="text-align:justify">The NFHS-5 has found that compared to women, a higher proportion of men had 'eggs' <em>(7.1 percent of men versus 5.2 percent of women)</em>, 'fish' <em>(6.8 percent of men versus 5.1 percent of women)</em>, 'chicken or meat' <em>(2.4 percent of men versus 1.4 percent of women)</em>, and 'fish, chicken or meat' <em>(8.0 percent of men versus 5.9 percent of women) </em>on a daily basis. Please see graph-1A.</p>
<p style="text-align:justify">The NFHS-4 had found that as against women, a higher proportion of men had 'eggs' <em>(4.9 percent of men versus 4.0 percent of women)</em>, and 'chicken or meat' <em>(1.8 percent of men versus 1.1 percent of women) </em>on a daily basis. However, a greater proportion of women had 'fish' <em>(5.6 percent of women versus 4.8 percent of men)</em>, and 'fish, chicken or meat' <em>(6.1 percent of women versus 5.7 percent of men) </em>on a daily basis in 2015-16. Kindly see graph-1B.</p>
<p style="text-align:justify"><img alt="" src="/upload/images/Graph%201A%20and%201B%282%29.png" style="height:1365px; width:969px" /></p>
<p style="text-align:justify"><em><strong>Source: </strong>National Family Health Survey-5 (2019-21), India Report, please <a href="https://im4change.org/docs/NFHS-5_INDIA_REPORT.pdf">click here</a> to access </em></p>
<p style="text-align:justify"><em>National Family Health Survey-4 (2015-16), India Report. please <a href="https://im4change.org/docs/311Report-of-National-Family-Health-Survey-4-released-in-December-2017.pdf ">click here</a> to access </em></p>
<p style="text-align:justify"><strong>---</strong></p>
<p style="text-align:justify">A higher proportion of men in comparison to women also consumed the above-mentioned non-vegetarian food items on a weekly or occasional basis during 2019-21. As compared to men, a higher proportion of women never had 'eggs' <em>(28.0 percent of women vis-à-vis 15.4 percent of men)</em>, 'fish' <em>(34.4 percent of women vis-à-vis 21.4 percent of men)</em>, 'chicken or meat' <em>(31.5 percent of women vis-à-vis 18.3 percent of men)</em>, and 'fish, chicken or meat' <em>(29.4 percent of women vis-à-vis 16.6 percent of men)</em>. Please refer to graph-1A. </p>
<p style="text-align:justify">A similar trend was exhibited by the NFHS-4 data concerning consumption of non-vegetarian food. A higher percentage of men as compared to women ate non-vegetarian food items on a weekly and occasional basis during 2015-16. As opposed to men, a higher proportion of women never had 'eggs' <em>(29.3 percent of women vis-à-vis 19.6 percent of men)</em>, 'fish' <em>(35.1 percent of women vis-à-vis 27.3 percent of men)</em>, 'chicken or meat' <em>(31.8 percent of women vis-à-vis 23.0 percent of men)</em>, and 'fish, chicken or meat' <em>(29.9 percent of women vis-à-vis 21.6 percent of men)</em>. Kindly look at graph-1B.</p>
<p style="text-align:justify">However, compared to 2015-16, a lower proportion of women aged 15-49 years never had 'eggs', 'fish', 'chicken or meat', and 'fish, chicken or meat' in 2019-21. A similar trend has also been observed for men in the same age group.</p>
<p style="text-align:justify">The data analysis done so far indicates that the onus of avoiding the consumption of non-vegetarian food is mostly on women instead of men. This happens despite the fact that in terms of various nutritional outcomes, <a href="https://im4change.org/docs/NFHS-5_INDIA_REPORT.pdf">women lag behind men</a>. For example, the NFHS-5 data shows that the prevalence of <a href="https://im4change.org/upload/files/India%20Fact%20sheet%20NFHS-5.pdf">anaemia among women</a> <em>(i.e., 57.0 percent) </em>was more than double the <a href="https://im4change.org/upload/files/India%20Fact%20sheet%20NFHS-5.pdf">anaemia prevalence among men</a> <em>(i.e., 25.0 percent)</em>. A recent press note <em>(please click <a href="https://im4change.org/upload/files/Endorsed%20letter%20against%20meat%20bans%20%285%20May%202022%29.pdf">here</a> and <a href="https://im4change.org/latest-news-updates/food-fascism-violates-to-right-to-food-and-nutrition-states-eminent-citizens.html">here</a>) </em>issued by Right to Food activists and nutritionists mentions that food diversity and adequate quantities of animal source foods (ASF) are an excellent way of addressing nutritional deficiencies.</p>
<p style="text-align:justify"><strong>Regional variation in non-veg. consumption</strong></p>
<p style="text-align:justify">The states/UTs have been categorised by NFHS-5 under six regions: North India, Central India, East India, Northeast India, West India, and South India. On average, the consumption of non-vegetarian items was the highest in the southern states/UTs and lowest in the North Indian states/UTs on a weekly basis. For example, the percentages of women and men <em>(aged 15-49 years)</em> consuming 'fish, chicken or meat' at least once a week in Lakshadweep were 98.7 percent and 98.4 percent, respectively. Please see the chart-1.</p>
<p><iframe class="flourish-embed-iframe" frameborder="0" scrolling="no" src="https://flo.uri.sh/visualisation/10574063/embed" style="width:100%;height:750px;" title="Interactive or visual content"></iframe></p>
<div style="margin-top:4px!important; text-align:right!important; width:100%!"><a class="flourish-credit" href="https://public.flourish.studio/visualisation/10574063/?utm_source=embed&utm_campaign=visualisation/10574063" style="text-decoration:none!important" target="_top"><img alt="Made with Flourish" src="https://public.flourish.studio/resources/made_with_flourish.svg" style="border:none!important; height:16px!important; margin:0!important; width:105px!important" /> </a></div>
<p style="text-align:justify">A cursory glance at the data from the interactive chart-1 shows that among the northern states/UTs, the percentage of men and women consuming specific non-vegetarian food items was comparatively lower <em>(than other states/UTs in the same group) </em>in Haryana, Rajasthan, Punjab and Himachal Pradesh.</p>
<p style="text-align:justify">Aside from the South Indian states/UTs, the consumption of non-vegetarian items <em>(at least once a week)</em> was relatively high in the Northeast Indian states, followed by the East Indian states, West Indian states/UTs, and Central Indian states.</p>
<p style="text-align:justify">Among the western states/UTs, the percentage of men and women consuming specific non-vegetarian food items <em>(at least once a week)</em> was low in Gujarat in comparison to Dadra & Nagar Haveli and Daman & Diu, Goa, and Maharashtra. </p>
<p style="text-align:justify">On average, West Bengal became the leader in the consumption of non-vegetarian items <em>(at least once a week)</em> among the eastern states.</p>
<p style="text-align:justify"><strong>Consumption of non-vegetarian items by religious background</strong></p>
<p style="text-align:justify">The NFHS <em>(in 2019-21 as well as 2015-16) </em>has also provided information on the weekly consumption of non-vegetarian food by religion. For example, in 2019-21, at least once a week 'egg' consumption was the highest among Christian women <em>(70.9 percent)</em>, followed by Muslim women <em>(65.6 percent)</em>, Buddhist/ Neo-Buddhist women <em>(59.6 percent)</em>, Hindu women <em>(41.5 percent)</em>, Sikh women <em>(13.4 percent)</em> and Jain women <em>(6.7 percent)</em>. On the contrary, at least once a week 'egg' consumption was the highest among Buddhist/ Neo-Buddhist men <em>(73.6 percent)</em>, followed by Muslim men <em>(73.2 percent)</em>, Christian men <em>(72.7 percent)</em>, Hindu men <em>(54.5 percent)</em>, Sikh men <em>(29.7 percent)</em> and Jain men <em>(11.0 percent)</em>. Please see graph-2A.</p>
<p style="text-align:justify">In 2015-16, at least once a week 'egg' consumption was the highest among Christian women <em>(64.7 percent)</em>, followed by Muslim women <em>(59.7 percent)</em>, Buddhist/ Neo-Buddhist women <em>(55.8 percent)</em>, Hindu women <em>(38.0 percent)</em>, Jain women <em>(9.7 percent)</em> and Sikh women <em>(9.0 percent)</em>. As against that, at least once a week 'egg' consumption was the highest among Christian men <em>(71.5 percent)</em>, followed by Muslim men <em>(66.5 percent)</em>, Buddhist/ Neo-Buddhist men <em>(63.5 percent)</em>, Hindu men <em>(46.7 percent)</em>, Sikh men <em>(19.3 percent)</em> and Jain men <em>(4.4 percent)</em>. Kindly take a look at graph-2B.</p>
<p style="text-align:justify"><img alt="" src="/upload/images/Graph%202A%20and%202B%282%29.png" style="height:1365px; width:969px" /> </p>
<p style="text-align:justify"><em><strong>Source: </strong>National Family Health Survey-5 (2019-21), India Report, please <a href="https://im4change.org/docs/NFHS-5_INDIA_REPORT.pdf">click here</a> to access </em></p>
<p style="text-align:justify"><em>National Family Health Survey-4 (2015-16), India Report. please <a href="https://im4change.org/docs/311Report-of-National-Family-Health-Survey-4-released-in-December-2017.pdf ">click here</a> to access </em></p>
<p style="text-align:justify">---</p>
<p style="text-align:justify">Please consult the graphs-2A & 2B to get information on the weekly consumption of other non-vegetarian items by religion i.e., 'fish', 'chicken or meat', and 'fish, chicken or meat'.</p>
<p style="text-align:justify"><strong>Consumption of non-vegetarian items by caste background</strong></p>
<p style="text-align:justify">A person’s caste background too determines his/her food habits. This has been confirmed by the two successive rounds of the NFHS. For example, the NFHS-5 shows that at least once a week 'egg' consumption was the highest among 'Scheduled Caste' (SC) women <em>(48.4 percent)</em>, followed by 'Scheduled Tribe' (ST) women <em>(46.4 percent)</em>, 'forward or other caste' women <em>(45.7 percent)</em>, and 'Other Backward Class' (OBC) women <em>(42.7 percent)</em>. At least once a week 'egg' consumption was the highest among SC men <em>(60.8 percent)</em>, followed by 'forward or other caste' men <em>(58.6 percent)</em>, ST men <em>(57.1 percent)</em>, and OBC men <em>(55.6 percent)</em>. Please consult graph-3A.</p>
<p style="text-align:justify">During 2015-16, at least once a week 'egg' consumption was the highest among SC women <em>(44.5 percent)</em>, followed by 'forward or other caste' women <em>(43.4 percent)</em>, ST women <em>(42.4 percent)</em>, and OBC women <em>(38.3 percent)</em>. At least once a week 'egg' consumption was the highest among SC men <em>(52.6 percent)</em>, followed by 'forward or other caste' men <em>(50.7 percent)</em>, ST men <em>(50.6 percent)</em>, and OBC men <em>(47.4 percent)</em>. Kindly take a look at graph-3B.</p>
<p style="text-align:justify"><img alt="" src="/upload/images/Graph%203A%20and%203B%282%29.png" style="height:1072px; width:846px" /></p>
<p style="text-align:justify"><em><strong>Source: </strong>National Family Health Survey-5 (2019-21), India Report, please <a href="https://im4change.org/docs/NFHS-5_INDIA_REPORT.pdf">click here</a> to access </em></p>
<p style="text-align:justify"><em>National Family Health Survey-4 (2015-16), India Report. please <a href="https://im4change.org/docs/311Report-of-National-Family-Health-Survey-4-released-in-December-2017.pdf ">click here</a> to access </em></p>
<p style="text-align:justify"><strong>---</strong></p>
<p style="text-align:justify">It has not always been the case that ‘forward or other caste’ women <em>(or men) </em>lagged behind SC or ST women <em>(or men) </em>when it came to the consumption of non-vegetarian items. For example, in 2019-21, at least once a week 'fish' consumption was the highest among 'forward or other caste' women <em>(39.6 percent)</em>, followed by SC women <em>(37.4 percent)</em>, ST women <em>(36.0 percent)</em>, and OBC women <em>(32.4 percent)</em>. At least once a week 'fish' consumption was the highest among 'forward or other caste' men <em>(49.7 percent)</em>, followed by SC men <em>(48.3 percent)</em>, ST men <em>(45.6 percent)</em>, and OBC men <em>(41.8 percent)</em>.</p>
<p style="text-align:justify">During 2015-16, at least once a week 'fish' consumption was the highest among 'forward or other caste' women <em>(38.4 percent)</em>, followed by SC women <em>(35.8 percent)</em>, ST women <em>(34.3 percent)</em>, and OBC women <em>(30.3 percent)</em>. Contrary to that, at least once a week 'fish' consumption was the highest among SC men <em>(40.4 percent)</em>, followed by ST men <em>(40.0 percent)</em>, 'forward or other caste' men <em>(39.6 percent)</em>, and OBC men <em>(36.7 percent)</em>.</p>
<p style="text-align:justify">Kindly consult the graphs-3A & 3B to get information on the weekly consumption of other non-vegetarian items by caste i.e., 'chicken or meat', and 'fish, chicken or meat'.</p>
<p style="text-align:justify"><strong>Food consumption by marital status</strong></p>
<p style="text-align:justify">NFHS data shows that one’s marital status impacts the weekly consumption of non-vegetarian food items. For example, during 2019-21, at least once a week 'chicken or meat' consumption was the highest among 'never married' men <em>(47.4 percent)</em>, followed by ‘currently married’ men <em>(46.6 percent)</em>, ‘divorced/separated/deserted’ men <em>(40.6 percent)</em> and ‘widowed’ men <em>(40.3 percent)</em>. At least once a week 'chicken or meat' consumption was the highest among ‘divorced/separated/deserted’ women <em>(40.5 percent)</em>, followed by ‘currently married’ women <em>(36.7 percent)</em>, ‘widowed’ women <em>(36.2 percent)</em>, and ‘never married’ women <em>(33.3 percent)</em>. Please see graph-4A.</p>
<p style="text-align:justify">During 2015-16, at least once a week 'chicken or meat' consumption was the highest among ‘never married’ men <em>(41.2 percent)</em>, followed by ‘currently married’ men <em>(40.3 percent)</em>, ‘divorced/separated/deserted’ men <em>(38.1 percent)</em>, and ‘widowed’ men <em>(33.8 percent)</em>. At least once a week 'chicken or meat' consumption was the highest among ‘divorced/separated/deserted’ women <em>(35.1 percent)</em>, followed by ‘currently married’ women <em>(33.0 percent)</em>, ‘never married’ women <em>(31.3 percent)</em>, and ‘widowed’ women <em>(31.2 percent)</em>. Kindly consult graph-4B.</p>
<p style="text-align:justify"><img alt="" src="/upload/images/Graph%204A%20and%204B%281%29.png" style="height:1285px; width:917px" /></p>
<p style="text-align:justify"><em><strong>Source: </strong>National Family Health Survey-5 (2019-21), India Report, please <a href="https://im4change.org/docs/NFHS-5_INDIA_REPORT.pdf">click here</a> to access </em></p>
<p style="text-align:justify"><em>National Family Health Survey-4 (2015-16), India Report. please <a href="https://im4change.org/docs/311Report-of-National-Family-Health-Survey-4-released-in-December-2017.pdf ">click here</a> to access </em></p>
<p style="text-align:justify"><strong>---</strong></p>
<p style="text-align:justify">Kindly consult the graphs-4A & 4B to get information on the weekly consumption of other non-vegetarian items by marital status i.e., 'egg', 'fish', and 'fish, chicken or meat'.</p>
<p style="text-align:justify"><strong><em>References</em></strong></p>
<p style="text-align:justify">National Family Health Survey-5 (2019-21), India Report, released in March 2022, International Institute for Population Sciences (IIPS), Ministry of Health and Family Welfare (MoHFW), please <a href="https://im4change.org/docs/NFHS-5_INDIA_REPORT.pdf ">click here</a> to access</p>
<p style="text-align:justify">National Family Health Survey-4 (2015-16), India Report, released in December, 2017, International Institute for Population Sciences (IIPS), Ministry of Health and Family Welfare (MoHFW), please <a href="https://im4change.org/docs/311Report-of-National-Family-Health-Survey-4-released-in-December-2017.pdf ">click here</a> to access </p>
<p style="text-align:justify">India Fact Sheet NFHS-5, IIPS, MoHFW, please <a href="/upload/files/India%20Fact%20sheet%20NFHS-5.pdf">click here</a> to access</p>
<p style="text-align:justify">Report: The Politics of Protein: Examining claims about livestock, fish, ‘alternative proteins’ and sustainability, prepared by the International Panel of Experts on Sustainable Food Systems (IPES-Food), published in April 2022, please <a href="/upload/files/Report%20Politics%20Of%20Protein.pdf">click here</a> to access</p>
<p style="text-align:justify">Executive Summary: The Politics of Protein: Examining claims about livestock, fish, ‘alternative proteins’ and sustainability, prepared by the International Panel of Experts on Sustainable Food Systems (IPES-Food), published in April 2022, please <a href="/upload/files/Executive%20Summary%20The%20Politics%20of%20Protein%20Examining%20claims%20about%20livestock%20fish%20alternative%20proteins%20and%20sustainability.pdf">click here</a> to access </p>
<p style="text-align:justify">Infosheet: The Politics of Protein - Fake Meat in the Spotlight, published in April 2022, please <a href="/upload/files/Infosheet%20The%20Politics%20of%20Protein.pdf">click here</a> to access </p>
<p style="text-align:justify">Food fascism violates our right to food and nutrition, state eminent citizens, Statement issued by Concerned Citizens, Doctors, Nutritionists, Parents, Advocates and Researchers dated 5th May, 2022, please <a href="https://im4change.org/latest-news-updates/food-fascism-violates-to-right-to-food-and-nutrition-states-eminent-citizens.html ">click here</a> to read</p>
<p style="text-align:justify">NFHS Data Shows More men Eating Non-veg Than Before, Newsclick.in, 17 May, 2022, please <a href="https://www.newsclick.in/NFHS-Data-Shows-More-men-Eating-Non-veg-Than-Before ">click here</a> to read more</p>
<p style="text-align:justify"> </p>
<p style="text-align:justify"><strong>Image Courtesy: <a href="https://www.shutterstock.com/image-photo/balanced-diet-healthy-food-on-wooden-590825882">Shutterstock.com</a></strong></p>
',
'credit_writer' => '',
'article_img' => 'Image Balanced Diet.PNG',
'article_img_thumb' => 'Image Balanced Diet.PNG',
'status' => (int) 1,
'show_on_home' => (int) 1,
'lang' => 'EN',
'category_id' => (int) 4,
'tag_keyword' => '',
'seo_url' => 'consumption-of-non-veg-food-items-has-risen-since-2015-16-points-out-nfhs-5-data',
'meta_title' => '',
'meta_keywords' => '',
'meta_description' => '',
'noindex' => (int) 1,
'publish_date' => object(Cake\I18n\FrozenDate) {},
'most_visit_section_id' => null,
'article_big_img' => null,
'liveid' => null,
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'edate' => '',
'category' => object(App\Model\Entity\Category) {},
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Articles'
}
App\Controller\FrontendCatController::index() - APP/Controller/FrontendCatController.php, line 386
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 610
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 98
[main] - ROOT/webroot/index.php, line 39
Warning (512): Unable to emit headers. Headers sent in file=/home/brlfuser/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=853 [CORE/src/Http/ResponseEmitter.php, line 48]
if (Configure::read('debug')) {
trigger_error($message, E_USER_WARNING);
} else {
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<!--[if lt IE 7 ]>
<html class="ie ie6" lang='en'> <![endif]-->
<!--[if IE 7 ]>
<html class="ie ie7" lang='en'> <![endif]-->
<!--[if IE 8 ]>
<html class="ie ie8" lang='en'> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang='en'>
<!--<![endif]-->
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
NEWS ALERTS | Consumption of non-veg food items has risen since 2015-16, points out NFHS-5 data </title>
<meta name="description" content="Is India a country where most people eat vegetarian food? The answer to this question is a bit complex. The consumption of either vegetarian or non-vegetarian food depends not just on one's personal choice but also on one’s geographical location,..."/>
<meta name="keywords" content="im4change, corruption, food security, Right To Education, malnutrition, Hunger, Health, MNREGA"/>
<meta name="news_keywords" content="im4change, corruption, food security, Right To Education, malnutrition, Hunger, Health, MNREGA">
<link rel="alternate" type="application/rss+xml" title="ROR" href="/ror.xml"/>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/feeds/"/>
<link rel="stylesheet" href="/css/bootstrap.min.css?1697864993"/> <link rel="stylesheet" href="/css/style.css?v=1.1.2"/> <link rel="stylesheet" href="/css/style-inner.css?1577045210"/> <link rel="stylesheet" id="Oswald-css"
href="https://fonts.googleapis.com/css?family=Oswald%3Aregular%2C700&ver=3.8.1" type="text/css"
media="all">
<link rel="stylesheet" href="/css/jquery.modal.min.css?1578285302"/> <script src="/js/jquery-1.10.2.js?1575549704"></script> <script src="/js/jquery-migrate.min.js?1575549704"></script> <link rel="shortcut icon" href="/favicon.ico" title="Favicon">
<link rel="stylesheet" href="/css/jquery-ui.css?1580720609"/> <script src="/js/jquery-ui.js?1575549704"></script> <link rel="preload" as="style" href="https://www.im4change.org/css/custom.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous">
<link rel="preload" as="style" href="https://www.im4change.org/css/jquery.modal.min.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous">
<link rel="preload" as="style" href="https://www.im4change.org/css/jquery-ui.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous">
<link rel="preload" as="style" href="https://www.im4change.org/css/li-scroller.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous">
<!-- <link rel="preload" as="style" href="https://www.im4change.org/css/style.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous"> -->
<link rel="preload" as="style" href="https://www.im4change.org/css/style-inner.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous">
<link rel='dns-prefetch' href="//im4change.org/css/custom.css" crossorigin >
<link rel="preload" as="script" href="https://www.im4change.org/js/bootstrap.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery.li-scroller.1.0.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery.modal.min.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery.ui.totop.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery-1.10.2.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery-migrate.min.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery-ui.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/setting.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/tie-scripts.js">
<!--[if IE]>
<script type="text/javascript">jQuery(document).ready(function () {
jQuery(".menu-item").has("ul").children("a").attr("aria-haspopup", "true");
});</script>
<![endif]-->
<!--[if lt IE 9]>
<script src="/js/html5.js"></script>
<script src="/js/selectivizr-min.js"></script>
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" media="all" href="/css/ie8.css"/>
<![endif]-->
<meta property="og:title" content="NEWS ALERTS | Consumption of non-veg food items has risen since 2015-16, points out NFHS-5 data " />
<meta property="og:url" content="https://im4change.in/news-alerts-57?page=6" />
<meta property="og:type" content="article" />
<meta property="og:description" content="Is India a country where most people eat vegetarian food? The answer to this question is a bit complex. The consumption of either vegetarian or non-vegetarian food depends not just on one's personal choice but also on one’s geographical location,..." />
<meta property="og:image" content="" />
<meta property="fb:app_id" content="0" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://im4change.in/images/apple1.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://im4change.in/images/apple2.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://im4change.in/images/apple3.png">
<link rel="apple-touch-icon-precomposed" href="https://im4change.in/images/apple4.png">
<style>
.gsc-results-wrapper-overlay{
top: 38% !important;
height: 50% !important;
}
.gsc-search-button-v2{
border-color: #035588 !important;
background-color: #035588 !important;
}
.gsib_a{
height: 30px !important;
padding: 2px 8px 1px 6px !important;
}
.gsc-search-button-v2{
height: 41px !important;
}
input.gsc-input{
background: none !important;
}
@media only screen and (max-width: 600px) {
.gsc-results-wrapper-overlay{
top: 11% !important;
width: 87% !important;
left: 9% !important;
height: 43% !important;
}
.gsc-search-button-v2{
padding: 10px 10px !important;
}
.gsc-input-box{
height: 28px !important;
}
/* .gsib_a {
padding: 0px 9px 4px 9px !important;
}*/
}
@media only screen and (min-width: 1200px) and (max-width: 1920px) {
table.gsc-search-box{
width: 15% !important;
float: right !important;
margin-top: -118px !important;
}
.gsc-search-button-v2 {
padding: 6px !important;
}
}
</style>
<script>
$(function () {
$("#accordion").accordion({
event: "click hoverintent"
});
});
/*
* hoverIntent | Copyright 2011 Brian Cherne
* http://cherne.net/brian/resources/jquery.hoverIntent.html
* modified by the jQuery UI team
*/
$.event.special.hoverintent = {
setup: function () {
$(this).bind("mouseover", jQuery.event.special.hoverintent.handler);
},
teardown: function () {
$(this).unbind("mouseover", jQuery.event.special.hoverintent.handler);
},
handler: function (event) {
var currentX, currentY, timeout,
args = arguments,
target = $(event.target),
previousX = event.pageX,
previousY = event.pageY;
function track(event) {
currentX = event.pageX;
currentY = event.pageY;
}
;
function clear() {
target
.unbind("mousemove", track)
.unbind("mouseout", clear);
clearTimeout(timeout);
}
function handler() {
var prop,
orig = event;
if ((Math.abs(previousX - currentX) +
Math.abs(previousY - currentY)) < 7) {
clear();
event = $.Event("hoverintent");
for (prop in orig) {
if (!(prop in event)) {
event[prop] = orig[prop];
}
}
// Prevent accessing the original event since the new event
// is fired asynchronously and the old event is no longer
// usable (#6028)
delete event.originalEvent;
target.trigger(event);
} else {
previousX = currentX;
previousY = currentY;
timeout = setTimeout(handler, 100);
}
}
timeout = setTimeout(handler, 100);
target.bind({
mousemove: track,
mouseout: clear
});
}
};
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-472075-3']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<link rel="stylesheet" href="/css/custom.css?v=1.16"/> <script src="/js/jquery.ui.totop.js?1575549704"></script> <script src="/js/setting.js?1575549704"></script> <link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#616163" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="im4change">
<link rel="apple-touch-icon" href="/icons/logo-192x192.png">
</head>
<body id="top" class="home inner blog">
<div class="background-cover"></div>
<div class="wrapper animated">
<header id="theme-header" class="header_inner" style="position: relative;">
<div class="logo inner_logo" style="left:20px !important">
<a title="Home" href="https://im4change.in/">
<img src="https://im4change.in/images/logo2.jpg?1582080632" class="logo_image" alt="im4change"/> </a>
</div>
<div class="langhindi" style="color: #000;display:none;"
href="https://im4change.in/">
<a class="more-link" href="https://im4change.in/">Home</a>
<a href="https://im4change.in/hindi/" class="langbutton ">हिन्दी</a>
</div>
<nav class="fade-in animated2" id="main-nav">
<div class="container">
<div class="main-menu">
<ul class="menu" id="menu-main">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"
style="left: -40px;"><a
target="_blank" href="https://im4change.in/">Home</a>
</li>
<li class="menu-item mega-menu menu-item-type-taxonomy mega-menu menu-item-object-category mega-menu menu-item-has-children parent-list"
style=" margin-left: -40px;"><a href="#">KNOWLEDGE GATEWAY <span class="sub-indicator"></span>
</a>
<div class="mega-menu-block background_menu" style="padding-top:25px;">
<div class="container">
<div class="mega-menu-content">
<div class="mega-menu-item">
<h3><b>Farm Crisis</b></h3>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/farmers039-suicides-14.html"
class="left postionrel">Farm Suicides </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/unemployment-30.html"
class="left postionrel">Unemployment </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/rural-distress-70.html"
class="left postionrel">Rural distress </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/migration-34.html"
class="left postionrel">Migration </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/key-facts-72.html"
class="left postionrel">Key Facts </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/debt-trap-15.html"
class="left postionrel">Debt Trap </a>
</p>
</div>
<div class="mega-menu-item">
<h3><b>Empowerment</b></h3>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/union-budget-73.html"
class="left postionrel">Union Budget And Other Economic Policies </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/forest-and-tribal-rights-61.html"
class="left postionrel">Forest and Tribal Rights </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/right-to-education-60.html"
class="left postionrel">Right to Education </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/right-to-food-59.html"
class="left postionrel">Right to Food </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/displacement-3279.html"
class="left postionrel">Displacement </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/right-to-work-mg-nrega-39.html"
class="left postionrel">Right to Work (MG-NREGA) </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/gender-3280.html"
class="left postionrel">GENDER </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/right-to-information-58.html"
class="left postionrel">Right to Information </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/social-audit-48.html"
class="left postionrel">Social Audit </a>
</p>
</div>
<div class="mega-menu-item">
<h3><b>Hunger / HDI</b></h3>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/poverty-and-inequality-20499.html"
class="left postionrel">Poverty and inequality </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/malnutrition-41.html"
class="left postionrel">Malnutrition </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/public-health-51.html"
class="left postionrel">Public Health </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/education-50.html"
class="left postionrel">Education </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/hunger-overview-40.html"
class="left postionrel">Hunger Overview </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/hdi-overview-45.html"
class="left postionrel">HDI Overview </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/pds-ration-food-security-42.html"
class="left postionrel">PDS/ Ration/ Food Security </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/sdgs-113.html"
class="left postionrel">SDGs </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/mid-day-meal-scheme-mdms-53.html"
class="left postionrel">Mid Day Meal Scheme (MDMS) </a>
</p>
</div>
<div class="mega-menu-item">
<h3><b>Environment</b></h3>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/environment/time-bomb-ticking-52.html"
class="left postionrel">Time Bomb Ticking </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/environment/water-and-sanitation-55.html"
class="left postionrel">Water and Sanitation </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/environment/impact-on-agriculture-54.html"
class="left postionrel">Impact on Agriculture </a>
</p>
</div>
<div class="mega-menu-item">
<h3><b>Law & Justice</b></h3>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/social-justice-20500.html"
class="left postionrel">Social Justice </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/access-to-justice-47.html"
class="left postionrel">Access to Justice </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/human-rights-56.html"
class="left postionrel">Human Rights </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/corruption-35.html"
class="left postionrel">Corruption </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/general-insecurity-46.html"
class="left postionrel">General Insecurity </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/disaster-relief-49.html"
class="left postionrel">Disaster & Relief </a>
</p>
</div>
</div>
</div>
</div>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page "><a target="_blank" href="https://im4change.in/nceus_reports.php">NCEUS reports</a>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children parent-list ">
<a target="_blank" href="https://im4change.in/about-us-9.html">About Us <span
class="sub-indicator"></span></a>
<ul class="sub-menu aboutmenu">
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a
target="_blank" href="https://im4change.in/objectives-8.html">Objectives</a>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a
target="_blank" href="https://im4change.in/contactus.php">Contact
Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a
target="_blank" href="https://im4change.in/about-us-9.html">About
Us</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children ">
<a target="_blank" href="https://im4change.in/fellowships.php" title="Fellowships">Fellowships</a>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children "><a
target="_blank" href="https://im4change.in/media-workshops.php">Workshops</a>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children "><a
target="_blank" href="https://im4change.in/research.php">Research</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children "><a
target="_blank" href="https://im4change.in/links-64">Partners</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"
id="menu-item-539"><a target="_blank" href="https://im4change.in/hindi/"
class="langbutton langlinkfont17">हिन्दी</a></li>
</ul>
</div> </div>
<!-- <div style="float: right;">
<script async src="https://cse.google.com/cse.js?cx=18b4f2e0f11bed3dd"></script>
<div class="gcse-search"></div>
</div> -->
<div class="search-block" style=" margin-left: 8px; margin-right: 7px;">
<form method="get" id="searchform" name="searchform"
action="https://im4change.in/search"
onsubmit="return searchvalidate();">
<button class="search-button" type="submit" value="Search"></button>
<input type="text" id="s" name="qryStr" value=""
onfocus="if (this.value == 'Search...') {this.value = '';}"
onblur="if (this.value == '') {this.value = 'Search...';}">
</form>
</div>
</nav>
</header>
<div class="container">
<div id="main-content" class=" main1 container fade-in animated3 sidebar-narrow-left">
<div class="content-wrap">
<div class="content" style="width: 900px;min-height: 500px;">
<section class="cat-box recent-box">
<h2 class="cat-box-title">
NEWS ALERTS </h2>
</section>
<div class="clear"></div>
<div style="line-height: 21px; min-height: 280px;">
<div class="page-head">
<div class="stripe-line"></div>
</div>
<div style="border-bottom: 1px solid rgb(221, 221, 221); padding: 10px 0px; clear: both; min-height: 125px; overflow: hidden;">
<a href="https://im4change.in/news-alerts-57/consumption-of-non-veg-food-items-has-risen-since-2015-16-points-out-nfhs-5-data.html" target="_blank" title="Consumption of non-veg food items has risen since 2015-16, points out NFHS-5 data " style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image Balanced Diet.PNG" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<h1 style="font-weight: 700;font-size: 14px;">
<a href="https://im4change.in/news-alerts-57/consumption-of-non-veg-food-items-has-risen-since-2015-16-points-out-nfhs-5-data.html" target="_blank">Consumption of non-veg food items has risen since 2015-16, points out NFHS-5 data </a>
</h1>
<br><small>July 12, 2022</small>
<p style="padding-top: 6px;">Is India a country where most people eat vegetarian food? The answer to this question is a bit complex. The consumption of either vegetarian or non-vegetarian food depends not just on one's personal choice but also on one’s geographical location, caste and religious background, gender...</p>
<a href="https://im4change.in/news-alerts-57/consumption-of-non-veg-food-items-has-risen-since-2015-16-points-out-nfhs-5-data.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div style="border-bottom: 1px solid rgb(221, 221, 221); padding: 10px 0px; clear: both; min-height: 125px; overflow: hidden;">
<a href="https://im4change.in/news-alerts-57/are-we-choosing-the-right-solutions-for-reducing-emissions-from-the-transport-sector.html" target="_blank" title="Are we choosing the right solutions for reducing GHG emissions from the transport sector?" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image Transport dated 20 June 2022.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/are-we-choosing-the-right-solutions-for-reducing-emissions-from-the-transport-sector.html" target="_blank"><strong style="" >Are we choosing the right solutions for reducing GHG emissions from the transport sector?</strong></a>
<br><small>June 20, 2022</small>
<p style="padding-top: 6px;">The transport sector is important for the smooth functioning of an economy. The supply chains for various products and by-products (both domestically as well as internationally) can work efficiently only if the transportation of raw materials and inputs, and final goods and commodities takes place...</p>
<a href="https://im4change.in/news-alerts-57/are-we-choosing-the-right-solutions-for-reducing-emissions-from-the-transport-sector.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div style="border-bottom: 1px solid rgb(221, 221, 221); padding: 10px 0px; clear: both; min-height: 125px; overflow: hidden;">
<a href="https://im4change.in/news-alerts-57/forget-minimum-wages-mgnrega-workers-not-even-receiving-notified-wages-in-many-states.html" target="_blank" title="Forget minimum wages, MGNREGA workers not even receiving notified wages in many states" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image MGNREGA News alert 31 May 2022.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/forget-minimum-wages-mgnrega-workers-not-even-receiving-notified-wages-in-many-states.html" target="_blank"><strong style="" >Forget minimum wages, MGNREGA workers not even receiving notified wages in many states</strong></a>
<br><small>May 31, 2022</small>
<p style="padding-top: 6px;">Every year in the month of either February or March, the Ministry of Rural Development (MoRD) announces the notified MGNREGA wage rates (i.e., notified daily wage rates for MGNREGA workers) for various states and Union Territories (UTs) for the upcoming financial year. The MGNREGA rates...</p>
<a href="https://im4change.in/news-alerts-57/forget-minimum-wages-mgnrega-workers-not-even-receiving-notified-wages-in-many-states.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div style="border-bottom: 1px solid rgb(221, 221, 221); padding: 10px 0px; clear: both; min-height: 125px; overflow: hidden;">
<a href="https://im4change.in/news-alerts-57/dalberg-study-indicates-that-onorc-can-be-improved-further.html" target="_blank" title="Dalberg study indicates that ONORC can be improved further" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Dalberg ONORC Report Cover Page dated 24 April 2022.png" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/dalberg-study-indicates-that-onorc-can-be-improved-further.html" target="_blank"><strong style="" >Dalberg study indicates that ONORC can be improved further</strong></a>
<br><small>April 25, 2022</small>
<p style="padding-top: 6px;">A recently released study, which has been done by Dalberg in collaboration with Kantar, and with support from the Omidyar Network India, brings to light both the supply and demand-side perspectives on the 'One Nation One Ration Card' (ONORC) scheme. Titled 'Fulfilling the promise of...</p>
<a href="https://im4change.in/news-alerts-57/dalberg-study-indicates-that-onorc-can-be-improved-further.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div style="border-bottom: 1px solid rgb(221, 221, 221); padding: 10px 0px; clear: both; min-height: 125px; overflow: hidden;">
<a href="https://im4change.in/news-alerts-57/is-the-govt-doing-enough-for-the-jan-aushadhi-scheme.html" target="_blank" title="Is the govt. doing enough for the Jan Aushadhi scheme?" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image Jan Aushadhi.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/is-the-govt-doing-enough-for-the-jan-aushadhi-scheme.html" target="_blank"><strong style="" >Is the govt. doing enough for the Jan Aushadhi scheme?</strong></a>
<br><small>April 12, 2022</small>
<p style="padding-top: 6px;">On Janaushadhi Diwas this year (i.e., March 7th, 2022), Prime Minister Shri Narendra Modi stated that the poor and the middle-class benefited from the 'Jan Aushadhi Kendras' that were set up to provide generic drugs at affordable prices. He said that the poor and the middle...</p>
<a href="https://im4change.in/news-alerts-57/is-the-govt-doing-enough-for-the-jan-aushadhi-scheme.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div class="pagination pagination-large">
<ul class="pagination">
<li class="prev"><a rel="prev" href="/news-alerts-57?page=5">previous</a></li><li><a href="/news-alerts-57">1</a></li><li><a href="/news-alerts-57?page=2">2</a></li><li><a href="/news-alerts-57?page=3">3</a></li><li><a href="/news-alerts-57?page=4">4</a></li><li><a href="/news-alerts-57?page=5">5</a></li><li class="active"><a href="">6</a></li><li><a href="/news-alerts-57?page=7">7</a></li><li><a href="/news-alerts-57?page=8">8</a></li><li><a href="/news-alerts-57?page=9">9</a></li><li><a href="/news-alerts-57?page=10">10</a></li><li class="next"><a rel="next" href="/news-alerts-57?page=7">next</a></li> </ul>
</div>
</div> </div>
</div>
<!-- Right Side Section Start -->
<!-- MAP Section START -->
<aside class="sidebar indexMarg">
<div class="ad-cell">
<a href="https://im4change.in/statemap.php" title="">
<img src="https://im4change.in/images/map_new_version.png?1582080666" alt="India State Map" class="indiamap" width="232" height="252"/> </a>
<div class="rightmapbox">
<div id="sideOne" class="docltitle"><a href="https://im4change.in/state-report/india/36" target="_blank">DOCUMENTS/
REPORTS</a></div>
<div id="sideTwo" class="statetitle"><a href="https://im4change.in/states.php"target="_blank">STATE DATA/
HDRs.</a></div>
</div>
<div class="widget widgePadTop"></div>
</div>
</aside>
<!-- MAP Section END -->
<aside class="sidebar sidePadbottom">
<div class="rightsmlbox1" >
<a href="https://im4change.in/knowledge_gateway" target="_blank" style="color: #035588;
font-size: 17px;">
KNOWLEDGE GATEWAY
</a>
</div>
<div class="rightsmlbox1">
<div>
<p class="rightsmlbox1_title">
<a href="https://im4change.in/newsletter" target="_blank">
NEWSLETTER
</a>
</p>
</div>
</div>
<div class="rightsmlbox1" style="height: 325px;">
<div>
<p class="rightsmlbox1_title">
Interview with Prof. Ravi Srivastava
</p>
<p class="rightsmlbox1_title">
<a href="https://im4change.in/video/interview-with-prof-ravi-srivastava-on-current-economic-crisis">
<img width="250" height="200" src="/images/interview_video_home.jpg" alt="Interview with Prof. Ravi Srivastava"/>
</a>
<!--
<iframe width="250" height="200" src="https://www.youtube.com/embed/MmaTlntk-wc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>-->
</p>
<a href="https://im4change.in/videogallery" class="more-link CatArchalAnch1" target="_blank">
More videos
</a>
</div>
</div>
<div class="rightsmlbox1">
<div>
<!--div id="sstory" class="rightboxicons"></div--->
<p class="rightsmlbox1_title"><a href="https://im4change.in/list-success-stories" target="_blank">Success Stories</a></p>
</div>
</div>
<div class="rightsmlbox1">
<div>
<p class="rightsmlbox1_title"><a
href="https://im4change.in/interviews" target="_blank">Interviews</a>
</p>
</div>
</div>
<div class="rightsmlbox1">
<div>
<p class="rightsmlbox1_title"><a href="https://www.commoncause.in/page.php?id=10" >Donate</a></p>
</div>
</div>
<div class="rightsmlbox1">
<div>
<p class="rightsmlbox1_title"><a
href="https://im4change.in/marquee"
class="isf_link more-link" title="India Focus?" style="border: 4px solid #fdd922;width: 90%;background-color: #fdd922;text-align: center;color: #000000;font-size:18px" target="_blank">India Focus</a></p> </div>
</div>
<div class="rightsmlbox1" style="height: 104px !important;">
<a href="https://im4change.in/quarterly_reports.php" target="_blank">
Quarterly Reports on Effect of Economic Slowdown on Employment in India (2008 - 2015)
</a>
</div>
<!-- <div class="rightsmlbox1">
<a href="https://play.google.com/store/apps/details?id=com.im4.im4change" target="_blank">
</a></div> -->
<!-- <section class="cat-box recent-box secMarg">
<h2 class="cat-box-title">Most Visited</h2>
</section> -->
<!-- accordion Starts here -->
<!-- <div id="accordion" class="accordMarg">
</div> -->
<!-- accordion ends here -->
<!-- Widget Tag Cloud Starts here -->
<div id="tag_cloud-2" class="widget widget_tag_cloud">
<section class="cat-box recent-box secMarg">
<h2 class="cat-box-title">MOST VISITED TAGS</h2>
</section>
<div class="widget-top wiPdTp">
<div class="stripe-line"></div>
</div>
<div class="widget-container">
<div class="tagcloud">
<a href="https://im4change.in/search?qryStr=Agriculture"
target="_blank" class="tag-link-4 font4">Agriculture</a>
<a href="https://im4change.in/search?qryStr=Food Security"
target="_blank" class="tag-link-4 font4">Food Security</a>
<a href="https://im4change.in/search?qryStr=Law and Justice"
target="_blank" class="tag-link-4 font4">Law and Justice</a>
<a href="https://im4change.in/search?qryStr=Health"
target="_blank" class="tag-link-4 font4">Health</a>
<a href="https://im4change.in/search?qryStr=Right to Food"
target="_blank" class="tag-link-4 font4">Right to Food</a>
<a href="https://im4change.in/search?qryStr=Corruption"
target="_blank" class="tag-link-4 font4">Corruption</a>
<a href="https://im4change.in/search?qryStr=farming"
target="_blank" class="tag-link-4 font4">farming</a>
<a href="https://im4change.in/search?qryStr=Environment"
target="_blank" class="tag-link-4 font4">Environment</a>
<a href="https://im4change.in/search?qryStr=Right to Information"
target="_blank" class="tag-link-4 font4">Right to Information</a>
<a href="https://im4change.in/search?qryStr=NREGS"
target="_blank" class="tag-link-4 font4">NREGS</a>
<a href="https://im4change.in/search?qryStr=Human Rights"
target="_blank" class="tag-link-4 font4">Human Rights</a>
<a href="https://im4change.in/search?qryStr=Governance"
target="_blank" class="tag-link-4 font4">Governance</a>
<a href="https://im4change.in/search?qryStr=PDS"
target="_blank" class="tag-link-4 font4">PDS</a>
<a href="https://im4change.in/search?qryStr=COVID-19"
target="_blank" class="tag-link-4 font4">COVID-19</a>
<a href="https://im4change.in/search?qryStr=Land Acquisition"
target="_blank" class="tag-link-4 font4">Land Acquisition</a>
<a href="https://im4change.in/search?qryStr=mgnrega"
target="_blank" class="tag-link-4 font4">mgnrega</a>
<a href="https://im4change.in/search?qryStr=Farmers"
target="_blank" class="tag-link-4 font4">Farmers</a>
<a href="https://im4change.in/search?qryStr=transparency"
target="_blank" class="tag-link-4 font4">transparency</a>
<a href="https://im4change.in/search?qryStr=Gender"
target="_blank" class="tag-link-4 font4">Gender</a>
<a href="https://im4change.in/search?qryStr=Poverty"
target="_blank" class="tag-link-4 font4">Poverty</a>
<a href="https://im4change.in/search?qryStr=Farm Laws" target="_blank" class="tag-link-4 font4">Farm Laws
</a>
<a href="https://im4change.in/search?qryStr=Citizenship Amendment Act" target="_blank" class="tag-link-4 font4">Citizenship Amendment Act
</a>
<a href="https://im4change.in/search?qryStr=CAA NPR NRIC" target="_blank" class="tag-link-4 font4">CAA NPR NRIC
</a>
<a href="https://im4change.in/search?qryStr=Job Losses" target="_blank" class="tag-link-4 font4">Job Losses
</a>
<a href="https://im4change.in/search?qryStr=Migrant Workers" target="_blank" class="tag-link-4 font4">Migrant Workers
</a>
<a href="https://im4change.in/search?qryStr=Unemployment" target="_blank" class="tag-link-4 font4">Unemployment
</a>
<a href="https://im4change.in/search?qryStr=PMGKAY" target="_blank" class="tag-link-4 font4">PMGKAY
</a>
<a href="https://im4change.in/search?qryStr=PM-KISAN" target="_blank" class="tag-link-4 font4">PM-KISAN
</a>
<a href="https://im4change.in/search?qryStr=PM-CARES" target="_blank" class="tag-link-4 font4">PM-CARES
</a>
<a href="https://im4change.in/search?qryStr=LFPR" target="_blank" class="tag-link-4 font4">LFPR
</a>
</div>
</div>
</div>
<!-- Widget Tag Cloud Ends here -->
</aside>
<!-- Right Side Section End -->
</div>
<section class="cat-box cats-review-box footerSec">
<h2 class="cat-box-title vSec CatArcha">Video
Archives</h2>
<h2 class="cat-box-title CatArchaTitle">Archives</h2>
<div class="cat-box-content">
<div class="reviews-cat">
<div class="CatArchaDiv1">
<div class="CatArchaDiv2">
<ul>
<li>
<a href="https://im4change.in/news-alerts-57/moving-upstream-luni-fellowship.html" target="_blank">
Moving Upstream: Luni – Fellowship </a>
</li>
<li>
<a href="https://im4change.in/news-alerts-57/135-million-indians-exited-multidimensional-poverty-as-per-government-figures-is-that-the-same-as-poverty-reduction.html" target="_blank">
135 Million Indians Exited “Multidimensional" Poverty as per Government... </a>
</li>
<li>
<a href="https://im4change.in/news-alerts-57/explainer-why-are-tomato-prices-on-fire.html" target="_blank">
Explainer: Why are Tomato Prices on Fire? </a>
</li>
<li>
<a href="https://im4change.in/news-alerts-57/nsso-survey-only-39-1-of-all-households-have-drinking-water-within-dwelling-46-7-of-rural-households-use-firewood-for-cooking.html" target="_blank">
NSSO Survey: Only 39.1% of all Households have Drinking... </a>
</li>
<li class="CatArchalLi1">
<a href="https://im4change.in/news-alerts-57"
class="more-link CatArchalAnch1" target="_blank">
More...
</a>
</li>
</ul>
</div>
<div class="CatArchaWidth">
<img class="CatArchaImg"
src="https://img.youtube.com/vi/I51LYnP8BOk/1.jpg"
alt=" Im4Change.org हिंदी वेबसाइट का परिचय. Short Video on im4change.org...">
<p class="CatArchaPPad">
<a href="https://im4change.in/video/Short-Video-on-im4change-Hindi-website-Inclusive-Media-for-Change" target="_blank">
Im4Change.org हिंदी वेबसाइट का परिचय. Short Video on im4change.org... </a>
</p>
</div>
<div class="CatArchaWidth">
<img class="CatArchaImg"
src="https://img.youtube.com/vi/kNqha-SwfIY/1.jpg"
alt=" "Session 1: Scope of IDEA and AgriStack" in Exploring...">
<p class="CatArchaPPad">
<a href="https://im4change.in/video/Session-1- Scope-of-IDEA-and-AgriStack-in-Exploring-Digitalisation-in-Agriculture-29-April-2022" target="_blank">
"Session 1: Scope of IDEA and AgriStack" in Exploring... </a>
</p>
</div>
<div class="CatArchaWidth">
<img class="CatArchaImg"
src="https://img.youtube.com/vi/6kIVjlgZItk/1.jpg"
alt=" "Session 2: Farmer Centric Digitalisation in Agriculture" in Exploring...">
<p class="CatArchaPPad">
<a href="https://im4change.in/video/Session-2-Farmer-Centric-Digitalisation-in-Agriculture-in-Exploring-Digitalisation-in-Agriculture-29-April-2022" target="_blank">
"Session 2: Farmer Centric Digitalisation in Agriculture" in Exploring... </a>
</p>
</div>
<div class="CatArchaWidth">
<img class="CatArchaImg"
src="https://img.youtube.com/vi/2BeHTu0y7xc/1.jpg"
alt=" "Session 3: Future of Digitalisation in Agriculture" in Exploring...">
<p class="CatArchaPPad">
<a href="https://im4change.in/video/Session-3-Future-of-Digitalisation-in-Agriculture-in-Exploring-Digitalisation-in-Agriculture-29-April-2022" target="_blank">
"Session 3: Future of Digitalisation in Agriculture" in Exploring... </a>
</p>
</div>
<div class="divWidth">
<ul class="divWidthMarg">
<li>
<a href="https://im4change.in/video/Public-Spending-on-Agriculture-in-India-Source-Foundation-for-Agrarian-Studies"
title="Public Spending on Agriculture in India (Source: Foundation for Agrarian Studies)" target="_blank">
Public Spending on Agriculture in India (Source: Foundation for...</a>
</li>
<li>
<a href="https://im4change.in/video/Agrarian-Change-Seminar-Protests-against-the-New-Farm-Laws-in-India-by-Prof-Vikas-Rawal-JNU-Source-Journal-Of-Agrarian-Change"
title="Agrarian Change Seminar: 'Protests against the New Farm Laws in India' by Prof. Vikas Rawal, JNU (Source: Journal Of Agrarian Change) " target="_blank">
Agrarian Change Seminar: 'Protests against the New Farm Laws...</a>
</li>
<li>
<a href="https://im4change.in/video/Webinar-Ramrao-The-Story-of-India-Farm-Crisis-Source-Azim-Premji-University"
title="Webinar: Ramrao - The Story of India's Farm Crisis (Source: Azim Premji University)" target="_blank">
Webinar: Ramrao - The Story of India's Farm Crisis...</a>
</li>
<li>
<a href="https://im4change.in/video/water-and-agricultural-transformation-in-India"
title="Water and Agricultural Transformation in India: A Symbiotic Relationship (Source: IGIDR)" target="_blank">
Water and Agricultural Transformation in India: A Symbiotic Relationship...</a>
</li>
<li class="CatArchalLi1">
<a href="https://im4change.in/videogallery"
class="more-link CatArchalAnch1" target="_blank">
More...
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section> </div>
<div class="clear"></div>
<!-- Footer option Starts here -->
<div class="footer-bottom fade-in animated4">
<div class="container">
<div class="social-icons icon_flat">
<p class="SocialMargTop"> Website Developed by <a target="_blank" title="Web Development"
class="wot right"
href="http://www.ravinderkhurana.com/" rel="nofollow">
RAVINDErkHURANA.com</a></p>
</div>
<div class="alignleft">
<a
target="_blank" href="https://im4change.in/objectives-8.html"
class="link"
title="Objectives">Objectives</a> | <a
target="_blank" href="https://im4change.in/about-us-9.html"
class="link" title="About Us">About Us</a> | <a
target="_blank" href="https://im4change.in/media-workshops.php"
class="ucwords">Workshops</a> | <a
target="_blank" href="https://im4change.in/disclaimer/disclaimer-149.html"
title="Disclaimer">Disclaimer</a> </div>
</div>
</div>
<!-- Footer option ends here -->
</div>
<div id="connect">
<a target="_blank"
href="http://www.facebook.com/sharer.php?u=https://im4change.in/news-alerts-57?page=6"
title="Share on Facebook">
<img src="https://im4change.in/images/Facebook.png?1582080640" alt="share on Facebook" class="ImgBorder"/>
</a><br/>
<a target="_blank"
href="http://twitter.com/share?text=Im4change&url=https://im4change.in/news-alerts-57?page=6"
title="Share on Twitter">
<img src="https://im4change.in/images/twitter.png?1582080632" alt="Twitter" class="ImgBorder"/> </a>
<br/>
<a href="/feeds" title="RSS Feed" target="_blank">
<img src="https://im4change.in/images/rss.png?1582080632" alt="RSS" class="ImgBorder"/>
</a>
<br/>
<a class="feedback-link" id="feedbackFormLink" href="#">
<img src="https://im4change.in/images/feedback.png?1582080630" alt="Feedback" class="ImgBorder"/>
</a> <br/>
<a href="javascript:function iprl5(){var d=document,z=d.createElement('scr'+'ipt'),b=d.body,l=d.location;try{if(!b)throw(0);d.title='(Saving...) '+d.title;z.setAttribute('src',l.protocol+'//www.instapaper.com/j/WKrH3R7ORD5p?u='+encodeURIComponent(l.href)+'&t='+(new Date().getTime()));b.appendChild(z);}catch(e){alert('Please wait until the page has loaded.');}}iprl5();void(0)"
class="bookmarklet" onclick="return explain_bookmarklet();">
<img src="https://im4change.in/images/read-it-later.png?1582080632" alt="Read Later" class="ImgBorder"/> </a>
</div>
<!-- Feedback form Starts here -->
<div id="feedbackForm" class="overlay_form" class="ImgBorder">
<h2>Contact Form</h2>
<div id="contactform1">
<div id="formleft">
<form id="submitform" action="/contactus.php" method="post">
<input type="hidden" name="submitform" value="submitform"/>
<input type="hidden" name="salt_key" value="a0e0f2c6a0644a70e57ad2c96829709a"/>
<input type="hidden" name="ref" value="feedback"/>
<fieldset>
<label>Name :</label>
<input type="text" name="name" class="tbox" required/>
</fieldset>
<fieldset>
<label>Email :</label>
<input type="text" name="email" class="tbox" required/>
</fieldset>
<fieldset>
<label>Message :</label>
<textarea rows="5" cols="20" name="message" required></textarea>
</fieldset>
<fieldset>
Please enter security code
<div class="clear"></div>
<input type="text" name="vrcode" class="tbox"/>
</fieldset>
<fieldset>
<input type="submit" class="button" value="Submit"/>
<a href="#" id="closefeedbakcformLink">Close</a>
</fieldset>
</form>
</div>
<div class="clearfix"></div>
</div>
</div>
<div id="donate_popup" class="modal" style="max-width: 800px;">
<table width="100%" border="1">
<tr>
<td colspan="2" align="center">
<b>Support im4change</b>
</td>
</tr>
<tr>
<td width="25%" valign="middle">
<img src="https://im4change.in/images/logo2.jpg?1582080632" alt="" width="100%"/> </td>
<td style="padding-left:10px;padding-top:10px;">
<form action="https://im4change.in/donate" method="get">
<table width="100%" cellpadding="2" cellspacing="2">
<tr>
<td width="33%" style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
10
</td>
<td width="33%" style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
100
</td>
<td width="33%" style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
1000
</td>
</tr>
<tr>
<td colspan="3">
</td>
</tr>
<tr>
<td style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
50
</td>
<td style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
500
</td>
<td style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
<input type="text" name="price" placeholder="?" style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
</td>
</tr>
<tr>
<td colspan="3">
</td>
</tr>
<tr>
<td colspan="3" align="right">
<input type="button" name="Pay" value="Pay"
style="width: 200px;background-color: rgb(205, 35, 36);color: #ffffff;"/>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div><script type='text/javascript'>
/* <![CDATA[ */
var tievar = {'go_to': 'Go to...'};
/* ]]> */
</script>
<script src="/js/tie-scripts.js?1575549704"></script><script src="/js/bootstrap.js?1575549704"></script><script src="/js/jquery.modal.min.js?1578284310"></script><script>
$(document).ready(function() {
// tell the autocomplete function to get its data from our php script
$('#s').autocomplete({
source: "/autocomplete"
});
});
</script>
<script src="/vj-main-sw-register.js" async></script>
<script>function init(){var imgDefer=document.getElementsByTagName('img');for(var i=0;i<imgDefer.length;i++){if(imgDefer[i].getAttribute('data-src')){imgDefer[i].setAttribute('src',imgDefer[i].getAttribute('data-src'))}}}
window.onload=init;</script>
</body>
</html>'
}
$maxBufferLength = (int) 8192
$file = '/home/brlfuser/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 853
$message = 'Unable to emit headers. Headers sent in file=/home/brlfuser/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=853'
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 48
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 141
[main] - ROOT/webroot/index.php, line 39
Warning (2): Cannot modify header information - headers already sent by (output started at /home/brlfuser/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 148]
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<!--[if lt IE 7 ]>
<html class="ie ie6" lang='en'> <![endif]-->
<!--[if IE 7 ]>
<html class="ie ie7" lang='en'> <![endif]-->
<!--[if IE 8 ]>
<html class="ie ie8" lang='en'> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang='en'>
<!--<![endif]-->
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
NEWS ALERTS | Consumption of non-veg food items has risen since 2015-16, points out NFHS-5 data </title>
<meta name="description" content="Is India a country where most people eat vegetarian food? The answer to this question is a bit complex. The consumption of either vegetarian or non-vegetarian food depends not just on one's personal choice but also on one’s geographical location,..."/>
<meta name="keywords" content="im4change, corruption, food security, Right To Education, malnutrition, Hunger, Health, MNREGA"/>
<meta name="news_keywords" content="im4change, corruption, food security, Right To Education, malnutrition, Hunger, Health, MNREGA">
<link rel="alternate" type="application/rss+xml" title="ROR" href="/ror.xml"/>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/feeds/"/>
<link rel="stylesheet" href="/css/bootstrap.min.css?1697864993"/> <link rel="stylesheet" href="/css/style.css?v=1.1.2"/> <link rel="stylesheet" href="/css/style-inner.css?1577045210"/> <link rel="stylesheet" id="Oswald-css"
href="https://fonts.googleapis.com/css?family=Oswald%3Aregular%2C700&ver=3.8.1" type="text/css"
media="all">
<link rel="stylesheet" href="/css/jquery.modal.min.css?1578285302"/> <script src="/js/jquery-1.10.2.js?1575549704"></script> <script src="/js/jquery-migrate.min.js?1575549704"></script> <link rel="shortcut icon" href="/favicon.ico" title="Favicon">
<link rel="stylesheet" href="/css/jquery-ui.css?1580720609"/> <script src="/js/jquery-ui.js?1575549704"></script> <link rel="preload" as="style" href="https://www.im4change.org/css/custom.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous">
<link rel="preload" as="style" href="https://www.im4change.org/css/jquery.modal.min.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous">
<link rel="preload" as="style" href="https://www.im4change.org/css/jquery-ui.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous">
<link rel="preload" as="style" href="https://www.im4change.org/css/li-scroller.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous">
<!-- <link rel="preload" as="style" href="https://www.im4change.org/css/style.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous"> -->
<link rel="preload" as="style" href="https://www.im4change.org/css/style-inner.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous">
<link rel='dns-prefetch' href="//im4change.org/css/custom.css" crossorigin >
<link rel="preload" as="script" href="https://www.im4change.org/js/bootstrap.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery.li-scroller.1.0.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery.modal.min.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery.ui.totop.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery-1.10.2.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery-migrate.min.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery-ui.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/setting.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/tie-scripts.js">
<!--[if IE]>
<script type="text/javascript">jQuery(document).ready(function () {
jQuery(".menu-item").has("ul").children("a").attr("aria-haspopup", "true");
});</script>
<![endif]-->
<!--[if lt IE 9]>
<script src="/js/html5.js"></script>
<script src="/js/selectivizr-min.js"></script>
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" media="all" href="/css/ie8.css"/>
<![endif]-->
<meta property="og:title" content="NEWS ALERTS | Consumption of non-veg food items has risen since 2015-16, points out NFHS-5 data " />
<meta property="og:url" content="https://im4change.in/news-alerts-57?page=6" />
<meta property="og:type" content="article" />
<meta property="og:description" content="Is India a country where most people eat vegetarian food? The answer to this question is a bit complex. The consumption of either vegetarian or non-vegetarian food depends not just on one's personal choice but also on one’s geographical location,..." />
<meta property="og:image" content="" />
<meta property="fb:app_id" content="0" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://im4change.in/images/apple1.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://im4change.in/images/apple2.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://im4change.in/images/apple3.png">
<link rel="apple-touch-icon-precomposed" href="https://im4change.in/images/apple4.png">
<style>
.gsc-results-wrapper-overlay{
top: 38% !important;
height: 50% !important;
}
.gsc-search-button-v2{
border-color: #035588 !important;
background-color: #035588 !important;
}
.gsib_a{
height: 30px !important;
padding: 2px 8px 1px 6px !important;
}
.gsc-search-button-v2{
height: 41px !important;
}
input.gsc-input{
background: none !important;
}
@media only screen and (max-width: 600px) {
.gsc-results-wrapper-overlay{
top: 11% !important;
width: 87% !important;
left: 9% !important;
height: 43% !important;
}
.gsc-search-button-v2{
padding: 10px 10px !important;
}
.gsc-input-box{
height: 28px !important;
}
/* .gsib_a {
padding: 0px 9px 4px 9px !important;
}*/
}
@media only screen and (min-width: 1200px) and (max-width: 1920px) {
table.gsc-search-box{
width: 15% !important;
float: right !important;
margin-top: -118px !important;
}
.gsc-search-button-v2 {
padding: 6px !important;
}
}
</style>
<script>
$(function () {
$("#accordion").accordion({
event: "click hoverintent"
});
});
/*
* hoverIntent | Copyright 2011 Brian Cherne
* http://cherne.net/brian/resources/jquery.hoverIntent.html
* modified by the jQuery UI team
*/
$.event.special.hoverintent = {
setup: function () {
$(this).bind("mouseover", jQuery.event.special.hoverintent.handler);
},
teardown: function () {
$(this).unbind("mouseover", jQuery.event.special.hoverintent.handler);
},
handler: function (event) {
var currentX, currentY, timeout,
args = arguments,
target = $(event.target),
previousX = event.pageX,
previousY = event.pageY;
function track(event) {
currentX = event.pageX;
currentY = event.pageY;
}
;
function clear() {
target
.unbind("mousemove", track)
.unbind("mouseout", clear);
clearTimeout(timeout);
}
function handler() {
var prop,
orig = event;
if ((Math.abs(previousX - currentX) +
Math.abs(previousY - currentY)) < 7) {
clear();
event = $.Event("hoverintent");
for (prop in orig) {
if (!(prop in event)) {
event[prop] = orig[prop];
}
}
// Prevent accessing the original event since the new event
// is fired asynchronously and the old event is no longer
// usable (#6028)
delete event.originalEvent;
target.trigger(event);
} else {
previousX = currentX;
previousY = currentY;
timeout = setTimeout(handler, 100);
}
}
timeout = setTimeout(handler, 100);
target.bind({
mousemove: track,
mouseout: clear
});
}
};
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-472075-3']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<link rel="stylesheet" href="/css/custom.css?v=1.16"/> <script src="/js/jquery.ui.totop.js?1575549704"></script> <script src="/js/setting.js?1575549704"></script> <link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#616163" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="im4change">
<link rel="apple-touch-icon" href="/icons/logo-192x192.png">
</head>
<body id="top" class="home inner blog">
<div class="background-cover"></div>
<div class="wrapper animated">
<header id="theme-header" class="header_inner" style="position: relative;">
<div class="logo inner_logo" style="left:20px !important">
<a title="Home" href="https://im4change.in/">
<img src="https://im4change.in/images/logo2.jpg?1582080632" class="logo_image" alt="im4change"/> </a>
</div>
<div class="langhindi" style="color: #000;display:none;"
href="https://im4change.in/">
<a class="more-link" href="https://im4change.in/">Home</a>
<a href="https://im4change.in/hindi/" class="langbutton ">हिन्दी</a>
</div>
<nav class="fade-in animated2" id="main-nav">
<div class="container">
<div class="main-menu">
<ul class="menu" id="menu-main">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"
style="left: -40px;"><a
target="_blank" href="https://im4change.in/">Home</a>
</li>
<li class="menu-item mega-menu menu-item-type-taxonomy mega-menu menu-item-object-category mega-menu menu-item-has-children parent-list"
style=" margin-left: -40px;"><a href="#">KNOWLEDGE GATEWAY <span class="sub-indicator"></span>
</a>
<div class="mega-menu-block background_menu" style="padding-top:25px;">
<div class="container">
<div class="mega-menu-content">
<div class="mega-menu-item">
<h3><b>Farm Crisis</b></h3>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/farmers039-suicides-14.html"
class="left postionrel">Farm Suicides </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/unemployment-30.html"
class="left postionrel">Unemployment </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/rural-distress-70.html"
class="left postionrel">Rural distress </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/migration-34.html"
class="left postionrel">Migration </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/key-facts-72.html"
class="left postionrel">Key Facts </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/debt-trap-15.html"
class="left postionrel">Debt Trap </a>
</p>
</div>
<div class="mega-menu-item">
<h3><b>Empowerment</b></h3>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/union-budget-73.html"
class="left postionrel">Union Budget And Other Economic Policies </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/forest-and-tribal-rights-61.html"
class="left postionrel">Forest and Tribal Rights </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/right-to-education-60.html"
class="left postionrel">Right to Education </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/right-to-food-59.html"
class="left postionrel">Right to Food </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/displacement-3279.html"
class="left postionrel">Displacement </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/right-to-work-mg-nrega-39.html"
class="left postionrel">Right to Work (MG-NREGA) </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/gender-3280.html"
class="left postionrel">GENDER </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/right-to-information-58.html"
class="left postionrel">Right to Information </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/social-audit-48.html"
class="left postionrel">Social Audit </a>
</p>
</div>
<div class="mega-menu-item">
<h3><b>Hunger / HDI</b></h3>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/poverty-and-inequality-20499.html"
class="left postionrel">Poverty and inequality </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/malnutrition-41.html"
class="left postionrel">Malnutrition </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/public-health-51.html"
class="left postionrel">Public Health </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/education-50.html"
class="left postionrel">Education </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/hunger-overview-40.html"
class="left postionrel">Hunger Overview </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/hdi-overview-45.html"
class="left postionrel">HDI Overview </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/pds-ration-food-security-42.html"
class="left postionrel">PDS/ Ration/ Food Security </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/sdgs-113.html"
class="left postionrel">SDGs </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/mid-day-meal-scheme-mdms-53.html"
class="left postionrel">Mid Day Meal Scheme (MDMS) </a>
</p>
</div>
<div class="mega-menu-item">
<h3><b>Environment</b></h3>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/environment/time-bomb-ticking-52.html"
class="left postionrel">Time Bomb Ticking </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/environment/water-and-sanitation-55.html"
class="left postionrel">Water and Sanitation </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/environment/impact-on-agriculture-54.html"
class="left postionrel">Impact on Agriculture </a>
</p>
</div>
<div class="mega-menu-item">
<h3><b>Law & Justice</b></h3>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/social-justice-20500.html"
class="left postionrel">Social Justice </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/access-to-justice-47.html"
class="left postionrel">Access to Justice </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/human-rights-56.html"
class="left postionrel">Human Rights </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/corruption-35.html"
class="left postionrel">Corruption </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/general-insecurity-46.html"
class="left postionrel">General Insecurity </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/disaster-relief-49.html"
class="left postionrel">Disaster & Relief </a>
</p>
</div>
</div>
</div>
</div>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page "><a target="_blank" href="https://im4change.in/nceus_reports.php">NCEUS reports</a>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children parent-list ">
<a target="_blank" href="https://im4change.in/about-us-9.html">About Us <span
class="sub-indicator"></span></a>
<ul class="sub-menu aboutmenu">
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a
target="_blank" href="https://im4change.in/objectives-8.html">Objectives</a>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a
target="_blank" href="https://im4change.in/contactus.php">Contact
Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a
target="_blank" href="https://im4change.in/about-us-9.html">About
Us</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children ">
<a target="_blank" href="https://im4change.in/fellowships.php" title="Fellowships">Fellowships</a>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children "><a
target="_blank" href="https://im4change.in/media-workshops.php">Workshops</a>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children "><a
target="_blank" href="https://im4change.in/research.php">Research</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children "><a
target="_blank" href="https://im4change.in/links-64">Partners</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"
id="menu-item-539"><a target="_blank" href="https://im4change.in/hindi/"
class="langbutton langlinkfont17">हिन्दी</a></li>
</ul>
</div> </div>
<!-- <div style="float: right;">
<script async src="https://cse.google.com/cse.js?cx=18b4f2e0f11bed3dd"></script>
<div class="gcse-search"></div>
</div> -->
<div class="search-block" style=" margin-left: 8px; margin-right: 7px;">
<form method="get" id="searchform" name="searchform"
action="https://im4change.in/search"
onsubmit="return searchvalidate();">
<button class="search-button" type="submit" value="Search"></button>
<input type="text" id="s" name="qryStr" value=""
onfocus="if (this.value == 'Search...') {this.value = '';}"
onblur="if (this.value == '') {this.value = 'Search...';}">
</form>
</div>
</nav>
</header>
<div class="container">
<div id="main-content" class=" main1 container fade-in animated3 sidebar-narrow-left">
<div class="content-wrap">
<div class="content" style="width: 900px;min-height: 500px;">
<section class="cat-box recent-box">
<h2 class="cat-box-title">
NEWS ALERTS </h2>
</section>
<div class="clear"></div>
<div style="line-height: 21px; min-height: 280px;">
<div class="page-head">
<div class="stripe-line"></div>
</div>
<div style="border-bottom: 1px solid rgb(221, 221, 221); padding: 10px 0px; clear: both; min-height: 125px; overflow: hidden;">
<a href="https://im4change.in/news-alerts-57/consumption-of-non-veg-food-items-has-risen-since-2015-16-points-out-nfhs-5-data.html" target="_blank" title="Consumption of non-veg food items has risen since 2015-16, points out NFHS-5 data " style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image Balanced Diet.PNG" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<h1 style="font-weight: 700;font-size: 14px;">
<a href="https://im4change.in/news-alerts-57/consumption-of-non-veg-food-items-has-risen-since-2015-16-points-out-nfhs-5-data.html" target="_blank">Consumption of non-veg food items has risen since 2015-16, points out NFHS-5 data </a>
</h1>
<br><small>July 12, 2022</small>
<p style="padding-top: 6px;">Is India a country where most people eat vegetarian food? The answer to this question is a bit complex. The consumption of either vegetarian or non-vegetarian food depends not just on one's personal choice but also on one’s geographical location, caste and religious background, gender...</p>
<a href="https://im4change.in/news-alerts-57/consumption-of-non-veg-food-items-has-risen-since-2015-16-points-out-nfhs-5-data.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div style="border-bottom: 1px solid rgb(221, 221, 221); padding: 10px 0px; clear: both; min-height: 125px; overflow: hidden;">
<a href="https://im4change.in/news-alerts-57/are-we-choosing-the-right-solutions-for-reducing-emissions-from-the-transport-sector.html" target="_blank" title="Are we choosing the right solutions for reducing GHG emissions from the transport sector?" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image Transport dated 20 June 2022.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/are-we-choosing-the-right-solutions-for-reducing-emissions-from-the-transport-sector.html" target="_blank"><strong style="" >Are we choosing the right solutions for reducing GHG emissions from the transport sector?</strong></a>
<br><small>June 20, 2022</small>
<p style="padding-top: 6px;">The transport sector is important for the smooth functioning of an economy. The supply chains for various products and by-products (both domestically as well as internationally) can work efficiently only if the transportation of raw materials and inputs, and final goods and commodities takes place...</p>
<a href="https://im4change.in/news-alerts-57/are-we-choosing-the-right-solutions-for-reducing-emissions-from-the-transport-sector.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div style="border-bottom: 1px solid rgb(221, 221, 221); padding: 10px 0px; clear: both; min-height: 125px; overflow: hidden;">
<a href="https://im4change.in/news-alerts-57/forget-minimum-wages-mgnrega-workers-not-even-receiving-notified-wages-in-many-states.html" target="_blank" title="Forget minimum wages, MGNREGA workers not even receiving notified wages in many states" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image MGNREGA News alert 31 May 2022.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/forget-minimum-wages-mgnrega-workers-not-even-receiving-notified-wages-in-many-states.html" target="_blank"><strong style="" >Forget minimum wages, MGNREGA workers not even receiving notified wages in many states</strong></a>
<br><small>May 31, 2022</small>
<p style="padding-top: 6px;">Every year in the month of either February or March, the Ministry of Rural Development (MoRD) announces the notified MGNREGA wage rates (i.e., notified daily wage rates for MGNREGA workers) for various states and Union Territories (UTs) for the upcoming financial year. The MGNREGA rates...</p>
<a href="https://im4change.in/news-alerts-57/forget-minimum-wages-mgnrega-workers-not-even-receiving-notified-wages-in-many-states.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div style="border-bottom: 1px solid rgb(221, 221, 221); padding: 10px 0px; clear: both; min-height: 125px; overflow: hidden;">
<a href="https://im4change.in/news-alerts-57/dalberg-study-indicates-that-onorc-can-be-improved-further.html" target="_blank" title="Dalberg study indicates that ONORC can be improved further" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Dalberg ONORC Report Cover Page dated 24 April 2022.png" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/dalberg-study-indicates-that-onorc-can-be-improved-further.html" target="_blank"><strong style="" >Dalberg study indicates that ONORC can be improved further</strong></a>
<br><small>April 25, 2022</small>
<p style="padding-top: 6px;">A recently released study, which has been done by Dalberg in collaboration with Kantar, and with support from the Omidyar Network India, brings to light both the supply and demand-side perspectives on the 'One Nation One Ration Card' (ONORC) scheme. Titled 'Fulfilling the promise of...</p>
<a href="https://im4change.in/news-alerts-57/dalberg-study-indicates-that-onorc-can-be-improved-further.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div style="border-bottom: 1px solid rgb(221, 221, 221); padding: 10px 0px; clear: both; min-height: 125px; overflow: hidden;">
<a href="https://im4change.in/news-alerts-57/is-the-govt-doing-enough-for-the-jan-aushadhi-scheme.html" target="_blank" title="Is the govt. doing enough for the Jan Aushadhi scheme?" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image Jan Aushadhi.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/is-the-govt-doing-enough-for-the-jan-aushadhi-scheme.html" target="_blank"><strong style="" >Is the govt. doing enough for the Jan Aushadhi scheme?</strong></a>
<br><small>April 12, 2022</small>
<p style="padding-top: 6px;">On Janaushadhi Diwas this year (i.e., March 7th, 2022), Prime Minister Shri Narendra Modi stated that the poor and the middle-class benefited from the 'Jan Aushadhi Kendras' that were set up to provide generic drugs at affordable prices. He said that the poor and the middle...</p>
<a href="https://im4change.in/news-alerts-57/is-the-govt-doing-enough-for-the-jan-aushadhi-scheme.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div class="pagination pagination-large">
<ul class="pagination">
<li class="prev"><a rel="prev" href="/news-alerts-57?page=5">previous</a></li><li><a href="/news-alerts-57">1</a></li><li><a href="/news-alerts-57?page=2">2</a></li><li><a href="/news-alerts-57?page=3">3</a></li><li><a href="/news-alerts-57?page=4">4</a></li><li><a href="/news-alerts-57?page=5">5</a></li><li class="active"><a href="">6</a></li><li><a href="/news-alerts-57?page=7">7</a></li><li><a href="/news-alerts-57?page=8">8</a></li><li><a href="/news-alerts-57?page=9">9</a></li><li><a href="/news-alerts-57?page=10">10</a></li><li class="next"><a rel="next" href="/news-alerts-57?page=7">next</a></li> </ul>
</div>
</div> </div>
</div>
<!-- Right Side Section Start -->
<!-- MAP Section START -->
<aside class="sidebar indexMarg">
<div class="ad-cell">
<a href="https://im4change.in/statemap.php" title="">
<img src="https://im4change.in/images/map_new_version.png?1582080666" alt="India State Map" class="indiamap" width="232" height="252"/> </a>
<div class="rightmapbox">
<div id="sideOne" class="docltitle"><a href="https://im4change.in/state-report/india/36" target="_blank">DOCUMENTS/
REPORTS</a></div>
<div id="sideTwo" class="statetitle"><a href="https://im4change.in/states.php"target="_blank">STATE DATA/
HDRs.</a></div>
</div>
<div class="widget widgePadTop"></div>
</div>
</aside>
<!-- MAP Section END -->
<aside class="sidebar sidePadbottom">
<div class="rightsmlbox1" >
<a href="https://im4change.in/knowledge_gateway" target="_blank" style="color: #035588;
font-size: 17px;">
KNOWLEDGE GATEWAY
</a>
</div>
<div class="rightsmlbox1">
<div>
<p class="rightsmlbox1_title">
<a href="https://im4change.in/newsletter" target="_blank">
NEWSLETTER
</a>
</p>
</div>
</div>
<div class="rightsmlbox1" style="height: 325px;">
<div>
<p class="rightsmlbox1_title">
Interview with Prof. Ravi Srivastava
</p>
<p class="rightsmlbox1_title">
<a href="https://im4change.in/video/interview-with-prof-ravi-srivastava-on-current-economic-crisis">
<img width="250" height="200" src="/images/interview_video_home.jpg" alt="Interview with Prof. Ravi Srivastava"/>
</a>
<!--
<iframe width="250" height="200" src="https://www.youtube.com/embed/MmaTlntk-wc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>-->
</p>
<a href="https://im4change.in/videogallery" class="more-link CatArchalAnch1" target="_blank">
More videos
</a>
</div>
</div>
<div class="rightsmlbox1">
<div>
<!--div id="sstory" class="rightboxicons"></div--->
<p class="rightsmlbox1_title"><a href="https://im4change.in/list-success-stories" target="_blank">Success Stories</a></p>
</div>
</div>
<div class="rightsmlbox1">
<div>
<p class="rightsmlbox1_title"><a
href="https://im4change.in/interviews" target="_blank">Interviews</a>
</p>
</div>
</div>
<div class="rightsmlbox1">
<div>
<p class="rightsmlbox1_title"><a href="https://www.commoncause.in/page.php?id=10" >Donate</a></p>
</div>
</div>
<div class="rightsmlbox1">
<div>
<p class="rightsmlbox1_title"><a
href="https://im4change.in/marquee"
class="isf_link more-link" title="India Focus?" style="border: 4px solid #fdd922;width: 90%;background-color: #fdd922;text-align: center;color: #000000;font-size:18px" target="_blank">India Focus</a></p> </div>
</div>
<div class="rightsmlbox1" style="height: 104px !important;">
<a href="https://im4change.in/quarterly_reports.php" target="_blank">
Quarterly Reports on Effect of Economic Slowdown on Employment in India (2008 - 2015)
</a>
</div>
<!-- <div class="rightsmlbox1">
<a href="https://play.google.com/store/apps/details?id=com.im4.im4change" target="_blank">
</a></div> -->
<!-- <section class="cat-box recent-box secMarg">
<h2 class="cat-box-title">Most Visited</h2>
</section> -->
<!-- accordion Starts here -->
<!-- <div id="accordion" class="accordMarg">
</div> -->
<!-- accordion ends here -->
<!-- Widget Tag Cloud Starts here -->
<div id="tag_cloud-2" class="widget widget_tag_cloud">
<section class="cat-box recent-box secMarg">
<h2 class="cat-box-title">MOST VISITED TAGS</h2>
</section>
<div class="widget-top wiPdTp">
<div class="stripe-line"></div>
</div>
<div class="widget-container">
<div class="tagcloud">
<a href="https://im4change.in/search?qryStr=Agriculture"
target="_blank" class="tag-link-4 font4">Agriculture</a>
<a href="https://im4change.in/search?qryStr=Food Security"
target="_blank" class="tag-link-4 font4">Food Security</a>
<a href="https://im4change.in/search?qryStr=Law and Justice"
target="_blank" class="tag-link-4 font4">Law and Justice</a>
<a href="https://im4change.in/search?qryStr=Health"
target="_blank" class="tag-link-4 font4">Health</a>
<a href="https://im4change.in/search?qryStr=Right to Food"
target="_blank" class="tag-link-4 font4">Right to Food</a>
<a href="https://im4change.in/search?qryStr=Corruption"
target="_blank" class="tag-link-4 font4">Corruption</a>
<a href="https://im4change.in/search?qryStr=farming"
target="_blank" class="tag-link-4 font4">farming</a>
<a href="https://im4change.in/search?qryStr=Environment"
target="_blank" class="tag-link-4 font4">Environment</a>
<a href="https://im4change.in/search?qryStr=Right to Information"
target="_blank" class="tag-link-4 font4">Right to Information</a>
<a href="https://im4change.in/search?qryStr=NREGS"
target="_blank" class="tag-link-4 font4">NREGS</a>
<a href="https://im4change.in/search?qryStr=Human Rights"
target="_blank" class="tag-link-4 font4">Human Rights</a>
<a href="https://im4change.in/search?qryStr=Governance"
target="_blank" class="tag-link-4 font4">Governance</a>
<a href="https://im4change.in/search?qryStr=PDS"
target="_blank" class="tag-link-4 font4">PDS</a>
<a href="https://im4change.in/search?qryStr=COVID-19"
target="_blank" class="tag-link-4 font4">COVID-19</a>
<a href="https://im4change.in/search?qryStr=Land Acquisition"
target="_blank" class="tag-link-4 font4">Land Acquisition</a>
<a href="https://im4change.in/search?qryStr=mgnrega"
target="_blank" class="tag-link-4 font4">mgnrega</a>
<a href="https://im4change.in/search?qryStr=Farmers"
target="_blank" class="tag-link-4 font4">Farmers</a>
<a href="https://im4change.in/search?qryStr=transparency"
target="_blank" class="tag-link-4 font4">transparency</a>
<a href="https://im4change.in/search?qryStr=Gender"
target="_blank" class="tag-link-4 font4">Gender</a>
<a href="https://im4change.in/search?qryStr=Poverty"
target="_blank" class="tag-link-4 font4">Poverty</a>
<a href="https://im4change.in/search?qryStr=Farm Laws" target="_blank" class="tag-link-4 font4">Farm Laws
</a>
<a href="https://im4change.in/search?qryStr=Citizenship Amendment Act" target="_blank" class="tag-link-4 font4">Citizenship Amendment Act
</a>
<a href="https://im4change.in/search?qryStr=CAA NPR NRIC" target="_blank" class="tag-link-4 font4">CAA NPR NRIC
</a>
<a href="https://im4change.in/search?qryStr=Job Losses" target="_blank" class="tag-link-4 font4">Job Losses
</a>
<a href="https://im4change.in/search?qryStr=Migrant Workers" target="_blank" class="tag-link-4 font4">Migrant Workers
</a>
<a href="https://im4change.in/search?qryStr=Unemployment" target="_blank" class="tag-link-4 font4">Unemployment
</a>
<a href="https://im4change.in/search?qryStr=PMGKAY" target="_blank" class="tag-link-4 font4">PMGKAY
</a>
<a href="https://im4change.in/search?qryStr=PM-KISAN" target="_blank" class="tag-link-4 font4">PM-KISAN
</a>
<a href="https://im4change.in/search?qryStr=PM-CARES" target="_blank" class="tag-link-4 font4">PM-CARES
</a>
<a href="https://im4change.in/search?qryStr=LFPR" target="_blank" class="tag-link-4 font4">LFPR
</a>
</div>
</div>
</div>
<!-- Widget Tag Cloud Ends here -->
</aside>
<!-- Right Side Section End -->
</div>
<section class="cat-box cats-review-box footerSec">
<h2 class="cat-box-title vSec CatArcha">Video
Archives</h2>
<h2 class="cat-box-title CatArchaTitle">Archives</h2>
<div class="cat-box-content">
<div class="reviews-cat">
<div class="CatArchaDiv1">
<div class="CatArchaDiv2">
<ul>
<li>
<a href="https://im4change.in/news-alerts-57/moving-upstream-luni-fellowship.html" target="_blank">
Moving Upstream: Luni – Fellowship </a>
</li>
<li>
<a href="https://im4change.in/news-alerts-57/135-million-indians-exited-multidimensional-poverty-as-per-government-figures-is-that-the-same-as-poverty-reduction.html" target="_blank">
135 Million Indians Exited “Multidimensional" Poverty as per Government... </a>
</li>
<li>
<a href="https://im4change.in/news-alerts-57/explainer-why-are-tomato-prices-on-fire.html" target="_blank">
Explainer: Why are Tomato Prices on Fire? </a>
</li>
<li>
<a href="https://im4change.in/news-alerts-57/nsso-survey-only-39-1-of-all-households-have-drinking-water-within-dwelling-46-7-of-rural-households-use-firewood-for-cooking.html" target="_blank">
NSSO Survey: Only 39.1% of all Households have Drinking... </a>
</li>
<li class="CatArchalLi1">
<a href="https://im4change.in/news-alerts-57"
class="more-link CatArchalAnch1" target="_blank">
More...
</a>
</li>
</ul>
</div>
<div class="CatArchaWidth">
<img class="CatArchaImg"
src="https://img.youtube.com/vi/I51LYnP8BOk/1.jpg"
alt=" Im4Change.org हिंदी वेबसाइट का परिचय. Short Video on im4change.org...">
<p class="CatArchaPPad">
<a href="https://im4change.in/video/Short-Video-on-im4change-Hindi-website-Inclusive-Media-for-Change" target="_blank">
Im4Change.org हिंदी वेबसाइट का परिचय. Short Video on im4change.org... </a>
</p>
</div>
<div class="CatArchaWidth">
<img class="CatArchaImg"
src="https://img.youtube.com/vi/kNqha-SwfIY/1.jpg"
alt=" "Session 1: Scope of IDEA and AgriStack" in Exploring...">
<p class="CatArchaPPad">
<a href="https://im4change.in/video/Session-1- Scope-of-IDEA-and-AgriStack-in-Exploring-Digitalisation-in-Agriculture-29-April-2022" target="_blank">
"Session 1: Scope of IDEA and AgriStack" in Exploring... </a>
</p>
</div>
<div class="CatArchaWidth">
<img class="CatArchaImg"
src="https://img.youtube.com/vi/6kIVjlgZItk/1.jpg"
alt=" "Session 2: Farmer Centric Digitalisation in Agriculture" in Exploring...">
<p class="CatArchaPPad">
<a href="https://im4change.in/video/Session-2-Farmer-Centric-Digitalisation-in-Agriculture-in-Exploring-Digitalisation-in-Agriculture-29-April-2022" target="_blank">
"Session 2: Farmer Centric Digitalisation in Agriculture" in Exploring... </a>
</p>
</div>
<div class="CatArchaWidth">
<img class="CatArchaImg"
src="https://img.youtube.com/vi/2BeHTu0y7xc/1.jpg"
alt=" "Session 3: Future of Digitalisation in Agriculture" in Exploring...">
<p class="CatArchaPPad">
<a href="https://im4change.in/video/Session-3-Future-of-Digitalisation-in-Agriculture-in-Exploring-Digitalisation-in-Agriculture-29-April-2022" target="_blank">
"Session 3: Future of Digitalisation in Agriculture" in Exploring... </a>
</p>
</div>
<div class="divWidth">
<ul class="divWidthMarg">
<li>
<a href="https://im4change.in/video/Public-Spending-on-Agriculture-in-India-Source-Foundation-for-Agrarian-Studies"
title="Public Spending on Agriculture in India (Source: Foundation for Agrarian Studies)" target="_blank">
Public Spending on Agriculture in India (Source: Foundation for...</a>
</li>
<li>
<a href="https://im4change.in/video/Agrarian-Change-Seminar-Protests-against-the-New-Farm-Laws-in-India-by-Prof-Vikas-Rawal-JNU-Source-Journal-Of-Agrarian-Change"
title="Agrarian Change Seminar: 'Protests against the New Farm Laws in India' by Prof. Vikas Rawal, JNU (Source: Journal Of Agrarian Change) " target="_blank">
Agrarian Change Seminar: 'Protests against the New Farm Laws...</a>
</li>
<li>
<a href="https://im4change.in/video/Webinar-Ramrao-The-Story-of-India-Farm-Crisis-Source-Azim-Premji-University"
title="Webinar: Ramrao - The Story of India's Farm Crisis (Source: Azim Premji University)" target="_blank">
Webinar: Ramrao - The Story of India's Farm Crisis...</a>
</li>
<li>
<a href="https://im4change.in/video/water-and-agricultural-transformation-in-India"
title="Water and Agricultural Transformation in India: A Symbiotic Relationship (Source: IGIDR)" target="_blank">
Water and Agricultural Transformation in India: A Symbiotic Relationship...</a>
</li>
<li class="CatArchalLi1">
<a href="https://im4change.in/videogallery"
class="more-link CatArchalAnch1" target="_blank">
More...
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section> </div>
<div class="clear"></div>
<!-- Footer option Starts here -->
<div class="footer-bottom fade-in animated4">
<div class="container">
<div class="social-icons icon_flat">
<p class="SocialMargTop"> Website Developed by <a target="_blank" title="Web Development"
class="wot right"
href="http://www.ravinderkhurana.com/" rel="nofollow">
RAVINDErkHURANA.com</a></p>
</div>
<div class="alignleft">
<a
target="_blank" href="https://im4change.in/objectives-8.html"
class="link"
title="Objectives">Objectives</a> | <a
target="_blank" href="https://im4change.in/about-us-9.html"
class="link" title="About Us">About Us</a> | <a
target="_blank" href="https://im4change.in/media-workshops.php"
class="ucwords">Workshops</a> | <a
target="_blank" href="https://im4change.in/disclaimer/disclaimer-149.html"
title="Disclaimer">Disclaimer</a> </div>
</div>
</div>
<!-- Footer option ends here -->
</div>
<div id="connect">
<a target="_blank"
href="http://www.facebook.com/sharer.php?u=https://im4change.in/news-alerts-57?page=6"
title="Share on Facebook">
<img src="https://im4change.in/images/Facebook.png?1582080640" alt="share on Facebook" class="ImgBorder"/>
</a><br/>
<a target="_blank"
href="http://twitter.com/share?text=Im4change&url=https://im4change.in/news-alerts-57?page=6"
title="Share on Twitter">
<img src="https://im4change.in/images/twitter.png?1582080632" alt="Twitter" class="ImgBorder"/> </a>
<br/>
<a href="/feeds" title="RSS Feed" target="_blank">
<img src="https://im4change.in/images/rss.png?1582080632" alt="RSS" class="ImgBorder"/>
</a>
<br/>
<a class="feedback-link" id="feedbackFormLink" href="#">
<img src="https://im4change.in/images/feedback.png?1582080630" alt="Feedback" class="ImgBorder"/>
</a> <br/>
<a href="javascript:function iprl5(){var d=document,z=d.createElement('scr'+'ipt'),b=d.body,l=d.location;try{if(!b)throw(0);d.title='(Saving...) '+d.title;z.setAttribute('src',l.protocol+'//www.instapaper.com/j/WKrH3R7ORD5p?u='+encodeURIComponent(l.href)+'&t='+(new Date().getTime()));b.appendChild(z);}catch(e){alert('Please wait until the page has loaded.');}}iprl5();void(0)"
class="bookmarklet" onclick="return explain_bookmarklet();">
<img src="https://im4change.in/images/read-it-later.png?1582080632" alt="Read Later" class="ImgBorder"/> </a>
</div>
<!-- Feedback form Starts here -->
<div id="feedbackForm" class="overlay_form" class="ImgBorder">
<h2>Contact Form</h2>
<div id="contactform1">
<div id="formleft">
<form id="submitform" action="/contactus.php" method="post">
<input type="hidden" name="submitform" value="submitform"/>
<input type="hidden" name="salt_key" value="a0e0f2c6a0644a70e57ad2c96829709a"/>
<input type="hidden" name="ref" value="feedback"/>
<fieldset>
<label>Name :</label>
<input type="text" name="name" class="tbox" required/>
</fieldset>
<fieldset>
<label>Email :</label>
<input type="text" name="email" class="tbox" required/>
</fieldset>
<fieldset>
<label>Message :</label>
<textarea rows="5" cols="20" name="message" required></textarea>
</fieldset>
<fieldset>
Please enter security code
<div class="clear"></div>
<input type="text" name="vrcode" class="tbox"/>
</fieldset>
<fieldset>
<input type="submit" class="button" value="Submit"/>
<a href="#" id="closefeedbakcformLink">Close</a>
</fieldset>
</form>
</div>
<div class="clearfix"></div>
</div>
</div>
<div id="donate_popup" class="modal" style="max-width: 800px;">
<table width="100%" border="1">
<tr>
<td colspan="2" align="center">
<b>Support im4change</b>
</td>
</tr>
<tr>
<td width="25%" valign="middle">
<img src="https://im4change.in/images/logo2.jpg?1582080632" alt="" width="100%"/> </td>
<td style="padding-left:10px;padding-top:10px;">
<form action="https://im4change.in/donate" method="get">
<table width="100%" cellpadding="2" cellspacing="2">
<tr>
<td width="33%" style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
10
</td>
<td width="33%" style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
100
</td>
<td width="33%" style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
1000
</td>
</tr>
<tr>
<td colspan="3">
</td>
</tr>
<tr>
<td style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
50
</td>
<td style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
500
</td>
<td style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
<input type="text" name="price" placeholder="?" style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
</td>
</tr>
<tr>
<td colspan="3">
</td>
</tr>
<tr>
<td colspan="3" align="right">
<input type="button" name="Pay" value="Pay"
style="width: 200px;background-color: rgb(205, 35, 36);color: #ffffff;"/>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div><script type='text/javascript'>
/* <![CDATA[ */
var tievar = {'go_to': 'Go to...'};
/* ]]> */
</script>
<script src="/js/tie-scripts.js?1575549704"></script><script src="/js/bootstrap.js?1575549704"></script><script src="/js/jquery.modal.min.js?1578284310"></script><script>
$(document).ready(function() {
// tell the autocomplete function to get its data from our php script
$('#s').autocomplete({
source: "/autocomplete"
});
});
</script>
<script src="/vj-main-sw-register.js" async></script>
<script>function init(){var imgDefer=document.getElementsByTagName('img');for(var i=0;i<imgDefer.length;i++){if(imgDefer[i].getAttribute('data-src')){imgDefer[i].setAttribute('src',imgDefer[i].getAttribute('data-src'))}}}
window.onload=init;</script>
</body>
</html>'
}
$reasonPhrase = 'OK'
header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 148
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 54
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 141
[main] - ROOT/webroot/index.php, line 39
Warning (2): Cannot modify header information - headers already sent by (output started at /home/brlfuser/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 181]
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<!--[if lt IE 7 ]>
<html class="ie ie6" lang='en'> <![endif]-->
<!--[if IE 7 ]>
<html class="ie ie7" lang='en'> <![endif]-->
<!--[if IE 8 ]>
<html class="ie ie8" lang='en'> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang='en'>
<!--<![endif]-->
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
NEWS ALERTS | Consumption of non-veg food items has risen since 2015-16, points out NFHS-5 data </title>
<meta name="description" content="Is India a country where most people eat vegetarian food? The answer to this question is a bit complex. The consumption of either vegetarian or non-vegetarian food depends not just on one's personal choice but also on one’s geographical location,..."/>
<meta name="keywords" content="im4change, corruption, food security, Right To Education, malnutrition, Hunger, Health, MNREGA"/>
<meta name="news_keywords" content="im4change, corruption, food security, Right To Education, malnutrition, Hunger, Health, MNREGA">
<link rel="alternate" type="application/rss+xml" title="ROR" href="/ror.xml"/>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/feeds/"/>
<link rel="stylesheet" href="/css/bootstrap.min.css?1697864993"/> <link rel="stylesheet" href="/css/style.css?v=1.1.2"/> <link rel="stylesheet" href="/css/style-inner.css?1577045210"/> <link rel="stylesheet" id="Oswald-css"
href="https://fonts.googleapis.com/css?family=Oswald%3Aregular%2C700&ver=3.8.1" type="text/css"
media="all">
<link rel="stylesheet" href="/css/jquery.modal.min.css?1578285302"/> <script src="/js/jquery-1.10.2.js?1575549704"></script> <script src="/js/jquery-migrate.min.js?1575549704"></script> <link rel="shortcut icon" href="/favicon.ico" title="Favicon">
<link rel="stylesheet" href="/css/jquery-ui.css?1580720609"/> <script src="/js/jquery-ui.js?1575549704"></script> <link rel="preload" as="style" href="https://www.im4change.org/css/custom.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous">
<link rel="preload" as="style" href="https://www.im4change.org/css/jquery.modal.min.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous">
<link rel="preload" as="style" href="https://www.im4change.org/css/jquery-ui.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous">
<link rel="preload" as="style" href="https://www.im4change.org/css/li-scroller.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous">
<!-- <link rel="preload" as="style" href="https://www.im4change.org/css/style.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous"> -->
<link rel="preload" as="style" href="https://www.im4change.org/css/style-inner.css" onload="this.rel='stylesheet'" media="all" crossorigin="anonymous">
<link rel='dns-prefetch' href="//im4change.org/css/custom.css" crossorigin >
<link rel="preload" as="script" href="https://www.im4change.org/js/bootstrap.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery.li-scroller.1.0.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery.modal.min.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery.ui.totop.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery-1.10.2.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery-migrate.min.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/jquery-ui.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/setting.js">
<link rel="preload" as="script" href="https://www.im4change.org/js/tie-scripts.js">
<!--[if IE]>
<script type="text/javascript">jQuery(document).ready(function () {
jQuery(".menu-item").has("ul").children("a").attr("aria-haspopup", "true");
});</script>
<![endif]-->
<!--[if lt IE 9]>
<script src="/js/html5.js"></script>
<script src="/js/selectivizr-min.js"></script>
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" media="all" href="/css/ie8.css"/>
<![endif]-->
<meta property="og:title" content="NEWS ALERTS | Consumption of non-veg food items has risen since 2015-16, points out NFHS-5 data " />
<meta property="og:url" content="https://im4change.in/news-alerts-57?page=6" />
<meta property="og:type" content="article" />
<meta property="og:description" content="Is India a country where most people eat vegetarian food? The answer to this question is a bit complex. The consumption of either vegetarian or non-vegetarian food depends not just on one's personal choice but also on one’s geographical location,..." />
<meta property="og:image" content="" />
<meta property="fb:app_id" content="0" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://im4change.in/images/apple1.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://im4change.in/images/apple2.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://im4change.in/images/apple3.png">
<link rel="apple-touch-icon-precomposed" href="https://im4change.in/images/apple4.png">
<style>
.gsc-results-wrapper-overlay{
top: 38% !important;
height: 50% !important;
}
.gsc-search-button-v2{
border-color: #035588 !important;
background-color: #035588 !important;
}
.gsib_a{
height: 30px !important;
padding: 2px 8px 1px 6px !important;
}
.gsc-search-button-v2{
height: 41px !important;
}
input.gsc-input{
background: none !important;
}
@media only screen and (max-width: 600px) {
.gsc-results-wrapper-overlay{
top: 11% !important;
width: 87% !important;
left: 9% !important;
height: 43% !important;
}
.gsc-search-button-v2{
padding: 10px 10px !important;
}
.gsc-input-box{
height: 28px !important;
}
/* .gsib_a {
padding: 0px 9px 4px 9px !important;
}*/
}
@media only screen and (min-width: 1200px) and (max-width: 1920px) {
table.gsc-search-box{
width: 15% !important;
float: right !important;
margin-top: -118px !important;
}
.gsc-search-button-v2 {
padding: 6px !important;
}
}
</style>
<script>
$(function () {
$("#accordion").accordion({
event: "click hoverintent"
});
});
/*
* hoverIntent | Copyright 2011 Brian Cherne
* http://cherne.net/brian/resources/jquery.hoverIntent.html
* modified by the jQuery UI team
*/
$.event.special.hoverintent = {
setup: function () {
$(this).bind("mouseover", jQuery.event.special.hoverintent.handler);
},
teardown: function () {
$(this).unbind("mouseover", jQuery.event.special.hoverintent.handler);
},
handler: function (event) {
var currentX, currentY, timeout,
args = arguments,
target = $(event.target),
previousX = event.pageX,
previousY = event.pageY;
function track(event) {
currentX = event.pageX;
currentY = event.pageY;
}
;
function clear() {
target
.unbind("mousemove", track)
.unbind("mouseout", clear);
clearTimeout(timeout);
}
function handler() {
var prop,
orig = event;
if ((Math.abs(previousX - currentX) +
Math.abs(previousY - currentY)) < 7) {
clear();
event = $.Event("hoverintent");
for (prop in orig) {
if (!(prop in event)) {
event[prop] = orig[prop];
}
}
// Prevent accessing the original event since the new event
// is fired asynchronously and the old event is no longer
// usable (#6028)
delete event.originalEvent;
target.trigger(event);
} else {
previousX = currentX;
previousY = currentY;
timeout = setTimeout(handler, 100);
}
}
timeout = setTimeout(handler, 100);
target.bind({
mousemove: track,
mouseout: clear
});
}
};
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-472075-3']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<link rel="stylesheet" href="/css/custom.css?v=1.16"/> <script src="/js/jquery.ui.totop.js?1575549704"></script> <script src="/js/setting.js?1575549704"></script> <link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#616163" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="im4change">
<link rel="apple-touch-icon" href="/icons/logo-192x192.png">
</head>
<body id="top" class="home inner blog">
<div class="background-cover"></div>
<div class="wrapper animated">
<header id="theme-header" class="header_inner" style="position: relative;">
<div class="logo inner_logo" style="left:20px !important">
<a title="Home" href="https://im4change.in/">
<img src="https://im4change.in/images/logo2.jpg?1582080632" class="logo_image" alt="im4change"/> </a>
</div>
<div class="langhindi" style="color: #000;display:none;"
href="https://im4change.in/">
<a class="more-link" href="https://im4change.in/">Home</a>
<a href="https://im4change.in/hindi/" class="langbutton ">हिन्दी</a>
</div>
<nav class="fade-in animated2" id="main-nav">
<div class="container">
<div class="main-menu">
<ul class="menu" id="menu-main">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"
style="left: -40px;"><a
target="_blank" href="https://im4change.in/">Home</a>
</li>
<li class="menu-item mega-menu menu-item-type-taxonomy mega-menu menu-item-object-category mega-menu menu-item-has-children parent-list"
style=" margin-left: -40px;"><a href="#">KNOWLEDGE GATEWAY <span class="sub-indicator"></span>
</a>
<div class="mega-menu-block background_menu" style="padding-top:25px;">
<div class="container">
<div class="mega-menu-content">
<div class="mega-menu-item">
<h3><b>Farm Crisis</b></h3>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/farmers039-suicides-14.html"
class="left postionrel">Farm Suicides </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/unemployment-30.html"
class="left postionrel">Unemployment </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/rural-distress-70.html"
class="left postionrel">Rural distress </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/migration-34.html"
class="left postionrel">Migration </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/key-facts-72.html"
class="left postionrel">Key Facts </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/farm-crisis/debt-trap-15.html"
class="left postionrel">Debt Trap </a>
</p>
</div>
<div class="mega-menu-item">
<h3><b>Empowerment</b></h3>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/union-budget-73.html"
class="left postionrel">Union Budget And Other Economic Policies </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/forest-and-tribal-rights-61.html"
class="left postionrel">Forest and Tribal Rights </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/right-to-education-60.html"
class="left postionrel">Right to Education </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/right-to-food-59.html"
class="left postionrel">Right to Food </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/displacement-3279.html"
class="left postionrel">Displacement </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/right-to-work-mg-nrega-39.html"
class="left postionrel">Right to Work (MG-NREGA) </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/gender-3280.html"
class="left postionrel">GENDER </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/right-to-information-58.html"
class="left postionrel">Right to Information </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/empowerment/social-audit-48.html"
class="left postionrel">Social Audit </a>
</p>
</div>
<div class="mega-menu-item">
<h3><b>Hunger / HDI</b></h3>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/poverty-and-inequality-20499.html"
class="left postionrel">Poverty and inequality </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/malnutrition-41.html"
class="left postionrel">Malnutrition </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/public-health-51.html"
class="left postionrel">Public Health </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/education-50.html"
class="left postionrel">Education </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/hunger-overview-40.html"
class="left postionrel">Hunger Overview </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/hdi-overview-45.html"
class="left postionrel">HDI Overview </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/pds-ration-food-security-42.html"
class="left postionrel">PDS/ Ration/ Food Security </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/sdgs-113.html"
class="left postionrel">SDGs </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/hunger-hdi/mid-day-meal-scheme-mdms-53.html"
class="left postionrel">Mid Day Meal Scheme (MDMS) </a>
</p>
</div>
<div class="mega-menu-item">
<h3><b>Environment</b></h3>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/environment/time-bomb-ticking-52.html"
class="left postionrel">Time Bomb Ticking </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/environment/water-and-sanitation-55.html"
class="left postionrel">Water and Sanitation </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/environment/impact-on-agriculture-54.html"
class="left postionrel">Impact on Agriculture </a>
</p>
</div>
<div class="mega-menu-item">
<h3><b>Law & Justice</b></h3>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/social-justice-20500.html"
class="left postionrel">Social Justice </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/access-to-justice-47.html"
class="left postionrel">Access to Justice </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/human-rights-56.html"
class="left postionrel">Human Rights </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/corruption-35.html"
class="left postionrel">Corruption </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/general-insecurity-46.html"
class="left postionrel">General Insecurity </a>
</p>
<p style="padding-left:5px;">
<a target="_blank" href="https://im4change.in/law-justice/disaster-relief-49.html"
class="left postionrel">Disaster & Relief </a>
</p>
</div>
</div>
</div>
</div>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page "><a target="_blank" href="https://im4change.in/nceus_reports.php">NCEUS reports</a>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children parent-list ">
<a target="_blank" href="https://im4change.in/about-us-9.html">About Us <span
class="sub-indicator"></span></a>
<ul class="sub-menu aboutmenu">
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a
target="_blank" href="https://im4change.in/objectives-8.html">Objectives</a>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a
target="_blank" href="https://im4change.in/contactus.php">Contact
Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a
target="_blank" href="https://im4change.in/about-us-9.html">About
Us</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children ">
<a target="_blank" href="https://im4change.in/fellowships.php" title="Fellowships">Fellowships</a>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children "><a
target="_blank" href="https://im4change.in/media-workshops.php">Workshops</a>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children "><a
target="_blank" href="https://im4change.in/research.php">Research</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children "><a
target="_blank" href="https://im4change.in/links-64">Partners</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"
id="menu-item-539"><a target="_blank" href="https://im4change.in/hindi/"
class="langbutton langlinkfont17">हिन्दी</a></li>
</ul>
</div> </div>
<!-- <div style="float: right;">
<script async src="https://cse.google.com/cse.js?cx=18b4f2e0f11bed3dd"></script>
<div class="gcse-search"></div>
</div> -->
<div class="search-block" style=" margin-left: 8px; margin-right: 7px;">
<form method="get" id="searchform" name="searchform"
action="https://im4change.in/search"
onsubmit="return searchvalidate();">
<button class="search-button" type="submit" value="Search"></button>
<input type="text" id="s" name="qryStr" value=""
onfocus="if (this.value == 'Search...') {this.value = '';}"
onblur="if (this.value == '') {this.value = 'Search...';}">
</form>
</div>
</nav>
</header>
<div class="container">
<div id="main-content" class=" main1 container fade-in animated3 sidebar-narrow-left">
<div class="content-wrap">
<div class="content" style="width: 900px;min-height: 500px;">
<section class="cat-box recent-box">
<h2 class="cat-box-title">
NEWS ALERTS </h2>
</section>
<div class="clear"></div>
<div style="line-height: 21px; min-height: 280px;">
<div class="page-head">
<div class="stripe-line"></div>
</div>
<div style="border-bottom: 1px solid rgb(221, 221, 221); padding: 10px 0px; clear: both; min-height: 125px; overflow: hidden;">
<a href="https://im4change.in/news-alerts-57/consumption-of-non-veg-food-items-has-risen-since-2015-16-points-out-nfhs-5-data.html" target="_blank" title="Consumption of non-veg food items has risen since 2015-16, points out NFHS-5 data " style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image Balanced Diet.PNG" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<h1 style="font-weight: 700;font-size: 14px;">
<a href="https://im4change.in/news-alerts-57/consumption-of-non-veg-food-items-has-risen-since-2015-16-points-out-nfhs-5-data.html" target="_blank">Consumption of non-veg food items has risen since 2015-16, points out NFHS-5 data </a>
</h1>
<br><small>July 12, 2022</small>
<p style="padding-top: 6px;">Is India a country where most people eat vegetarian food? The answer to this question is a bit complex. The consumption of either vegetarian or non-vegetarian food depends not just on one's personal choice but also on one’s geographical location, caste and religious background, gender...</p>
<a href="https://im4change.in/news-alerts-57/consumption-of-non-veg-food-items-has-risen-since-2015-16-points-out-nfhs-5-data.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div style="border-bottom: 1px solid rgb(221, 221, 221); padding: 10px 0px; clear: both; min-height: 125px; overflow: hidden;">
<a href="https://im4change.in/news-alerts-57/are-we-choosing-the-right-solutions-for-reducing-emissions-from-the-transport-sector.html" target="_blank" title="Are we choosing the right solutions for reducing GHG emissions from the transport sector?" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image Transport dated 20 June 2022.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/are-we-choosing-the-right-solutions-for-reducing-emissions-from-the-transport-sector.html" target="_blank"><strong style="" >Are we choosing the right solutions for reducing GHG emissions from the transport sector?</strong></a>
<br><small>June 20, 2022</small>
<p style="padding-top: 6px;">The transport sector is important for the smooth functioning of an economy. The supply chains for various products and by-products (both domestically as well as internationally) can work efficiently only if the transportation of raw materials and inputs, and final goods and commodities takes place...</p>
<a href="https://im4change.in/news-alerts-57/are-we-choosing-the-right-solutions-for-reducing-emissions-from-the-transport-sector.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div style="border-bottom: 1px solid rgb(221, 221, 221); padding: 10px 0px; clear: both; min-height: 125px; overflow: hidden;">
<a href="https://im4change.in/news-alerts-57/forget-minimum-wages-mgnrega-workers-not-even-receiving-notified-wages-in-many-states.html" target="_blank" title="Forget minimum wages, MGNREGA workers not even receiving notified wages in many states" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image MGNREGA News alert 31 May 2022.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/forget-minimum-wages-mgnrega-workers-not-even-receiving-notified-wages-in-many-states.html" target="_blank"><strong style="" >Forget minimum wages, MGNREGA workers not even receiving notified wages in many states</strong></a>
<br><small>May 31, 2022</small>
<p style="padding-top: 6px;">Every year in the month of either February or March, the Ministry of Rural Development (MoRD) announces the notified MGNREGA wage rates (i.e., notified daily wage rates for MGNREGA workers) for various states and Union Territories (UTs) for the upcoming financial year. The MGNREGA rates...</p>
<a href="https://im4change.in/news-alerts-57/forget-minimum-wages-mgnrega-workers-not-even-receiving-notified-wages-in-many-states.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div style="border-bottom: 1px solid rgb(221, 221, 221); padding: 10px 0px; clear: both; min-height: 125px; overflow: hidden;">
<a href="https://im4change.in/news-alerts-57/dalberg-study-indicates-that-onorc-can-be-improved-further.html" target="_blank" title="Dalberg study indicates that ONORC can be improved further" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Dalberg ONORC Report Cover Page dated 24 April 2022.png" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/dalberg-study-indicates-that-onorc-can-be-improved-further.html" target="_blank"><strong style="" >Dalberg study indicates that ONORC can be improved further</strong></a>
<br><small>April 25, 2022</small>
<p style="padding-top: 6px;">A recently released study, which has been done by Dalberg in collaboration with Kantar, and with support from the Omidyar Network India, brings to light both the supply and demand-side perspectives on the 'One Nation One Ration Card' (ONORC) scheme. Titled 'Fulfilling the promise of...</p>
<a href="https://im4change.in/news-alerts-57/dalberg-study-indicates-that-onorc-can-be-improved-further.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div style="border-bottom: 1px solid rgb(221, 221, 221); padding: 10px 0px; clear: both; min-height: 125px; overflow: hidden;">
<a href="https://im4change.in/news-alerts-57/is-the-govt-doing-enough-for-the-jan-aushadhi-scheme.html" target="_blank" title="Is the govt. doing enough for the Jan Aushadhi scheme?" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image Jan Aushadhi.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/is-the-govt-doing-enough-for-the-jan-aushadhi-scheme.html" target="_blank"><strong style="" >Is the govt. doing enough for the Jan Aushadhi scheme?</strong></a>
<br><small>April 12, 2022</small>
<p style="padding-top: 6px;">On Janaushadhi Diwas this year (i.e., March 7th, 2022), Prime Minister Shri Narendra Modi stated that the poor and the middle-class benefited from the 'Jan Aushadhi Kendras' that were set up to provide generic drugs at affordable prices. He said that the poor and the middle...</p>
<a href="https://im4change.in/news-alerts-57/is-the-govt-doing-enough-for-the-jan-aushadhi-scheme.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div class="pagination pagination-large">
<ul class="pagination">
<li class="prev"><a rel="prev" href="/news-alerts-57?page=5">previous</a></li><li><a href="/news-alerts-57">1</a></li><li><a href="/news-alerts-57?page=2">2</a></li><li><a href="/news-alerts-57?page=3">3</a></li><li><a href="/news-alerts-57?page=4">4</a></li><li><a href="/news-alerts-57?page=5">5</a></li><li class="active"><a href="">6</a></li><li><a href="/news-alerts-57?page=7">7</a></li><li><a href="/news-alerts-57?page=8">8</a></li><li><a href="/news-alerts-57?page=9">9</a></li><li><a href="/news-alerts-57?page=10">10</a></li><li class="next"><a rel="next" href="/news-alerts-57?page=7">next</a></li> </ul>
</div>
</div> </div>
</div>
<!-- Right Side Section Start -->
<!-- MAP Section START -->
<aside class="sidebar indexMarg">
<div class="ad-cell">
<a href="https://im4change.in/statemap.php" title="">
<img src="https://im4change.in/images/map_new_version.png?1582080666" alt="India State Map" class="indiamap" width="232" height="252"/> </a>
<div class="rightmapbox">
<div id="sideOne" class="docltitle"><a href="https://im4change.in/state-report/india/36" target="_blank">DOCUMENTS/
REPORTS</a></div>
<div id="sideTwo" class="statetitle"><a href="https://im4change.in/states.php"target="_blank">STATE DATA/
HDRs.</a></div>
</div>
<div class="widget widgePadTop"></div>
</div>
</aside>
<!-- MAP Section END -->
<aside class="sidebar sidePadbottom">
<div class="rightsmlbox1" >
<a href="https://im4change.in/knowledge_gateway" target="_blank" style="color: #035588;
font-size: 17px;">
KNOWLEDGE GATEWAY
</a>
</div>
<div class="rightsmlbox1">
<div>
<p class="rightsmlbox1_title">
<a href="https://im4change.in/newsletter" target="_blank">
NEWSLETTER
</a>
</p>
</div>
</div>
<div class="rightsmlbox1" style="height: 325px;">
<div>
<p class="rightsmlbox1_title">
Interview with Prof. Ravi Srivastava
</p>
<p class="rightsmlbox1_title">
<a href="https://im4change.in/video/interview-with-prof-ravi-srivastava-on-current-economic-crisis">
<img width="250" height="200" src="/images/interview_video_home.jpg" alt="Interview with Prof. Ravi Srivastava"/>
</a>
<!--
<iframe width="250" height="200" src="https://www.youtube.com/embed/MmaTlntk-wc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>-->
</p>
<a href="https://im4change.in/videogallery" class="more-link CatArchalAnch1" target="_blank">
More videos
</a>
</div>
</div>
<div class="rightsmlbox1">
<div>
<!--div id="sstory" class="rightboxicons"></div--->
<p class="rightsmlbox1_title"><a href="https://im4change.in/list-success-stories" target="_blank">Success Stories</a></p>
</div>
</div>
<div class="rightsmlbox1">
<div>
<p class="rightsmlbox1_title"><a
href="https://im4change.in/interviews" target="_blank">Interviews</a>
</p>
</div>
</div>
<div class="rightsmlbox1">
<div>
<p class="rightsmlbox1_title"><a href="https://www.commoncause.in/page.php?id=10" >Donate</a></p>
</div>
</div>
<div class="rightsmlbox1">
<div>
<p class="rightsmlbox1_title"><a
href="https://im4change.in/marquee"
class="isf_link more-link" title="India Focus?" style="border: 4px solid #fdd922;width: 90%;background-color: #fdd922;text-align: center;color: #000000;font-size:18px" target="_blank">India Focus</a></p> </div>
</div>
<div class="rightsmlbox1" style="height: 104px !important;">
<a href="https://im4change.in/quarterly_reports.php" target="_blank">
Quarterly Reports on Effect of Economic Slowdown on Employment in India (2008 - 2015)
</a>
</div>
<!-- <div class="rightsmlbox1">
<a href="https://play.google.com/store/apps/details?id=com.im4.im4change" target="_blank">
</a></div> -->
<!-- <section class="cat-box recent-box secMarg">
<h2 class="cat-box-title">Most Visited</h2>
</section> -->
<!-- accordion Starts here -->
<!-- <div id="accordion" class="accordMarg">
</div> -->
<!-- accordion ends here -->
<!-- Widget Tag Cloud Starts here -->
<div id="tag_cloud-2" class="widget widget_tag_cloud">
<section class="cat-box recent-box secMarg">
<h2 class="cat-box-title">MOST VISITED TAGS</h2>
</section>
<div class="widget-top wiPdTp">
<div class="stripe-line"></div>
</div>
<div class="widget-container">
<div class="tagcloud">
<a href="https://im4change.in/search?qryStr=Agriculture"
target="_blank" class="tag-link-4 font4">Agriculture</a>
<a href="https://im4change.in/search?qryStr=Food Security"
target="_blank" class="tag-link-4 font4">Food Security</a>
<a href="https://im4change.in/search?qryStr=Law and Justice"
target="_blank" class="tag-link-4 font4">Law and Justice</a>
<a href="https://im4change.in/search?qryStr=Health"
target="_blank" class="tag-link-4 font4">Health</a>
<a href="https://im4change.in/search?qryStr=Right to Food"
target="_blank" class="tag-link-4 font4">Right to Food</a>
<a href="https://im4change.in/search?qryStr=Corruption"
target="_blank" class="tag-link-4 font4">Corruption</a>
<a href="https://im4change.in/search?qryStr=farming"
target="_blank" class="tag-link-4 font4">farming</a>
<a href="https://im4change.in/search?qryStr=Environment"
target="_blank" class="tag-link-4 font4">Environment</a>
<a href="https://im4change.in/search?qryStr=Right to Information"
target="_blank" class="tag-link-4 font4">Right to Information</a>
<a href="https://im4change.in/search?qryStr=NREGS"
target="_blank" class="tag-link-4 font4">NREGS</a>
<a href="https://im4change.in/search?qryStr=Human Rights"
target="_blank" class="tag-link-4 font4">Human Rights</a>
<a href="https://im4change.in/search?qryStr=Governance"
target="_blank" class="tag-link-4 font4">Governance</a>
<a href="https://im4change.in/search?qryStr=PDS"
target="_blank" class="tag-link-4 font4">PDS</a>
<a href="https://im4change.in/search?qryStr=COVID-19"
target="_blank" class="tag-link-4 font4">COVID-19</a>
<a href="https://im4change.in/search?qryStr=Land Acquisition"
target="_blank" class="tag-link-4 font4">Land Acquisition</a>
<a href="https://im4change.in/search?qryStr=mgnrega"
target="_blank" class="tag-link-4 font4">mgnrega</a>
<a href="https://im4change.in/search?qryStr=Farmers"
target="_blank" class="tag-link-4 font4">Farmers</a>
<a href="https://im4change.in/search?qryStr=transparency"
target="_blank" class="tag-link-4 font4">transparency</a>
<a href="https://im4change.in/search?qryStr=Gender"
target="_blank" class="tag-link-4 font4">Gender</a>
<a href="https://im4change.in/search?qryStr=Poverty"
target="_blank" class="tag-link-4 font4">Poverty</a>
<a href="https://im4change.in/search?qryStr=Farm Laws" target="_blank" class="tag-link-4 font4">Farm Laws
</a>
<a href="https://im4change.in/search?qryStr=Citizenship Amendment Act" target="_blank" class="tag-link-4 font4">Citizenship Amendment Act
</a>
<a href="https://im4change.in/search?qryStr=CAA NPR NRIC" target="_blank" class="tag-link-4 font4">CAA NPR NRIC
</a>
<a href="https://im4change.in/search?qryStr=Job Losses" target="_blank" class="tag-link-4 font4">Job Losses
</a>
<a href="https://im4change.in/search?qryStr=Migrant Workers" target="_blank" class="tag-link-4 font4">Migrant Workers
</a>
<a href="https://im4change.in/search?qryStr=Unemployment" target="_blank" class="tag-link-4 font4">Unemployment
</a>
<a href="https://im4change.in/search?qryStr=PMGKAY" target="_blank" class="tag-link-4 font4">PMGKAY
</a>
<a href="https://im4change.in/search?qryStr=PM-KISAN" target="_blank" class="tag-link-4 font4">PM-KISAN
</a>
<a href="https://im4change.in/search?qryStr=PM-CARES" target="_blank" class="tag-link-4 font4">PM-CARES
</a>
<a href="https://im4change.in/search?qryStr=LFPR" target="_blank" class="tag-link-4 font4">LFPR
</a>
</div>
</div>
</div>
<!-- Widget Tag Cloud Ends here -->
</aside>
<!-- Right Side Section End -->
</div>
<section class="cat-box cats-review-box footerSec">
<h2 class="cat-box-title vSec CatArcha">Video
Archives</h2>
<h2 class="cat-box-title CatArchaTitle">Archives</h2>
<div class="cat-box-content">
<div class="reviews-cat">
<div class="CatArchaDiv1">
<div class="CatArchaDiv2">
<ul>
<li>
<a href="https://im4change.in/news-alerts-57/moving-upstream-luni-fellowship.html" target="_blank">
Moving Upstream: Luni – Fellowship </a>
</li>
<li>
<a href="https://im4change.in/news-alerts-57/135-million-indians-exited-multidimensional-poverty-as-per-government-figures-is-that-the-same-as-poverty-reduction.html" target="_blank">
135 Million Indians Exited “Multidimensional" Poverty as per Government... </a>
</li>
<li>
<a href="https://im4change.in/news-alerts-57/explainer-why-are-tomato-prices-on-fire.html" target="_blank">
Explainer: Why are Tomato Prices on Fire? </a>
</li>
<li>
<a href="https://im4change.in/news-alerts-57/nsso-survey-only-39-1-of-all-households-have-drinking-water-within-dwelling-46-7-of-rural-households-use-firewood-for-cooking.html" target="_blank">
NSSO Survey: Only 39.1% of all Households have Drinking... </a>
</li>
<li class="CatArchalLi1">
<a href="https://im4change.in/news-alerts-57"
class="more-link CatArchalAnch1" target="_blank">
More...
</a>
</li>
</ul>
</div>
<div class="CatArchaWidth">
<img class="CatArchaImg"
src="https://img.youtube.com/vi/I51LYnP8BOk/1.jpg"
alt=" Im4Change.org हिंदी वेबसाइट का परिचय. Short Video on im4change.org...">
<p class="CatArchaPPad">
<a href="https://im4change.in/video/Short-Video-on-im4change-Hindi-website-Inclusive-Media-for-Change" target="_blank">
Im4Change.org हिंदी वेबसाइट का परिचय. Short Video on im4change.org... </a>
</p>
</div>
<div class="CatArchaWidth">
<img class="CatArchaImg"
src="https://img.youtube.com/vi/kNqha-SwfIY/1.jpg"
alt=" "Session 1: Scope of IDEA and AgriStack" in Exploring...">
<p class="CatArchaPPad">
<a href="https://im4change.in/video/Session-1- Scope-of-IDEA-and-AgriStack-in-Exploring-Digitalisation-in-Agriculture-29-April-2022" target="_blank">
"Session 1: Scope of IDEA and AgriStack" in Exploring... </a>
</p>
</div>
<div class="CatArchaWidth">
<img class="CatArchaImg"
src="https://img.youtube.com/vi/6kIVjlgZItk/1.jpg"
alt=" "Session 2: Farmer Centric Digitalisation in Agriculture" in Exploring...">
<p class="CatArchaPPad">
<a href="https://im4change.in/video/Session-2-Farmer-Centric-Digitalisation-in-Agriculture-in-Exploring-Digitalisation-in-Agriculture-29-April-2022" target="_blank">
"Session 2: Farmer Centric Digitalisation in Agriculture" in Exploring... </a>
</p>
</div>
<div class="CatArchaWidth">
<img class="CatArchaImg"
src="https://img.youtube.com/vi/2BeHTu0y7xc/1.jpg"
alt=" "Session 3: Future of Digitalisation in Agriculture" in Exploring...">
<p class="CatArchaPPad">
<a href="https://im4change.in/video/Session-3-Future-of-Digitalisation-in-Agriculture-in-Exploring-Digitalisation-in-Agriculture-29-April-2022" target="_blank">
"Session 3: Future of Digitalisation in Agriculture" in Exploring... </a>
</p>
</div>
<div class="divWidth">
<ul class="divWidthMarg">
<li>
<a href="https://im4change.in/video/Public-Spending-on-Agriculture-in-India-Source-Foundation-for-Agrarian-Studies"
title="Public Spending on Agriculture in India (Source: Foundation for Agrarian Studies)" target="_blank">
Public Spending on Agriculture in India (Source: Foundation for...</a>
</li>
<li>
<a href="https://im4change.in/video/Agrarian-Change-Seminar-Protests-against-the-New-Farm-Laws-in-India-by-Prof-Vikas-Rawal-JNU-Source-Journal-Of-Agrarian-Change"
title="Agrarian Change Seminar: 'Protests against the New Farm Laws in India' by Prof. Vikas Rawal, JNU (Source: Journal Of Agrarian Change) " target="_blank">
Agrarian Change Seminar: 'Protests against the New Farm Laws...</a>
</li>
<li>
<a href="https://im4change.in/video/Webinar-Ramrao-The-Story-of-India-Farm-Crisis-Source-Azim-Premji-University"
title="Webinar: Ramrao - The Story of India's Farm Crisis (Source: Azim Premji University)" target="_blank">
Webinar: Ramrao - The Story of India's Farm Crisis...</a>
</li>
<li>
<a href="https://im4change.in/video/water-and-agricultural-transformation-in-India"
title="Water and Agricultural Transformation in India: A Symbiotic Relationship (Source: IGIDR)" target="_blank">
Water and Agricultural Transformation in India: A Symbiotic Relationship...</a>
</li>
<li class="CatArchalLi1">
<a href="https://im4change.in/videogallery"
class="more-link CatArchalAnch1" target="_blank">
More...
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section> </div>
<div class="clear"></div>
<!-- Footer option Starts here -->
<div class="footer-bottom fade-in animated4">
<div class="container">
<div class="social-icons icon_flat">
<p class="SocialMargTop"> Website Developed by <a target="_blank" title="Web Development"
class="wot right"
href="http://www.ravinderkhurana.com/" rel="nofollow">
RAVINDErkHURANA.com</a></p>
</div>
<div class="alignleft">
<a
target="_blank" href="https://im4change.in/objectives-8.html"
class="link"
title="Objectives">Objectives</a> | <a
target="_blank" href="https://im4change.in/about-us-9.html"
class="link" title="About Us">About Us</a> | <a
target="_blank" href="https://im4change.in/media-workshops.php"
class="ucwords">Workshops</a> | <a
target="_blank" href="https://im4change.in/disclaimer/disclaimer-149.html"
title="Disclaimer">Disclaimer</a> </div>
</div>
</div>
<!-- Footer option ends here -->
</div>
<div id="connect">
<a target="_blank"
href="http://www.facebook.com/sharer.php?u=https://im4change.in/news-alerts-57?page=6"
title="Share on Facebook">
<img src="https://im4change.in/images/Facebook.png?1582080640" alt="share on Facebook" class="ImgBorder"/>
</a><br/>
<a target="_blank"
href="http://twitter.com/share?text=Im4change&url=https://im4change.in/news-alerts-57?page=6"
title="Share on Twitter">
<img src="https://im4change.in/images/twitter.png?1582080632" alt="Twitter" class="ImgBorder"/> </a>
<br/>
<a href="/feeds" title="RSS Feed" target="_blank">
<img src="https://im4change.in/images/rss.png?1582080632" alt="RSS" class="ImgBorder"/>
</a>
<br/>
<a class="feedback-link" id="feedbackFormLink" href="#">
<img src="https://im4change.in/images/feedback.png?1582080630" alt="Feedback" class="ImgBorder"/>
</a> <br/>
<a href="javascript:function iprl5(){var d=document,z=d.createElement('scr'+'ipt'),b=d.body,l=d.location;try{if(!b)throw(0);d.title='(Saving...) '+d.title;z.setAttribute('src',l.protocol+'//www.instapaper.com/j/WKrH3R7ORD5p?u='+encodeURIComponent(l.href)+'&t='+(new Date().getTime()));b.appendChild(z);}catch(e){alert('Please wait until the page has loaded.');}}iprl5();void(0)"
class="bookmarklet" onclick="return explain_bookmarklet();">
<img src="https://im4change.in/images/read-it-later.png?1582080632" alt="Read Later" class="ImgBorder"/> </a>
</div>
<!-- Feedback form Starts here -->
<div id="feedbackForm" class="overlay_form" class="ImgBorder">
<h2>Contact Form</h2>
<div id="contactform1">
<div id="formleft">
<form id="submitform" action="/contactus.php" method="post">
<input type="hidden" name="submitform" value="submitform"/>
<input type="hidden" name="salt_key" value="a0e0f2c6a0644a70e57ad2c96829709a"/>
<input type="hidden" name="ref" value="feedback"/>
<fieldset>
<label>Name :</label>
<input type="text" name="name" class="tbox" required/>
</fieldset>
<fieldset>
<label>Email :</label>
<input type="text" name="email" class="tbox" required/>
</fieldset>
<fieldset>
<label>Message :</label>
<textarea rows="5" cols="20" name="message" required></textarea>
</fieldset>
<fieldset>
Please enter security code
<div class="clear"></div>
<input type="text" name="vrcode" class="tbox"/>
</fieldset>
<fieldset>
<input type="submit" class="button" value="Submit"/>
<a href="#" id="closefeedbakcformLink">Close</a>
</fieldset>
</form>
</div>
<div class="clearfix"></div>
</div>
</div>
<div id="donate_popup" class="modal" style="max-width: 800px;">
<table width="100%" border="1">
<tr>
<td colspan="2" align="center">
<b>Support im4change</b>
</td>
</tr>
<tr>
<td width="25%" valign="middle">
<img src="https://im4change.in/images/logo2.jpg?1582080632" alt="" width="100%"/> </td>
<td style="padding-left:10px;padding-top:10px;">
<form action="https://im4change.in/donate" method="get">
<table width="100%" cellpadding="2" cellspacing="2">
<tr>
<td width="33%" style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
10
</td>
<td width="33%" style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
100
</td>
<td width="33%" style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
1000
</td>
</tr>
<tr>
<td colspan="3">
</td>
</tr>
<tr>
<td style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
50
</td>
<td style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
500
</td>
<td style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
<input type="text" name="price" placeholder="?" style="font-family: 'Script Font', cursive, Arial;font-size: 20px;font-weight: 700;">
</td>
</tr>
<tr>
<td colspan="3">
</td>
</tr>
<tr>
<td colspan="3" align="right">
<input type="button" name="Pay" value="Pay"
style="width: 200px;background-color: rgb(205, 35, 36);color: #ffffff;"/>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div><script type='text/javascript'>
/* <![CDATA[ */
var tievar = {'go_to': 'Go to...'};
/* ]]> */
</script>
<script src="/js/tie-scripts.js?1575549704"></script><script src="/js/bootstrap.js?1575549704"></script><script src="/js/jquery.modal.min.js?1578284310"></script><script>
$(document).ready(function() {
// tell the autocomplete function to get its data from our php script
$('#s').autocomplete({
source: "/autocomplete"
});
});
</script>
<script src="/vj-main-sw-register.js" async></script>
<script>function init(){var imgDefer=document.getElementsByTagName('img');for(var i=0;i<imgDefer.length;i++){if(imgDefer[i].getAttribute('data-src')){imgDefer[i].setAttribute('src',imgDefer[i].getAttribute('data-src'))}}}
window.onload=init;</script>
</body>
</html>'
}
$cookies = []
$values = [
(int) 0 => 'text/html; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'text/html; charset=UTF-8'
header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 181
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 55
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 141
[main] - ROOT/webroot/index.php, line 39
NEWS ALERTS | Consumption of non-veg food items has risen since 2015-16, points out NFHS-5 data
Is India a country where most people eat vegetarian food? The answer to this question is a bit complex. The consumption of either vegetarian or non-vegetarian food depends not just on one's personal choice but also on one’s geographical location, caste and religious background, gender...
The transport sector is important for the smooth functioning of an economy. The supply chains for various products and by-products (both domestically as well as internationally) can work efficiently only if the transportation of raw materials and inputs, and final goods and commodities takes place...
Every year in the month of either February or March, the Ministry of Rural Development (MoRD) announces the notified MGNREGA wage rates (i.e., notified daily wage rates for MGNREGA workers) for various states and Union Territories (UTs) for the upcoming financial year. The MGNREGA rates...
A recently released study, which has been done by Dalberg in collaboration with Kantar, and with support from the Omidyar Network India, brings to light both the supply and demand-side perspectives on the 'One Nation One Ration Card' (ONORC) scheme. Titled 'Fulfilling the promise of...
On Janaushadhi Diwas this year (i.e., March 7th, 2022), Prime Minister Shri Narendra Modi stated that the poor and the middle-class benefited from the 'Jan Aushadhi Kendras' that were set up to provide generic drugs at affordable prices. He said that the poor and the middle...