ADVERTISEMENT

Disaster adaptation is 'new normal' under Marcos' leadership – Gibo

Published Jul 29, 2025 01:55 pm
Defense Secretary and National Disaster Risk Reduction and Management Council (NDRRMC) Chairman Gilberto Teodoro Jr. (second from left) discusses government efforts to strengthen the country's disaster response with representatives from various government agencies during the first day of the post-SONA discussions in San Juan City on July 29, 2025. (Photo: Martin A. Sadongdong/MANILA BULLETIN)
Defense Secretary and National Disaster Risk Reduction and Management Council (NDRRMC) Chairman Gilberto Teodoro Jr. (second from left) discusses government efforts to strengthen the country's disaster response with representatives from various government agencies during the first day of the post-SONA discussions in San Juan City on July 29, 2025. (Photo: Martin A. Sadongdong/MANILA BULLETIN)
Proactive disaster risk reduction and a whole-of-government approach in responding to increasingly frequent and intense natural calamities are key pillars under the administration of President Marcos Jr.
Thus, said Department of National Defense (DND) Secretary and National Disaster Risk Reduction and Management Council (NDRRMC) Chairman Gilberto Teodoro Jr. during the first day of the post-State of the Nation Address (SONA) discussions in San Juan City on Tuesday, July 29.
According to Teodoro, the Filipinos’ automatic responses to earthquakes, floods, and fires are clear signs of an evolving culture of adaptation to disasters.
“The automatic reactions of people to disasters whether earthquakes, floods, or fires are part of what is called adaptation in disaster risk reduction. This is similar to the whole-of-government approach practiced at the national level,” Teodoro said.
“We are in a race because of climate change and no one country could ever say that they have conquered climate change. No matter how rich a country is, one just cannot endure the impact of climate change alone. The worst enemy that we can make is nature,” he added.
He said climate change has made disasters harder to predict and more destructive, with overlapping hazards now becoming more common.
“We’re seeing volcanic eruptions, earthquakes, and typhoons happening at the same time, like last year. This means we need faster, more anticipatory responses,” he noted.
To recall, Marcos said that the overlapping natural disasters hitting the country is already the "new normal" as he called on government agencies to step up their disaster mitigation efforts.
Teodoro said that the Office of Civil Defense (OCD) is mapping vulnerabilities down to the barangay level because different communities face different hazards due to the country’s geography. He said some experience storm surges, others floods, earthquakes, or volcanic eruptions.
On the other hand, Teodoro lauded the efforts by the Department of Social Welfare and Development (DSWD) and the Armed Forces of the Philippines (AFP) to preposition relief goods in hard-to-reach areas.
He revealed that troops from the AFP and United States Marine Corps flew to Batanes on Tuesday to replenish stocks that were nearly depleted during the recent storms.
“Our prepositioning efforts mean we don’t have to wait for a storm to hit before delivering aid. It's already there when needed,” he said.
He also underscored the role of the AFP, Philippine National Police (PNP), Philippine Coast Guard (PCG), Bureau of Jail Management and Penology (BJMP), Bureau of Fire Protection (BFP) and other uniformed personnel in disaster response, calling them the country’s de facto first responders.
“These public safety officers handle logistics and the heavy lifting in emergency situations,” he said. “Moving supplies and equipment from Point A to Point B, this is where our uniformed services are crucial.”
Infrastructure, combating misinformation
Citing President Marcos Jr.’s call for long-term solutions, Teodoro also stressed the need for proper infrastructure planning and investment.
“We need to build the right infrastructure in the right places. That means flood control, upgraded water systems, and robust transportation networks,” he said, referencing planned expansions of airports, seaports, and railways, including the South Luzon Expressway and rail links to Bicol.
In his SONA, Marcos called out government officials who allegedly corrupted funds intended for flood control projects, as he expressed exasperation over the massive flooding that occurred during the recent storms and effects of southwest monsoon (habagat). He said he will publish a list of flood-control projects done within the past three years and their contractors, including those linked to ghost projects or failed deals.
For his part, Teodoro lamented that illegal and small-scale mining remains a major driver of disasters such as landslides and deforestation. The government, he said, continues to crack down on these activities.
He also warned that among the biggest challenges during disasters is not just physical response, but how to communicate life-saving information effectively.
“People only have a few seconds to glance at social media or tune in to the news. Our warnings need to be clear, fast, credible, and free from fake news,” he said.
Teodoro called on the public to stay vigilant and engaged, stressing that the Marcos administration is committed to safeguarding the future through decisive action now.
“Our President is not just investing in the present. He is investing in our future,” he said.

Related Tags

DND NDRRMC OCD Gilberto Teodoro Jr. post-SONA disaster risk reduction new normal flooding
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.