ADVERTISEMENT

'Rise Up Stronger: The Road to NCAA Season 96' airs beginning May 23

Published May 20, 2021 02:43 pm
Martin Javier (right) and Sophia Senoron

Get to know the athletes, the coaches, the teams, and what to expect this season as GMA Network via GMA Synergy unveils ‘Rise Up Stronger: The Road to NCAA Season 96,’ airing everyday beginning this Sunday, May 23, on GTV.

‘Rise Up Stronger: The Road to NCAA Season 96’ will keep sports fans entertained and warmed up in preparation for the country's first athletic league's return to the spotlight. Every day, they will get a chance to know the athletes joining this season as well as the other faces of the NCAA such as the coaches, sports luminaries, and outstanding alumni, who started their sports journey in the said league.

Giving viewers their daily dose of everything and anything NCAA are hosts Martin Javier and Sophia Senoron.

A familiar face in Philippine sportscasting, Martin is regarded as one of the best among sports commentators, anchors, and hosts of this generation. He has under his belt years of experience, determination, and hard work. Every inch a courteous man, Martin shines as a host with his adventurous personality, boyish charm, and natural wit.

Like any athlete, Kapuso actress, model, and entrepreneur Sophia knows how to endure and triumph over pressure. A champion debater and a beauty queen, Sophia became the first winner of Miss Multinational in 2018, besting 34 candidates from around the world. Sophia is set to win the viewers’ hearts with her outgoing and charming demeanor as co-host of ‘Rise Up Stronger: The Road to NCAA Season 96’.

During the hosts’ reveal on 24 Oras last May 14, Martin and Sophia expressed their excitement on headlining the latest sports program about the country’s first collegiate athletic league.

“Napakagandang liga nito, napakaraming magagaling na players na nanggaling dito. Ako ay natutuwa na narito rin ako sa bagong tahanan ng NCAA,” shared Martin.

Meanwhile Sophia is no newbie when it comes to NCAA as she is an alumna of San Beda University.

“It’s really close to home. It’s really close to my heart and I’m so grateful to be given this opportunity ,” she said.

‘Rise Up Stronger: The Road to NCAA Season 96’ promises to give sports fans the excitement of watching NCAA again soon on the Kapuso Network.

“Iba kasi yung excitement pag sports, iba ‘yung nagagawa niya for people who are watching, iba ‘yung bonding,” said Sophia.

“Maraming firsts ‘to. Unang ligang collegiate na magre-resume sa Pilipinas, maraming ipu-pull-off yung mga online games, online activities natin,” added Martin.

For its pilot week, joining Martin and Sophia as well are Kapuso stars and personalities Derek Ramsay, Kyline Alcantara, Boobay, Kim de Leon, Chef JR Royol, Yasser Marta, Faye Lorenzo, and Elle Villanueva, among others.

“As the NCAA’s new home, GMA Network is excited to show to our viewers here and abroad the world-class talent of our Filipino student athletes. And we at the Kapuso Network, especially the GMA Synergy team, are looking forward to sharing with our viewers our newest offering on GTV. Following health and safety protocols, ‘Rise Up Stronger: The Road to NCAA Season 96’ serves as our warm-up to the very unique and special NCAA Season 96 and we hope NCAA fans will also look forward to the episodes we prepared for them every day,” said GMA Regional TV and Synergy First Vice President and Head Oliver Victor Amoroso.

Catch ‘Rise Up Stronger: The Road to NCAA Season 96’ starting May 23, Sundays at 5:05 p.m., Saturdays at 4:30 p.m., and Mondays to Fridays at 2:45 p.m. on GTV.

Kapuso abroad can watch ‘Rise Up Stronger: The Road to NCAA Season 96’ via GMA Pinoy TV and GMA News TV.

Related Tags

SOPHIASENORON MARTINJAVIER RiseUpStronger:TheRoadtoNCAASreason96
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.