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 20',
'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 | Realistic analysis shows that the Indian economy has simply taken little steps in Q1 instead of a quantum leap'
$metaDesc = ''
$article = object(App\Model\Entity\Article) {
'id' => (int) 63693,
'title' => 'Realistic analysis shows that the Indian economy has simply taken little steps in Q1 instead of a quantum leap',
'subheading' => null,
'description' => '<p style="text-align:justify">There is euphoria abound about India's growth performance during the first quarter of the current fiscal. As compared to the corresponding period last year, the year-on-year (y-o-y) GDP growth in the first quarter (Q1) of 2022-23 is down. However, one should take into account the fact that the high growth performance of the real GDP in Q1 of 2021-22 was due to the low base in the corresponding period of the first pandemic year. The optimism surrounding y-o-y real GDP growth in the first quarter this year therefore appears to be natural. </p>
<p style="text-align:justify">On further delving into the data, it can be discovered that after two years of the pandemic, the GDP in the Q1 of the current fiscal, crossed the GDP figure corresponding to the Q1 of 2019-20. Please see chart-1. </p>
<p style="text-align:justify"><img alt="" src="/upload/images/Chart%201%20Quarterly%20Estimates%20of%20Expenditure%20Components%20of%20GDP%20for%20Q1%20at%202011-12%20Prices%20in%20Rs.%20Crore%281%29.png" style="height:687px; width:997px" /></p>
<p style="text-align:justify"><em><strong>Source: **</strong> Press Note on Estimates of Gross Domestic Product for the First Quarter (April-June) 2022-23, released on 31 August, 2022, MoSPI, please <a href="/upload/files/PRESS_NOTE-Q1_2022-23.pdf">click here</a> to access </em></p>
<p style="text-align:justify"><em><strong>*</strong> Press Note on Estimates of Gross Domestic Product for the First Quarter (April-June) 2021-22, released on 31 August, 2021, MoSPI, please <a href="/upload/files/PRESS_NOTE-Q1_2021-22.pdf">click here</a> to access </em></p>
<p style="text-align:justify"><em><strong>##</strong> Press Note on Estimates of Gross Domestic Product for the First Quarter (April-June) 2020-21, released on 31 August, 2020, MoSPI, please <a href="/upload/files/PRESS_NOTE-Q1_2020-21%281%29.pdf">click here</a> to access </em></p>
<p style="text-align:justify"><em><strong># </strong>Press Note on Estimates of Gross Domestic Product for the First Quarter (April-June) 2019-20, released on 30 August, 2019, MoSPI, please <a href="/upload/files/PRESS_NOTE-Q1_2019-20.pdf">click here</a> to access </em></p>
<p style="text-align:justify"><em><strong>Note: </strong>Kindly <a href="https://docs.google.com/spreadsheets/d/1qtYf78Om3VVZyj4dBTBX40OqJlF9l3ne/edit#gid=1715168423">click here</a> to access the data in a spreadsheet</em><br />
<strong>---</strong></p>
<p style="text-align:justify">Growth in the real GDP is vital because it provides the government with additional revenue to spend. When the economy expands, it signifies that the economic activities are reaching the level as they existed during the normal times i.e., before the pandemic had struck. With the return of the economy to normalcy, employment generation is expected to take place. Employment creation can lead to a resurgence in effective demand i.e., purchasing power.</p>
<p style="text-align:justify"><strong>Measuring real GDP growth after 2 years of the pandemic</strong></p>
<p style="text-align:justify">The GDP at constant prices expanded by <a href="/upload/files/Press%20Note%20on%20Provisional%20Estimates%20of%20Annual%20National%20Income%202021-22%20and%20Quarterly%20Estimates%20of%20Gross%20Domestic%20Product%20for%20the%20Q4%20of%202021-22%20released%20on%2031%20May%202022.pdf">4.1 percent in the last quarter (Q4)</a> of 2021-22. While the real economy grew y-o-y by 13.51 percent in the Q1 as compared to a y-o-y real GDP growth of 20.08 percent in the corresponding period last year, a different picture emerges when the base is shifted to Q1 GDP in the pre-covid times. As compared to the 3-year average of the Q1 GDP pertaining to 2017-18, 2018-19, and 2019-20, the real GDP in the first quarter of the current fiscal expanded by 9.58 percent i.e., less than the y-o-y growth of 13.51 percent. Please take a look at table-1. </p>
<p style="text-align:justify"><strong>Table 1: Quarterly Estimates of Expenditure Components of GDP for Q1 (April-June) at 2011-12 Prices, various years (in Rs. Crore)</strong></p>
<p style="text-align:justify"><img alt="" src="/upload/images/Table%201%20Quarterly%20Estimates%20of%20Expenditure%20Components%20of%20GDP%20for%20Q1%20at%202011-12%20Prices%20in%20Rs.%20Crore.png" style="height:309px; width:874px" /></p>
<p style="text-align:justify"><em><strong>Source: </strong>Same as chart-1<br />
<strong>Note: </strong>Kindly <a href="https://docs.google.com/spreadsheets/d/1qtYf78Om3VVZyj4dBTBX40OqJlF9l3ne/edit#gid=1715168423">click here</a> to access the data in a spreadsheet</em><br />
<strong>---</strong></p>
<p style="text-align:justify">As compared to the 3-year average of the GDP during the first quarter of 2017-18, 2018-19 and 2019-20, the real GDP in the corresponding period last year contracted by 3.46 percent. As opposed to that, the y-o-y GDP expansion was to the tune of 20.08 percent in Q1 of 2021-22. Thus, the real GDP growth changes with the change in base and also the base year.</p>
<p style="text-align:justify"><strong>All the high frequency indicators aren’t moving in the same direction</strong></p>
<p style="text-align:justify">After the completion of the first quarter of the current fiscal, the Ministry of Statistics and Programme Implementation (MoSPI) has provided the first estimate of the Q1’s GDP. On the basis of about <a href="/upload/files/High%20frequency%20indicators.png">20 high frequency indicators</a>, the sector-wise estimates have been compiled by the ministry. Out of the 20 indicators, in the case of 'total telephone subscribers' <em>(-2.5 percent)</em>, 'cargo handled at airports' <em>(-1.7 percent)</em>, and 'Index of Industrial Production (IIP) pertaining to metallic minerals' <em>(-6.5 percent)</em>, there has been y-o-y contractions in Q1 of 2022-23 as opposed to positive growths in the corresponding period last year. </p>
<p style="text-align:justify">In the case of certain high frequency indicators like 'production of cement', 'consumption of steel', 'sales of commercial vehicles', 'purchase of private vehicles', 'cargo handled at major sea ports', 'passengers handled at airports', 'IIP pertaining to mining and manufacturing', 'net tonne kilometer - railways', etc., the y-o-y percentage growth has reduced between Q1 of 2021-22 and Q1 of 2022-23.</p>
<p style="text-align:justify"><strong>Two-wheeler sale to the average Indian citizen still down</strong></p>
<p style="text-align:justify">Some economists tend to use the data on two-wheeler sale, which is provided by the industry body <a href="https://vivekkaul.com/2020/11/19/the-real-story-behind-indias-two-wheeler-sales-or-rather-the-lack-of-it/">Society of Indian Automobile Manufacturers (SIAM)</a>. However, the SIAM data is related to the number of units which is <a href="https://vivekkaul.com/2020/11/19/the-real-story-behind-indias-two-wheeler-sales-or-rather-the-lack-of-it/">sold by the manufacturers to dealers</a> across the country. During economic slowdown, dealers may be unable to sell the products they purchase from manufacturers, which could lead to building up of inventory with the former. Hence, the SIAM data may not capture the real situation i.e., the number of two-wheelers bought by the final consumers. </p>
<p style="text-align:justify"><img alt="" src="/upload/images/Chart%202%20Two%20wheeler%20vehicles%20registered%20in%20Q1%20of%20various%20years.png" style="height:555px; width:780px" /></p>
<p style="text-align:justify"><em><strong>Source: </strong>Vahan registration website, Ministry of Road Transport and Highways, please <a href="https://vahan.parivahan.gov.in/vahan4dashboard/vahan/view/reportview.xhtml">click here</a> to access <br />
<strong>Note: </strong>Kindly <a href="https://docs.google.com/spreadsheets/d/1qtYf78Om3VVZyj4dBTBX40OqJlF9l3ne/edit#gid=1715168423">click here</a> to access the data in a spreadsheet</em><br />
<strong>---</strong></p>
<p style="text-align:justify">Instead of using SIAM data on two-wheeler sale, the data that is provided by <a href="https://vahan.parivahan.gov.in/vahan4dashboard/vahan/view/reportview.xhtml">Vahan dashboard</a> on vehicle registration, is used in the present piece. As compared to the 3-year average of the number of two-wheelers <em>(sum of non-transport and transport-two-wheelers) </em>registered during April-June of 2017, 2018 and 2019, the number of two-wheeler vehicles registered in the first quarters of 2020, 2021 and 2022 has been lower. In short, if the number of two-wheelers registered is used for analysis, then it shows that the purchasing power of the average Indian consumer has still not reached the pre-pandemic level. Please have a look at chart-2. </p>
<p style="text-align:justify"><strong>Whatever happened to consumer demand?</strong></p>
<p style="text-align:justify">The Private Final Consumption Expenditure (PFCE) <a href="https://im4change.org/upload/files/World%20Bank%20paper%20on%20NAS%20and%20NSS%20difference%20in%20consumption%20expenditure.PDF">represents the value of goods and services</a> <a href="https://im4change.org/upload/files/World%20Bank%20paper%20on%20NAS%20and%20NSS%20difference%20in%20consumption%20expenditure.PDF">consumed by the households</a> and <a href="https://im4change.org/upload/files/World%20Bank%20paper%20on%20NAS%20and%20NSS%20difference%20in%20consumption%20expenditure.PDF">the private non-profit institutions</a> <a href="https://im4change.org/upload/files/World%20Bank%20paper%20on%20NAS%20and%20NSS%20difference%20in%20consumption%20expenditure.PDF">serving households (NPISHs)</a> in the period extending from the beginning of April of one calendar year to the end of March of the next. In 2021-22 <em>(provisional estimates)</em>, PFCE i.e., final consumer spending <em>(at 2011-12 prices) </em>as a proportion of GDP <em>(at 2011-12 prices) </em>was 56.85 percent. Therefore, the revival of consumer demand is essential for boosting economic growth. The y-o-y growth rates of PFCE <em>(at constant prices) </em>were 8.88 percent in 2017-18, 6.61 percent in 2018-19, and 4.45 percent in 2019-20 <em>(2nd revised estimates)</em>. However, the y-o-y growth rates of PFCE <em>(at constant price)</em> dipped to -6.0 percent in 2020-21 <em>(1st RE)</em> but bounced back to 7.91 percent in 2021-22 <em>(PE)</em>. Please see table-2.</p>
<p style="text-align:justify"><strong>Table 2: Provisional Estimates of National Income and Expenditure Components of GDP, various years (at 2011- 12 Prices)</strong></p>
<p style="text-align:justify"><img alt="" src="/upload/images/Table%202%20Provisional%20Estimates%20of%20National%20Income%20and%20Expenditure%20Components%20of%20GDP%20various%20years%20at%202011-12%20Prices.png" style="height:523px; width:1050px" /></p>
<p style="text-align:justify"><em><strong>Source:</strong> <strong>**</strong> Press Note on Provisional Estimates of Annual National Income 2021-22 and Quarterly Estimates of Gross Domestic Product for the Fourth Quarter (Q4) of 2021-22, released on 31 May 2022, MoSPI, please <a href="/upload/files/Press%20Note%20on%20Provisional%20Estimates%20of%20Annual%20National%20Income%202021-22%20and%20Quarterly%20Estimates%20of%20Gross%20Domestic%20Product%20for%20the%20Q4%20of%202021-22%20released%20on%2031%20May%202022%281%29.pdf">click here</a> to access </em></p>
<p style="text-align:justify"><em><strong>#</strong> Press Note on First Advance Estimates of National Income 2020-21, released on 7 January, 2021, MoSPI, please <a href="/upload/files/Press%20Note%20on%20First%20Advance%20Estimates%20of%20National%20Income%202020-21%20CSO%20MoSPI.pdf">click here</a> to access </em></p>
<p style="text-align:justify"><em><strong>## </strong>Press Note on First Advance Estimates of National Income 2019-20, released on 7 January, 2020, please <a href="/upload/files/Press%20Note%20on%20First%20Advance%20Estimates%20of%20National%20Income%202019-20%20CSO%20MoSPI.pdf">click here</a> to access </em></p>
<p style="text-align:justify"><em><strong>#* </strong>Press Note on First Advance Estimates of National Income 2018-19, released on 7 January, 2019, please <a href="/upload/files/Press%20Note%20on%20First%20Advance%20Estimates%20of%20National%20Income%202018-19.pdf">click here</a> to access </em></p>
<p style="text-align:justify"><em><strong>^* </strong>Press Note on First Advance Estimates of National Income 2017-18, released on 5 January, 2018, please <a href="/upload/files/Press%20Note%20on%20First%20Advance%20Estimates%20of%20National%20Income%202017-18.pdf">click here</a> to access </em></p>
<p style="text-align:justify"><em><strong>^^ </strong>Press Note on Provisional Estimates of National Income 2016-17, released on 31 May, 2017, please <a href="/upload/files/Press%20Note%20on%20Provisional%20Estimates%20of%20National%20Income%202016-17.pdf">click here</a> to access </em></p>
<p style="text-align:justify"><em><strong>Note: </strong>Kindly <a href="https://docs.google.com/spreadsheets/d/1aiEDfCYkTynV-ucq46fwJKffZosApMMk/edit?usp=sharing&ouid=112233925171588304692&rtpof=true&sd=true">click here</a> to access the data in a spreadsheet</em><br />
<strong>---</strong></p>
<p style="text-align:justify">As compared to the 3-year average of the PFCE <em>(at constant prices)</em> pertaining to 2017-18, 2018-19, and 2019-20 <em>(2nd RE)</em>, the real PFCE in 2020-21 <em>(1st RE)</em> and 2021-22 <em>(PE)</em> grew by -1.25 percent and 6.56 percent, respectively. The advance estimates of GDP <em>(at 2011-12 prices) </em>for 2022-23 would be released in January next year. Till then, we will have to wait for commenting further about the sustained growth of consumer demand. <a href="https://www.mse.ac.in/wp-content/uploads/2020/02/Ind-exp.-dec-13-Mind-the-statistics-gap.pdf">Experts have suggested</a> that in order to gauge consumer demand and income poverty, consumption expenditure survey of households by the National Statistical Office (NSO) needs to be done and the results are required to be published along with the release of unit-level data. It is worth noting that the <a href="/upload/files/World%20Bank%20paper%20on%20NAS%20and%20NSS%20difference%20in%20consumption%20expenditure.PDF">gap between the National Accounts Statistics (NAS)</a> <a href="/upload/files/World%20Bank%20paper%20on%20NAS%20and%20NSS%20difference%20in%20consumption%20expenditure.PDF">estimates of PFCE</a> and the <a href="/upload/files/World%20Bank%20paper%20on%20NAS%20and%20NSS%20difference%20in%20consumption%20expenditure.PDF">National Sample Survey (NSS)</a> <a href="/upload/files/World%20Bank%20paper%20on%20NAS%20and%20NSS%20difference%20in%20consumption%20expenditure.PDF">estimates of household consumption expenditure</a> <em>(aggregated at the national level)</em> has grown progressively over the years. </p>
<p style="text-align:justify"><strong>An alternative perspective</strong></p>
<p style="text-align:justify">As said earlier, the y-o-y growth of GDP at constant prices during Q1 of 2022-23 was <a href="https://im4change.org/upload/files/PRESS_NOTE-Q1_2022-23.pdf">13.5 percent</a>, whereas the y-o-y growth of GDP at current prices during the same period was <a href="https://im4change.org/upload/files/PRESS_NOTE-Q1_2022-23.pdf">26.7 percent</a>. It means that the GDP deflator grew y-o-y by 13.2 percent. </p>
<p style="text-align:justify">Likewise, the y-o-y growth of real Gross Value Added (GVA) at basic prices during Q1 of 2022-23 was <a href="https://im4change.org/upload/files/PRESS_NOTE-Q1_2022-23.pdf">12.7 percent</a>, whereas the y-o-y growth of GVA at basic prices at current prices during the same period was <a href="https://im4change.org/upload/files/PRESS_NOTE-Q1_2022-23.pdf">26.5 percent</a>. So, the GVA deflator grew y-o-y by 13.8 percent. </p>
<p style="text-align:justify">In order to arrive at GDP at constant prices from GDP at current prices, one needs a deflator. In the case of <a href="https://www.livemint.com/economy/is-the-latest-gdp-growth-data-an-underestimate-11662053646563.html">single deflation method</a>, a common price deflator is utilised to adjust both input and output prices. For <a href="https://www.livemint.com/economy/is-the-latest-gdp-growth-data-an-underestimate-11662053646563.html">double deflation method</a>, one needs two different deflators for adjusting input and output prices. In India, double deflation is done for agriculture, and mining and quarrying, whereas single deflation is used for other sectors. Thus, in <a href="https://www.livemint.com/economy/is-the-latest-gdp-growth-data-an-underestimate-11662053646563.html">our country, a mix</a> of single and double deflation methods is used. </p>
<p style="text-align:justify">A <a href="https://www.livemint.com/economy/is-the-latest-gdp-growth-data-an-underestimate-11662053646563.html">recent analysis</a> by Pragya Srivastava, published in Livemint.com, tells us that the GDP deflator on an average reflects 70 percent of the Wholesale Price Index (WPI) and 30 percent of the Consumer Price Index (CPI). As per HSBC Global Research, input prices <em>(reflected by WPI rise) </em>in the Q1 of 2022-23 have grown faster than the output prices <em>(indicated by the CPI increase)</em>, possibly leading to an underestimation of GVA growth, and therefore GDP growth. Remember, <a href="/upload/files/Press%20Release%20PIB%2031%20May%202021.pdf">GDP at market prices</a> is derived as the <a href="/upload/files/Press%20Release%20PIB%2031%20May%202021.pdf">sum of the GVA at basic prices</a>, <a href="/upload/files/Press%20Release%20PIB%2031%20May%202021.pdf">plus all taxes on products</a>, <a href="https://pib.gov.in/PressReleasePage.aspx?PRID=1723153">less all subsidies on products</a>. In the case of single deflation method, if input <em>(indicated by WPI) </em>and output <em>(reflected by CPI)</em> prices expand at different rates, then it may cause overestimation or underestimation of economic performance.</p>
<p style="text-align:justify">A technical discussion by Jyoti Sharma <em>(please click <a href="https://www.livemint.com/Opinion/F6IsyPD0eTcSEM5Fb0ZAYK/Indias-GDP-Deflating-the-right-way.html">here</a> and <a href="https://www.ideasforindia.in/topics/macroeconomics/india-s-gdp-deflating-the-right-way.html">here</a> to access)</em> informs us that ideally, the GDP deflator of the MoSPI lies in the range {min. (CPI, WPI), max. (CPI, WPI)} i.e., the deflator must fall in the range defined by minimum of CPI and WPI and maximum of CPI and WPI for a sector. She proposes that in the case of double deflation method, CPI as a deflator for output value, and WPI for input value should be used. Instead of going for mix method, which India uses, one should go for either single or double deflation method across the sectors and sub-sectors in order to compare the trends across sectors.</p>
<p style="text-align:justify"><strong><em>References: </em></strong></p>
<p style="text-align:justify">Press Note on Estimates of Gross Domestic Product for the First Quarter (April-June) 2022-23, released on 31 August, 2022, MoSPI, please <a href="/upload/files/PRESS_NOTE-Q1_2022-23.pdf">click here</a> to access </p>
<p style="text-align:justify">Press Note on Estimates of Gross Domestic Product for the First Quarter (April-June) 2021-22, released on 31 August, 2021, MoSPI, please <a href="/upload/files/PRESS_NOTE-Q1_2021-22.pdf">click here</a> to access </p>
<p style="text-align:justify">Press Note on Estimates of Gross Domestic Product for the First Quarter (April-June) 2020-21, released on 31 August, 2020, MoSPI, please <a href="/upload/files/PRESS_NOTE-Q1_2020-21%281%29.pdf">click here</a> to access </p>
<p style="text-align:justify">Press Note on Estimates of Gross Domestic Product for the First Quarter (April-June) 2019-20, released on 30 August, 2019, MoSPI, please <a href="/upload/files/PRESS_NOTE-Q1_2019-20.pdf">click here</a> to access </p>
<p style="text-align:justify">Vahan registration website, Ministry of Road Transport and Highways, please <a href="https://vahan.parivahan.gov.in/vahan4dashboard/vahan/view/reportview.xhtml">click here</a> to access </p>
<p style="text-align:justify">Press Note on Provisional Estimates of Annual National Income 2021-22 and Quarterly Estimates of Gross Domestic Product for the Fourth Quarter (Q4) of 2021-22, released on 31 May 2022, MoSPI, please <a href="/upload/files/Press%20Note%20on%20Provisional%20Estimates%20of%20Annual%20National%20Income%202021-22%20and%20Quarterly%20Estimates%20of%20Gross%20Domestic%20Product%20for%20the%20Q4%20of%202021-22%20released%20on%2031%20May%202022%281%29.pdf">click here</a> to access </p>
<p style="text-align:justify">Press Note on First Advance Estimates of National Income 2020-21, released on 7 January, 2021, MoSPI, please <a href="/upload/files/Press%20Note%20on%20First%20Advance%20Estimates%20of%20National%20Income%202020-21%20CSO%20MoSPI.pdf">click here</a> to access </p>
<p style="text-align:justify">Press Note on First Advance Estimates of National Income 2019-20, released on 7 January, 2020, please <a href="/upload/files/Press%20Note%20on%20First%20Advance%20Estimates%20of%20National%20Income%202019-20%20CSO%20MoSPI.pdf">click here</a> to access </p>
<p style="text-align:justify">Press Note on First Advance Estimates of National Income 2018-19, released on 7 January, 2019, please <a href="/upload/files/Press%20Note%20on%20First%20Advance%20Estimates%20of%20National%20Income%202018-19.pdf">click here</a> to access </p>
<p style="text-align:justify">Press Note on First Advance Estimates of National Income 2017-18, released on 5 January, 2018, please <a href="/upload/files/Press%20Note%20on%20First%20Advance%20Estimates%20of%20National%20Income%202017-18.pdf">click here</a> to access </p>
<p style="text-align:justify">Press Note on Provisional Estimates of National Income 2016-17, released on 31 May, 2017, please <a href="/upload/files/Press%20Note%20on%20Provisional%20Estimates%20of%20National%20Income%202016-17.pdf">click here</a> to access </p>
<p style="text-align:justify">Press release: Provisional estimates of Annual National Income, 2020-21 and Quarterly estimates (Q4) of Gross Domestic Product, 2020-21, Ministry of Statistics & Programme Implementation, Press Information Bureau, released on 31 May, 2021, please click <a href="https://pib.gov.in/PressReleasePage.aspx?PRID=1723153">here</a> and <a href="/upload/files/Press%20Release%20PIB%2031%20May%202021.pdf">here</a> to access </p>
<p style="text-align:justify">Estimates of Food Consumption Expenditure from Household Surveys and National Accounts -AC Kulshreshtha and Aloke Kar, Central Statistical Organisation (CSO), please <a href="https://im4change.org/upload/files/World%20Bank%20paper%20on%20NAS%20and%20NSS%20difference%20in%20consumption%20expenditure.PDF">click here</a> to access </p>
<p style="text-align:justify">Is the GDP number an underestimate? -Pragya Srivastava, Livemint.com, 2 September, 2022, please <a href="https://www.livemint.com/economy/is-the-latest-gdp-growth-data-an-underestimate-11662053646563.html ">click here</a> to access</p>
<p style="text-align:justify">The Real Story Behind India’s Two Wheeler Sales or Rather the Lack of It -Vivek Kaul, 19 November, 2020, please <a href="https://vivekkaul.com/2020/11/19/the-real-story-behind-indias-two-wheeler-sales-or-rather-the-lack-of-it/">click here</a> to access </p>
<p style="text-align:justify">Mind the statistics gap -C Rangarajan and S Mahendra Dev, The Indian Express, 13 December, 2019, please <a href="https://bit.ly/3Dsq9y2">click here</a> to access </p>
<p style="text-align:justify">India’s GDP: Deflating the right way -Jyoti Sharma, Ideas for India, 12 October, 2017, please <a href="https://www.ideasforindia.in/topics/macroeconomics/india-s-gdp-deflating-the-right-way.html">click here</a> to access</p>
<p style="text-align:justify">India’s GDP: Deflating the right way -Jyoti Sharma, Livemint.com, 12 October, 2017, please <a href="https://www.livemint.com/Opinion/F6IsyPD0eTcSEM5Fb0ZAYK/Indias-GDP-Deflating-the-right-way.html ">click here</a> to access</p>
<p style="text-align:justify"> </p>
<p style="text-align:justify"><strong>Image Courtesy: Inclusive Media for Change/ Shambhu Ghatak</strong></p>
',
'credit_writer' => '',
'article_img' => 'Image Economy Growth.jpg',
'article_img_thumb' => 'Image Economy Growth.jpg',
'status' => (int) 1,
'show_on_home' => (int) 1,
'lang' => 'EN',
'category_id' => (int) 4,
'tag_keyword' => '',
'seo_url' => 'real-gdp-growth-in-first-quarter-of-2022-23-not-high-gva-base-year-high-frequency-indicators-two-wheelers',
'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 | Realistic analysis shows that the Indian economy has simply taken little steps in Q1 instead of a quantum leap </title>
<meta name="description" content="There is euphoria abound about India's growth performance during the first quarter of the current fiscal. As compared to the corresponding period last year, the year-on-year (y-o-y) GDP growth in the first quarter (Q1) of 2022-23 is down. However, one..."/>
<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 | Realistic analysis shows that the Indian economy has simply taken little steps in Q1 instead of a quantum leap" />
<meta property="og:url" content="https://im4change.in/news-alerts-57?page=5" />
<meta property="og:type" content="article" />
<meta property="og:description" content="There is euphoria abound about India's growth performance during the first quarter of the current fiscal. As compared to the corresponding period last year, the year-on-year (y-o-y) GDP growth in the first quarter (Q1) of 2022-23 is down. However, one..." />
<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/real-gdp-growth-in-first-quarter-of-2022-23-not-high-gva-base-year-high-frequency-indicators-two-wheelers.html" target="_blank" title="Realistic analysis shows that the Indian economy has simply taken little steps in Q1 instead of a quantum leap" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image Economy Growth.jpg" 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/real-gdp-growth-in-first-quarter-of-2022-23-not-high-gva-base-year-high-frequency-indicators-two-wheelers.html" target="_blank">Realistic analysis shows that the Indian economy has simply taken little steps in Q1 instead of a quantum leap</a>
</h1>
<br><small>September 6, 2022</small>
<p style="padding-top: 6px;">There is euphoria abound about India's growth performance during the first quarter of the current fiscal. As compared to the corresponding period last year, the year-on-year (y-o-y) GDP growth in the first quarter (Q1) of 2022-23 is down. However, one should take into account the...</p>
<a href="https://im4change.in/news-alerts-57/real-gdp-growth-in-first-quarter-of-2022-23-not-high-gva-base-year-high-frequency-indicators-two-wheelers.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/public-sector-banks-have-ensured-financial-inclusion-finds-a-new-empirical-study.html" target="_blank" title="Public sector banks have ensured financial inclusion, finds a new empirical study" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/1.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/public-sector-banks-have-ensured-financial-inclusion-finds-a-new-empirical-study.html" target="_blank"><strong style="" >Public sector banks have ensured financial inclusion, finds a new empirical study</strong></a>
<br><small>August 24, 2022</small>
<p style="padding-top: 6px;">Are public sector banks (PSBs) important for the economy? Have the PSBs served the purpose for which they were created? Could the PSBs compete efficiently against the private sector banks (PVBs)? These are some of the questions, which have been answered by a chapter in...</p>
<a href="https://im4change.in/news-alerts-57/public-sector-banks-have-ensured-financial-inclusion-finds-a-new-empirical-study.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/retail-inflation-in-cereals-would-be-hard-to-control-amidst-low-rice-acreage-food-security-pds-pmgkay-wheat.html" target="_blank" title="Cereal inflation would be hard to tame amidst low rice acreage " style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image Farming 13 August 2022.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/retail-inflation-in-cereals-would-be-hard-to-control-amidst-low-rice-acreage-food-security-pds-pmgkay-wheat.html" target="_blank"><strong style="" >Cereal inflation would be hard to tame amidst low rice acreage </strong></a>
<br><small>August 13, 2022</small>
<p style="padding-top: 6px;">Is India going to face inflation in cereal prices during the rest of the current financial year? Experts differ on this. An analysis by Nomura Global Economics and CEIC finds that a below normal monsoon does not always translate into high retail inflation in food....</p>
<a href="https://im4change.in/news-alerts-57/retail-inflation-in-cereals-would-be-hard-to-control-amidst-low-rice-acreage-food-security-pds-pmgkay-wheat.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/plight-of-the-small-peasantry-in-punjab-is-affecting-their-mental-health-highlights-field-based-study.html" target="_blank" title="Plight of the small peasantry in Punjab is affecting their mental health, highlights field-based study" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image farmer 29 July 2022.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/plight-of-the-small-peasantry-in-punjab-is-affecting-their-mental-health-highlights-field-based-study.html" target="_blank"><strong style="" >Plight of the small peasantry in Punjab is affecting their mental health, highlights field-based study</strong></a>
<br><small>July 29, 2022</small>
<p style="padding-top: 6px;">Door-to-door and village-to-village surveys carried out by researchers of the Department of Economics and Sociology, Punjab Agricultural University, Ludhiana detected a total of 9,291 suicides that were committed by farmers in six districts of Punjab during the period from 2000 to 2018. Situated in the...</p>
<a href="https://im4change.in/news-alerts-57/plight-of-the-small-peasantry-in-punjab-is-affecting-their-mental-health-highlights-field-based-study.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/progress-in-health-and-education-can-help-in-population-stabilization.html" target="_blank" title="Progress in health and education can help in population stabilisation" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image TFR in India 22 July 2022.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/progress-in-health-and-education-can-help-in-population-stabilization.html" target="_blank"><strong style="" >Progress in health and education can help in population stabilisation</strong></a>
<br><small>July 22, 2022</small>
<p style="padding-top: 6px;">With the release of a UNDESA report on the World Population Day this year i.e., July 11, once again the debate on who's responsible for the population growth in India has resurfaced. Titled World Population Prospects 2022, the report states that the global population is expected...</p>
<a href="https://im4change.in/news-alerts-57/progress-in-health-and-education-can-help-in-population-stabilization.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=4">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 class="active"><a href="">5</a></li><li><a href="/news-alerts-57?page=6">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 class="next"><a rel="next" href="/news-alerts-57?page=6">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=5"
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=5"
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 | Realistic analysis shows that the Indian economy has simply taken little steps in Q1 instead of a quantum leap </title>
<meta name="description" content="There is euphoria abound about India's growth performance during the first quarter of the current fiscal. As compared to the corresponding period last year, the year-on-year (y-o-y) GDP growth in the first quarter (Q1) of 2022-23 is down. However, one..."/>
<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 | Realistic analysis shows that the Indian economy has simply taken little steps in Q1 instead of a quantum leap" />
<meta property="og:url" content="https://im4change.in/news-alerts-57?page=5" />
<meta property="og:type" content="article" />
<meta property="og:description" content="There is euphoria abound about India's growth performance during the first quarter of the current fiscal. As compared to the corresponding period last year, the year-on-year (y-o-y) GDP growth in the first quarter (Q1) of 2022-23 is down. However, one..." />
<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/real-gdp-growth-in-first-quarter-of-2022-23-not-high-gva-base-year-high-frequency-indicators-two-wheelers.html" target="_blank" title="Realistic analysis shows that the Indian economy has simply taken little steps in Q1 instead of a quantum leap" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image Economy Growth.jpg" 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/real-gdp-growth-in-first-quarter-of-2022-23-not-high-gva-base-year-high-frequency-indicators-two-wheelers.html" target="_blank">Realistic analysis shows that the Indian economy has simply taken little steps in Q1 instead of a quantum leap</a>
</h1>
<br><small>September 6, 2022</small>
<p style="padding-top: 6px;">There is euphoria abound about India's growth performance during the first quarter of the current fiscal. As compared to the corresponding period last year, the year-on-year (y-o-y) GDP growth in the first quarter (Q1) of 2022-23 is down. However, one should take into account the...</p>
<a href="https://im4change.in/news-alerts-57/real-gdp-growth-in-first-quarter-of-2022-23-not-high-gva-base-year-high-frequency-indicators-two-wheelers.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/public-sector-banks-have-ensured-financial-inclusion-finds-a-new-empirical-study.html" target="_blank" title="Public sector banks have ensured financial inclusion, finds a new empirical study" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/1.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/public-sector-banks-have-ensured-financial-inclusion-finds-a-new-empirical-study.html" target="_blank"><strong style="" >Public sector banks have ensured financial inclusion, finds a new empirical study</strong></a>
<br><small>August 24, 2022</small>
<p style="padding-top: 6px;">Are public sector banks (PSBs) important for the economy? Have the PSBs served the purpose for which they were created? Could the PSBs compete efficiently against the private sector banks (PVBs)? These are some of the questions, which have been answered by a chapter in...</p>
<a href="https://im4change.in/news-alerts-57/public-sector-banks-have-ensured-financial-inclusion-finds-a-new-empirical-study.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/retail-inflation-in-cereals-would-be-hard-to-control-amidst-low-rice-acreage-food-security-pds-pmgkay-wheat.html" target="_blank" title="Cereal inflation would be hard to tame amidst low rice acreage " style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image Farming 13 August 2022.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/retail-inflation-in-cereals-would-be-hard-to-control-amidst-low-rice-acreage-food-security-pds-pmgkay-wheat.html" target="_blank"><strong style="" >Cereal inflation would be hard to tame amidst low rice acreage </strong></a>
<br><small>August 13, 2022</small>
<p style="padding-top: 6px;">Is India going to face inflation in cereal prices during the rest of the current financial year? Experts differ on this. An analysis by Nomura Global Economics and CEIC finds that a below normal monsoon does not always translate into high retail inflation in food....</p>
<a href="https://im4change.in/news-alerts-57/retail-inflation-in-cereals-would-be-hard-to-control-amidst-low-rice-acreage-food-security-pds-pmgkay-wheat.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/plight-of-the-small-peasantry-in-punjab-is-affecting-their-mental-health-highlights-field-based-study.html" target="_blank" title="Plight of the small peasantry in Punjab is affecting their mental health, highlights field-based study" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image farmer 29 July 2022.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/plight-of-the-small-peasantry-in-punjab-is-affecting-their-mental-health-highlights-field-based-study.html" target="_blank"><strong style="" >Plight of the small peasantry in Punjab is affecting their mental health, highlights field-based study</strong></a>
<br><small>July 29, 2022</small>
<p style="padding-top: 6px;">Door-to-door and village-to-village surveys carried out by researchers of the Department of Economics and Sociology, Punjab Agricultural University, Ludhiana detected a total of 9,291 suicides that were committed by farmers in six districts of Punjab during the period from 2000 to 2018. Situated in the...</p>
<a href="https://im4change.in/news-alerts-57/plight-of-the-small-peasantry-in-punjab-is-affecting-their-mental-health-highlights-field-based-study.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/progress-in-health-and-education-can-help-in-population-stabilization.html" target="_blank" title="Progress in health and education can help in population stabilisation" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image TFR in India 22 July 2022.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/progress-in-health-and-education-can-help-in-population-stabilization.html" target="_blank"><strong style="" >Progress in health and education can help in population stabilisation</strong></a>
<br><small>July 22, 2022</small>
<p style="padding-top: 6px;">With the release of a UNDESA report on the World Population Day this year i.e., July 11, once again the debate on who's responsible for the population growth in India has resurfaced. Titled World Population Prospects 2022, the report states that the global population is expected...</p>
<a href="https://im4change.in/news-alerts-57/progress-in-health-and-education-can-help-in-population-stabilization.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=4">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 class="active"><a href="">5</a></li><li><a href="/news-alerts-57?page=6">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 class="next"><a rel="next" href="/news-alerts-57?page=6">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=5"
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=5"
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 | Realistic analysis shows that the Indian economy has simply taken little steps in Q1 instead of a quantum leap </title>
<meta name="description" content="There is euphoria abound about India's growth performance during the first quarter of the current fiscal. As compared to the corresponding period last year, the year-on-year (y-o-y) GDP growth in the first quarter (Q1) of 2022-23 is down. However, one..."/>
<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 | Realistic analysis shows that the Indian economy has simply taken little steps in Q1 instead of a quantum leap" />
<meta property="og:url" content="https://im4change.in/news-alerts-57?page=5" />
<meta property="og:type" content="article" />
<meta property="og:description" content="There is euphoria abound about India's growth performance during the first quarter of the current fiscal. As compared to the corresponding period last year, the year-on-year (y-o-y) GDP growth in the first quarter (Q1) of 2022-23 is down. However, one..." />
<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/real-gdp-growth-in-first-quarter-of-2022-23-not-high-gva-base-year-high-frequency-indicators-two-wheelers.html" target="_blank" title="Realistic analysis shows that the Indian economy has simply taken little steps in Q1 instead of a quantum leap" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image Economy Growth.jpg" 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/real-gdp-growth-in-first-quarter-of-2022-23-not-high-gva-base-year-high-frequency-indicators-two-wheelers.html" target="_blank">Realistic analysis shows that the Indian economy has simply taken little steps in Q1 instead of a quantum leap</a>
</h1>
<br><small>September 6, 2022</small>
<p style="padding-top: 6px;">There is euphoria abound about India's growth performance during the first quarter of the current fiscal. As compared to the corresponding period last year, the year-on-year (y-o-y) GDP growth in the first quarter (Q1) of 2022-23 is down. However, one should take into account the...</p>
<a href="https://im4change.in/news-alerts-57/real-gdp-growth-in-first-quarter-of-2022-23-not-high-gva-base-year-high-frequency-indicators-two-wheelers.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/public-sector-banks-have-ensured-financial-inclusion-finds-a-new-empirical-study.html" target="_blank" title="Public sector banks have ensured financial inclusion, finds a new empirical study" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/1.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/public-sector-banks-have-ensured-financial-inclusion-finds-a-new-empirical-study.html" target="_blank"><strong style="" >Public sector banks have ensured financial inclusion, finds a new empirical study</strong></a>
<br><small>August 24, 2022</small>
<p style="padding-top: 6px;">Are public sector banks (PSBs) important for the economy? Have the PSBs served the purpose for which they were created? Could the PSBs compete efficiently against the private sector banks (PVBs)? These are some of the questions, which have been answered by a chapter in...</p>
<a href="https://im4change.in/news-alerts-57/public-sector-banks-have-ensured-financial-inclusion-finds-a-new-empirical-study.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/retail-inflation-in-cereals-would-be-hard-to-control-amidst-low-rice-acreage-food-security-pds-pmgkay-wheat.html" target="_blank" title="Cereal inflation would be hard to tame amidst low rice acreage " style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image Farming 13 August 2022.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/retail-inflation-in-cereals-would-be-hard-to-control-amidst-low-rice-acreage-food-security-pds-pmgkay-wheat.html" target="_blank"><strong style="" >Cereal inflation would be hard to tame amidst low rice acreage </strong></a>
<br><small>August 13, 2022</small>
<p style="padding-top: 6px;">Is India going to face inflation in cereal prices during the rest of the current financial year? Experts differ on this. An analysis by Nomura Global Economics and CEIC finds that a below normal monsoon does not always translate into high retail inflation in food....</p>
<a href="https://im4change.in/news-alerts-57/retail-inflation-in-cereals-would-be-hard-to-control-amidst-low-rice-acreage-food-security-pds-pmgkay-wheat.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/plight-of-the-small-peasantry-in-punjab-is-affecting-their-mental-health-highlights-field-based-study.html" target="_blank" title="Plight of the small peasantry in Punjab is affecting their mental health, highlights field-based study" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image farmer 29 July 2022.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/plight-of-the-small-peasantry-in-punjab-is-affecting-their-mental-health-highlights-field-based-study.html" target="_blank"><strong style="" >Plight of the small peasantry in Punjab is affecting their mental health, highlights field-based study</strong></a>
<br><small>July 29, 2022</small>
<p style="padding-top: 6px;">Door-to-door and village-to-village surveys carried out by researchers of the Department of Economics and Sociology, Punjab Agricultural University, Ludhiana detected a total of 9,291 suicides that were committed by farmers in six districts of Punjab during the period from 2000 to 2018. Situated in the...</p>
<a href="https://im4change.in/news-alerts-57/plight-of-the-small-peasantry-in-punjab-is-affecting-their-mental-health-highlights-field-based-study.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/progress-in-health-and-education-can-help-in-population-stabilization.html" target="_blank" title="Progress in health and education can help in population stabilisation" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Image TFR in India 22 July 2022.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/progress-in-health-and-education-can-help-in-population-stabilization.html" target="_blank"><strong style="" >Progress in health and education can help in population stabilisation</strong></a>
<br><small>July 22, 2022</small>
<p style="padding-top: 6px;">With the release of a UNDESA report on the World Population Day this year i.e., July 11, once again the debate on who's responsible for the population growth in India has resurfaced. Titled World Population Prospects 2022, the report states that the global population is expected...</p>
<a href="https://im4change.in/news-alerts-57/progress-in-health-and-education-can-help-in-population-stabilization.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=4">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 class="active"><a href="">5</a></li><li><a href="/news-alerts-57?page=6">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 class="next"><a rel="next" href="/news-alerts-57?page=6">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=5"
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=5"
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 | Realistic analysis shows that the Indian economy has simply taken little steps in Q1 instead of a quantum leap
There is euphoria abound about India's growth performance during the first quarter of the current fiscal. As compared to the corresponding period last year, the year-on-year (y-o-y) GDP growth in the first quarter (Q1) of 2022-23 is down. However, one should take into account the...
Are public sector banks (PSBs) important for the economy? Have the PSBs served the purpose for which they were created? Could the PSBs compete efficiently against the private sector banks (PVBs)? These are some of the questions, which have been answered by a chapter in...
Is India going to face inflation in cereal prices during the rest of the current financial year? Experts differ on this. An analysis by Nomura Global Economics and CEIC finds that a below normal monsoon does not always translate into high retail inflation in food....
Door-to-door and village-to-village surveys carried out by researchers of the Department of Economics and Sociology, Punjab Agricultural University, Ludhiana detected a total of 9,291 suicides that were committed by farmers in six districts of Punjab during the period from 2000 to 2018. Situated in the...
With the release of a UNDESA report on the World Population Day this year i.e., July 11, once again the debate on who's responsible for the population growth in India has resurfaced. Titled World Population Prospects 2022, the report states that the global population is expected...