ADVERTISEMENT
970x220

PH to push for livelihood protection of fishers in West Philippine Sea

Published Apr 5, 2024 05:57 am

The Philippines is hopeful that the upcoming trilateral talk among President Marcos, US President Joe Biden and Japanese Prime Minister Fumio Kishida will yield result that will protect the livelihood of Filipino fisherfolk in the West Philippine Sea.

“That is the hope of everyone, whether or not this trilateral summit takes place or even in a bilateral context, that is our hope—na magkaroon ng malayang paglalayag sa West Philippine Sea at sa ating mga karagatan (to have a freedom of navigation in the West Philippine Sea and in the waters),” Department of Foreign Affairs (DFA) Acting Deputy Undersecretary Hans Siriban said Friday, April 6.

During a pre-departure briefing ahead of the President’s trip to Washington, Siriban said the Philippines is expecting that the historic meeting among the leaders will help capacitate the Philippines in terms of more training on maritime security.

Manila is also looking forward not only to be able to train on capacity building but also to have cooperation on equipment with allies.

“It really is an integrated package, integrated suite of projects that will help enhance our capability to be interoperable with our partners, with our allies,” Siriban said. 

“That is our hope. That this will help promote a more conducive environment to allow our people to travel and do their livelihoods in our seas,” he added.

Siriban also gave assurance that the trilateral meet is not aiming to create more tension amid developments in the region.

Rather, he said, “this trilateral cooperation should be seen as something that will help additional efforts in the region” in helping promote greater peace and prosperity.

On April 11, Marcos, Biden and Kishida will meet at the White House to discuss trilateral cooperation to “further peace and security in the Indo-Pacific and around the world,” among others, White House spokesperson Karine Jean-Pierre said.

Siriban said the three leaders’ discussion would also include recent incidents in the South China Sea and there will be alignment on their views regarding it.

“Of course, we will continue to call on peace and stability and that the recent incidents [be] resolved in a peaceful and diplomatic manner,” he said.

Related Tags

Bongbong Marcos Joe Biden White House trilateral summit Fumio Kishida West Philippine Sea
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.