ADVERTISEMENT

DA Region 1 sets its rice resiliency program implementation with P1.3B budget allocation

Published Aug 25, 2020 02:00 pm

SAN FERNANDO CITY, La Union - The Department of Agriculture (DA) Region 1 had set its rice resiliency programs (RRP) implementation benefitting the rice farmers in the region with a total of P1,321,254,000.00 budget allocation.

The RRP fund for Region 1 is part of the approved P8.5 billion fund out of the P31 billion budgetary requirements nationwide for the Plant Plant Plant Program under the DA’s Alpas COVID -19 Program.

Of the P1.3B fund, DA Region 1 will use the P478,565,000.00 for the procurement of the hybrid seeds, and the P45,600,000.00 for the purchase of Inbred seeds while the remaining fund will use for other programs to enhance the rice productivity amid the presence of COVID-19 pandemic.

According to DA-RFO I’s Regional Executive Director Lucrecio Alviar, Jr. the RRP in Ilocos region has three major components: the Expanded Hybrid Rice Production, the Rice Competitiveness Enhancement Fund (RCEF) and the Expanded Inbred Rice Production.

The RRP had an ultimate aim at improving the productivity of local rice farmers and increase the level of food adequacy amidst the challenging situation brought by the Covid-19 pandemic.

Under the Expanded Hybrid Rice Production component, DA will give 15 kilos hybrid seeds (per hectare) on its 125,000 hectares targeted areas for this wet season amounting to P853,565,000. For every three bags of fertilizer purchased by farmers, DA-RFO 1 will provide three bags of urea fertilizer as part of its intervention to farmer beneficiaries under this program.

For the RCEF Enhanced Component of the RRP, seeds for distribution will come from the Philippine Rice Research Institute as a component of the RCEF following the guidelines being implemented by the program. With a maximum of three hectares, at 40 kilos per hectare, farmer-beneficiaries shall be given the intervention proportionate to their existing area size. Along with the seeds to be given, DA-RFO 1 will also provide additional 2 bags of urea fertilizer for every two bags fertilizer purchased by the farmer as part of the intervention.

For the coming wet season, DA will be giving a total of 199,155 bags of fertilizer to cover the 99,578 hectare planted with certified seeds regionwide.

Meanwhile, for the Expanded Inbred Rice Production component, DA-RFO I will also be providing certified seeds good for 30,000 hectares in addition to RCEF intervention.The remaining 81,647 hectares will come from other sources like direct purchases of farmers and some LGU-led seed subsidy programs being implemented in the four provinces.

In support to this project, DA will also be giving additional two bags of urea fertilizer for every farmer-beneficiary in coordination with the Local Government Units in the region.

Director Alviar took the initiative in realizing the preparatory activities of requesting seed companies on the availability of volume of different rice varieties in their warehouses to assure the availability of seeds in time for the coming wet cropping season.

Aside from this close coordination with the seed companies, DA Region 1’s top management has likewise informed seed growers' cooperatives for the early delivery and positioning of certified seeds under the RCEF program in coordination with PhilRice.

Alviar along with these preparatory activities has likewise reiterated his request to the DA national to expedite DA Region I's request for the realignment of around P126 million under the Rice Program for the procurement of seeds this wet cropping season on top of the RRP and funds from the other DA's major Banner Programs amounting to P165.2 million in support to DA's Plant Plant Plant Program.

Related Tags

agriculture freddielazaro region1
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.