ADVERTISEMENT

SL Agritech promotes hybrid rice technology

Published Nov 29, 2022 05:42 pm

SL Agritech, a Filipino company engaged in the research, development, production, and distribution of hybrid rice seed and premium quality rice, strengthens its advocacy on helping the Philippines achieve food security by showcasing hybrid seed technology across farming communities locally and internationally.

“As a company highly engaged in the research and development of hybrid seed varieties, it is important for us to bring local farming communities on board with modern technologies in an effort to equip and help them produce more harvest each season. It is our mission to bridge the gap within the current agricultural landscape by showcasing accessible and affordable ways to keep up with the changing times,” said SL Agritech Executive Vice President (EVP) Michelle Lim-Gankee.

Its Doña Maria® Premium Quality Rice is exported to North America, Canada, United Arab Emirates, Saudi Arabia, Kuwait, Qatar, Jordan, Bahrain, Israel, Pakistan, Australia, Singapore, Guam and the Marshall Islands.

This year, the company has been consistently partnering with several organizations to promote high-yielding seed varieties that are envisioned to help the country produce enough rice supply for the growing population.

SL Agritech participated in the National Rice Technology Forum (NRTF) where they were joined by 3,000 farmers and 500 Agricultural Extension Workers (AEW) from different provinces across the Ilocos Region. The event focused on transferring modern rice technology, particularly hybrid rice seeds to rice farmers all over the country.

The company showcased the benefits of hybrid seeds through educational demonstrations and technology forum sessions that will help farmers holistically understand the seeds’ actual performance in the field and assess the potential of these varieties. The event aimed to obtain at least a 2-metric ton (MT) yield advantage from inbred seeds that the farmers are currently using.

Aside from the NRTF, SL Agritech also participated in international trade shows like Agrilink 2022 and IFEX 2022, where they were able to showcase a variety of their products to local and international markets. One of which is Dona Maria Premium Quality Rice – a brand that offers a wide range of premium packaged rice products.

Currently, Dona Maria is the only packaged rice brand in the Philippines that is being exported across the globe. Their wide selection of premium quality rice is known to be ISO, GMP, HACCP and Halal certified – this helps the brand gain further recognition and credibility in the international market.

Agrilink is the Philippines' largest international agribusiness event. The exhibit allows different entrepreneurs and professionals from the agricultural sector to come together and showcase their products, information technology, equipment, and services. Countries participating in the event include France, China, Korea, the United States of America, Germany, Thailand, and the Netherlands among others.

Further strengthening its relations with the local and international crowd, SL Agritech participated in this year’s IFEX Philippines. Dubbed as the country’s long-running and biggest export-oriented food show, IFEX is composed of product exhibitions, business matching activities, seminars, and special events. By consistently leading programs for the research and development of hybrid seeds and strategically partnering with various industry-wide gatherings, SL Agritech strives to be the one of the leaders that boost progress in the rice and seeds sectors.

Currently, SL Agritech has several partner communities across the country, most of them in Central Luzon, who benefit from contract growing programs that involve the use of their proprietary hybrid seed varieties. SL Agritech engages in a “buy-back guarantee” amongst their partners to ensure that farmers will gain back their income during harvest season.

“Our vision has always been to help the country and, more importantly, our farmers. As we discover solutions that will help stabilize our rice production, we want to make sure that our rice farmers are not left behind. The journey that we are taking towards rice self-sufficiency will center on uplifting rice farmers and our local rice products across the country and the world,” said Henry Lim Bon Liong, CEO of SL Agritech.

Related Tags

agrilink SL Agritech Corporation hybrid rice
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.