ORA

Stanley Wu

Commonweal, Director The Resilience Project

United States

Stanley brings a background in renewable energy systems, community living, and water management. He is a subject-matter expert in solar thermal and hydronic systems and is an ex-wildland firefighter, tango dancer, and father. In 2017, he received his doctorate in Traditional Chinese Medicine and is the director of The Resilience Project at Commonweal.

POSTS BY THIS CREATOR

window.addEventListener('elementor/frontend/init', () => { elementorFrontend.hooks.addAction('frontend/element_ready/global', function () { const items = document.querySelectorAll('.swiper.elementor-loop-container .swiper-slide:not(.swiper-slide-duplicate)'); if (items.length <= 2) { document.querySelectorAll('.swiper.elementor-loop-container').forEach((carousel) => { if (carousel.swiper) { const swiper = carousel.swiper; // Destroy the current looped Swiper instance swiper.destroy(true, true); // Re-initialize without loop new Swiper(carousel, { loop: false, slidesPerView: swiper.params.slidesPerView || 1, spaceBetween: swiper.params.spaceBetween || 10, navigation: swiper.params.navigation || {}, pagination: swiper.params.pagination || {}, breakpoints: swiper.params.breakpoints || {} }); } }); } }); });