ADVERTISEMENT

'Milestone': DOST-PNRI signs MOU with Via Verde on dev't aid for irradiation services

Published Jun 16, 2021 01:54 pm

The Department of Science and Technology - Philippine Nuclear Research Institute (DOST-PNRI) committed on Wednesday, June 16, to provide technical assistance to help private firm Via Verde carry out its plan to build a fully commercial irradiation facility in the country.

DOST Secretary Fortunato de la Peña (middle), PNRI Director Dr. Carlo Arcilla (2nd from left), Via Verde President Dave Ranile (2nd from right), PNRI Career Scientist Dr. Lucille Abad (extreme left) and Steven Hung of Via Verde (extreme right) during the signing of the Memorandum of Understanding on Project Development Assistance for Irradiation Services between DOST-PNRI and Via Verde, which plans to establish a commercial irradiation facility in the near future. (Photo from DOST-PNRI)

PNRI Director Dr. Carlo Arcilla and Via Verde President Dave Ranile signed the memorandum of understanding (MOU) to pave the way for the privatization of irradiation facilities which will greatly enhance agriculture and industry in the Philippines.

DOST Secretary Fortunato de la Peña witnessed the signing of the MOU on “Project Development Assistance for Irradiation Services” between DOST-PNRI and Via Verde.

The DOST-PNRI described the MOU signing as “another milestone in radiation technologies for Filipino industries.”

“Via Verde’s projected commercial facility will use gamma radiation to process agricultural products and improve their quality and competitiveness in the market, while eventually looking to expand their services to the sterilization of medical equipment, among others,” it said In a statement issued on Wednesday.

“The company is also looking forward to PNRI’s upgrading of its Cobalt-60 Multipurpose Irradiation Facility (MIF) as it intends to enter into a block-time agreement with PNRI for operating the facility.”

De la Peña had noted that Via Verde has been seeking to pioneer the safe use of gamma irradiation for lengthening shelf life of agricultural products for local and export use, and for various industrial applications.

Currently, the PNRI serves as the sole facility that has been providing irradiation services for agriculture, industrial and medical applications.

It operates the Cobalt-60 MIF, the Gammacell-220 and the Electron Beam Irradiation Facility (EBIF).

“Once completed, the upgrading of the MIF into a fully-automated facility will increase the volume of products processed, while also allowing for more flexibility in irradiating products as well as a safer environment for the facility operators,” the PNRI said.

The Institute said its Cobalt-60 MIF is first and only facility of its kind in the country established in 1989. It has been regularly used for radiation processing of thousands of tons of food, spices, medical equipment and other raw materials on a semi-commercial scale for various clients from the commercial and industrial sectors, it said.

“PNRI also operates the Electron Beam Irradiation Facility as well as smaller facilities such as the Gammacell-220 and the Ob-servo Sanguis irradiators, which are being used for several applications in industry, medicine and advanced research studies,” the PNRI said.

It cited the importance of radiation processing in decontaminating and sterilizing various products, extending their shelf-life and generally improving the quality of consumer goods both for local consumption and for exports.

“These goods do not become radioactive but can penetrate through the packaging, allowing it to clear the microbes without degrading the products,” it explained.

“DOST continues to push for the private sector to invest in the growth of the irradiation service industry in the Philippines, ensuring that science and technology-based industries will keep up with its neighboring countries.”

Related Tags

VIA VERDE fully commercial irradiation facility IRRADIATION SERVICES DOST-PNRI MOU
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.