ADVERTISEMENT

PCG ready to confront potential disasters, cites MARPOLEX participants

Published Jun 29, 2024 06:51 am

BACOLOD CITY – “We stand prepared to confront any potential disasters that may threaten our nations with absolute confidence.”

This was stressed by Coast Guard Vice Admiral Rolando Lizor Punzalan Jr., deputy commandant for operations of the Philippine Coast Guard (PCG), as he cited participants for giving their best in meeting the objectives of the Regional Marine Pollution Exercise (MARPOLEX) held in this city this week.

MARPOLEX BACOLOD.jpeg

COAST Guards from the Philippines, Japan, and Indonesia perform maritime exercises in this year’s Regional Marine Pollution Exercise (MARPOLEX) at the Bredco Port in Bacolod City on Wednesday, June 26. (Photo courtesy of PCG)

Punzalan, during the closing ceremony of the event on Thursday, June 27, said that the contingents’ proper training has molded them to become capable leaders.

“As we have all witnessed, our men demonstrated courage, capability, preparedness, and readiness in their dedication to oil spill response,” Punzalan said, noting that previous MARPOLEX conducted over the years has helped them become experts in combating oil spill incidents.

Looking ahead, Punzalan noted that vast development in technology seems promising in the maritime industry, as this technological progress serves as a valuable asset, enhancing the efficient management of oil spill responses, firefighting, and search and rescue operations.

He stressed that this will reduce the burden on the personnel while delivering equal or even better results.

Negros Occidental Gov. Eugenio Jose Lacson, who hosted a farewell dinner for participants at the Negros Residences here on Thursday, stressed that the need for a strong presence of Coast Guard is imperative for the security and protection of both the environment and people.

As an archipelago surrounded by bodies of water and with a coastline consisting of thousands of kilometers, Lacson said that the unwavering service of the PCG guarantees the safety and security of the seas, the lives of the people, and the integrity of the environment, protection, and maintenance of these assets for the benefit of current and future generations.

The Visayas maritime region is endowed with incredible natural beauty, thriving biodiversity, and abundant resources, according to Lacson.

With the remarkable demonstration of skills, coordination, dedication, and collaboration among nations, Lacson is confident that the knowledge and experiences gained by the Coast Guard through the MARPOLEX will be invaluable in the ongoing efforts to protect the marine resources.

The governor thanked those involved in making MARPOLEX 2024 a success, adding that the presence of PCG and its partner-nations is a testament to a shared commitment to safeguarding the marine environment, fostering international cooperation, and enhancing collective preparedness against marine pollution.

Lacson also thanked guests from Japan and Indonesia for their unwavering commitment and traveling great distances to be able to share their expertise in the activity. “Your contributions have enriched this exercise and we look forward to continued collaboration in the years ahead,” he said.

Mayor Albee Benitez thanked the Coast Guards' unwavering commitment to ensuring maritime safety. “At the end of the day, there is only one world that we have to take care of,” he added.

The PCG hosted this year’s MARPOLEX, with Japan and Indonesia Coast Guard, and observers from the Republic of Korea, Vietnam, and the United States from June 24 to 28. The five-day activity is being conducted every two years.

Vessels that participated in the exercises held at the Bredco Port here on Wednesday, June 26, were Japan’s PLH 02 TSUGARU and Indonesia’s KN TRISULA P111, and the PCG’s BRP Gabriela Silang (OPV 8301), MRRV 4408-BRP Cape San Agustin, TB 271-BRP Habagat, and FPB 2404-BRP Kalanggaman.

Related Tags

Bacolod City Philippine Coast Guard (PCG) MARPOLEX
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.