ADVERTISEMENT

PH, Australia identify 4 areas of collaboration

Published Oct 10, 2023 09:34 am

Philippines and Australia trade ministers have identified four areas -- agriculture, education, critical minerals, and clean energy transition -- of collaboration to further two-way investments and trade between the two nations.

Trade and Industry Secretary Alfredo Pascual highlighted the four areas of collaboration as he put emphasis on the country's alliance with Australia during the joint media conference at the conclusion of the 6th Philippines-Australia Ministerial Meeting (PAMM) on Tuesday,  Oct. 10, in Adelaide, South Australia.

“The Philippines and Australia ministerial meeting that we just completed is truly a testament to the commitment of the Philippines to operationalize the strategic partnership with Australia. It sends a strong signal of our mutual commitment in deepening collaboration across a spectrum of areas including security and maritime, people-to-people trade and investment, and regional strategic issues,” Pascual said.

For his part, Australian Minister for Trade and Tourism Don Farrell emphasized the Philippines' importance as an economic partner to Australia, citing the country's rapidly growing economy and a population of nearly 115 million.

“The Philippine population is nearly 115 million and is on track to overtake Japan later this decade. But we can do better. In fact, we can do a lot better,” Farrell said.

Farell also said that Australia aims to improve trade and investment with the Philippines, promoting opportunities through a business mission and an investment deal team in Manila.

The Philippines is Australia’s 17th largest trading partner, with a two-way trade worth less than $10 billion, according to Farell.

“Today, we agreed to promote opportunities to boost two-way trade and investment through sending a business mission to the Philippines next year, and to establish an investment deal team in Manila itself,” he added.

Pascual said that the focus of the PAMM was on strengthening partnerships in key regional critical areas like security, maritime, trade, and investment.

On bilateral investments, both recognized the need to enhance collaboration in agriculture, education, critical minerals, and clean energy transition, which complements Australia’s Southeast Asia Economic Strategy to 2040.

“In terms of economic relations, Australia remains an important trade and investment partner of the Philippines and we will work together to further enhance the collaboration in the areas of mutual interest such as agriculture, education, critical minerals, and clean energy,” Pascual said.

The sixth PAMM was also joined by Department of Foreign Affairs Secretary Enrique A. Manalo and Minister for Foreign Affairs Penny Wong of Australia's Department of Foreign Affairs and Trade (DFAT) to co-chair.

The ministerial meeting came after both countries elevated their bilateral relationship from a comprehensive to a strategic partnership with the signing of a Joint Declaration between President Ferdinand R. Marcos Jr. and Prime Minister Anthony Albanese in Manila last month.

The PAMM discussions between the secretaries and ministers set the course for deepening, broadening, and strengthening the strategic ties between the Philippines and Australia across a spectrum of areas, including cooperation, bilateral and regional trade and investment, and global and regional strategic issues.

In terms of balancing bilateral trade, Pascual enjoined Australia to create the best possible conditions for businesses to flourish through the timely resolution of market access issues and the elimination of unnecessary trade barriers.

Meanwhile, both sides reaffirmed their continued cooperation to progress the work under the World Trade Organization (WTO), ASEAN-Australia-New Zealand FTA (AANZFTA), Regional Comprehensive Economic Partnership (RCEP), and Indo-Pacific Economic Forum (IPEF).

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.