ADVERTISEMENT

Giuliani latest Covid-19 diagnosis in Trump inner circle

Published Dec 7, 2020 10:01 am

Donald Trump said Sunday his personal lawyer Rudy Giuliani has tested positive for Covid-19, the latest member of the president's inner circle -- where mask wearing is rare -- to contract the disease.

In this file photo taken on December 02, 2020 Rudy Giuliani, personal lawyer of US President Donald Trump, looks on during an appearance before the Michigan House Oversight Committee in Lansing, Michigan. (Photo by JEFF KOWALSKY / AFP)

The 76-year-old former New York City mayor's age puts him in a high-risk group, and the New York Times and ABC reported he was hospitalized on Sunday in Washington as the US faces a record surge in coronavirus cases.

Giuliani's diagnosis comes after he has been crisscrossing the country, leading the president's defiant -- and unsuccessful -- effort to undo Joe Biden's victory in the November 3 presidential election.

During his travels, Giuliani has been seen frequently without a mask: on Wednesday, he was at the Michigan state assembly in Lansing with his face uncovered for a hearing that lasted more than four hours.

On Thursday, CNN showed footage of him in Atlanta walking maskless down a hall chatting with several other people whose faces were uncovered.

"Giuliani, by far the greatest mayor in the history of NYC, and who has been working tirelessly exposing the most corrupt election (by far!) in the history of the USA, has tested positive for the China Virus," Trump tweeted, using a term he applies to the coronavirus widely decried as racist and fanning conspiracy theories.

"Get better soon Rudy, we will carry on!!!", the president added.

A few hours earlier, Giuliani was interviewed live on Fox News and showed no signs of the disease.

'They are wrong'

The diagnosis was also a day after Trump, who long played down the severity of the pandemic and even mocked those who wore masks, held his first big political rally since the election -- before a tightly packed crowd of thousands of largely unmasked supporters in Georgia

White House coronavirus response coordinator Deborah Birx expressed frustration Sunday at anti-mask sentiment in the US.

"I hear community members… parroting back that masks don't work," she told NBC's "Meet the Press."

"They are wrong."

The United States -- the country with the most coronavirus cases and deaths in the world -- has seen a dramatic resurgence in its epidemic in recent weeks.

For the third day in a row, the United States on Saturday notched a record number of coronavirus cases in 24 hours, reaching nearly 230,000 new infections, according to a tally by Johns Hopkins University.

A series of members of Trump's inner circle have contracted the disease since the president himself caught it weeks before the election.

They include his wife Melania, his son Donald Jr., his son Barron, his press secretary, some of his advisors, his campaign manager as well as several Republican members of Congress.

Many of them, including Giuliani, followed Trump's example, often ignoring health experts' guidance and attending White House and political events without masks.

Giuliani's son Andrew, who works in the White House, tested positive for the virus late last month.

David Gergen, a senior advisor in four US administrations, noted on CNN that while dozens of people around Trump had now contracted the virus, only one or two in Biden's camp had done so.

The lesson, Gergen said: "The cavalier attitude taken by the Trump people is only going to get you closer to catching this stuff…

"It's just as plain as it can be."

Related Tags

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