ADVERTISEMENT

Mass extinction

Published Dec 27, 2022 12:05 am
UNDER THE MICRSCOPE Dr. Raymund W. Lo Amid the present-day uncertainties of daily living, we should be aware of a more existential threat to our existence, not just individuals, but as the human race. Our planet is hurtling toward Armageddon with the threat of climate change affecting not just the human population but all forms of life on earth. Climate change is very real despite the deniers, who are benefitting from the pillage and destruction of the natural world. It is man-induced mainly due to greed and exploitation by the rich and powerful, who stop at nothing to grab more wealth at the expense of the rest of humanity. As usual, the poor countries bear the brunt of the effects of climate change, even if they contribute a miniscule 1.1 percent of the carbon dioxide driving the phenomenon. This inequality mirrors the economic plight of the Third World, already suffering the lingering effects of colonialism that brought them to this situation. The rich countries of North America, Europe, and China account for the lion’s share of pollution through excessive consumption and relentless pursuit of economic gains. Thus, it is but right that the less-developed countries demand reparations for the loss and damage brought about by global warming. This is the gist of the COP27 just held in Sharm el-Sheikh, Egypt. The developed countries have to step up their share in delivering climate finance and technological support to the poor affected countries to mitigate global warming to 1.5C, which, if achieved, can reduce the impact of climate change. Sudden climate change affects all species on earth, with the majority unable to cope with rapidly rising temperatures, melting polar ice caps, increasingly frequent forest fires, coastal flooding, and droughts. It is forecast that thousands of animal and plant species on land and sea face extinction due to global warming and pollution. We are now seeing the prospect of a massive loss of biodiversity that threatens the entire web of life on this planet, since we are all part of it. This was the main topic of the UN Biodiversity Conference recently held in Montreal, Canada, where a consensus was reached on a commitment to protect 30 percent of the land and water considered important for biodiversity by 2030, known as “30 by 30.” This is an increase from the current 17 percent of terrestrial and 10 percent of marine areas protected. After a contentious two weeks of negotiations, from which 70 African, Asian, and South American countries staged a walkout, it was agreed to provide $200 billion a year for biodiversity and to work on subsidies of $500 billion for nature. This is in addition to increasing to $20 billion annually by 2025 and $30 billion by 2030 for poor countries to restore natural habitats and reduce pesticide use. It is but right for the rich countries to shoulder the costs, since the poor countries will definitely not be able to afford it on top of their myriad problems, one of which is overpopulation, which also needs to be addressed, as it aggravates the issues of poverty, land degradation, and pollution. In addition, we should also do our share in mitigating our own effects on the planet in our own ways, big and small. Thus, 15 cities across the globe have committed to halt or reverse nature loss. These include our very own Quezon City, led by Mayor Joy Belmonte, who was active in the biodiversity conference. The 15 mayors have called on the financial community and national governments for funding and for greater collaboration with the private sector. This is very laudable. We wish Mayor Joy all the best in this endeavor. We should all join hands to ensure its success, for we, the inhabitants, will greatly benefit from its effects. Our village is committed to increasing our green cover, which is already substantial. Our board has designated the entire village as a wildlife refuge and bird sanctuary. We rigorously screen all requests for tree cutting, limiting them to absolutely necessary areas like driveways and other areas impacting house construction. In addition, we require homeowners to replace each tree with 10 saplings of native species. A major problem is the presence of a large number of mahogany trees in our 2.4-hectare park, which was the legacy of a senator who had earlier advocated planting of mahogany trees at the height of its popularity without regard to ecological impacts. The DENR has asked us to cut them down and replace them with native tree species, but doing so all at once will leave the park bare. So, we are slowly implementing tree replacement by growing small native trees alongside the mahogany. Once they’re grown big enough, the mahogany trees will be cut. If all villages, big and small, were to implement their own tree-planting schemes, Mayor Joy’s plans will definitely be given a big boost. So c’mon, ladies and gentlemen, lets get planting—for our future generations and for our one and only planet!

Related Tags

under the microscope DR RAYMUNDO LO MASS EXTINCTION
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.