ADVERTISEMENT

Sources of hope

Published Dec 12, 2020 11:46 pm
THE VIEW FROM RIZAL Dr. Jun Ynares Dr. Jun Ynares Two recent developments sparked Hope for many. The first was a Senate Committee hearing which looked into the causes of recent massive flooding. The second were announcements from the United Kingdom and the United States regarding the vaccine against COVID-19. Last Thursday, the Senate Committee on Environment, Natural Resources and Climate Change chaired by Senator Cynthia Villar called for an inquiry on the recent flooding that affected several areas, particularly the eastern portions of Metro Manila. During the hearing, our Senators paved the way for Rizal Governor Rebecca “Nini” Ynares to read a statement. This gave Rizaleños the opportunity to air their plea and position once more regarding the large-scale mining and quarrying operations using more than 6,000 hectares of land in eight municipalities in the province of Rizal. In her statement before our Senators, Governor Nini reiterated the call which the Provincial Government made some 10 years ago to the National Government. The call has been for the cancellation of the Mineral Production Sharing Agreements (MPSA) granted by national agencies to several mining companies. She echoed the aspiration of the people of the province that our land be given a much-needed respite from such activities and for nature to be allowed to recover. This aspiration had met a lot of challenge over the years. As mentioned by a number of officials of environment-related national agencies during the Senate Hearing, their position is that stopping the mining and quarrying activities would have negative effects on the national economy. The Rizal Provincial Government had been given the very same explanation several times in the past – that if the quarrying operations in Rizal were stopped, the construction industry, particularly in Metro Manila, would suffer significantly. This must have been the reason why the late former Environment Secretary Gina Lopez issued a memorandum during her watch which lifted an initial moratorium on quarrying activities. It was unfortunate that her order opened the doors for the resumption of these activities in many parts of the country, including Rizal Province. Environment officials also told our senators what they had initially said to the public: that the mining and quarrying activities being undertaken by companies whom they have authorized were not the cause of the flooding that hit portions of Rizal province and Metro Manila, particularly Marikina City. Governor Nini made it clear to our Senators that the plea of Rizaleños for a halt on mining and quarrying in the province stands, regardless of what reasons national government agencies may have advanced regarding the continuation of mining and quarrying activities. We are grateful to our Senators for the opportunity to be heard. We are hopeful that the hearings being conducted by the Committee of Senator Villar would pave the way for local communities to have a greater say and a stronger voice on matters related to the fate of natural resources located in their provinces. Meanwhile, news that the United Kingdom has started the vaccination of residents in that country against COVID 19 has raised hopes that the pandemic would be over soon. International news networks have also announced that the United States Food and Drug Administration is also set to give the greenlight for the anti-COVID 19 vaccine. It feels good to know that a real antidote to the deadly virus does exist. We do not know when the vaccine would be available in our country. We do not know who will get the vaccine first once it arrives in the Philippines. Still, the fact that Science has come up with a response to the pandemic is reason enough to keep our hopes high that we can soon be free from the fear and restrictions triggered by the virus. This sense of hope, however, should not cause us to let our guards down. We must continue to exercise prudence and caution. Medical authorities believe the virus may be set to make one big attack before massive vaccination could finally put its spread under control. We are almost at the finish line. Let us make sure we all get there safe and whole. These two sources of Hope recall for us an old carol which goes, “It’s beginning to look a lot like Christmas”. *For feedback, please email it to [email protected] or send it to #4 Horse Shoe Drive, Beverly Hills Subdivision, Bgy. Beverly Hills, Antipolo City, Rizal.

Related Tags

Dr. Jun Ynares
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.