Tag: isee 2014

ISEE 2014 CONFERENCE IN REYJKAVIK, ICELAND

Welcome to the biennial conference of the International Society for Ecological Economics hosted by the University of Iceland August 13-15, 2014. The theme is: Towards well-being and equity within planetary boundaries. Core themes: Planetary boundaries

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'; console.log('Offcanvas open?', open); trigger.style.display = open ? 'none' : ''; } // Run on page load 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'] }); } }); })();