ADVERTISEMENT

Records tumble from pool to track as Tokyo Paralympics hits day six

Published Aug 30, 2021 01:41 pm
Athletes compete in the men's 100m backstroke S9 swimming heat at the Tokyo 2020 Paralympic Games in the Tokyo Aquatics Centre in Tokyo on August 30, 2021. (Photo by Charly TRIBALLEAU / AFP)

China's youngest Paralympian broke her own world record in the pool in Tokyo on Monday, a day after Norwegian former refugee Salum Ageze Kashafali ran the fastest Paralympic Games 100 metres in history.

Dubbed the "Flying Fish", 16-year-old Jiang Yuyan set an S6 50m butterfly world record of 34.56sec in Monday morning's heats, knocking 0.30sec off the mark she set in winning the 2019 World Championships in London as a 14-year-old.

Jiang, who lost her right arm and right leg after being hit by a truck when she was three, only took up swimming aged eight and will compete for her maiden Paralympics gold in the final later on Monday.

Elsewhere on day six of competition, British sprint star Jonnie Peacock will go for a third consecutive Paralympic 100m T64 gold, though he will have his work cut out to beat Germany's Felix Streng, who looked in ominous form in qualifying fastest from Sunday's heats.

Records have been falling on a daily basis at the Tokyo Games, and Norway's Kashafali on Sunday became the fastest 100m runner in Paralympic history when he crossed the line in 10.46sec in the T12 final.

"I don't know what to say," the 27-year-old said after the race, dissolving into tears.

"I came from nothing. I came from begging on the streets."

The Norwegian fled the civil war in the Democratic Republic of the Congo with his family as a child and took up athletics as a teenager in his new home.

He has vision impairment as the result of a congenital condition and has also competed with non-disabled runners.

"I have been through so much, from bullets to hunger, and to be here as one of the best means a lot to me," Kashafali said.

'Forget the horror'

He is not the only survivor of war at the Games, which features a refugee team and two Afghan athletes who escaped from Kabul after the country's fall to the Taliban this month.

Zakia Khudadadi and Hossain Rasouli arrived in Tokyo over the weekend after a complex international effort that saw them evacuated to France where they rested and trained before flying to Japan.

International Paralympic Committee chief Andrew Parsons said Monday that receiving the pair in Tokyo was "a moment I will remember for the rest of my life."

"It was just incredible to feel that we had contributed in some way," he added.

Khudadadi will compete in the women's -49kg K44 taekwondo on Thursday. Sprinter Rasouli will take part in the men's T47 long jump on Tuesday having arrived too late for his favoured T47 100m.

"None of us can ever imagine what they have been through," Parsons said.

He said he hoped the pair would be able to "really focus on sport and forget for a few days at least what they left behind and the horror that they have been through in their home nation."

Britain's wheelchair rugby team were nursing hangovers on Monday after celebrating a shock gold medal, the first time a European team has triumphed in the sport once known as "murderball."

They upset the odds by beating favourites the USA 54-49 in the final.

Japan took bronze after defeating 2016 Rio champions Australia in the third-place match.

"Not in my wildest dreams did I think we'd be coming away with a Paralympic gold medal," admitted Britain's Stuart Robinson.

"For the past four or five years we've been building towards something special," he added.

"We've applied everything that we've learned and put it into practice at these Games."

Jim Roberts, who scored 24 tries in the final to lead his side to victory, was asked how he would celebrate.

"I just hope someone's got some beer somewhere," he told the UK's Channel 4 television.

Related Tags

Tokyo Paralympics
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.