Tag: LACEEP

XIII Call for Research Proposals

CALL FOR RESEARCH PROPOSALS LACEEP is the Latin American and Caribbean Environmental Economics Program. Supported by the Canadian International Development Research Center (IDRC) and the Swedish International Development Agency (SIDA), LACEEP is a capacity-building effort

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'] }); } }); })();