Tag: indian express

ISEE Past-President Bina Agarwal in the News

Indian Express An edit page piece in Indian Express on strategic antibody testing to ease the lockdown in key sectors. UNU-WIDER Blog Blog post published by UNU-WIDER: COVID-19 and lockdowns: Are women more affected? The Impact

Read More »

Transforming Quietly

Published on Saturday, 14 July 2012 in the Indian Express What India can learn from a grassroots land reform movement in Brazil The international dignitaries who left Rio de Janeiro soon after the UN Earth

Read More »

Search Again

(function(){ function toggleMenuTrigger() { const offCanvas = document.getElementById('off-canvas-695590b'); const trigger = document.querySelector('.menu-trigger'); if (!offCanvas || !trigger) { console.log('offCanvas or trigger not found'); return; } const open = offCanvas.getAttribute('aria-hidden') === 'false'; // Accessibility: Only hide trigger from visual users, not screen readers if (open) { trigger.style.display = 'none'; trigger.setAttribute('aria-hidden', 'true'); trigger.setAttribute('tabindex', '-1'); } else { trigger.style.display = ''; trigger.removeAttribute('aria-hidden'); trigger.removeAttribute('tabindex'); } } document.addEventListener('DOMContentLoaded', function() { toggleMenuTrigger(); const offCanvas = document.getElementById('off-canvas-695590b'); if (offCanvas) { const observer = new MutationObserver(toggleMenuTrigger); observer.observe(offCanvas, { attributes: true, attributeFilter: ['aria-hidden'] }); } }); })();