Authors: Nitya Jacob & Amandeep Kang, Centre for Science and Environment
New Delhi, February 2013
(This paper was written for UNDP to feed into a process of greening rural development programmes by the
Ministry of Rural Development, GoI)
He was speaking at Centre for Science and Environment’s Second Anil Agarwal Dialogue on water and wastewater management in cities, titled ‘Excreta Does Matter’
Read more...
On World Water Day, we release the report of the Second Anil Agarwal Dialogue: Excreta Does Matter. This two-day meeting attempted to join the dots between improper and inadequate sewage treatment and India's growing water crisis. It brought together about 500 people from NGOs, private sector, academia and the government to present and debate the challenges of urban sewage treatment and water supply. Please click here for the full report.
The Yamuna River continues to attract bad press for being a sewage canal.
Centre for Science and Environment (CSE) organized a regional workshop on “Sustainable Water and Sanitation: Energy and Resource Efficiency in Urban Water Management” on February 28, 2013 at the NEDFi Conference Hall, Guwahati, Assam. The workshop was supported by Urban Development Department (UDD) and Guwahati Development Department (GDD), Government of Assam as the local partner state.
Jaipur, February 7, 2013: CSE organised a state level workshop on “Water conservation and wastewater recycle/ reuse in Rajasthan - Issues and Challenges” on February 7.
For the last few decades our urban water bodies are being ignored and killed remorselessly. These crucial kidneys in our urban environment are encroached, polluted, and used as dumping grounds. Planners only see lucrative land. To address these issues the Centre for Science and Environment organized a roundtable discussion on urban lakes/wetland protection and restoration on January 29, 2013 at the India Habitat Centre.
Biological Oxygen Demand (BOD) is a satisfactory parameter to measure water quality. However, the process of measurement should be improved and speeded up. Two ways of doing this are using a bio-sensor based system or a spectrophotometer, that give results within minutes and are nearly as accurate as laboratory-based monitoring. That said, conventional laboratory testing must also be made more robust with clear protocols for sampling, transport and testing.
| Dr. Suresh Kumar Rohilla | ||
| Programme Director | ||
| Email: srohilla@cseindia.org | ||
| Sushmita Sengupta | ||
| Deputy Programme Manager | ||
| Email: sushmita@cseindia.org | ||
| Mob: +91-9899928837 | ||
<?php
function CSE_theme() {
return array(
'comment_form' => array(
'arguments' => array('form' => array()),
),
);
}
function CSE_comment_form($form)
{
$form['name']['#title'] = t('Your Name');
return drupal_render($form);
}
function cse_preprocess_page(&$vars) {
if(isset($vars['node'])){
foreach($vars['node']->taxonomy as $term)
{
$parents = taxonomy_get_parents($term->tid);
$isClimateChange=false;
foreach($parents as $parent)
if($parent->tid=="27")
$isClimateChange=true;