ADVERTISEMENT

Corpus falls short as Jung claims PGT Q-School medal honors

Published Feb 21, 2025 06:59 am

At A Glance

  • Korean Jaehyun Jung overcame a shaky start to capture the Philippine Golf Tour Qualifying School low medal honors despite a 74, edging out Carl Corpus by a single stroke in a dramatic final round at Splendido Taal Golf Club here on Friday, Feb. 21.

LAUREL, Batangas – Korean Jaehyun Jung overcame a shaky start to capture the Philippine Golf Tour Qualifying School low medal honors despite a 74, edging out Carl Corpus by a single stroke in a dramatic final round at Splendido Taal Golf Club here on Friday, Feb. 21.

jaehyun jung,winners of qualiying school,pgt-ictsi.with mr bobby chico,the general manager of splendido taal golf together with ms jhiue estrada,operations manager of pilipinas golf tournament inc.jpg
(PGT)

Jung, who opened with back-to-back bogeys, steadied himself with a run of pars and two crucial birdies on the back nine.

Meanwhile, Corpus mounted an early charge, stringing three birdies over four holes to erase a five-shot deficit and force a tie at three-under. However, a bogey on the seventh and a costly double bogey on the ninth halted his momentum.

Although the Filipino standout rebounded with consecutive birdies after the turn, Jung reasserted control with birdies on Nos. 10 and 15. Despite closing with back-to-back bogeys, his final-round two-over par card secured a three-under-par 285 total, besting Corpus’ 286 to claim top honors in his first PGT Q-School appearance.
Corpus closed out with a 70.

“Overall, I remained patient with my game, knowing that I woke up with a stiff neck and wasn’t expecting much,” said Jung. “I just focused on doing my best out there.”

“I made a few mistakes early on, but I trusted myself to recover on this course and stayed patient. My birdie on the 10th helped restore my confidence, allowing me to settle in and play better,” he added.

Japan’s Yuto Hayaski (73) and Atsushi Ueda (72) finished third and fourth with 292 and 293, respectively, in the four-day elims organized by Pilipinas Golf Tournaments, Inc.

A total of 30 players secured their PGT Tour cards, with the new season kicking off on Monday (Feb. 24) at Pradera Verde Golf and Country Club in Lubao, Pampanga.

Among them were Orland Sumcad (73), Christopher Popp (75), Myung Chal Hwang (77) and Taewon Ha (77), who tied for 27th at 308.

Christopher delos Santos placed fifth with 295 after a 76, while Tae Won Kim (68), Toru Nakajima (71) and Paul Echaves (76) shared sixth at 296.

James Ryan Lam regained his Tour card with a 298 total after a 73, while Ivan Monsalve (72) and Dan Cruz (75) finished tied for 10th at 299.

Other qualifiers included Josh Jorge (74-300), Jhondie Quibol (77-300), Carlos Packing (74-301), GJ Katigbak (72-302), Junichi Katayama (74-302), Jonas Magcalayo (75-303), Yudai Nakakuki (72-303), Jonas Magcalayo (75-303), Tom Guerrero (77-303) and Belem Arancon (80-303);

John Michael Uy (78-304), Ji Sung Cheon (78-305), Lee Song (72-306), Qawim Aslimon (80-306), Rey Pagunsan (81-306), and Luis Bagtas (79-307).

Missing out by just one stroke were Angelo Anzuris (77) and former national champion Anthony Fernando (79), both finishing at 309. Anzuris’ bogey-double bogey-bogey finish and Fernando’s three straight closing bogeys proved costly.

Amateur Paolo Wong posted a total score of 308 after carding a 79, tying for 27th place. However, he was relegated to Category 7 status, along with Anzures, Fernando and 26 others.

With 10 events scheduled for the new PGT season, the qualifiers will now shift their focus to competing among the country’s top professionals as they chase titles across some of the Philippines’ premier championship courses.

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.