Tag: Suraj Mal

Agarwal Book Prize

Suraj Mal and Shyama Devi Agarwal Book Prize  The Suraj Mal and Shyama Devi Agarwal Book Prize is awarded biennially for a work of original scholarship in the field of feminist economics. The prize has been established

Read More »

Search Again

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'; if (!open) { trigger.focus(); // Move focus to the menu trigger! } trigger.style.display = open ? 'none' : ''; }