ADVERTISEMENT

LA28 organizers confident Trump's latest travel ban won't affect Los Angeles Olympics

Published Jun 6, 2025 09:14 am
Casey Wasserman, LA28 chairperson and president, takes questions from the media during a news conference in Los Angeles, Thursday, June 5. (AP Photo/Damian Dovarganes)
Casey Wasserman, LA28 chairperson and president, takes questions from the media during a news conference in Los Angeles, Thursday, June 5. (AP Photo/Damian Dovarganes)
LOS ANGELES (AP) — Planning and preparation for the 2028 Los Angeles Olympics has made “significant progress” and organizers on Thursday, June 5, expressed confidence that President Donald Trump’s latest travel ban won’t prevent games participants from entering the U.S.
“It was very clear in the directive that the Olympics require special consideration and I actually want to thank the federal government for recognizing that,” LA28 chairman and president Casey Wasserman said during a news conference at the Los Angeles Convention Center.
“It’s very clear that the federal government understands that that’s an environment that they will be accommodating and provide for,” he said. “We have great confidence that that will only continue. It has been the case to date and it will certainly be the case going forward through the games.”
International Olympic Committee member Nicole Hoevertsz, who is chair of the Coordination Commission for LA28, anticipates the U.S. government will cooperate, as it did in hosting previous Olympics.
“That is something that we will be definitely looking at and making sure that it is guaranteed as well,” she said. “We are very confident that this is going to be accomplished. I’m sure this is going to be executed well.”
Sixteen IOC members wrapped up a three-day visit Thursday, having inspected multiple venue locations, including Dodger Stadium where they attended a Major League Baseball game between the New York Mets and the Dodgers.
The IOC’s Coordination Commission was last in the city in November.
“We’ve seen significant progress,” Hoevertsz said. “We leave the city very confident with the road ahead.”
Noting the games are 1,135 days from opening on July 14, 2028, Wasserman said, "We are in delivery mode now.”
Saturday marks the six-month anniversary of the start of the deadly wildfires that devastated Pacific Palisades on the city's west side and the community of Altadena, northeast of downtown.
“In California, there are some obvious things you should be prepared for — earthquakes, wildfires,” Wasserman said. “You certainly hope that they never happen, but shame on us if we're not prepared for any and every kind of eventuality because that is our job.”
Reynold Hoover, who runs the day-to-day work of LA28 as its CEO, said contingency planning is ongoing.
“The wildfires gave us an opportunity within the organization to think a little bit differently about how we're structured and how we impact the community and how we think about sustainability,” he said.
From a financial standpoint, Wasserman said he's “incredibly confident” the games will turn a profit.
“Frankly, losing money is not really an option for us. We understand that while there is a backstop from the city, that is not something we ever intend to get close to,” he said. “We have built our entire delivery to be tracked against the revenue we create, which is why we are being so aggressive, and have been for a long time, on generating as much revenue as possible.”
Wasserman said LA28 is “well over" 60% in contracted revenue.
“We have more revenue today contracted than Paris did total revenue," he said, “and we haven't sold a ticket yet."

Related Tags

LA28 Los Angeles Olympics
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.