ADVERTISEMENT

Malaysian students announced as winner of Microsoft Imagine Cup Asia Pacific Finals

Published Apr 22, 2018 12:00 am
Microsoft crowned Team PINE from Malaysia as the winner of its second Imagine Cup Asia Pacific Regional Finals, after a nail-biting finale against 14 other teams from across the region. Six other teams were also selected to continue their journey at the Imagine Cup World Finals which will be held in Seattle in July. Team PINE developed a handheld sensing device that can help pineapple farmers efficiently and effectively evaluate optimal levels of ripeness prior to harvest, and in a non-intrusive manner. This is because traditional methods of determining ripeness use a refractometer, which subjects the fruit to destructive analysis. Team PINE’s solution aims to minimise wastage and help pineapple farmers maximise the percentage of harvest brought to market for export. The first runner-up and second runner-up places were awarded to Team BeeConnex from Thailand, and Team 7x from Singapore, respectively. Team BeeConnex from Thailand came up with the Smart Hive; an IoT device that enables beekeepers to track and monitor the health of a beehive. The device is also able to alert beekeepers when potential issues are detected within the hive. Singapore’s Team 7x created ProCubeX, an interactive smart-learning cube designed as an early intervention tool for children with dyslexia. The cube will intelligently generate an individualized education plan for dyslexic children, triggering multisensory stimulation as well as the parts of the brain responsible for language learning. In all, seven teams from the Imagine Cup APAC Regional Finals were selected to continue their innovation journey to the next level at the Imagine Cup World Finals.   The seven teams are:
  • Team PINE (Malaysia)
Champion
  • Team BeeConnex (Thailand)
1st Runner-Up
  • Team 7x (Singapore)
2nd Runner-Up
  • Team Beehive Drone (Indonesia)
Worldwide Finalist
  • Team Classum (Korea)
Worldwide Finalist
  • Team En#22.45km (Korea)
Worldwide Finalist
  • Team SochWare (Nepal)
Worldwide Finalist   The student teams will take their innovation journey to the next level at the Imagine Cup World Finals. Held in Seattle this July, the World Finals will gather more than 50 student teams from all over the world, all vying for the top prize of up to US$100,000 mentorship opportunities with Microsoft CEO Satya Nadella, as well as Azure grants and credits to bring their winning solution to the market. Team Onyx from the Philippines created Bionyx  – a mobile app that scans and analyzes fingernails and helps individuals easily identify diseases related to the liver, heart, lungs, and blood. They were one of 15 finalist teams who participated in the regional finals came from nine countries, including Indonesia, Korea, Malaysia, Nepal, Singapore, Sri Lanka, Thailand and Vietnam. These teams were selected from local finals that were held in each country earlier this year. Dave Miller, Commercial Software Engineering Lead, Microsoft Asia Pacific, said: “Imagine Cup has always strived to be the platform for students to turn their dreams into entrepreneurial realities. Every year, we have the privilege to witness great ideas from budding innovators working hard to solve pressing challenges with smart, effective solutions. We are here to help them take their first steps towards achieving their goals, and we are excited to see how their ideas will define the future we will live in.” The “People’s Choice Award”  was given to Team BeeTech from Vietnam, who developed a Smart Car Box that can help car owners pre-empt any possible complications before they occur. The team garnered admiration from fans through an online voting component of the regional finals. This year’s judging panel includes Siti Norliza Mohd Sahar, Director, Talent & Digital Entrepreneurship, Malaysia Digital Economy Corporation (MDEC); Kelvin Tan Cheng Kian, Programme Director, National University of Singapore Enterprise; Michael Teoh Su Lim, Founder, Thriving Talents; Bikesh Lakshminand, Founder & CEO of 1337 Ventures; Alvin Chai, UX Consultant & Co-founder of Netizen Experience; LJ Chiu, Director, Audience Evangelism, Commercial Software Engineering, Microsoft, and Chris Auld, Director, Technical Evangelist, Commercial Software Engineering, Microsoft. Michael Teoh Su Lim, Founder, Thriving Talents, said: “This year’s competition saw many outstanding projects by talented students who have the passion to solve real-world issues that many countries in the region face today.”
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.