ADVERTISEMENT

Women's basketball icon Clark faces her last March Madness

Published Mar 22, 2024 04:09 am

At A Glance

  • Caitlin Clark's incredible college basketball career is down to the final games, but the 22-year-old University of Iowa guard's impact figures to be felt for a long time to come.

WASHINGTON (AFP) -- Caitlin Clark's incredible college basketball career is down to the final games, but the 22-year-old University of Iowa guard's impact figures to be felt for a long time to come.

caitlin clark.png
Caitlin Clark (right) of the Iowa Hawkeyes drives to the basket against Jaz Shelley of the Nebraska Cornhuskers in the second half during the Big Ten Women's Basketball Tournament Championship at Target Center last March 10, in Minneapolis, Minnesota. (AFP)

Clark's deadly skills as a 3-point sharpshooter have made her an iconic talent, taking the all-time National Collegiate Athletic Association (NCAA) women's scoring record and attracting sellout crowds and huge television audiences in the process.

When she scored 35 points in her final regular-season game, Clark overtook 1960s star Pete Maravich for the NCAA major college scoring record -- for men or women.

In the process, a girl from Iowa's state capital of Des Moines has become a global icon, sellout crowds watching her every game and sponsors inking deals even before she departs for the Women's NBA, with Indiana likely to make her a top draft pick.

"It's hard to wrap my head around having an impact globally. That's my goal and my dream and what I want to do," Clark said.

"It's super cool to see who we have an impact on in our state and also in our country, but certainly around the world, too."

The "Caitlin Clark Effect" has produced "Clarkies" the way singer Taylor Swift has her "Swifties" followers. Iowa's women's team sets attendance records wherever it plays and record viewership marks.

Resale prices hit $500 for game tickets and will likely leap even higher for March Madness, with the Hawkeyes a top seed in the NCAA women's tournament and playing their first game at home on Saturday, March 23.

"I'm just happy for our program, first one seed since 1992, so it's pretty impressive," Clark said.

"It's really important now, knowing every time I take the court could be my last. I'm soaking that in and going out there and playing my heart out. More than anything I'm excited."

The 6-foot (1.83m) phenomenon finds herself a hero to all who admire her talent.

"It's really special, being able to be a role model for all those young girls, but also young boys too," Clark said. "There's a lot of young boys that look up to us. People young and old idolize our team, and that's one of the coolest things."

NCAA rule changes have allowed her to accept endorsement deals with such sponsors as Nike, Gatorade and State Farm, even finding her way onto TV commercials while still in school.

"What we're doing for women's basketball is tremendous," Clark said. "You're seeing the parity (with men) across the sport be improved more and more and that's what's attracting more people to our game, the talent level.

"People want to watch. When you're given an opportunity and put on this stage, people show up and want to pay attention. We never take that for granted."

 

'It's pretty amazing'

 

Clark has proven nearly unstoppable, hitting long-range jump shots and working her teammates into the attack as well, Iowa coach Lisa Bluder said.

"That's mind-boggling when you think about it. Everybody's defensive plan is to stop her and nobody has been able to figure out really how to do it," Bluder said. "She has faced every kind of defense. She really knows how to pick them apart. It's pretty amazing."

Bluder said success has not gone to Clark's head.

"Us coaches and her teammates keep her head on straight," Bluder said.

"When you're 22 and getting this kind of attention, these kind of (sponsor) deals, it's hard to keep your head on straight. It takes a great amount of maturity, of parental support, but I think also it's her ability to be humble and laugh at herself."

Bluder's team played before 55,000 at the campus football stadium.

"I played in the '70s and there were barely 50 people in the stands," Bluder said. "Very thankful for where we are. Can we keep growing? You bet. Why not?"

Iowa's tournament draw is a difficult one. Last year the Hawkeyes lost to Louisiana State in the final. This year, they could face a quarter-finals rematch.

"The biggest thing for me is just enjoy every single second," Clark said.

"If you don't have it for one night, your season's over in the blink of an eye. But if you do have it, you can put a special run together."

Related Tags

March Madness NCAA
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.