ADVERTISEMENT

We started this 'fire'

Published May 21, 2021 12:07 am
EDITORS DESK Johannes L. Chua When man disrupts the normal cycle of nature, dire consequences happen to the point that it reaches a global proportion. We all feel it as the pain of a prolonged pandemic continues to haunt us. So much has been said and written about COVID that some of us may feel like we are already experts on the subject matter. Whether you agree or not, COVID is a consequence of man’s action. Come to think of it – scientists have said that the virus’ origins may be from animals that we were not supposed to consume; the spread of COVID is more concentrated in densely populated areas, which is a result of urbanization; and it is very hard to contain the virus as man keeps on traveling and moving around. These actions clearly show that there is no one else to blame but us for this pandemic… need I say more? To support the above statement, a paper entitled “Are bats to blame for the coronavirus?” authored by Albert Balbutin Jr. said: “By merely looking at our steady encroachment on wildlife habitats, and increased human travel, it is no wonder why the coronavirus has spread so far and wide. Add to this the unprepared or weak health care systems of various countries around the world, as well as increased wildlife trade, it would seem that in hindsight this could have been predicted.” The main point of his paper showed that as humans live closer and closer to forest habitats, it exposed us to more diseases. The pandemic is not yet over but it doesn’t mean that we can’t plan. Though we must still be focused on decreasing the number of COVID cases and deaths, it is prudent to have a long-term plan such as strengthening our forest conservation efforts. If forests are protected, there is a big chance that we are also protected from future pandemics. During the International Day of Forests held early this year, the Climate Change Commission (CCC) called on the public “to help sustain healthy forests and create a climate-resilient future for all.” Forests cover about one-third of the earth’s land mass, providing habitat for 80 percent of the terrestrial species of animals and plants. Around 1.6 billion people, including more than 2,000 indigenous cultures, depend on forests for their livelihoods, medicine, fuel, food, and shelter. “Forests support the water cycle on earth, maintaining the balance of oxygen, carbon dioxide, and humidity in the atmosphere; protecting watersheds, which supply fresh water to communities; and preventing soil erosion and global warming. They are the largest storehouses of carbon after oceans, storing carbon in forest biomass, soils, and products equivalent to about 10 percent of carbon emissions projected for the first half of this century,” said the CCC in a statement. Despite the ecological, economic, social, and health benefits of forests, global deforestation continues at an alarming rate – with 13 million hectares of forests being destroyed annually, removing vital habitats for plant and animal species, lowering carbon dioxide absorption and oxygen production, and increasing the world’s carbon footprint. “Deforestation accounts for 12 to 20 percent of the global greenhouse gas emissions that contribute to climate change, which also makes forests become increasingly vulnerable to changes in weather, temperature and rainfall patterns,” it said. “As if the world needed another wake-up call, the message is clear: the global pandemic is an indicator of the need to protect our environment,” said John Leo Algo, program manager of Living Laudato Si Philippines and a member of the Haribon Foundation. We couldn’t agree more. We have to start somewhere if we want to recover from a bruising pandemic. There are many ways to help take care of our forests and it starts with changing our old, destructive mindset that we are above nature. (Johannes L. Chua is the editor of the Environment page)

Related Tags

covid-19 editors desk pandemic environment coronavirus
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.