ADVERTISEMENT

UST's SDG-inspired hackathon promotes healthy living, renewable energy, alternative communication

Published Mar 20, 2024 10:06 am

To foster interdisciplinary collaboration among students, the University of Santo Tomas TOMASInno Center, UST’s official technology business incubator, hosted the first University-wide hackathon with the theme “Hack-a-Thom: The UST Hackathon on Sustainable Development Goals—Health, Environment, and Education” on November 24, 2023 at the Benavides Auditorium. 

This inaugural hackathon brought together 14 teams composed of 83 students from various disciplines. Transcending the boundaries of traditional academic silos, it encouraged students to collaborate, innovate, and create solutions to real-world problems. 

TOMASInno Center made the event inclusive and appealing to students with varied interests and skills by conducting bootcamps where professional practitioners coming from the field of engineering, business, programming, and other related trades and professions gave lecture sessions. 

Vice Chairperson and Executive Director of Climate Change Commission, Secretary Robert E.A. Borje delivered a keynote message, addressing key issues and emphasizing the importance of innovation. He highlighted the challenges ranged from developing innovative solutions to societal problems to creating new technologies that could disrupt existing industries.

(PHOTO2) UST x Hack-a-Thom.jpeg
Executive Director of Climate Change Commission Sec. Robert E.A. Borje delivers the keynote address.

During the competition, the teams presented their innovations on their chosen SDG focus with a 5-minute pitch. 

In first place was Team INNOvision with their project “AERLYTE”. The project aims to solve rising problems among geriatrics like health risks, reduced mobility, social isolation, and lack of motivation for exercise. This will be addressed through technology, specifically, a revolutionary exergaming app that seamlessly blends entertainment and health that enables a personalized and immersive fitness experience, fostering a new era of active aging for a healthier and happier senior community. Members include Julianne Kyle D. Abello, FJ Rio Rey Bantugan, Karl Dominic F. Placido, and Ydel Dominique C. Villariba. 

In second place was Team Thoma5eekers with their project “Charging Point”, which aims to solve the problems brought by car-centricity by creating bike-friendly campuses and allowing the community to contribute in generating renewable energy. Mikayla Vera G. Cabildo, Kyle Christian Joshua M. Elgarico, Ronrico Miguel M. Kho, Niña Darlene S. Sebastian, and Russell L. Serranillo are the team members. 

In third place is Team “MATCHA” with “Project Gesto”, an app made for everyone who desires to communicate and learn using sign language. Aside from its purpose to communicate, this will also help people who are willing to learn Braille and Sign Language. The team includes Abby Joyce E. Borromeo, Johann Louise V. Castillo, Alyssa Cherrylyn S. Guinto, and Lance Raphael H. Perez. 

(PHOTO1) UST x Hack-a-Thom.jpeg
Team InnoVision wins first place.

Team Synapse’s “Sewalert” was recognized as the top environment-related pitch for tackling the causes of flooding by leveraging their innovative flood sensor technology and helping to alert the appropriate authorities. Team members are Marc Angelo S. Ching, Miguel Felipe E. Lugay, Kercwin Paul F. Ocampo, Carl Diego L. Sadie, and Colleen Fritzi Santiago. 

Team T6’s project “KKB”, which stands for “kumain ka na ba?” aims to solve lack of nutrition, foster healthy eating habits, and embracing connectivity among college students through an app with interconnected features of assisting users in locating food shops according to their preferences and constraints, providing easy nutrient-tracking through AI photography, and promoting a social community that reminds each other to eat rightfully and healthily. It was recognized as the top health-related pitch. 

The top education-related entry was Team Incinque’s ABARKADA, which aims to provide inclusive, accessible, and quality education for all through an interactive learning platform integrated with innovative and inclusive features for children with limited hearing capacities, such as AI Learning assistant and Digital Classrooms. 

Winning teams were awarded with cash prizes, medals, and tokens for the overall effectiveness of their interdisciplinary teamwork. Serving as the competition’s panelists were the Philippine Council for Health Research and Development (PCHRD) Head Dr. Kenneth Paul S. Ong, Cerebro CEO/Founder Justine Itugot, Accenture Managing Director Mr. Nepthalie Cruz, UST Hospital Medical Director Dr. Charito P. Malong-Consolacion, UST Alumni Association Inc. President Atty. Dwight Ramos, and UST EdTech Director Asst. Prof. Anna Cherylle M. Ramos. 

This event was generously supported by its major sponsors, Accenture and Climate Change Commission, and minor sponsors, Basic Environmental Systems & Technologies, Inc, Unify Platform AG, and Thomasian Employees’ Credit Cooperative.

Related Tags

Climate Change Commission TOMASInno Center MBEnvironment University of Santo Tomas Accenture
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.