ADVERTISEMENT

Philippine typhoon survivors commemorate 10th anniversary

Published Nov 8, 2023 01:02 am

TACLOBAN, Philippines -- Survivors of Super Typhoon Haiyan will hold prayers and light candles in the Philippines on Wednesday to commemorate the 10th anniversary of the storm that left more than 7,000 people dead or missing.

34283XT-Preview.jpg
Motorists speed past Yolanda (Haiyan) memorial monument showing statue of people, where dozens of victims were buried in Tanauan town, Leyte province, central Philippines, on November 7, 2023, a day before the 10th anniversary of Super Typhoon Haiyan. The Philippines, which endures more than 20 major storms a year, has plenty of experience dealing with disasters. But that did not prepare them for one of the strongest typhoons on record. Haiyan unleashed winds of up to 315 kilometres (195 miles) an hour that flattened towns and cities across a 600-kilometre stretch of central islands. (Photo by Ted ALJIBE / AFP)

Haiyan, one of the strongest storms ever recorded, unleashed winds of up to 315 kilometres (195 miles) an hour and whipped up tsunami-like waves that devastated central islands of the archipelago nation.

Tacloban, the capital of Leyte province, bore the brunt of the storm's fury and was almost totally destroyed by five-metre-high storm surges that crashed over mostly poor coastal communities.

Roselyn Salazar Torres said it was "harrowing" to recall November 8, 2013 when the onslaught of water swept away her family's shack, and left her and two small children struggling to stay afloat and avoid being struck by debris.

"I did not expect myself and my family to survive Yolanda," Torres, 36, told AFP, using the Philippines' name for the storm.

"I was tossed around by the waves together with my two children at the time. I really thought my entire family would be wiped out in that tragedy."

Torres and her husband, who was away working when Haiyan hit, now live with their four children in a 12-square-metre (129-square-foot) concrete house at one of several sprawling relocation sites built for survivors.

"As always we will be lighting candles tomorrow for our lost friends and relatives. Then we will prepare a small feast for ourselves," Torres told AFP on the eve of the anniversary.

"I'm very much thankful that we survived the super typhoon and remain alive 10 years later."

33YR39C-Preview.jpg
This combination image of two photographs created on October 24, 2023 shows people walking past rubble and debris near the intersection of Burgos and Real streets in Tacloban city, Leyte province on November 10, 2013 (top) after Super Typhoon Haiyan made landfall, and a view of the intersection ten years later on October 12, 2023 (bottom). The Philippines, which endures more than 20 major storms a year, has plenty of experience dealing with disasters. But that did not prepare them for one of the strongest typhoons on record. Haiyan unleashed winds of up to 315 kilometres (195 miles) an hour that flattened towns and cities across a 600-kilometre stretch of central islands.(Photo by TED ALJIBE / AFP) 

President Ferdinand Marcos will attend a mass and commemoration at Tacloban's seaside convention centre, where many people had been sheltering when Haiyan smashed into the country.

Marcos will also attend a disaster preparedness conference in the city.

In the evening, Tacloban residents plan to place lit candles along the city's streets in a sombre remembrance of the friends and family lost in the disaster.

About 6,300 people were killed and a decade later more than a thousand are still missing.

Emmanuel Corbilla, 63, is among the lucky ones who did not lose any family members in the storm.

But, as the head of his village, Corbilla is encouraging his constituents to attend a mass in honour of the neighbours who died and light candles for them.

"We light candles to demonstrate our love for the victims, and also as a gesture of thanks to God for giving us a second life," he said.

Related Tags

world news
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.