ADVERTISEMENT

Pinoy math wizards win 33 medals, awards in Bulgaria

Published Jul 8, 2018 02:32 pm
By Jonathan Hicap BURGAS -- Young Filipino students bagged 33 medals and awards at the 2018 Bulgaria International Mathematics Competition (BIMC) held in Burgas, Bulgaria from July 1 to 6. Members of the Philippine delegation display the flag, and the medals and trophies they won at the awarding ceremony of the Bulgaria International Mathematics Competition (BIMC) in Burgas. (Photo by Jonathan Hicap/MANILA BULLETIN) Members of the Philippine delegation display the flag, and the medals and trophies they won at the awarding ceremony of the Bulgaria International Mathematics Competition (BIMC) in Burgas. (Photo by Jonathan Hicap/MANILA BULLETIN) According to the Mathematics Trainers Guild Philippines (MTG), the Philippines won one gold, four silver and 11 bronze medals, and nine merit awards in the individual competition. In the team and group contests, the country bagged one champion, two first runners-up and five second runners-up trophies. Grade 6 student Ethan Jared Chan of British School Manila won the country’s gold medal. The silver medalists are John Florence Dizon, Calamba Elementary School; Lance Heinrich Lim, Saint Jude Catholic School; Jose Lorenzo Abad, Philippine Science High School-Main; and Stephen James Ty, Zamboanga Chong Hua High School. Bagging bronze medals are Sean Kendrick Yeo, PACE Academy; Armea Helena Sien Dimayacyac, Notre Dame of Greater Manila; Frederick Ivan Tan, Philippine Science High School-Main; Gregory Charles Tiong, Saint Jude Catholic School; Naomi Anne King, Saint Jude Catholic School; Maria Monica Manlises, St. Stephen’s High School; Ralde Anuel Bautista, MGC New Life Christian Academy; Sarji Elijah Bona, Palawan Hope Christian School; Sted Micah Cheng, Hope Christian High School; Vanessa Ryanne Julio, Saint Jude Catholic School; and Justin Teng Soon Khoo, Regional Science High School III. Taking home merit awards are Dillion Keller Chan, UNO High School; Alexandra Brianne Gochian, Saint Jude Catholic School; Krystal Lim Tiong Soon, Grace Christian College; Ambrose James Torreon, Rainbow of Angels; Benjamin Jacob, St. Philomena Academy of Lipa; Dominic Lawrence Bermudez, Philippine Science High School-Main; Annika Angela Mei Tamayo, Ateneo de Iloilo; and International Girls’ Team A’s Angelene Erika Madrazo, Zamboanga Chong Hua High School and Trisha Danielle Sia, Chiang Kai Shek College. Philippine Team B in the high school division composed of Abad, King, Manlises and Ty won as champion in the group contest and second runner-up in the team contest. Tamayo, Khoo, Julio and Bermudez bagged first runner-up in the team contest while Madrazo also won first runner-up as a member of the International Girls’ Team A. Winning second runner-up in the team contest are Benn Jethro Sia of Kong Hua School, Jence Enrico Dela Fuente of Ateneo de Naga University Grade School, Marco Erano Dumale of De La Salle University-Laguna, Dillion Keller Chan, Ethan Jared Chan, Yeo, Dimayacyac, Dizon, Jacob, Lim, Tan, Tiong and Sia. “I was shocked and excited,” said Chan on winning the gold medal for the country, adding that he studied very hard to prepare for the contest. A total of 28 countries and territories joined the contest. These were Australia, Bulgaria, Canada, China, Cyprus, Hong Kong, India, Indonesia, Iran, Kazakhstan, South Korea, Macau, Malaysia, Mexico, Nepal, Netherlands, Philippines, Romania, Russia, South Africa, Sri Lanka, Taiwan, Tajikistan, Thailand, Ukraine, Uzbekistan, Vietnam and Zimbabwe. Accompanying the Philippine delegation to the contest were team leaders Dr. Simon Chua, Dr. Isidro Aguilar, Dr. Jonathan Glorial, Minerva Avecilla, Arvie Ubarro and Renard Eric Chua, all of MTG. “Filipino students showed great performance in the contest and we are proud of their latest achievement. They trained hard for the competition,” said Aguilar, MTG president. MTG was founded in 1995 by math experts and has been training and sending Filipino students to international math competitions every year.
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.