ADVERTISEMENT

Three confirmed dead in Dapitan sea mishap

Published Aug 28, 2019 09:32 am
By Noreen Jazul and Calvin Cordova  Three persons were confirmed dead while over 200 passengers have been rescued after a passenger-cargo vessel caught fire while sailing for Dapitan City Wednesday morning.
Dr. Rolito Cataluña, City Health Officer of Dapitan City, identified the fatalities as Chloe Labisig believed to be between one and four years old and Danilo Gomez, who was said to be in his late 50s; and Ronaldo Heneral, 65. Labisig and Gomez were unconscious when found by rescuers but they were eventually declared dead. Heneral, on the other hand, was found around noon. “They were rushed to a hospital. They died not because they drowned or due to burn injuries. Probably they got suffocated by the life jackets that they wore improperly,” said Lt. Junior Grade Cherry Rose Manaay, commander of Coast Guard-Dapitan. MV Lite Ferry 16 was five nautical miles away from Pulauan Port, Dapitan City when it was engulfed by fire and had 137 passengers—109 adults, 24 children, and four infants. The vessel also had 28 rolling cargoes. The vessel, which was skippered by Desiderio Labiste Jr., had 19 crew and officers and 19 cadets. It was carrying more than 245 passengers but only 137 passengers were listed in the manifesto, according to the Philippine Coast Guard. According to Apple Marie Agolong, tourism officer of Dapitan, at least 24 passengers were still missing based on the data of the City Risk Reduction Management Office. The Lite Shipping Lines-owned vessel left Samboan Wharf in Samboan town, southern Cebu at 6 p.m. last Tuesday. It was supposed to arrive in Barangay Pulauan, Dapitan at 1 a.m. Manaay said it was at around 12:30 a.m. when they received a call from the shipping lines that the vessel was on fire. The Philippine Coast Guard said the fire started at the engine room of the ferry. Some passengers took to Facebook lamenting that Coast Guard personnel had yet to respond even after four hours after the vessel caught fire. Manaay, however, insisted they responded right away. “We are 4.2 nautical miles from the distressed vessel. What we did was we immediately sought help from another vessel which is the Fastcat. They were the first responder in the area. We called up the boat (Fastcat) and asked them to conduct rescue operations. At the same time, our boat that was docked in Pulauan Port was dispatched right away as well as our cargo vessel and motor bancas,” Manaay said. A total of 245 individuals were rescued as of noon Wednesday, Captain Armand Balilo, Coast Guard Spokesperson, said.  (With report from Betheena Unite)
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.