ADVERTISEMENT

The Green Tea: A plea for intergenerational unity from Davos

'Climate action isn't a solo endeavor; it's a chorus that requires voices from all generations.'

Published Jan 26, 2024 09:49 am

As I sat glued to the livestream of the Earth Wisdom Keepers session at the Davos World Economic Forum, I couldn't help but swell with pride and a sense of urgency. There, my sister, Ann Dumaliang, co-founder and trustee of the Masungi Georeserve Foundation in the Philippines, was addressing a global audience. Her message? A bold call for intergenerational unity in the face of the climate crisis.

Ann's words at Davos were not just a message; they were a clarion call for action. She emphasized the critical need for engaging youth in meaningful conversations about climate change. It's a sentiment that resonates deeply with me as her sister and as someone equally passionate about conservation. We've witnessed firsthand at Masungi how the synergy of various generations can create impactful environmental stewardship.

1 copy.jpeg
Dumaliang leads Earth's Wisdom Keepers session at the 2024 World Economic Forum. (Photos from World Economic Forum)

Ann pointed out that human ingenuity is our beacon of hope amid the climate and biodiversity crises. This notion is particularly poignant. In our work at Masungi, we’ve seen how innovative solutions can emerge when people from diverse backgrounds and ages collaborate. The challenge, as Ann rightly noted, is in regaining trust – in each other and in the strengths we bring to the table.

Her call for a harmonious relationship with nature and the necessity to listen to environmental defenders, scientists, and indigenous wisdom keepers struck a chord. In the Philippines, where the beauty of nature is often overshadowed by environmental threats, this message is especially crucial. We need to overcome our "ecological amnesia" and reconnect with our natural roots. Only then can we truly understand and protect our environment.

I was also moved by the words of the renowned primatologist Jane Goodall, who echoed Ann's sentiments. Goodall’s optimism in the power of youth and nature’s resilience is a beacon of hope. She's right – there’s an unstoppable force in educated and empowered young people. In our projects, we’ve seen the transformative power that young, passionate individuals hold.

2 copy.jpeg
Over 60 heads of state and government and 800 business executives attended the annual meeting.

We’ve witnessed how their voices and energy can hold power to account or protect an entire landscape, one threat at a time. In late 2023, over 3,000 youths and residents of Rizal province filed a formal petition to their representatives in Congress to support our conservation project. The youth are not just the leaders of tomorrow; they are the changemakers of today.

This year's theme at Davos, "Rebuilding Trust," couldn't be more apt. The annual meeting, attended by over 60 heads of state and governments and 800 leading business executives, set the stage for a much-needed global dialogue. But as Ann's speech highlighted, this dialogue must transcend boardrooms and political chambers. It must resonate in the classrooms, in local communities, and within every household.

3 copy 2.jpeg
Masungi Georeserve's Dumaliang with WEF Global Shapers Community in Davos

As I reflect on Ann’s words in Davos, I am reminded of our shared responsibility. Climate action isn’t a solo endeavor; it’s a chorus that requires voices from all generations. It's about creating a symphony where the wisdom of the old complements the innovation of the young. And most importantly, it's about rebuilding trust – not just among ourselves, but with the very planet that sustains us.

Moving forward, let us heed Ann's call. Let us bridge generational gaps, listen to those guarding our ecosystems, and collaborate for a sustainable future. The time for action is now, and it's a journey we must embark on together.

Related Tags

DAVOS SWITZERLAND Ann Dumaliang World Economic Forum Jane Goodall Earth Wisdom Keepers MBEnvironment
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.