ADVERTISEMENT

The Philippines stands tall

Published Aug 6, 2024 04:11 pm

THE VIEW FROM RIZAL

What the numbers say

We join the nation in congratulating Olympic multi-gold medalist Carlos Edriel “Caloy” Yulo. We watched with elation and pride as he stood at the podium to receive his gold medals. During those historic moments in the 2024 Paris Olympics, Caloy made us feel that we, Filipinos, belong to the “tallest” race in the world.


We wrote about Caloy for the first time some five years ago.


He had emerged from total anonymity to local fame as he became the first Filipino and the first male from Southeast Asia to win the gold medal in the World Artistic Gymnastics Championship. He had just then booked a ticket to the 2020 Olympic Games slated to be held in Tokyo. We recall that hopes were then high that Caloy would bring home that elusive Olympic gold medal.


When noted that when people heard that Caloy’s family name was “Yulo,” their initial thought was that he came from a very wealthy family and that he was a “tall, young athlete studying at an exclusive school.”


As we came to know him better, we realized that Caloy was none of those.


Yes, he was very young, but he did not come from a very wealthy family. At that time, we discovered that, contrary to earlier speculations, he is not part of the family which once was a powerful political and business clan that used to own vast sugar plantations south of Metro Manila.


We were then amazed to discover that Caloy was the proverbial “batang kalye.” Media wrote that he was born and grew up in Leveriza, Malate, City of Manila, in a neighborhood where children still play outdoors. Accounts have it that Caloy was then studying at a local public school when he was supposed to have wandered into the Rizal Memorial Coliseum with his barkada, and saw gymnasts practicing.


Caloy was said to have fallen in love at first sight with the sport. He started practicing. The Gymnastics Association of the Philippines took him under their wing. While the rest of his gang eventually dropped out, he stayed on. His determination paid off. He was eventually given scholarships by the Adamson University and the Teikyu University of Japan.


That was how he started his journey to the 2024 Olympic Games where he has made history.


In the early days of his fame, many had the impression that, based on pictures, Carlos is one “tall, athletic hunk.” Hunk and athletic, yes. Tall – it appears that is not the case. The public later found out that Caloy then stood less than five feet tall – 4’11” to be exact.


Perhaps, that was one reason that easily endeared Caloy to the public. He is like many of us. He is “every Filipino”: not born to wealth, not gifted with physical advantages, but fueled by the burning desire and the powerful dream for a better life.


As we celebrate Caloy’s historic feat, we pay tribute once more to two other Filipinos who, despite their height, stood tall on the global stage and in the pages of history.


The first is Caloy’s namesake: General Carlos P. Romulo. The second is our national hero: Dr. Jose P. Rizal.


In his time, General Romulo was one of the most famous Filipinos on the global stage. Romulo’s “towering height” was never measured in feet and inches. He, too, was barely a five-footer. However, he “towered” as he stood by General Douglas McArthur in the famous landing scene in Leyte toward the end of the Second World War.


He stood tall in his generation as a statesman, diplomat, journalist, and author. He won the prestigious Pulitzer Prize and was president of the United Nations General Assembly. He is a National Artist for Literature and was president of the University of the Philippines.


As we wrote five years ago, in the Olympics of intellectual brilliance, it can be said that this tiny Filipino was a consistent gold medal winner.


The same can be said of another great Filipino born more than a century before Caloy. Dr. Jose Rizal was an intellectual giant and a larger-than-life symbol of Asian nationalism even though his height was no more than 4’11”.


These Filipinos stood as “giants” in history. They proved that the physical size of a person is no indicator of the size of his heart and his soul. What matters more is the size of a person’s dream.


When Filipinos go after giant dreams, we are unstoppable.


When Caloy first wandered into Rizal Memorial Coliseum, he likewise saw a glimpse of the future – of what he could be. He transformed that glimpse into a golden, Olympic-sized dream.

(The author is the current mayor of Antipolo City, former Rizal governor, DENR assistant secretary and LLDA general manager. For feedback, please email it to [email protected] or send it to Block 6 Lot 10 Sta.Barbara 1 cor. Bradley St., Mission Hills Subd., Brgy. San Roque, Antipolo City, Rizal.)

Related Tags

Paris 2024 THE VIEWS FROM RIZAL Dr. Jun Ynares Paris Olympics
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.