ADVERTISEMENT

World Journalists Conference 2025 closes in South Korea

Published Apr 4, 2025 10:24 pm

INCHEON, South Korea - The World Journalists Conference (WJC) 2025 closed in South Korea on April 4 with participants meeting business and political leaders, experiencing Korean culture and food, and visiting different places around the country during the week-long event.  

The conference tackled two important topics for journalists: “Shaping the Future of Journalism in the AI Media Era: Copyright and Ethical Challenges” and “The Role of Journalism in Confronting Climate Change and Environmental Shifts.” 

WJC9E.jpg

The hosts and participants of the World Journalists Conference 2025 at the closing ceremony at Ramada Songdo, South Korea on April 4 (Photo courtesy of Asel Sooronbaeva) 

WJC9C.jpg

WJC9D.jpg

Incheon Vice Mayor for Global City and Political Affairs Hwang Hyo Jin speaking at the closing ceremony of the World Journalists Conference 2025 at Ramada Songdo, South Korea on April 4 (Jonathan Hicap)WJC9B.jpg

WJC9A.jpg

Journalists Association of Korea (JAK) president Park Jong Hyun thanking participants at the closing ceremony of the World Journalists Conference 2025 at Ramada Songdo, South Korea on April 4 (Jonathan Hicap)

The closing ceremony held at Ramada Songdo was attended and hosted by Incheon Vice Mayor for Global City and Political Affairs Hwang Hyo Jin and host Journalists Association of Korea (JAK) president Park Jong Hyun. 

Hwang thanked Park and staff for their hard work in organizing the conference. He said the “rapid advancement of AI [artificial intelligence] technology” is changing the media environment. 

“Emergence of generating AI has enabled automated news production and personalized content delivery, ushering in an era where anyone can become a journalist,” he said. 

Hwang added that journalists should introduce new perspectives in fact checking. 

In his speech, Park said, “Today is the last day. I remember when I had the welcoming speech in Seoul. At the time, I called you a ‘distinguished journalist.’ But today, I will change my calling for you: ‘To my dear friend.’” 

Park also said the foreign journalists were also in Korea at an opportune time as the Constitutional Court announced its decision on the impeachment of President Yoon Suk Yeol. 

batch_WJC2025 (2).jpg

WJC2025 (2).JPEG

WJC2025 (3).JPG

WJC2025 (6).jpg

WJC2025 (9).jpg

WJC2025 (8).jpg

WJC2025 (7).jpg

Participants of the World Journalists Conference 2025 at the opening ceremony and in different places in South Korea (Journalists Association of Korea)

He accompanied the journalists on trips to different places in South Korea. 

From Seoul, 62 foreign journalists from 52 countries, including Manila Bulletin from the Philippines, flew to Jeju Island where they met Governor Oh Young-hun and Lim Ki-mo, Jeju’s ambassador of international relations. 

From there, they went to Anseong, Siheung and Suwon in Gyeonggi Province, and Incheon where they visited tourist sites, were briefed on economic and business projects, and met government officials.

Participants in the conference thanked Park and JAK for the chance to visit South Korea. 

They came from Azerbaijan, Bahrain, Bangladesh, Belarus, Belgium, Bulgaria, Cambodia, Canada, China, Croatia, Czech Republic, Ethiopia, Georgia, Greece, Hungary, India, Indonesia, Iraq, Ireland, Italy, Japan, Jordan, Kazakhstan, Kuwait, Kyrgyz Republic, Laos, Lebanon, Lithuania, Malaysia, Mongolia, Nepal, Oman, Pakistan, Papua New Guinea, Philippines, Poland, Portugal, Romania, Saudi Arabia, Serbia, Singapore, Spain, Sri Lanka, Tajikistan, Thailand, Timor-Leste, Turkiye, United Arab Emirates, US, Uzbekistan, Vietnam and Yemen.  

The conference was supported by South Korea’s Ministry of Culture, Sports and Tourism, Ministry of Foreign Affairs, and Korea Press Foundation (KPF). 

WJC2025 (1).jpg

WJC2025 (12).jpg

WJC2025 (10).jpg

WJC2025 (11).jpg

WJC2025 (1).JPEG

WJC2025 (15).jpg

WJC2025 (14).jpg

WJC2025 (5).JPG

WJC2025 (4).jpg

WJC2025 (13).jpg

batch_WJC2025 (15).jpg

batch_WJC2025 (4).jpg

batch_WJC2025 (1).jpg

batch_WJC2025 (6).jpg

Participants of the World Journalists Conference 2025 in South Korea (Journalists Association of Korea)

 

 

 

Related Tags

South Korea
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.