ADVERTISEMENT

Iron-willed Dutch, Japanese overcome odds

Published Jun 12, 2023 06:05 am
Dutch Eric van der Linden and Chigusa Yamashita of Japan battled through choppy waters, strong winds and wet conditions and came out on top in a stern test of will and limits of human endurance that kicked off in the rain early on Sunday, June 11, and ran through near-midnight. *Eric van der Linden. ( Century Tuna IRONMAN PH)*
Van der Linden and Yamashita bagged the overall championships in the Century Tuna IRONMAN Philippines in practically the same fashion, taking command early in the swim and cranking up leads in the bike that cushioned the impact of their wavering finishes in the closing run stage. The 49-year-old van der Linden from Schagen, North Holland posted a clocking of 9:56:20 over the energy-sapping 3.8km swim, 180km bike and 42km run race as he held off South Africa’s Michael Kramer’s rally to secure the championship which he put into motion with a 1:01:19 effort in the opening leg in rough waters. The 2000 Sydney Olympics veteran then flashed superb riding skills with a best 5:04:21 time in the next event then withstood the rigors of the grueling run part to win by four minutes despite a 3:44:03 finish under drizzling rain. Kramer, who timed 1:01:36 in swim and 5:22:21 in bike, closed out in 3:31:00 but fell short of his fightback with a total clocking of 10:00:45 in one of the more exacting physical experiences that an athlete can choose to put themselves through with the last entry checking in at 11:53 p.m. Hong Kong’s Richard Hall placed third in 10:14:18, Giuseppe Solla of Italy timed 10:15:32 for fourth while Jet Ramos emerged the top Filipino finisher at fifth with a 10:20:34 clocking in the event organized by The IRONMAN Group/Sunrise Events, Inc. Yamashita, on the other hand, built an 8-minute lead over compatriot Ayaka Suzuki with a 1:11:41 time in swim, and like van der Linden, stamped her class in bike in 5:55:52 before slowing down in the run with a 4:11:17 clocking. The 34-year-old campaigner finished with an 11:30:02 effort, 14 minutes ahead of Suzuki, who clocked 1:19:26 in swim and struggled in bike (6:19:22) before charging back with a division best 3:51:46 in run. Victoria Hill of Great Britain came in third in 11:47:31 while Kuboth Rena, also of Japan, placed fourth in 11:55:04 and Alessandra Castaneda matched Ramos’ fifth place finish with a 12:17:46 clocking. Like Subic Bay 70.3 winners John Alcala and Ines Santiago, Ramos and Castaneda pocketed $1,000 each for emerging as top Filipino finishers, courtesy of Century Pacific Food COO and EVP Greg Banzon, with the full distance winners also leading a pack of qualifiers to this year’s World Triathlon Championships. Van der Linden (M45-49) and Yamashita (F30-34) likewise topped their respective age group categories, along with Kramer (M30-34), Ramos (M40-44), Hall (M50-54), Rena (F18-24), Suzuki (F35-39) and Hill (F45-49). Fifty men’s slots were awarded to the IM world meet in Nice, France on Sept. 10 and 25 seats for women in the Kailua-Kona, Hawaii meet on Oct. 14. Other age group winners were Russian Ilya Fedorov (M18-24–13:15:43), Thai Auttapol Charungwut (M25-29–11:11:52), Israel’s Chicco Avram (M35-39–10:59:22), Dougin Walker of the US (M55-59-11:07:24), New Zealand’s Stephen Farrell (M60-64-11:19:59) and Japan’s Haku Kodaira (M65-69-13:35:40); Vietnam’s Ngan Lam (F25-29-14:31:11), Svetlana Kovaleva (F40-44-13:04:45), Phuong Vuong of the US (F50-54-13:58:13) and American Jill Walker (F55-59-12:59:21).

Related Tags

IRONMAN 70.3
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.