Tag: book launch

Herman Daly’s Book Launch Event

In celebration of Herman’s life and ideas, and to mark the launch of this biography, an online event was hosted at the 2021 ESRC Festival of Social Sciences. Guests included Herman Daly and Peter A.

Read More »

Search Again

(function(){ function toggleMenuTriggers() { const offCanvas = document.getElementById('off-canvas-695590b'); const triggers = document.querySelectorAll('.menu-trigger'); if (!offCanvas || !triggers.length) { console.log('offCanvas or triggers not found'); return; } const open = offCanvas.getAttribute('aria-hidden') === 'false'; triggers.forEach(trigger => { if (open) { trigger.style.display = 'none'; } else { trigger.style.display = ''; } }); } document.addEventListener('DOMContentLoaded', function() { toggleMenuTriggers(); const offCanvas = document.getElementById('off-canvas-695590b'); if (offCanvas) { const observer = new MutationObserver(toggleMenuTriggers); observer.observe(offCanvas, { attributes: true, attributeFilter: ['aria-hidden'] }); } }); })();