ADVERTISEMENT

100 years of creating bright smiles and fulfilling dreams

CEU School of Dentistry celebrates a century of providing world-class education, making significant contributions to the field of dentistry

Published Jun 10, 2025 08:33 am
Thriving for a hundred years as an academic institution signifies more than just excellence, innovation, and a strong commitment to its mission. It is also a testament to the countless lives changed and dreams fulfilled. For Centro Escolar University (CEU) School of Dentistry, its centennial celebration this year serves as both a tribute to its legacy and a reflection on a century of nurturing aspiring dental professionals while making significant contributions to the field of dental medicine.
The year-long commemoration officially began on Feb. 28, with the theme “10 Dekadang Kahusayan: Pagdiriwang ng Kalidad ng Edukasyon sa Dentistriya” (10 Decades of Excellence: A Celebration of Quality Education in Dentistry). The grand event opened with a red carpet procession, a solemn doxology, and a moving rendition of the national anthem. CEU president emeritus Dr. Ma. Cristina D. Padolina delivered the opening remarks, recognizing the institution’s enduring legacy and vital role in advancing dental education in the Philippines. The occasion was graced by Charito A. Zamora, chairperson of the Professional Regulation Commission (PRC), who delivered an inspirational message. The dean of the School of Dentistry, Dr. Mary Iodine S. Lacanienta, officially opened the celebration of the school's 100th anniversary.
A series of activities was organized to recognize and highlight the celebration. Highlights included a dialogue with the Board of Dentistry on March 4, where graduating students who will take the licensure exam were briefed on the requirements, procedures, and practical exercise guidelines; a prosthodontics seminar titled “Innovation and Challenges in Modern Prosthodontics” on April 5; and a Centennial Golf Tournament, a project of the School of Dentistry Faculty Club, held on May 20 at Splendido Taal Golf Club, Batangas.
In July, the university will launch “A Hundred Trees for A Hundred Years,” a tree planting initiative in Angeles City. Aug. 9 marks Perio Day, focusing on the link between oral and systemic health, followed by “Ortho Day” on Sept. 17.
The festivities will conclude in November at the Manila Hotel with a culminating event honoring 100 successful CEU Dentistry graduates who have brought honor and prestige to the university in academia, research, hospital practice, organizations, government dental practice, military service, entertainment, politics, and more, organized by the CEU Dental Alumni Chapter (CEUDAC).
Since its founding in 1925, CEU Dentistry has established itself as one of the country’s premier institutions for dental education, combining rigorous academic instruction with hands-on clinical training. Over the years, it has consistently produced outstanding graduates who have become leading dentists, educators, and industry pioneers. The school’s strong track record in the Dentist Licensure Examination conducted by the PRC speaks to its pledge to excellence with consistent topnotchers over the years.
The institution has been known to produce the country’s best dental professionals. Its rigorous program combines a strong theoretical in dental medicine with extensive hands-on training led by highly qualified faculty members.
CEU alumni have excelled not only locally but also globally in the different fields. They are exemplary leaders in the military services, professional organizations, in politics, in government services, in the business scene, and in the academe as deans and faculty members of different dental schools.
Recognized for excellence, CEU Dentistry received the First Highest Level of Accreditation, Level IV, Reaccredited Status from PACUCOA, and the first to earn the ASEAN University Network (AUN) Quality Assurance certification, reaffirming its commitment to world-class dental education.
As an esteemed member of the South-East Asia Association for Dental Education (SEAADE), it holds the distinction of being the first dental school in Southeast Asia to undergo a peer review by SEAADE. This just flaunts the institution’s continuous efforts to improve its curriculum, enhance faculty development, and upgrade its facilities to ensure the highest standards of dental education.
The institution remains true to its mission to develop competent, ethical, and globally competitive professionals as it enters the next century. With a legacy built on quality education and professional integrity, Centro Escolar University continues to shape the future of dental medicine in the Philippines and beyond, carrying forward its tradition of excellence into the years ahead.
To learn more about CEU’s programs, visit https://www.ceu.edu.ph/academics/1. For enrollment details, go to CEU Admissions.

Related Tags

CEU
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.