ADVERTISEMENT

James de los Santos settles for silver in online World Karate Open

Published Jul 24, 2020 10:55 pm
But only after being awarded the gold medal earlier
Karateka James de los Santos bags silver medal in the Adidas Karate World Open Series E-Tournament 2020.

Former national team campaigner James de los Santos is expected to move up the world ranking for virtual kata after he took the silver medal in the Adidas Karate World Open Series E-Tournament 2020 last Wednesday.

The 30-year-old De los Santos finished behind Portugal’s Eduardo Garcia but not after a glitch in the scoring system that initially gave the Fil-American the gold only to later be awarded the silver.

“How the tournament concluded is questionable; I don’t know why it happened,” said De los Santos in a message to Manila Bulletin. “But what I can do is keep going and there will be more tournaments to come.”

“This is also a big improvement for me. From being a quarterfinalist in the first edition to a silver medalist (temporary gold) is a feat. I will still continue training, and hopefully find more tournaments to compete in. It’s not over yet.”

After he got a bye in the Round of 32, the two-time Southeast Asian Games bronze medalist defeated Murilo Alvez of Brazil in the Round of 16, and then edged Nejc Sternisa of Slovenia in the quarterfinals.

De los Santos reached the final round with a semifinal victory over South Africa’s Silvio Cerone-Biagioni, but became the recipient of a controversial scoring by one of the referees against Garcia in the finals.

Nevertheless, it was the fifth medal for de los Santos in 11 online tournaments, which included gold medals in the Palestine International Karate Cup last April and the Korokotta Cup last June.

He also had a silver medal in the SportData E-Tournament World Series last May and bronze in the 1st Dutch Open last June.

“I’ve competed so far in 11 tournaments in a span of four months – and brought home five medals so far. On the bright side, I made a big improvement in the Adidas tourney,” he said.

“In the first edition of the Adidas Karate World Open Series, I only reached quarterfinals. But in this second edition, I had the gold for a moment… then ended with silver. I don’t know why this happened.

“But on the bright side, it’s a big improvement from being a quarterfinalist (last month) to silver medalist.”

De los Santos said the silver medal would earn him World Ranking points, and he expects to move up to No. 3.

“I was no. 4. Then recently I’m at no. 5. But after this tournament, they’ll update it (ranking) again since it adds points. With my latest silver win, I might land at No. 3,” De los Santos said.

“For me to compete in this many tournaments in a short amount of time is amazing. Don’t get me wrong; I’ll always treasure my memories in the national team, but in all my 11 years in the team, I competed in a total of 14 tournaments.

“Whereas this year, I competed in 11 tournaments in just a span of four months."

Related Tags

Adidas Karate World Open Series E-Tournament 2020 James de los Santos Adidas Karate World Open Series E-Tournament Eduardo Garcia
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.