ADVERTISEMENT

BBM move boosts renewable energy drive

Published Oct 1, 2025 12:05 am
THE VIEW FROM RIZAL
We are glad that President Bongbong Marcos, Jr. has remained focused on addressing the country’s major concerns even as the noise in the legislature, fueled by controversies, goes on at higher decibels. This is both inspiring and assuring. The President has shown that he is not distracted by the political noise and that he continues to attend to the nation’s priorities.
Among these priorities is energy sufficiency and the country’s bid to move away from traditional power generation technologies and expand our adoption of renewable energy.
Last week, the President signed Republic Act No. 12305 or the Philippine National Nuclear Energy Safety Act. The law provides for the creation of the Philippine Atomic Energy Regulatory Authority. This is the regulatory agency that will oversee the establishment and operation of nuclear power plants in the country.
According to the President, the creation of the regulatory body will ensure that “people and the environment are protected from the harmful effects of ionizing radiation, issuing licenses for nuclear-related activities, and ensuring compliance with international commitments such as those with the International Atomic Energy Agency (IAEA).
With this move, the President has sent clear signals that the country is now ready to adopt and use nuclear power technology in the generation of much-needed electricity for homes, industries, and businesses. Once again, the President has underscored that the direction of the energy sector is to move away from the use of coal and fossil fuels in power generation.
It is both interesting and historically significant that the President should be reigniting the vision formed by his father, the late President Ferdinand Marcos, Sr., under whose administration the Westinghouse nuclear power plant in Morong, Bataan, was built in the 1970s.
Unfortunately, the project was met with strong opposition. The vehement objection was, in part, fueled by the incident at Three Mile Island in the US. The nuclear reactor of the plant was damaged. Radiation, however, was contained, and no real effect on people and the environment was reported.
The incident served as a platform for the opposition to the much-vilified project. It was eventually shelved. Last we heard, the Morong plant is on “moth-balled” status under the National Power Corporation. The government is still incurring costs for keeping the moths out of the structure.
It looks like the nuclear power landscape has changed. Studies show that people and countries are now more receptive to the idea of generating electricity using this technology despite the Chernobyl and Fukushima incidents.
According to the International Energy Forum, several factors contribute to the growing receptivity. Among them are the advanced design of the nuclear reactors, smarter manufacturing, the ongoing development of safer and more efficient nuclear fuels, and the effort to develop safer, longterm nuclear waste containers.
We understand that some of the local power industry leaders are looking at a model called “small modular reactor.” This is a smaller reactor whose parts can be manufactured in factories, shipped for onsite assembly, and then operated more safely than traditional reactors. Among these leaders, the Aboitiz Group expressed the clearest intention to consider this technology, particularly for “off-grid” or far-flung areas that do not have access to a regular power supply.
The Pangilinan Group has also taken the first steps. We understand that it has tied up with global academic institutions to help its work force learn the rudiments of operating and managing nuclear power plants.
According to reports, there are now a total of 31 countries operating nuclear power plants.
There are a total of 416 nuclear power plants operating in the world today, with the most number located in the United States, followed by France and China, and then by Russia, South Korea, and India.
Some 62 more such plants are under construction today, with the most number located in China, followed by India.
We do not know exactly when the country might start benefitting from electricity produced by nuclear power plants. What we know is that it is now possible that this could happen in the not-so-distant future.
Meanwhile, local communities like Rizal Province continue to welcome the entry of power plants that are using renewable, clean, and sustainable energy sources. At the top of the list are wind and solar power plants, both of which are now hosted in growing numbers by the province. Added to these are biomass energy through a refuse-derived fuel processing facility, and soon, a hydropower plant in Montalban—further strengthening Rizal’s role as a hub for green energy development.
We understand that newly appointed Energy Secretary Sharon Garin is, herself, an advocate of renewable energy. The President has chosen the right person to implement his vision and strategy for energy sufficiency driven by renewable and environmentally friendly technologies.
We salute the President for this bold initiative, which will surely not be spared from the usual criticism. Regardless of what naysayers might do, this is definitely a step in the right direction.
(The author is a Doctor of Medicine, an entrepreneur and the mayor of Antipolo City, former Rizal governor, and DENR assistant secretary, LLDA general manager. Email: [email protected])
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.