ADVERTISEMENT

Laurel unveils three-year agriculture plan

Published Jan 16, 2024 08:11 am

At A Glance

  • Agriculture Secretary Francisco Tiu Laurel, Jr. unveiled his three-year plan to improve the local farm sector.<br>The Department of Agriculture's (DA) game plan will last around three years in order to expand and improve agri-fishery areas; modernize systems; update post-harvest systems and facilities; develop an efficient logistics systems; expand market access digitalization; balance both the agency in terms of development and regulatory and; create a strong partnership with farmers, fisherfolk, and the private sector.<br>Laurel said they will establish new irrigation facilities, zoning, and identification of key areas, and improve infrastructures to boost production in land and water areas.<br>The department also made post-harvest facilities to increase the rice and corn inventory.<br>The DA's multi-year program will cost around P93 billion.<br>They are also looking into a new DA role, law reforms, and digitalization as part of the agricultural improvement that would also attract future investments.

The Department of Agriculture (DA) unveiled its three-year plan to improve food production, boost agricultural productivity, lower food costs, and allow investments in farming and fisheries.

In a statement on Tuesday, Jan. 16, Agriculture Secretary Francisco Tiu Laurel, Jr. said the agency's foremost priority is to modernize local agriculture and enhance benefits throughout the entire value chain.

“Farmers and fisherfolk should get fair value for their produce, prices of goods should be affordable, while traders, processors, and retailers should be able to generate reasonable profits,” he told the Cabinet members.

Seven agenda were unveiled to the Cabinet members on Tuesday, Jan. 16.

These include the expansion and improvement of agri-fishery areas; mechanization and modernization of agriculture and fishery production systems; better post-harvest systems and facilities; development of efficient logistics systems; expansion of market access digitalization; proper balancing of both the agency in terms of development and regulatory and; strong partnership with farmers, fisherfolk, and the private sector.

“It's important to address the decades-old inequity where farmers and fishers do not benefit from the fruits of their labor. We also envision making farming and fisheries viable for investors and a career option for young Filipinos,” Laurel added.

Moreover, the DA said they will establish new irrigation facilities, zoning, and identification of key areas, and improve infrastructures to boost production in land and water areas.

Recently, the department made post-harvest facilities to increase the rice and corn inventory by 23 days.

This was done to lessen grain imports without increasing production areas and only reducing the losses in post-harvest.

“The multi-year program will cost around P93 billion which could be recovered in under nine years,” the Agri chief elaborated.

The DA will then have an assistant secretary for logistics to optimize the costs for everyone involved in the value chain, including producers down to consumers, as Laurel explained that the need to improve logistics would achieve a sustainable and cost-effective agricultural system.

“This initiative involves streamlining transportation, distribution, and management processes for inputs and outputs,” he said.

Moreover, a digitalization program would boost operations in the agri-fisheries sector by equipping decision-makers, food producers, and consumers with accessible technology and advanced tools.

“Accurate and real-time data will enable stakeholders to make smarter, data-driven decisions and efficiently manage emergencies and day-to-day operations,” Laurel emphasized.

Legislative reforms are also being pursued to update certain laws and regulations that allow the DA to be more efficient in addressing the challenges within the farm and fisheries sector.

“[We are] also looking at improving market access and reach for Philippine agricultural products to empower farmers and fisherfolk to increase their income and make the sector a viable investment alternative and farming a career option for the next generation,” he said.

Related Tags

Francisco Tiu Laurel Jr. Department of Agriculture
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.