ADVERTISEMENT

Hail to King Carlos

Published Aug 7, 2024 09:06 am
yulo2.jpg
CARLOS YULO is now the most accomplished Filipino Olympian in history, having won two gymnastics gold medals in floor exercise and vault in the ongoing Paris Games. (AP)

PARIS – Amazing. Incredible. Magnificent. And even unprecedented.

Almost all the superlatives have been used to describe the immortalization of gymnast Carlos Yulo as arguably the greatest Filipino Olympian ever.

Two gold medals in as many days in the Paris Olympics spelled the difference for no Filipino athlete has produced two glorious nights of incredible athleticism since the country first competed in the lovely French capital 100 years ago.

That’s because Yulo is blessed with extraordinary talent, resilience and a positive approach in life that he managed to weather off several storms that came his way.

He had a stormy relationship with his Japanese coach Munehiro Kugiyama that led to a much-publicized breakup months before the greatest sports show on earth was to unfold.

Though he’s dealing with another problem, a personal one that he’d rather not talk about for now as he wants to enjoy his moment of greatness.

“I’m just grateful to God. I’m grateful I didn’t stop from pursuing my dream because He gave me hope and He gave me people who truly believe and trust me,” said Yulo moments after winning his first gold.

He had two troubling nights before the finals of the floor exercise, his signature event, but with the help of his partner, Chloe San Jose, Yulo managed to endure it and came out a big winner.

“I was worried and tense heading into the finals,” said Yulo. “But I was grateful He did not let me down.”

It was a huge relief, not only for himself, but for every Juan dela Cruz who prayed fervently for his success.

And when his name was called as a winner, the proud son of Leveriza in Manila dropped to his knees, clutched his face with his two strong hands before starting crying unabashedly.

yulo1.jpg

“It’s hard to stop (crying),” Yulo said with a smile.

It was in this event where he first shot into international prominence after winning the gold in the World Championships in 2019 in Stuttgart, Germany
Recalling that brilliance, Yulo produced an eye-popping 15.000 score — thanks to a 6.6 degree of difficulty and 8.400 in execution.

The marked improvement in the degree of difficulty – from 6.2 to 6.6 – was the clincher.

Unlike in the all-around where he ended up 12th among 24 finalists, Yulo performed without hesitation this time around.

“Actually, I adjusted my score in the qualification for me to qualify safely and because it was really stressful for my body as well as for my mind,” said Yulo. “On the final, I just went for it and did not hesitate.”

Yulo’s triumph in vault was a huge bonus although he came into the arena armed with a positive approach.

“I was more chilled and relaxed after my first gold, so it was a bonus,” said Yulo. “Nawala lahat ang stress sa katawan ko after winning the floor exercise (The stress went away when I finally won in floor exercise).”

Called Dragulescu, Yulo landed almost in perfect position though he made a slight step backwards, thus earning 15.433 points.

His second vault was equally spectacular, coming through with a Kasamatsu double twist for a 14.800 and a whopping average of15.116.
Fully satisfied with his performance, he bowed gently to the cheers of the happy crowd.

The cheers got louder when his scores were flashed on a giant monitor above, confirming that he had overtaken Armenian Artur Davtyan and British Harry Hepworth, who eventually finished second and third respectively with 14.966 and 14.949.

With his rare double-gold performance, Yulo stands to receive at least ₱20 million under the athletes and coaches incentives act plus P6 million more from the Congress, not to mention a condominium worth ₱35 million.

There will be more incentives once he goes home to a hero’s welcome which he truly deserves.

Yes, the Philippines now has a new sporting king.

Take a bow, King Carlos!

Related Tags

Paris 2024 Carlos Yulo 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.