ADVERTISEMENT

Big Hit Music confirms Jin to participate as torchbearer at Paris Olympics

Published Jul 3, 2024 12:38 am

Big Hit Music, the agency of K-pop idol group BTS, confirmed that Jin will be participating in the torch relay at the Paris 2024 Olympics.

In a statement, the agency said Jin will participate in the Paris 2024 Olympic Torch Relay as a torchbearer from South Korea.

While the specific schedule is yet to be disclosed, Jin will take part in the Olympic Torch Relay to spread the message of “harmony” and “peace.”

BTS Jin_2.jpg

BTS Jin_1.jpg

BTS' Jin (Big Hit Music)Picture by Paris 2024_Costas Baltas_SIPA PRESS.jpg

The Olympic torch (Picture by Paris 2024 / Costas Baltas / SIPA PRESS)Picture by Paris 2024_pawel.gaul_Florian Hulleu (Visual non contractual).jpg

(Paris 2024 / pawel.gaul / Florian Hulleu [Visual non contractual])

BTS members have been touted as the 21st century pop icons, making an indelible impact in the global music scene. Beyond music, they have expanded their global influence and message of positivity through various efforts, including speaking at the UN General Assembly in 2018 and 2021, continuing the “Love Myself” campaign with UNICEF since 2017.

The torch relay for the Paris 2024 Olympics began in April in Olympia, Greece and is currently traveling through 65 territories all across France until the opening ceremony of the Olympic Games.

Jin and other torchbearers are scheduled to go across various historic sites of the host country, the agency added.

The opening ceremony of the 2024 Olympic Games will be held on July 26 at the Seine.

“For the first time in the history of the Olympic Summer Games, the Opening Ceremony will not take place in a stadium. Paris 2024 is breaking new ground by bringing sports into the city and the same will be true of the Opening Ceremony, set to be held in the heart of the city along its main artery: the Seine,” according to the Paris 2024 website.

For the Olympic torch relay, it started on April 16 with the lighting of the Olympic flame in Olympia, Greece.

The flame arrived in France on May 8. The relay will be participated in by 10,000 torchbearers. In the French territory, the relay will run for 68 days.

A total of 3,000 torchbearers will participate in team relays.

According to the Olympics website, the final torch relay, set on July 26 to 27, “will showcase Seine-Saint-Denis and Paris—two cities at the heart of these Olympic Games—to the world. Friday, 26 July will begin with a parade, as has been the case on previous days.”

“The Olympic torch will wind its way through the lively streets of Saint-Denis, passing the Basilica of Saint-Denis (the necropolis of many kings of France) and then the Pleyel district, built around the central railway station serving the whole of eastern Paris. The Olympic torch will then make its way to the heart of the Olympic Village and be admired by many of the athletes, who will be able to immortalize the moment just hours before the Opening Ceremony of the Games,” it added.

The schedule added that “the Olympic torch will then cross the canals between Seine-Saint-Denis and Paris. It will pass near the Olympic Aquatics Centre, an infrastructure built for the Olympic Games and intended to be accessible to all following the Games. The torch will continue its journey past the Stade de France, which will host the athletics events of Paris 2024. It will then head for the Parc de la Villette, another nerve center of the event, where Club France will be based. Then it's off to the Seine for the eagerly awaited Opening Ceremony. The end of one adventure—the Olympic Torch Relay—and the start of a new one, just as rich in emotion.”

Related Tags

Paris 2024 BTS Jin
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.