ADVERTISEMENT

Medical scholarship grants to qualified Marikina City residents OKd

Published Oct 7, 2019 10:58 pm
By Jhon Aldrin Casinas The Marikina City government now offers full medical scholarship grants to qualified residents who aspire to become doctors, Mayor Marcelino “Marcy” Teodoro said. Marikina City Mayor Marcelino Marikina City Mayor Marcelino "Marcy" Teodoro signs City Ordinance No. 078 series of 2019 granting medical scholarships to aspiring doctors in the city on Monday. With the mayor was Vice-Mayor Marion Andres, principal author of the ordinance (Photo by Marikina LGU) Teodoro signed City Ordinance No. 078 Series 2019 or the “Libreng Pag-aaral sa Pagdodoktor para sa Marikenos” during a ceremony at the Shoe Hall on Monday. Vice Mayor Marion Andres, M.D. primarily authored the measure and pushed for its passage in the City Council. According to the ordinance, qualified medical scholars may enroll at the Pamantasan ng Lungsod ng Maynila, Far Eastern University, Emilio Aguinaldo College, Manila Central University, University of Sto. Tomas, Fatima University, University of the East, University of Perpetual Help System DALTA, and St. Lukes College of Medicine. The measure requires applicants to be a bonafide resident of Marikina, they must pass the entrance examination for Medicine in any of the said schools, and must not be over 30 years old when they graduate from their pre-medicine course. Moreover, applicants must submit a letter of intent availing the scholarship grant, they must also have a pre-medicine bachelor's degree, and they must be endorsed by the Medical Scholarship Grant Secretariat and the Medical Scholarship Board. According to Section 4 of the ordinance, the medical scholarship program will only be limited to five slots per school year. Under the measure’s Section 9, continuing medical students that are on their 2nd to 4th-year status may also avail of the scholarship. Andres, who is a doctor by profession, said that he authored the ordinance so that Marikina residents who aspire to become doctors will have a chance to achieve their dream. “I am also a beneficiary of a college scholarship that’s why I was able to study medicine despite I came from a poor family. My father was a war veteran that’s why I was able to avail of a medical scholarship,” he said in a statement. “Because of this reason, I authored this ordinance to help aspiring doctors. I promised this to our fellow Marikenos during the campaign period that is why I fulfilled it,” he added. For his part, Teodoro said the city’s medical scholars who passed the board exam must render two years of professional service to the city government as local doctors. The city government targets to begin implementing the program next academic year, the statement read. The Medical Scholarship Board is composed of the mayor as chairman, the vice mayor as the vice-chairman, and the chairman of the Committee on Education of Sangguniang Panglungsod. The amount of the scholarship grant per semester will be determined by the chairman of the Medical Scholarship Board. Funding for the scholarship program will be sourced out from the Local School Board or from the general funds of the local government.
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.