ADVERTISEMENT

Mega national food hub to rise in Clark

Published Feb 19, 2024 07:43 am

A 64-hectare National Food Hub in Clark, Pampanga, worth about P8.5 billion, will soon be developed to strengthen the farm-to-fork distribution network in the country through the collaborative efforts of the Department of Trade and Industry (DTI), Department of Agriculture (DA), and the Clark International Airport Corporation (CIAC).  

DTI Secretary Alfredo E. Pascual and CIAC President and Chief Executive Officer (CEO) Arrey Perez signed a memorandum of understanding (MOU) on Feb. 19 in Makati, sealing their commitments to share expertise, provide resources, and enhance their interlinked capacities.

The mega food hub project will be a crucial component of the national government's three-year Food Logistics Action Agenda, which initially involves the creation of food hubs as centralized collection, sorting, and distribution sites for fresh produce sourced directly from farms.

To be located within the Clark Civil Aviation Complex (CCAC), the 64-hectare trading hub is aimed to become the country's "premium wholesale market and distribution hub for quality food produce."  

 

22222.png
Department of Trade and Industry Secretary Fred Pascual and Clark International Airport Corporation (CIAC) President Array Perez signed a Memorandum of Understanding (MOU) on 19 February in Makati to formalize collaborative support for the National Food Hub development in the CIAC compound in Pampanga.

While the DA will be developing the policy framework, as well as the public investment and support services necessary for domestic and export-oriented business including the establishment of cold chain facilities and food terminals, the DTI will assist in generating investments for construction and management of the hub.

Based on the MOU, the DTI will also be heavily involved in promoting the food hub to expand food exports, and linking producers with institutional buyers.

Pascual stressed the food hub project as a key program to "make food available, accessible, and more affordable to the consuming public."
 
“This project harnesses the mandate and resources of the three government agencies. Moreover, the Public-Private Partnership (PPP) center has generously committed to provide the transaction advisory services to accelerate the feasibility study and bidding activities of the hub," he said. 

He also added that "with the technical support from the United States Agency for International Development (USAID) through its RESPOND Project, we can achieve the President’s goal of ensuring food security by empowering farmers and the private sectors, as well as strengthening supply chain and logistics systems and infrastructure development."

Perez, meanwhile, said they are working closely with the PPP Center to complete the project's preparation stages, as well as identifying investors, food conglomerates, and other potential private sector stakeholders for the hub. 

The National Food Hub is one of the seven flagship projects of the CIAC to invigorate economic activities in the Clark complex.

“Clark is ideal for the mega food hub because of its expansive space for infrastructure and facilities, and seamless road network connecting north, central and south Luzon to the world-class Clark airport capable of handling cargo and logistics. A support pillar to President Marcos’ call to prioritize food security, the mega food hub will also address many other governance issues, such as employment and dispersal of growth to provinces and regions," he added.

In conjunction with the mega food hub, DTI and CIAC also plan to construct a gateway road connecting the Subic-Clark-Tarlac Expressway (SCTEX) to the National Food Hub. With eight lanes of asphalt paved road, stretching for 1.40 kilometers, it aims to facilitate the ease of access of distributors and other transport activities to and from the hub.

The whole project is estimated to cost around P1.6 billion or $29 million, with detailed engineering design cost at P13.32 million and construction cost at P1.58 billion.

In a statement, DA Secretary Francisco Laurel lauded the PPP arrangement for the food hub "to leverage on private sectors’ financial surpluses, technical competence, and innovative use of modern technology to ensure that we achieve the economies of scale in agricultural production that we need."

"The National Food Hub embodies the topmost strategy of our national government towards an inter-agency collaboration towards the achievement of multiple and cross/cutting goals such as the enhancing of food security, reducing of food inflation, increasing the purchasing power of the income of the households, and ultimately, increasing the income of our farmers," he remarked.

 

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.