ADVERTISEMENT

A memorable homecoming

Published Sep 7, 2019 12:07 am
PAGBABAGO By FLORANGEL ROSARIO BRAID Dr. Florangel Rosario Braid Dr. Florangel Rosario Braid Dumaguete, Negros Oriental, considered one of the world’s best places to retire, is also one of the most visited cities in the South. Especially during Homecoming Week,  the last week of the past month.  This was  when my son and I joined hundreds of visitors, mostly alumni, who came for its 118th Founders’Day. I had visited Dumaguete for research projects and meetings over the years,  but last week’s  visit was special as it was a response to an  invitation from  Silliman  University’s College of Mass Communication Dean Madz Quiamco, who said  I was being recognized as  a “pioneering professor”. This was for being one of the first four faculty members of the school  which was established 53 years ago. For two years, I helped Dr. Wayne Rowland, a visiting Fulbright professor, establish  the school’s foundation. I felt a bit nostalgic upon entering the century-old welcome gates (which, by the way, was the design of the plaque given me) in the acacia-shrouded campus, and especially after seeing my old office and classrooms. A three-story building which now houses the college, its library, offices, broadcast and technology facilities was built from a donation made by Dr. Emilio Yap, former chairman of the Manila Bulletin about a decade ago. This was where I received the honors from Dr. Angel Alcala, former SU President and DENR secretary, and SU Vice President for Academic Affairs Dr. Earl Jude Cleope. Dr. Crispin C. Maslog, who was the first director of the then School of Journalism, provided the history and rationale for its establishment -- which was the promotion of the principles of freedom and democracy as a regional center for community journalism. Over the years it has remained consistent with its vision and had produced many outstanding leaders here and abroad. About a dozen of them were recognized during the 50th anniversary three years ago. Two books, “Never Again” (to martial law) and “Guide to Writing on the Environment” were launched, the first,  by Cris Maslog, the country’s most prolific book author in journalism, and Dr. Rosario Baseleres; the second by Maslaog, Davie Robie, and Joel Adriano. A”Balik-Talent” forum on Careers in Mass Communication where three outstanding alumni shared experiences with the students was held the next day with Dr. Hope Antone Chan, director, Faculty Development Program of the United Board for Higher Education in Asia;  Pilgrim Christian College retired Dean Proculo Maslog; and Ms. Minerva Newman, head, Manila Bulletin Cebu-News Team, and  MB Visayas correspondent coordinator. Many thanks to the hosts Dr. Madeline B. Quiamco, former dean of the Asian Institute of Journalism and Communication and my former doctoral student at UP Los Banos,  and the CMC faculty among them, Dr. Maria Cecilia Genove, Mr. Donald Paul Antone, Ms. Celia Acedo,  for the warm hospitality.  For the entire month of August, Dumaguete welcomed alumni from various parts of the country and abroad who participated in the alumni  homecoming programs. A publication that I would recommend to anyone who wishes to further understand Silliman University’s  unique role and contribution to  nation-building is Dr. Ben S. Malayang III’s “A View of Silliman from Camp Lookout.”  Dr. Malayang, SU’s 12th president who served two terms (from 2006-2018), is a professor of Environmental Policy and Governance. The book covers among others the university’s history, its successes (and failures too), and how it weathered transitions and “storms.”  He says, the title (“Camp Lookout”) is a “metaphorical distant mountainside.” Here, he shares his “reflections” on the “forces and influences that explain the changing state and circumstances of the university and its place in education.” He notes that one prominent success of its teaching program is its having persisted in focusing on “whole person education. It has been consistent in building competence, character, and faith, together.” He attributes the success to the clarity of vision of its founders, Board of Trustees and Chairs, its 21 presidents to date, faculty and staff. Dr.Betty Cernol McCann, social psychologist who was installed last year, is the first woman president. My e-mail, [email protected]
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.