ADVERTISEMENT

DOST, MSU unveils P10.07-M Optoelectronics lab in Marawi, looks to inspire future innovators in the region

Published Feb 27, 2023 07:16 am
The Department of Science and Technology, the Philippine Council for Industry, Energy, and Emerging Technology Research and Development (DOST-PCIEERD), together with the Mindanao State University (MSU) Marawi Campus has unveiled a P10.07 million Optoelectronics Science Laboratory, aiming to boost the physics program in the region. According to DOST-PCIEERD, the MSU Marawi Optoelectronics Laboratory is a first-of-its-kind in the region, put up to provide faculty researchers, graduate, and undergraduate physics students, as well as those from the BARMM, Region 10, and businesses in Iligan and Cagayan De Oro, with a research facility that can inspire them to come up with innovations in the region. Project Leader Dr. Florencio Recoleto, Jr., emphasized the importance of the laboratory for MSU's physics program. "The facility is also accessible to our PhD residents, who can use the laboratory to the fullest extent possible and leverage the quality of education in the region when it comes to nanoscience," said Recoleto. DOST Secretary, Dr. Renato Solidum Jr., urged Mindanao State University's researchers and innovators to assist the agency actively and continuously in its pursuit of science, technology, and innovation, particularly in higher education institutions and state universities and colleges. "We are extremely pleased that we can increase the workforce of the country through initiatives like this, which can lead to local and international collaborations as well as boost interest in research, product development, and product outputs because of the facility's presence," he said. The project was funded under the DOST PCIEERD’s Institutional Development Program to enable local scientists to conduct research on emerging technologies. The MSU Marawi Optoelectronics Laboratory will film the deposition of various metals, including copper, palladium, and gold, and coatings for more robust materials, anti-wear, anti-thrust, and heat resistance. Optoelectronic devices like solar cells, semiconductors, LEDs, diode lasers, and transistors will also be produced. In an interview,  DOST-PCIEERD Executive Director Dr. Enrico Paringit stated that this project started off with a discussion with the Department of Physics of MSU with an aim to enhance their physics program. "Because of course, they actually have a long history of good work on physics. In fact, in the 70s, if I may say, it was like parang the Mecca of physics research in the Philippines and we wanted to maintain it that way, by making sure that they have the facilities in place to provide educational as well as scientific capabilities to students, for researchers, and faculty," he added. "Supporting facilities is part of PCIEERD’s commitment to enable researchers in the region, particularly our students, to realize their full potential for advancing science and making an impact,"  he added. He also mentioned that "the science our innovators and researchers generate should ultimately redound to our people and create ripples for rebuilding and empowering communities such as Southern Mindanao”. With regard to the location, Paringit explained that they chose MSU in Marawi because they wanted to drive development in the regions and that they recognize the dedication of the researchers who come back to their own host institutions. "They could have sought greener pastures elsewhere with the degree that they have. Because they recognize the value of providing good education to the future scientists and researchers in the country," he explained. Paringit also mentioned that their expectation is that this will serve as the building blocks of the development of innovation in this part of the country. He added that they are also looking at being able to inspire the next generation of innovators that will make an impact on the community. The laboratory will provide a platform for researchers and students to collaborate on projects that will significantly impact the region and the country. The MSU Marawi Optoelectronics Laboratory is one of the 45 facilities funded by the DOST-PCIEERD IDP in the country in the last eight years.
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.