ADVERTISEMENT

In South Africa, disabled surfers thrill at catching a wave

Published Feb 12, 2019 11:49 am
  By Agence France-Presse Pamela Hansford whooped and threw out a thumbs-up as she glided past on a surfboard, propped up by her elbows.
"To be in the water and to feel the movement again, it's really special," says 75-year-old Pamela Hanford, who broke her neck in a surfing accident a year ago 9AFP / RODGER BOSCH/ MANILA BULLETIN) A year ago, a steep wave slammed the intrepid 75-year-old into the shore at a Cape Town beach, breaking her neck. Now, a crowd of volunteers and coaches cheered her on before moving in to turn her board around and push it back out to catch the next wave. "It's wonderful," Hansford said. "To be in the water and to feel the movement again, it's really special." On the beach, South African surf champion Roxy Davis briefed the next group of volunteers. Since 2016, Davis's surf school Surf Emporium has been hosting training clinics to introduce people with both physical and mental disabilities to the thrill of catching a wave. "Whether you are an able-bodied surfer or somebody with a disability, whether it's your tenth time surfing or your very first, that joy and that stoke (thrill) is the same," she said. "It gives me the same goosebumps watching each wave at each session." People with disabilities have been surfing for decades, but it wasn't until the International Surfing Association started the first adaptive surfing world championship in 2015 that the sport began building momentum.  Enjoy, and compete - "Competition always advances a sport," said Ant Smyth, who captained the South African team at the 2015 games. After a car accident when he was five years old left Smyth's right arm paralysed, doctors suggested he take up surfing -- the paddling, they said, would encourage him to use both arms. "I never did paddle with two hands, ever," Smyth said. On his bedroom wall was a poster of legendary South African surfer and 1977 world champion Shaun Tomson. "I would surf on the end of my bed looking at that picture," remembered Smyth, now 48. "I would kneel down and pray, 'I want to be a world champion like Shaun Tomson'." At that first adaptive world championship, Smyth took silver in his division. At the most recent event in December last year, he won gold. "The quality of surfers has increased every year," Smyth said. "The event in 2015 was all happy -- like a meet-and-greet with a surfing competition on the side. It was more focused towards learning. "This time it was 'let’s win this'. In the water, it got quite fierce." Now a technical advisor to national body Surf South Africa, Smyth aims to increase the number of adaptive surfers -- not only showing people with disabilities that surfing is possible, but making it practically accessible to them. "If we do our job right and get people into the surf often and regularly, you will find talented people who have the drive to compete," he said. Teaming up with Surf Emporium's clinics helped give the project some structure. - Steep learning curve - "We're training coaches and we have equipment on tap and we have the skills and the premises to let adaptive surfers come surfing whenever they want," Smyth said. For Davis, the learning curve going from surf school to adaptive surf school has been steep. "I've been surfing for about 22 years. I feel like I know a lot about surfing, but actually understanding different disabilities and how to put people on a board to facilitate their disability -- it's been really incredible," she said. Mental disabilities are not currently recognised in any of the official categories of competitive adaptive surfing, but Davis has an all-inclusive approach at her clinics. Back at the beach, the coaches showed Chloe Murdoch how to position her autistic son Finn on a board. Murdoch was concerned -- the waves seemed a bit too big, a bit too strong. But within minutes, her nine-year-old was cruising along unassisted, lying down on the board. "With surfing, you’re not chasing any educational targets or goals, you're not trying to meet any performance, you're just enjoying your child," Murdoch said. "We get so little opportunity with special needs children to be able to do that."
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.