ADVERTISEMENT

Inside CEU's virtual Loyalty Day

Published Oct 22, 2020 02:50 pm

The university honors loyal employees and alumni on this special day

Neither rain nor shine nor pandemic stops Centro Escolar University (CEU) in their pursuit to provide quality education and celebrate achievements. This year, the university staged its annual Loyalty Day virtually to recognize the years of service rendered by personnel and alumni.

The CEU Loyalty Day is celebrated every Sept. 11 to commemorate the birth anniversary of Dr. Concepcion Aguila, who is the university's icon of fidelity and commitment to service. Dr. Aguila served as the executive director, Dean of the Graduate School, Dean of the College of Education, and the moderator of extracurricular activities at CEU.

"I was not given the chance to meet her personally, but I felt her positive influence on the people who had the chance to work with her," says CEU alumnus Dr. Allan Raymund Del Rosario in tribute to the late Dr. Aguila. "Her legacy and mantra of strict discipline, professionalism, and high standards are taken seriously, practiced earnestly and thoughtfully by her successor."

"I hope that our care and love for our alma mater remains and stays forever," he adds in his speech as guest speaker. "Let's support one another, pray for each other, especially in this time of the global pandemic. Again, my congratulations to all loyalty awardees and to CEU."

The highlight of the event were the 101 parent-alumni and service awards. This include two 45-year service awardees: Patricia Alviar of CEU Manila School of Nursing, and Amelia Rubin De Celis of CEU Manila School of Pharmacy. In accepting her award, De Celis roused her fellow CEU family, encouraging them to continue to use every opportunity to perform their work to the best of their abilities. They take pride in working in the education sector, helping pave the way for the next generation.

Meanwhile, Dr. Kathryn Cunanan-Elevazo, another alumna of CEU, delivered the response for the parent-awardees. She represents generations of loyalty to the educational institution that shaped her. Like her mother, Dr. Cunanan-Elevazo passed on the Escolarian education to her son, who will be graduating as a optometrist. Her husband is also a CEU alumnus, making it a full family affair.

"On behalf of all my fellow parent-awardees," Dr. Cunanan-Elevazo starts, "I would like to take this opportunity to say thank you to our alma mater, the Centro Escolar University, for giving us inspiration, for molding us and the future students of optometry to be better and successful individuals."

The first ever virtual Loyalty Day was made possible through the efforts of this year's working committees, led by university registrar Dr. Rhoda Aguilar, and CEU Alumni Foundation Inc. (CEU-AFI) president, Dr. Paz I. Lucido.

For more information about CEU call (02) 735 6861 to 71 | www.ceu.edu.ph | Facebook: @theCEUofficial | Twitter: @CEUmanila, @CEU_makati05, @CEUMalolo

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.