ADVERTISEMENT

Preparedness is halfway toward safety

Published Feb 16, 2023 12:02 am
‘TOL VIEWS Senator Francis Tolentino The importance of disaster preparedness is, sadly, always best understood after countless lives have already been taken and communities already irreparably damaged. While some will argue that disasters and calamities cannot be predicted, particularly earthquakes, this is precisely the point in being prepared. If human science and technology fail to determine exactly when and where catastrophes will strike, the best way to be halfway toward safety is to be informed and prepared. The damage caused by the recent 7.8 magnitude earthquake in Türkiye and Syria is undeniably extensive and is seen to rise even beyond $20 billion. Death tolls are already at 35,000 with continuing retrieval operations recovering more and more bodies under the rubbles. As world sympathy pours out for Syria and Türkiye, the physical and psychosocial recovery and rehabilitation will definitely be a shared national struggle. The tragic loss of life and resources has deeply wounded the people’s mind and spirit, leaving them scarred for life and haunted by the horrors of this utterly unfortunate event. As earthquakes are natural calamities, we have had our own fair share of these in our history. The most devastating earthquake, known as the Moro Gulf Earthquake, happened on Aug. 17, 1976 in Southern Mindanao. The earthquake was recorded at magnitude 7.9, stronger but not as deadly as the recent Syria and Türkiye tremor. The Moro Gulf Earthquake reportedly claimed nearly 8,000 lives. According to the Philippine Institute of Volcanology and Seismology (Phivolcs), the country registers an average of 20 earthquakes per day many of which pass through unperceived. The average of felt earthquakes, on the other hand, is between 100 to 150 per year. Some reports about the recent Syria and Türkiye tremor take an angle on the stability of structures in the extensively damaged areas to be a contributing factor in the destruction and death tolls. The vulnerability of old structures, and we do have many of these, and the provisions and compliance with building codes and other structure regulations is perhaps a valid perspective to consider in the formulation of earthquake preparedness plans and impact mitigation strategies. In addition to this, investments in research, development and technology as well as procurement of modern seismic equipment and facilities should also be among the priorities of the Phivolcs and Department of Science and Technology. In the pipeline for year 2023 in Phivolcs’s procurement program are projects which will enhance the agency’s technological capability, including the MOVE Fault Scientific and Technical Equipment, the REDAS or Rapid Earthquake Damage Assessment System, construction of unmanned seismic stations and rehabilitation of earthquake monitoring stations, among others. Improved technical capacity is a step forward toward preparedness and public safety. Preparedness for any calamity requires not only the availability of facilities, equipment, and personnel for response and rescue operations and the provision of supplies for evacuation and relief. Preparedness requires as well a one-step ahead, inter-agency approach which will entail collaborative planning, capacity building, and perhaps resource and information sharing among agencies involved in disaster risk reduction and management. The reality is that catastrophes are beyond our limited human capacity for prediction and control. What is well within our purview is risk reduction. After all, reduction in risk is always parallel to reduction in loss. Planning and policy formulation in disaster management should thus take a closer, deeper look into risk reduction strategies, recalibrating and re-inventing if needed, and engaging all stakeholders in the work of ensuring public safety.

Related Tags

Senator Francis “Tol” N. Tolentino TOL VIEWS
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.