The Year in Ecological Economics

We are asking for insightful reviews of key issues and subjects in ecological economics, including natural capital and ecosystem services, energy and the environment, participatory processes, integrated modeling, adaptive institutions, and many more. These reviews should be comprehensive, transdisciplinary, relevant, and timely, creating a critical point of access and reflection.

For more information, click here.

2 Responses

Latest Posts

Follow Us

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