ADVERTISEMENT
970x220

Four major Luzon biz hubs to be connected soon

Published Apr 11, 2024 01:47 pm

An ambitious project that will connect four major business hubs in Luzon is about to come as the Philippines, the United States and Japan discussed ways to expedite the country's economic growth.

A senior White House official announced Thursday, April 11, that an “economic corridor” that will connect Subic Bay, Clark, Manila and Batangas will be established “to accelerate coordinated investments in high-impact infrastructure projects."

That included ports, rail, clean energy, semiconductors, supply chains, and other forms of connectivity in the Philippines.

The project, according to the official, will be called PGI Luzon Corridor — the first ever PGI (Partnership for Global Infrastructure and Investment) corridor in the Indo-Pacific region.

“We will be holding events and setting up a steering committee to accelerate the work on this Luzon corridor, and the Development Finance Corporation will open its first regional office in the Philippines as part of this announcement,” the official said.

Although he did not provide any other details, he said the US government is expecting that “it will take some time for the full suite of investments that we’ve envisioned here to come to pass.”

“As I mentioned, we’re standing up a steering committee of high-level US, Philippines, and Japanese government officials to ensure that we are steering private sector investment to exactly the types of projects that this corridor needs to improve, as well as bringing a full suite of U.S. government tools to bear,” he said.

Another senior White House official bared that several US companies will also announce new investments in the Philippines.

That include businesses in the fields of undersea cables, logistics, clean energy, and also telecommunications.

These developments came as President Marcos, US President Joe Biden and Japanese Prime Minister Fumio Kishida hold for the first time a trilateral summit to explore various areas, including economic ties.

"The Us Development Finance Corporation will be standing up an office in the Philippines to help to steer this work.  And the US Trade and Development Agency has announced a number of new activities in the Philippines that will help to support it as well," the official said.

"Suffice it to say that we take very seriously all of the work that we’re doing in the Philippines.  There will also be a number of announcements tomorrow by way of private sector investment in the Philippines that we’ll be announcing anew, and those will come from Meta, UPS, GreenFire Energy, and Astranis telecommunications satellites," he added.

Related Tags

Washington White House
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.