ADVERTISEMENT

UP Cebu supports V-League Visayas launch

Published May 18, 2025 04:03 pm

At A Glance

  • In line with its vision of inclusive and decentralized sports development, UP Cebu has expressed strong support for the launch of the V-League Visayas, a landmark initiative aimed at empowering regional athletic talent and creating new pathways to national success.
(From left) Harry Tajo, Anne Lanante, Cheanie Salacop, Chancellor Leo Malagar, Coach Ken Boyd Abunda, Ken Ucang, Jherson Esmeralda.
(From left) Harry Tajo, Anne Lanante, Cheanie Salacop, Chancellor Leo Malagar, Coach Ken Boyd Abunda, Ken Ucang, Jherson Esmeralda.

In line with its vision of inclusive and decentralized sports development, UP Cebu has expressed strong support for the launch of the V-League Visayas, a landmark initiative aimed at empowering regional athletic talent and creating new pathways to national success.

UP Cebu Chancellor Atty. Leo Malagar emphasized that the university is proud to be part of the historic V-League Visayas, describing it as a long-overdue opportunity for student-athletes from the region to showcase their skills and compete on a national platform.

Set to launch on July 5 through a Campus Tour, the V-League Visayas features six pioneering teams. In consideration of academic commitments, matches will take place on weekends to ensure that student-athletes maintain balance between sports and studies.

“This initiative benefits not only our student-athletes, but also their families, schools and communities,” said Malagar. “Competing closer to home promotes mental wellness, strengthens family ties and nurtures students' growth – not only in skill but also in character and dignity, under the guidance of those who raised them.”

Malagar also extended gratitude to Sports Vision Management Group Inc. and V-League Visayas commissioner Ken Ucang for spearheading the project, calling it a "visionary step" and merely the beginning of a larger movement.

Sports Vision first brought volleyball into the national collegiate spotlight in 2004 through the Shakey’s V-League. After rebranding in 2017 and transitioning into the professional Premier Volleyball League in 2021, the organization has now returned to its grassroots mission through the V-League Visayas, targeting student-athletes and school-based teams with the support of local governments.

The goal is not only to discover and develop regional talents, but to prepare them for possible inclusion in future national teams.

“We call on all higher education institutions – including those in the Capital – to support a truly national approach to sports development,” said Malagar. “Let us build programs that uplift local athletes, schools and communities from the ground up.”

Malagar cautioned against the risks of a Capital-centric sports system that, while yielding short-term wins for a few elite schools, may undermine the long-term development of Philippine sports.

“It is time for sports leaders, media, and major sponsors to look beyond Metro Manila – beyond the UAAP and NCAA,” he said. “It’s time to uplift regional leagues like SCUAA and PRISAA, not as mere recruitment pools, but as national sporting events that embody the heart and soul of the Filipino athletic spirit.”

By investing in initiatives like the V-League Visayas, Malagar believes the nation can build a sports ecosystem that reflects the diversity, talent and untapped potential of all Filipinos – not just those in the Big City.

“By supporting regional athletes, we are strengthening the foundation of national sports. We are telling young players: You don’t need to leave home to grow,” he said.

This marks a pivotal step in building a stronger grassroots system – one that fosters not just volleyball excellence, but holistic development across all sports disciplines.

In the search for future Olympians and world-class athletes, Malagar said, the answer may not lie in Metro Manila alone. “Excellence exists everywhere. What our athletes in the regions need is support, visibility and structure.”

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.