ADVERTISEMENT
970x220

Marcos, Biden, Kishida to hold White House summit in April

Published Mar 19, 2024 02:42 am

President Marcos, United States President Joe Biden, and Japanese Prime Minister Kishida Fumio are scheduled to hold their first trilateral leaders’ summit at the White House in April.
 

Marcos_Biden_Kishida.jpg(From left) US President Joe Biden, President Ferdinand ‘Bongbong’ Marcos Jr., and Japan Prime Minister Kishida Fumio (Noel Pabalate/AFP/MANILA BULLETIN)

 

A statement from US Press Secretary Karine Jean-Pierre said that the three officials will meet on April 11 in Washington, D.C. for the first US-Japan-Philippines’ leaders’ summit to discuss issues of mutual interest, particularly maintaining peace and security in the Indo-Pacific region.
 

“At the summit, the leaders will advance a trilateral partnership built on deep historical ties of friendship, robust and growing economic relations, a proud and resolute commitment to shared democratic values, and a shared vision for a free and open Indo-Pacific,” Pierre said.
 

“The leaders will also reaffirm the ironclad alliances between the United States and the Philippines, and the United States and Japan,” she added.
 

The US press secretary also stated that the three leaders are set to discuss trilateral cooperation on a range of issues, including the promotion of inclusive growth and emerging technologies, advancing clean energy supply chains and climate cooperation, and furthering peace and security in the Indo-Pacific and around the world.
 

Biden will also host Marcos for a meeting at the White House “to review the historic momentum in US-Philippines relations.”
 

They will discuss efforts to enhance cooperation on economic security, clean energy, people-to-people ties, and human rights and democracy.
 

“The President will reaffirm the ironclad alliance between the United States and the Philippines and emphasize US commitment to upholding international law and promoting a free and open Indo-Pacific,” the statement said.
 

During his state visit to Germany, Marcos expressed hope to strengthen the cooperation between the Philippines, the United States, and Japan amid China’s provocations in the contested South China Sea.
 

He shared that the meeting with Biden and Kishida would formalize the cooperation between the three countries.
 

April’s meeting will be the first time the three leaders will meet with each other at the same time. Marcos met with Kishida and Biden separately on the sidelines of the United Nations General Assembly (UNGA) in New York City last September 2022.
 

Both Japan and the Philippines are US treaty-allies, with the Philippines also enjoying deep ties with Japan.
 

Marcos will participate in the April meeting after US Secretary of State Antony Blinken’s visit to Manila on March 18 and 19.

Related Tags

Joe Biden WHITE HOUSE trilateral summit Fumio Kishida President Marcos
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.