ADVERTISEMENT

Inside the Rafa Nadal Academy, a tennis talent hotbed

Published Jun 29, 2023 09:13 am
MANACOR (AFP) -- The soft thud of bouncing balls and coaches' orders echo over the courts at the Rafa Nadal Academy, the tennis "factory" the Spanish superstar dreamed into reality, his great legacy to the sport and to his island, Mallorca. *A picture taken on February 13, shows a view of the building of the Rafa Nadal Academy in Manacor, on the Spanish Balearic Island of Mallorca. When Nadal announced that he was stepping away from the game, he chose to announce it at the Rafa Nadal Academy, the tennis "factory" the Spanish superstar dreamed into reality, his great legacy to the sport and to his island, Mallorca. (AFP)*

"It came from Rafael and his father's idea of staying involved in the sport when Rafael's career was over," Toni Nadal, his uncle and former coach tells AFP at the academy in the 22-time Grand Slam winner's hometown, Manacor. "He's lasted much longer than we thought," adds Toni Nadal, with a smile. He is the academy's tennis director, speaking to AFP while overseeing some of the sport's most promising youngsters running drills. Spanish great Nadal, 37, is taking a break from tennis to try and recover from his injury problems but keeps a keen eye on his academy. He is often seen there, like on June 14 when he presided over the graduation ceremony for 49 students and players, alongside women's world number one Iga Swiatek. Nadal also chose it as the location of his May announcement that he was stepping away from the game ahead of his planned comeback and retirement in 2024. "This would be my goal -- stopping, to try and face probably the last year of my sporting career with at least the guarantees of being able to enjoy it," Nadal said at the time.

Face time

The academy's courts are where one of the greatest players of all time will prepare for his comeback, along with the students, who can sometimes enjoy rallies with the 14-time French Open champion. "He talks to the coaches on a regular basis, he explains his vision to them, he trains here all the time and trains with the kids, he gives them his way of doing things and his advice," says Toni Nadal. "I've been lucky enough to play with him several times," recalls 20-year-old Daniel Rincon, the 2021 US Open junior winner, on a terrace at the training centre. "He helps us a lot, in the breaks or during the exercises he tries to help us. "He wants us all to improve and he gives us his grain of sand, and for us it is very important that Rafa Nadal is telling you something," adds Rincon, a tall and shy young man, who also studied for a while at the academy while he was training. Norway's two-time French Open finalist Casper Ruud, fourth in the world rankings, trained at the academy aged 19, while he was ranked 143rd and looking to break into the elite. However it is not just tennis that the academy's athletes live for. Besides the 40-strong indoor and outdoor clay and hard courts, there is also an international school where they can study and prepare for university. Members of the academy also enjoy other facilities such as swimming pools, padel courts and even a small seven-a-side football pitch, with the aim of not only forming tennis players but also "producing the best people possible", says French coach Jeremy Paisan.

Perseverance

Responsible for junior players aged between 14 and 18, Paisan notes: "The most important thing is the values we transmit." Motivational quotes from Nadal are displayed around the academy. "During my career I learned to suffer," reads one, "I always work with a goal in mind and the goal is to improve as a player and as a person," another. There is also a museum that highlights Nadal's achievements. Toni Nadal recalls that his nephew's success is due above all to his perseverance and hard work, something he tries to make his pupils at the academy remember, ensuring those who dream of becoming a tennis number one keep their feet on the ground. "I consider myself a good coach, but I don't know how to become a champion -- what I pass on to the youngsters is 'Don't trust the coach, trust yourselves'. "'The one who works the hardest is the one who has the best chance of success, so I'm going to work harder than the rest.'" Despite Nadal's stellar career, the academy measures achievement in a different way. "Success is not having a Casper Ruud or Felix (Auger-Aliassime), success is that everyone gives their best version of themselves," adds Toni Nadal. "Success is that every kid who comes here makes the most of their time and when they leave, whether they have been successful or not, they feel they have not wasted their time."

Related Tags

Rafa Nadal Academy
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.