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 0',
'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 | Moving Upstream: Luni – Fellowship'
$metaDesc = ''
$article = object(App\Model\Entity\Article) {
'id' => (int) 65259,
'title' => 'Moving Upstream: Luni – Fellowship',
'subheading' => null,
'description' => '<p>The Moving Upstream: Luni program is a continuation of Veditum’s Moving Upstream fellowship program which we co-host with the Out of Eden Walk.</p>
<p>For the Luni program, we are partnering with the School of Pubic Policy at Indian Institute of Technology (IIT) Delhi, and this effort is supported by A4Store & Out of Eden Walk.</p>
<p>The aim is to document the river and life in and around it, the impact of man-made actions on those whose livelihoods depend on the river and improve our understanding of the Luni river ecosystem.</p>
<p>Through the fellowship, we will look at various aspects of people’s relationship with the river: agriculture, water, energy, culture, livelihood and sustenance. The aim is to create a living archive of the river. </p>
<p>The Luni River is unique in India. It originates in the Aravallis close to Ajmer in Rajasthan and flows through the Thar Desert. The high salinity of the soil turns the river brackish, while the geographical conditions of the region ensures the river does not meet the Arabian Sea. Instead, the river drains into the Rann of Kutch.</p>
<p>The river has historically been an important source of water for the ago-pastoral communities of this arid region, but for more than a decade now it has not flown fully through its entire stretch. </p>
<p>Despite the seasonal nature of the river and the high salinity, it remains an important water source for the arid regions of Rajasthan. </p>
<p>In our previous fellowships for River Betwa and River Sindh, our fellows have brought forth unique perspectives and creative ways of story-telling that adds to the larger understanding of the rivers. They have produced a body of work that is now a detailed resource about the river but also a well-documented nuanced relationship between the river and its people. </p>
<p>The output has ranged from journalistic writing in English and Hindi, soundscapes and zines, documentaries and photo essays, bird-watching guides and stories for children. See examples of previous works here – Moving Upstream Fellowship</p>
<p>We’re now turning our lens towards River Luni, an under-studied, under-reported and perhaps under-appreciated dryland river ecosystem.</p>
<p> </p>
<p><strong>Outline:</strong><br />
This open call is for applicants interested in creating archives by walking along parts of the Luni river. </p>
<p>The aim is to walk along the river in four parts. Each part will comprise of two fellows and is roughly 125km in length. Fellows are expected to traverse this length in two weeks, that is, approximately 9-10km per day of their choosing.</p>
<p>Stay will be determined by applicants who should strive to be hosted in villages close to the river. This ensures that fellows achieve an intimate profile of people’s relationship with the Luni River. </p>
<p>The walk, for all four groups, has to be undertaken between 15 January & 29th February 2024, a period where we anticipate the weather to be most suitable. </p>
<p>We encourage applications from varied fields of interest and work. Previously, we’ve had journalists, photographers, water or wildlife researchers, architects, graphic designers, sound engineers, film-makers, biologists and others. </p>
<p>This year too, we encourage applications across disciplines to apply for this fellowship. However, early-stage professionals will be prioritised. </p>
<p>Please ensure that you have carefully read through the notes on this page before applying / sending in your queries.</p>
<p><strong>Eligibility criteria:</strong><br />
Applicant should be an Indian national, at least be 21 years of age, and willing to take responsibility and liability for the walk. <br />
Two week commitment – between 15th January & 29th February 2024 – to walk along the Luni river.<br />
Weekly meeting commitment before and after the walk, and agreement to find time post the walk to share collected material and work on publishing stories.<br />
Able to conduct interviews (converse and understand) in Hindi. This is important because the walk will take the fellow into rural, interior areas where Hindi or its dialects will be predominantly spoken. <br />
Should own a smartphone and be proficient in its use for communication and to take photos and videos.<br />
Demonstrate an understanding of the importance of documentation.<br />
Willing to work through the uncertainties of journeys on foot.</p>
<p><br />
Preferred:<br />
Fascination of rivers and how people live with and are part of riverine ecosystems.<br />
A prior understanding of or demonstrable inclination to understand social, environmental, wildlife, or agricultural topics.<br />
Applications are solicited from all qualified candidates regardless of age, class, caste, disability status, ethnicity, gender and sexual orientation. <br />
We are an equal opportunity employer. If you do belong to a marginalized group, please self-identify in your application. We strive to have diversity amongst our fellows that will allow us to view the river through multiple perspectives.</p>
<p><br />
<strong>Aim of the fellowship:</strong><br />
The aims of the walk remain broad, and fellows will have the freedom to pursue topics and issues of their interest. Broadly, we aim to: </p>
<p>To create a grassroots-level documentation of the river and life in and around the river, understand changes in hydrological regimes and effects of climate change.<br />
To document the dynamically evolving two-way impact of humans on the river system and in turn, of the changing river system of riparian communities and their livelihoods. This includes continuously-evolving agricultural practices, dependency on the river and groundwater for irrigation, river bed farming, sand, etc.<br />
To document cultural practices in the region and people’s relationship with the river. Especially placed based practices of groups such as pastoralists.<br />
To present scientific evidence or creative story-telling around the river health, agriculture, and drinking water of the region. <br />
</p>
<p><strong>What does this involve?</strong><br />
<strong>Before the walk</strong><br />
Undertaking a walk like this can be mentally and physically-strenuous. We expect chosen applicants to be prepared to the best of their abilities before embarking on the walk. This includes: </p>
<p>Researching the various aspects of the river – the potential issues affecting the health of the river or issues of the region <br />
Planning the walk with a rough itinerary and places of halt for the two weeks there. Itineraries do change, but it is key to plan for as many variables possible <br />
Online interactions with fellowship facilitators, past fellows, and experts on river ecosystems, story-telling and other aspects. <br />
</p>
<p><strong>During the walk:</strong><br />
Being adaptive!<br />
Walking as close to the river as possible, and observing the patterns of change along its banks<br />
Coordinating with the fellowship facilitator on a near daily-basis<br />
Detailed interviews with those who live along the river.<br />
Creating documentation (images, videos, notes or any other form that suits the fellow).<br />
</p>
<p><strong>After the walk:</strong><br />
Notes, audio-visuals, & any other form of documentation to be shared with us within two weeks of returning from the walk.<br />
Fellows are required to allot time to work on publishable outputs for Veditum’s website and other publications in the 3 month period after returning from the walk. This includes a mandatory introductory article on Veditum’s website by each group.<br />
Some of the work created from the walk will be published by Veditum on its own site. Number of items will depend on the style of documentation which depends on the fellow’s interests and form of creativity.<br />
For external publishing – Veditum will assist in identifying and pitching to publishers and platforms.<br />
Fellows can also independently identify publishers/platforms to publish their work from the walk, keeping Veditum in the loop at all times.<br />
Veditum and IIT Delhi will have freedom to use the material for open archives, creative work & promotions, with credits to the creator.<br />
Creative content copyright will remain with the creator as well as the freedom to use it for personal promotion (with acknowledgement to the Moving Upstream project if/when used).</p>
<p><strong>Expenses and returns:</strong><br />
Basic expenses will be taken care of by us – return train tickets (up to 3AC) and on-walk expenditure.<br />
An honorarium of ₹10,000 will be awarded once the documentation is shared with us post walk.<br />
Fellows will be compensated modestly for work published on Veditum’s website, at the rate of ₹2,500 per article.<br />
Fellows have the right to keep the compensation awarded for publication of work in other platforms at the rates decided by the publisher.</p>
<p><strong>How to apply:</strong><br />
All interested candidates should:</p>
<p>Create a short note on the Luni River, the issues affecting river health and the potential impact on the people living close to the river in 1,000 words text in English or Hindi, or through any other creative form, including cartoons or animation, audio or video entry (around 5 minutes for audio-video entries).</p>
<p>Do mention the kind of stories/issues that you would be interested in along the river. This could be wildlife, pastoralism, environmental, agricultural or caste and gender dynamics around water access. <br />
Send a cover letter (text / video) that includes why the fellowship interests you, a short biography, level of field-research or story-telling experience (if any), engagement with the environmental space, among others.<br />
Applicants are encouraged to express themselves creatively in the application, and are free to play with different content formats – e.g. videos or cartoons and graphics – for their application. Creativity is as important as documentation rigour here.<br />
Applications can be made solo or in pairs.<br />
Send the above to movingupstream@veditum.org latest by 30th October 2023, with subject line ‘Moving Upstream: Luni’<br />
A short-list of applicants will be invited for a task in mid-November, following which there will be an interview. Final selection of fellows will be complete by 15th December 2023.<br />
Languages accepted for the application – English and Hindi.<br />
If you have any more questions, please reach out to us at movingupstream@veditum.org</p>
<p> </p>
<p>For more information please click<a href="https://veditum.org/"> here </a>and<a href="https://veditum.org/moving-upstream-luni/"> here.</a></p>
',
'credit_writer' => '',
'article_img' => '20230719_094927.webp',
'article_img_thumb' => '20230719_094927.webp',
'status' => (int) 1,
'show_on_home' => (int) 1,
'lang' => 'EN',
'category_id' => (int) 4,
'tag_keyword' => '',
'seo_url' => 'moving-upstream-luni-fellowship',
'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 | Moving Upstream: Luni – Fellowship </title>
<meta name="description" content="The Moving Upstream: Luni program is a continuation of Veditum’s Moving Upstream fellowship program which we co-host with the Out of Eden Walk.
For the Luni program, we are partnering with the School of Pubic Policy at Indian Institute of Technology..."/>
<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 | Moving Upstream: Luni – Fellowship" />
<meta property="og:url" content="https://im4change.in/news-alerts-57" />
<meta property="og:type" content="article" />
<meta property="og:description" content="The Moving Upstream: Luni program is a continuation of Veditum’s Moving Upstream fellowship program which we co-host with the Out of Eden Walk.
For the Luni program, we are partnering with the School of Pubic Policy at Indian Institute of Technology..." />
<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/moving-upstream-luni-fellowship.html" target="_blank" title="Moving Upstream: Luni – Fellowship" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/20230719_094927.webp" 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/moving-upstream-luni-fellowship.html" target="_blank">Moving Upstream: Luni – Fellowship</a>
</h1>
<br><small>October 10, 2023</small>
<p style="padding-top: 6px;">The Moving Upstream: Luni program is a continuation of Veditum’s Moving Upstream fellowship program which we co-host with the Out of Eden Walk.
For the Luni program, we are partnering with the School of Pubic Policy at Indian Institute of Technology (IIT) Delhi, and this effort...</p>
<a href="https://im4change.in/news-alerts-57/moving-upstream-luni-fellowship.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/135-million-indians-exited-multidimensional-poverty-as-per-government-figures-is-that-the-same-as-poverty-reduction.html" target="_blank" title="135 Million Indians Exited “Multidimensional" Poverty as per Government Figures. Is that the same as Poverty Reduction?" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/MPI cover.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<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"><strong style="" >135 Million Indians Exited “Multidimensional" Poverty as per Government Figures. Is that the same as Poverty Reduction?</strong></a>
<br><small>August 7, 2023</small>
<p style="padding-top: 6px;">The Niti Aayog recently released its National Multidimensional Poverty Index 2023, according to which the poverty headcount ratio declined from 24.85 percent in 2015-16 to 14.96 percent in 2019-21. In absolute numbers this translates to 135 million people exiting multidimensional poverty in this time period....</p>
<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"
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/explainer-why-are-tomato-prices-on-fire.html" target="_blank" title="Explainer: Why are Tomato Prices on Fire?" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Tomatoes.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/explainer-why-are-tomato-prices-on-fire.html" target="_blank"><strong style="" >Explainer: Why are Tomato Prices on Fire?</strong></a>
<br><small>July 10, 2023</small>
<p style="padding-top: 6px;">Tomato prices are up through the roof. Retail prices are in the range of Rs 120-150 per kilogram in most mandis across India, making the household vegetable more expensive than petrol. Prices, which at the beginning of the year were in the range of Rs....</p>
<a href="https://im4change.in/news-alerts-57/explainer-why-are-tomato-prices-on-fire.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/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" title="NSSO Survey: Only 39.1% of all Households have Drinking Water Within Dwelling, 46.7% of Rural Households use Firewood for Cooking" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/0.79217900_1574689453_dig015840.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<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"><strong style="" >NSSO Survey: Only 39.1% of all Households have Drinking Water Within Dwelling, 46.7% of Rural Households use Firewood for Cooking</strong></a>
<br><small>May 2, 2023</small>
<p style="padding-top: 6px;">The National Sample Survey Organization's Multiple Indicator Survey - part of the 78th round - has revealed that only 39.1 percent of all Indian households have access to drinking water within the dwelling. When it come to cooking, 46.7% of rural households use firewood.
These are...</p>
<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"
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/status-of-policing-in-india-report-2023-surveillance-and-the-question-of-privacy.html" target="_blank" title="Status of Policing in India Report 2023: Surveillance and the Question of Privacy " style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/cover pic.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/status-of-policing-in-india-report-2023-surveillance-and-the-question-of-privacy.html" target="_blank"><strong style="" >Status of Policing in India Report 2023: Surveillance and the Question of Privacy </strong></a>
<br><small>April 18, 2023</small>
<p style="padding-top: 6px;">The Status of Policing Report in India 2023 (SPIR) was released on 31 March in New Delhi by Common Cause and Lokniti-Centre for the Study of Developing Societies.
SPIR 2023 study explores public opinions and experiences regarding digital surveillance in India. Recent developments, such as...</p>
<a href="https://im4change.in/news-alerts-57/status-of-policing-in-india-report-2023-surveillance-and-the-question-of-privacy.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div class="pagination pagination-large">
<ul class="pagination">
<li class="prev disabled"><a href="" onclick="return false;">previous</a></li><li class="active"><a href="">1</a></li><li><a href="/news-alerts-57?page=2">2</a></li><li><a href="/news-alerts-57?page=3">3</a></li><li><a href="/news-alerts-57?page=4">4</a></li><li><a href="/news-alerts-57?page=5">5</a></li><li><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=2">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"
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"
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 | Moving Upstream: Luni – Fellowship </title>
<meta name="description" content="The Moving Upstream: Luni program is a continuation of Veditum’s Moving Upstream fellowship program which we co-host with the Out of Eden Walk.
For the Luni program, we are partnering with the School of Pubic Policy at Indian Institute of Technology..."/>
<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 | Moving Upstream: Luni – Fellowship" />
<meta property="og:url" content="https://im4change.in/news-alerts-57" />
<meta property="og:type" content="article" />
<meta property="og:description" content="The Moving Upstream: Luni program is a continuation of Veditum’s Moving Upstream fellowship program which we co-host with the Out of Eden Walk.
For the Luni program, we are partnering with the School of Pubic Policy at Indian Institute of Technology..." />
<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/moving-upstream-luni-fellowship.html" target="_blank" title="Moving Upstream: Luni – Fellowship" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/20230719_094927.webp" 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/moving-upstream-luni-fellowship.html" target="_blank">Moving Upstream: Luni – Fellowship</a>
</h1>
<br><small>October 10, 2023</small>
<p style="padding-top: 6px;">The Moving Upstream: Luni program is a continuation of Veditum’s Moving Upstream fellowship program which we co-host with the Out of Eden Walk.
For the Luni program, we are partnering with the School of Pubic Policy at Indian Institute of Technology (IIT) Delhi, and this effort...</p>
<a href="https://im4change.in/news-alerts-57/moving-upstream-luni-fellowship.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/135-million-indians-exited-multidimensional-poverty-as-per-government-figures-is-that-the-same-as-poverty-reduction.html" target="_blank" title="135 Million Indians Exited “Multidimensional" Poverty as per Government Figures. Is that the same as Poverty Reduction?" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/MPI cover.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<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"><strong style="" >135 Million Indians Exited “Multidimensional" Poverty as per Government Figures. Is that the same as Poverty Reduction?</strong></a>
<br><small>August 7, 2023</small>
<p style="padding-top: 6px;">The Niti Aayog recently released its National Multidimensional Poverty Index 2023, according to which the poverty headcount ratio declined from 24.85 percent in 2015-16 to 14.96 percent in 2019-21. In absolute numbers this translates to 135 million people exiting multidimensional poverty in this time period....</p>
<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"
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/explainer-why-are-tomato-prices-on-fire.html" target="_blank" title="Explainer: Why are Tomato Prices on Fire?" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Tomatoes.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/explainer-why-are-tomato-prices-on-fire.html" target="_blank"><strong style="" >Explainer: Why are Tomato Prices on Fire?</strong></a>
<br><small>July 10, 2023</small>
<p style="padding-top: 6px;">Tomato prices are up through the roof. Retail prices are in the range of Rs 120-150 per kilogram in most mandis across India, making the household vegetable more expensive than petrol. Prices, which at the beginning of the year were in the range of Rs....</p>
<a href="https://im4change.in/news-alerts-57/explainer-why-are-tomato-prices-on-fire.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/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" title="NSSO Survey: Only 39.1% of all Households have Drinking Water Within Dwelling, 46.7% of Rural Households use Firewood for Cooking" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/0.79217900_1574689453_dig015840.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<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"><strong style="" >NSSO Survey: Only 39.1% of all Households have Drinking Water Within Dwelling, 46.7% of Rural Households use Firewood for Cooking</strong></a>
<br><small>May 2, 2023</small>
<p style="padding-top: 6px;">The National Sample Survey Organization's Multiple Indicator Survey - part of the 78th round - has revealed that only 39.1 percent of all Indian households have access to drinking water within the dwelling. When it come to cooking, 46.7% of rural households use firewood.
These are...</p>
<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"
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/status-of-policing-in-india-report-2023-surveillance-and-the-question-of-privacy.html" target="_blank" title="Status of Policing in India Report 2023: Surveillance and the Question of Privacy " style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/cover pic.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/status-of-policing-in-india-report-2023-surveillance-and-the-question-of-privacy.html" target="_blank"><strong style="" >Status of Policing in India Report 2023: Surveillance and the Question of Privacy </strong></a>
<br><small>April 18, 2023</small>
<p style="padding-top: 6px;">The Status of Policing Report in India 2023 (SPIR) was released on 31 March in New Delhi by Common Cause and Lokniti-Centre for the Study of Developing Societies.
SPIR 2023 study explores public opinions and experiences regarding digital surveillance in India. Recent developments, such as...</p>
<a href="https://im4change.in/news-alerts-57/status-of-policing-in-india-report-2023-surveillance-and-the-question-of-privacy.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div class="pagination pagination-large">
<ul class="pagination">
<li class="prev disabled"><a href="" onclick="return false;">previous</a></li><li class="active"><a href="">1</a></li><li><a href="/news-alerts-57?page=2">2</a></li><li><a href="/news-alerts-57?page=3">3</a></li><li><a href="/news-alerts-57?page=4">4</a></li><li><a href="/news-alerts-57?page=5">5</a></li><li><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=2">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"
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"
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 | Moving Upstream: Luni – Fellowship </title>
<meta name="description" content="The Moving Upstream: Luni program is a continuation of Veditum’s Moving Upstream fellowship program which we co-host with the Out of Eden Walk.
For the Luni program, we are partnering with the School of Pubic Policy at Indian Institute of Technology..."/>
<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 | Moving Upstream: Luni – Fellowship" />
<meta property="og:url" content="https://im4change.in/news-alerts-57" />
<meta property="og:type" content="article" />
<meta property="og:description" content="The Moving Upstream: Luni program is a continuation of Veditum’s Moving Upstream fellowship program which we co-host with the Out of Eden Walk.
For the Luni program, we are partnering with the School of Pubic Policy at Indian Institute of Technology..." />
<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/moving-upstream-luni-fellowship.html" target="_blank" title="Moving Upstream: Luni – Fellowship" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/20230719_094927.webp" 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/moving-upstream-luni-fellowship.html" target="_blank">Moving Upstream: Luni – Fellowship</a>
</h1>
<br><small>October 10, 2023</small>
<p style="padding-top: 6px;">The Moving Upstream: Luni program is a continuation of Veditum’s Moving Upstream fellowship program which we co-host with the Out of Eden Walk.
For the Luni program, we are partnering with the School of Pubic Policy at Indian Institute of Technology (IIT) Delhi, and this effort...</p>
<a href="https://im4change.in/news-alerts-57/moving-upstream-luni-fellowship.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/135-million-indians-exited-multidimensional-poverty-as-per-government-figures-is-that-the-same-as-poverty-reduction.html" target="_blank" title="135 Million Indians Exited “Multidimensional" Poverty as per Government Figures. Is that the same as Poverty Reduction?" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/MPI cover.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<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"><strong style="" >135 Million Indians Exited “Multidimensional" Poverty as per Government Figures. Is that the same as Poverty Reduction?</strong></a>
<br><small>August 7, 2023</small>
<p style="padding-top: 6px;">The Niti Aayog recently released its National Multidimensional Poverty Index 2023, according to which the poverty headcount ratio declined from 24.85 percent in 2015-16 to 14.96 percent in 2019-21. In absolute numbers this translates to 135 million people exiting multidimensional poverty in this time period....</p>
<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"
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/explainer-why-are-tomato-prices-on-fire.html" target="_blank" title="Explainer: Why are Tomato Prices on Fire?" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/Tomatoes.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/explainer-why-are-tomato-prices-on-fire.html" target="_blank"><strong style="" >Explainer: Why are Tomato Prices on Fire?</strong></a>
<br><small>July 10, 2023</small>
<p style="padding-top: 6px;">Tomato prices are up through the roof. Retail prices are in the range of Rs 120-150 per kilogram in most mandis across India, making the household vegetable more expensive than petrol. Prices, which at the beginning of the year were in the range of Rs....</p>
<a href="https://im4change.in/news-alerts-57/explainer-why-are-tomato-prices-on-fire.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/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" title="NSSO Survey: Only 39.1% of all Households have Drinking Water Within Dwelling, 46.7% of Rural Households use Firewood for Cooking" style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/0.79217900_1574689453_dig015840.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<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"><strong style="" >NSSO Survey: Only 39.1% of all Households have Drinking Water Within Dwelling, 46.7% of Rural Households use Firewood for Cooking</strong></a>
<br><small>May 2, 2023</small>
<p style="padding-top: 6px;">The National Sample Survey Organization's Multiple Indicator Survey - part of the 78th round - has revealed that only 39.1 percent of all Indian households have access to drinking water within the dwelling. When it come to cooking, 46.7% of rural households use firewood.
These are...</p>
<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"
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/status-of-policing-in-india-report-2023-surveillance-and-the-question-of-privacy.html" target="_blank" title="Status of Policing in India Report 2023: Surveillance and the Question of Privacy " style="float: left; margin-right: 10px;">
<img src="https://im4change.in/images/media/cover pic.jpg" style="max-width:381px" alt="" border="0" class="box_shadow ml5"/>
</a>
<a href="https://im4change.in/news-alerts-57/status-of-policing-in-india-report-2023-surveillance-and-the-question-of-privacy.html" target="_blank"><strong style="" >Status of Policing in India Report 2023: Surveillance and the Question of Privacy </strong></a>
<br><small>April 18, 2023</small>
<p style="padding-top: 6px;">The Status of Policing Report in India 2023 (SPIR) was released on 31 March in New Delhi by Common Cause and Lokniti-Centre for the Study of Developing Societies.
SPIR 2023 study explores public opinions and experiences regarding digital surveillance in India. Recent developments, such as...</p>
<a href="https://im4change.in/news-alerts-57/status-of-policing-in-india-report-2023-surveillance-and-the-question-of-privacy.html"
class="more-link"
style="float: right;" target="_blank">+ More...</a>
</div>
<div class="pagination pagination-large">
<ul class="pagination">
<li class="prev disabled"><a href="" onclick="return false;">previous</a></li><li class="active"><a href="">1</a></li><li><a href="/news-alerts-57?page=2">2</a></li><li><a href="/news-alerts-57?page=3">3</a></li><li><a href="/news-alerts-57?page=4">4</a></li><li><a href="/news-alerts-57?page=5">5</a></li><li><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=2">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"
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"
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
The Moving Upstream: Luni program is a continuation of Veditum’s Moving Upstream fellowship program which we co-host with the Out of Eden Walk.
For the Luni program, we are partnering with the School of Pubic Policy at Indian Institute of Technology (IIT) Delhi, and this effort...
The Niti Aayog recently released its National Multidimensional Poverty Index 2023, according to which the poverty headcount ratio declined from 24.85 percent in 2015-16 to 14.96 percent in 2019-21. In absolute numbers this translates to 135 million people exiting multidimensional poverty in this time period....
Tomato prices are up through the roof. Retail prices are in the range of Rs 120-150 per kilogram in most mandis across India, making the household vegetable more expensive than petrol. Prices, which at the beginning of the year were in the range of Rs....
The National Sample Survey Organization's Multiple Indicator Survey - part of the 78th round - has revealed that only 39.1 percent of all Indian households have access to drinking water within the dwelling. When it come to cooking, 46.7% of rural households use firewood.
These are...
The Status of Policing Report in India 2023 (SPIR) was released on 31 March in New Delhi by Common Cause and Lokniti-Centre for the Study of Developing Societies.
SPIR 2023 study explores public opinions and experiences regarding digital surveillance in India. Recent developments, such as...