ADVERTISEMENT

Family of US reporter jailed in Russia vows to keep fighting

Published Mar 29, 2024 11:01 pm

WASHINGTON, United States — One year after American journalist Evan Gershkovich was arrested in Russia on espionage charges, his family vowed Friday to continue fighting for his release, a pledge echoed by President Joe Biden.

AFP__20240329__34MN86B__v1__Preview__FilesRussiaUsJournalist.jpg
An illustration of The Wall Street Journal reporter Evan Gershkovich, who was arrested on espionage charges in Russia, is displayed during the WSJ Tech Live conference in Laguna Beach, California on October 16, 2023. Evan Gershkovich, a Wall Street Journal reporter who has spent a year behind bars in Russia, is awaiting a trial on espionage charges the White House says are fabricated but could still see him jailed for decades. The US-born son of Soviet emigres covered Russia for six years. His arrest in March 2023 for spying is the first such charge against a Western journalist since the Soviet-era. The 32-year-old, who has been remanded in custody until at least the end of June, faces up to 20 years prison if found guilty. (Photo by Patrick T. Fallon / AFP)

"We never anticipated this situation happening to our son and brother, let alone a full year with no certainty or clear path forward," his family said in a letter to the readers of the Wall Street Journal, Gershkovich's employer.

"But despite this long battle, we are still standing strong."

The 32-year-old reporter was detained by Russian security service agents on March 29, 2023, and accused of spying -- the first such charge against a Western journalist since the Soviet-era.

Gershkovich, his employers and the White House all vehemently reject the spying accusations, saying he was an honest journalist doing his job.

"Journalism is not a crime, and Evan went to Russia to do his job as a reporter --risking his safety to shine the light of truth on Russia’s brutal aggression against Ukraine," Biden said in a statement.

He vowed to "continue working every day to secure his release" as well as to "denounce and impose costs for Russia's appalling attempts to use Americans as bargaining chips."

Russian President Vladimir Putin has expressed willingness to exchange Gershkovich, and the Kremlin on Thursday said conversations were still ongoing behind the scenes.

- 'Ache in our hearts' -


In their letter, Gershkovich's parents, Mikhail and Ella, and sister Danielle described the past year as "unimaginable."

"It has felt like holding our breath," the family wrote. "We have been living with a constant ache in our hearts thinking about Evan every moment of every day."

The family, who has met with Biden, thanked the US government, the Journal, Gershkovich's friends and well-wishers for working towards his release and for their support.

"Throughout all the challenges in this tumultuous time we've watched as Evan has faced this uncertainty, stuck in a small cell, with limited news of the world, without his freedom."

The US government has declared that Gershkovich is wrongfully detained, meaning it effectively regards him as a political hostage.

"To Evan, to Paul Whelan, and to all Americans held hostage or wrongfully detained abroad: We are with you. And we will never stop working to bring you home," Biden said, referencing the case of a former US marine also jailed in Russia since 2018.

Democratic and Republican leaders of the bitterly divided US Congress united Friday in calling for Gershovich's release, as well as that of Whelan and others "wrongfully detained" by Russia.

"Journalism is not a crime, and reporters are not bargaining chips," their statement said.

UK Foreign Minister David Cameron called Russia's detention of Gershkovich "a damning indictment of its disregard for media freedom, and the values of truth and objectivity."

Over the past year, Gershkovich's family has watched footage and photographs from a Moscow court where he appeared every few weeks to have his pre-trial detention extended continually.

"We have watched him face this with his head held high because he is innocent," the family wrote in their letter.

This week the court in Moscow ruled that Gershkovich would remain in detention until at least late June.

On Friday, the Wall Street Journal published a large blank space on its front page under the headline: "His story should be here."

At Moscow's Lefortovo prison, the reporter shares a small cell with another inmate.

He gets an hour-long walk in a small prison yard every day, tries to stay fit through exercise and relies on fruit and vegetables sent by friends to supplement the meager prison diet.

"We will continue fighting for Evan's freedom, whatever it takes," the family's letter said.

Related Tags

WORLDNEWS
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.