ADVERTISEMENT

DepEd joins landmark ceremonial launch of Metrobank Foundation Outstanding Filipino

Published Nov 23, 2018 03:08 pm
By Merlina Hernando-Malipot To recognize outstanding Filipinos who render service above and beyond his or her call of duty, the Department of Education (DepEd) participated in the landmark ceremonial launch of the Metrobank Foundation Outstanding Filipinos 2019. (photo courtesy of DepEd website / MANILA BULLETIN) (photo courtesy of DepEd website / MANILA BULLETIN) DepEd, along with the Philippine National Police (PNP) and Armed Forces of the Philippines (AFP), converged in a landmark ceremonial launch of the Metrobank Foundation Outstanding Filipinos 2019 recently. Guided by the theme, “Beyond Excellence,” Metrobank Foundation searches for outstanding Filipinos who render service above and beyond their call of duty. The accomplishments of the awardees “must have inspired and influenced their peers, as well as the people in their respective communities, while their works must have transformed a community with a lasting positive impact on people and to the country.” During the launch, Education Secretary Leonor Briones expressed her gratitude to Metrobank Foundation for “continuously recognizing Filipino exemplars in the academe, military and police sectors.” The said awards, she said, “tell us, awards and awardees tell us, where there is hope, there is service, there is joy, and there is a future for our learners.” On behalf of PNP chief Police Director General Oscar Albayalde, PNP chief Directorial Staff Police Deputy Director General (PDDG) Camilo Pancratius Cascolan said “more than the recognition, the Metrobank awardees have inspired all of us in the PNP to raise the standards of performance to accomplish more, and perform better in the delivery of police services for our country and people.” Meanwhile, AFP chief of staff Gen. Carlito Galvez also declared the full commitment and solid support of the Armed Forces in the continuing search for outstanding Filipinos. “For not often enough are such honorable, heroic men and women given the recognition and appreciation that they so deserve,” he said. For Metrobank Foundation Inc. (MBFI) president Aniceto Sobrepeña, the achievements – which resulted in positive change or innovations that addressed major societal problems – should be highlighted and widely acknowledged. “By doing so, we hope to create a ripple effect that would inspire other people, especially their colleagues in their profession, to follow in their footsteps,” he added. The Metrobank Foundation has honored a total of 665 Outstanding Filipinos to date. A ceremonial signing of a pledge of commitment marked the occasion and signified unity among DepEd, PNP, AFP, MBFI, and program partners from Philippine Savings Bank (PSBank), Rotary Club of New Manila East (RCNME), and Rotary Club Makati Metro (RCMM), for fostering service excellence. Also present in the launch were PSBank senior vice president Perfecto Dimayuga Jr., RCMM vice president Al Miguel Leogardo, RCNME president John Paul Montero, DepEd Undersecretaries Annalyn Sevilla, Victoria Catibog, and Tonisito Umali, OIC assistant secretaries Alma Ruby Torio and Ramon Fiel Abcede, and winners of the search in the previous years including Jennifer Rojo from Sungay Elementary School, Tagaytay City and Col. Elmer Suderio from the Philippine Army, for 2017; and Dr. Carla Dimalanta from University of the Philippines Diliman and PS/Supt. Pascual Muñoz of the PNP Directorate for Logistics, for 2018. Through a nomination-based process, teachers, soldiers and police officers who are eligible to join must have a minimum of 10 years of service with at least “very satisfactory” rating in the last decade. Those who are set to retire must have at least three remaining years of service. All eligible nominees must have exhibited good moral character and must not have been charged guilty in any administrative or criminal case. The teachers in the elementary, secondary, or Alternative Learning System (ALS) must have full teaching load, and must have completed academic requirements for master’s degree, while tertiary and graduate teachers must have attained a doctorate degree. eligible AFP commissioned officers (captain to colonel) must have completed a bachelor’s degree, while AFP enlisted personnel (corporal to chief master sergeant) must have completed at least a high School degree. Finally, PNP commissioned officers (police inspector to police superintendent) and noncommissioned officers (police officer 2 to senior police officer 4) must have completed a bachelor’s degree. The deadline for nominations is on January 18, 2019. A total of four teachers, three soldiers, and three police officers will be recognized, and each will receive a cash prize of P1 million, a gold medallion, and The Flame trophy during the formal conferment ceremonies in September 2019.
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.