ADVERTISEMENT

Ateneo and ADI: Co-creating the future to drive innovations further and develop more AI solutions

Published Feb 2, 2023 03:51 pm
CO-CREATING THE FUTURE. At the Ateneo-ADI Memorandum of Understanding (MoU) signing, members of the Ateneo faculty and ADI leaders discussed possible collaboration to champion innovation, inclusion, and sustainability through Data Science and AI. In the photo (from L to R): Dr. Jon Fernandez, Ateneo Intellectual Property Office Director; Mr. Joseph Benjamin Ilagan, JGSOM Information Technology Entrepreneurship Program’s Program Director; Mr. Joselito Olpoc, Quantitative Methods and Information Technology Department Chairperson; Mr. Benjie Mirasol, JGSOM Faculty Member; Mr. Norman Tanchingco, Assistant Professor and JGSOM Chairman of the Department of Marketing and Law; Dr. Roberto N. Galang, JGSOM Dean; Dr. David R. Hardoon, ADI Chief Executive Officer; Dr. Adrienne Heinrich, ADI AI & Innovation Center of Excellence Head; and Mr. Albert Cuadrante, UnionBank Chief Marketing Officer and ADI Marketing Adviser.

Aboitiz Data Innovation (ADI) officially signed a Memorandum of Understanding (MoU) with Ateneo de Manila University (Ateneo), one of the top universities in Southeast Asia, to create meaningful initiatives, drive innovations further, and co-develop AI solutions.

During the signing event, Ateneo and ADI presented the vast possibilities in Data Science and AI (DSAI) and a discussion of what are the exciting opportunities that the partnership offers. The event was attended by members of the faculty and students from different Ateneo schools. The university has received international honors such as recently, the World Universities Debating Championship in Madrid, Spain, where the university’s team won against over 260 teams from all over the world.

ADI was represented by its Chief Executive Officer Dr. David R. Hardoon, AI & Innovation Center of Excellence Head Dr. Adrienne Heinrich, and Marketing Adviser Albert Cuadrante while Ateneo was represented by Dr. Roberto N. Galang, John Gokongwei School of Management (JGSOM) Dean and Joseph Benjamin R. Ilagan, JGSOM Information Technology Entrepreneurship Program’s Program Director.

PARTNERSHIP INKED. A Memorandum of Understanding (MOU) was signed between ADI and Ateneo to drive innovations further and develop more AI solutions. In the photo: JGSOM Dean Dr. Roberto N. Galang (left) and ADI CEO Dr. David R. Hardoon (right).

AI has the power to impact the world in many different ways, having the ability to empower lives, from improving social inclusion and sustainability to reducing carbon footprint. The Philippines has been increasingly adopting AI systems and solutions in the country, driving their National AI Strategy further as industry transformation for economic, social, environmental, and governance sustainability are priority concerns.

ADI aspires to make lives better and easier using the power of DSAI. They believe in turning data into a valuable resource that can create solutions that advance businesses and communities. Together with Ateneo, ADI plans to deliver effective, directed, and quality services, which includes implementing comprehensive programs that will drive the development of social capital and the measurement of impact for its community, and international audiences.

“We are excited to work with one of Southeast Asia's top universities, Ateneo, as it allows us to share the benefits of DSAI applications for the community, and also cultivate an AI culture amongst the youth by co-creating targeted integrated programs that help develop the necessary capabilities in our next generation, who will eventually be the ones to drive social innovation,” said ADI CEO Dr. Hardoon.

Ateneo’s Computer Science program has been awarded a Level 4 status accreditation by the Philippine Accrediting Association of Schools, Colleges, and Universities (PAASCU), making them and their students well-positioned to advance the discovery of progressive AI solutions. This accreditation is the highest level given by PAASCU for “accredited programs that are highly respected as very high-quality academic programs in the Philippines and with prestige and authority comparable to similar programs in excellent foreign universities.”

“We are grateful for this opportunity and eager to work with ADI to co-create AI solutions and programs that are evidence-based, comprehensive, and integrated to build social innovation and impact in the Philippines. Through this partnership we hope to be able to tackle challenges faced in our communities and further facilitate the adoption of AI across functional areas,” said Dr. Galang, JGSOM Dean.

This partnership brings many new possibilities to the Philippines’ AI scene. It also aims to pave the way for other sectors and institutions to follow in adopting AI systems.

“I see the actual impact of the right and efficient use of technology and data science from our business in improving the lives of the customers that it serves,” noted Cuadrante, UnionBank Chief Marketing Officer and ADI Marketing Adviser. “I’m excited for other companies and communities to experience the same thing that UnionBank has already benefited from and continues to benefit from.”

Related Tags

Artificial Intelligence (AI) Ateneo de Manila University Aboitiz Data Innovation
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.