ADVERTISEMENT

DOST Secretary wants Filipinos to reframe the word 'resilience'

Published Jul 24, 2026 12:05 am  |  Updated Jul 23, 2026 04:37 pm
AVANT GARDENER
Filipinos have been hearing the word “resilience” for a long time, to the point that something that is supposed to be inspirational has come to represent institutional excuses for not providing regular citizens with proper infrastructure for basic survival. Department of Science and Technology (DOST) Secretary Renato Solidum wants to change this.
Before he was DOST Secretary, Solidum was an Undersecretary for Disaster Risk Reduction and Climate Change Adaptation at DOST. He was also Officer-in-Charge of the Philippine Institute of Volcanology and Seismology (PHIVOLCS), where his research with the United States Geological Service was instrumental in the evacuation alert before the Mt. Pinatubo eruption. As a scientist and academic, Solidum has on-the-ground experience on what it takes to rise after a setback, and it isn’t thoughts and prayers, but through having the skills and resources needed to weather the uncertain.
Reframing resilience
“Resilience should be viewed not merely as surviving, but really thriving… Our mindset should be changed, such that our approach… is not focused only on personal survival, but on infusing other core aspects of achieving resilience,” Solidum said. “Everyone wants to live longer and enjoy a good quality of life, right?”
First is the promotion of human well-being by addressing basic needs such as health, literacy, livelihood, and environment. “We need energy and mobility innovations and quality science and technology education.”
Next, “We need to foster wealth creation, but… this economic development… is greatly affected by large-scale disasters,” Solidum said. “In tandem with fostering wealth creation, we need to strengthen what I call wealth protection… we can work while making sure that the risk that we face is minimized.”
Sustainability is important. “Managing and protecting the environment is critical to our economic development. To do that, we need to promote a circular economy. We need to promote the use of renewable sources, focus on things that we can get value from, but also make sure that these resources are available for the next generation,” he said.
“But the other meaning of sustainability for us is simply this: imagine you have achieved a [good] quality life. You live longer. You get enough income. You have a wealthy life. And despite natural hazards… and other threats like global logistics supply… these are all attained. That means that… the safe life that we have achieved must endure across generations and administrations.”
Utilizing research and innovation
Given these, the DOST has been developing and implementing strategic programs that focus on disaster and climate resilience. These can be seen during the annual Handa Pilipinas exhibit, an “exhibition of technologies that are available, combined with lectures and launching of programs and agreements to ensure that we look at the stakeholders that we need to partner with.”
Finding the right stakeholder partners is important. “...we need to pursue the people, the partners, the organizations that we think we can work with and create impact on enterprises, on people's lives, on communities. If we are proactive and we pursue the right partners, then we can transform their lives… for the better.”
In agriculture, for example, DOST identified key commodities that directly affect inflation such as, “rice, yellow corn, sugar, dairy, poultry, fish, and then electricity and energy” and develop and/or support technologies aimed at increasing production on different levels, from fertilizers and pest management to AI and robotics to storage and value addition, usually in terms of “providing seed money for them to procure technology.”
Funding good ideas
Much of the DOST’s support comes in the form of funding, such as grants aid for research, university-run Technology Business Incubation Hubs, and start-up grant funds. These, Solidum said, are not enough, and steps have been taken to fill in the gaps.
The Innovation Hub (iHub) “will entertain any idea from anyone.” If the idea is feasible, the individual will be introduced to the proper DOST program for guidance, research, funding, or implementation.
For national and global application, “Program PROPEL envisions the acceleration of technology, utilization at the production level, and propel the innovation from the Philippines to other countries.”
Investors are also needed. “Together with CHED, we developed the Philippine Technology Evaluation and Standards for Testing (PHITEST) platform where universities will be testing [these technologies],” Solidum said. “Gather data. Show it to investors so that they can decide… if they want to invest. We want to push ideation to impact.”
Solidum envisions a Philippines where resilience goes beyond basic survival. “Our goal is to be a catalyst for this change and develop partnerships across the various players… Once we show that we can create impact, then more people will be able to believe that through science and technology innovation, they can get income,” he said. “We provide solutions and we also open opportunities. That's really our effort in whatever fields we are into.”
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; } }

{{ static_articles_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.