ADVERTISEMENT

Biden and Trump gird for marathon White House race

Published Mar 14, 2024 12:30 am

Washington, United States - Eight months ahead of the US presidential election, the campaign moves from the parties' nominating contests to the trench warfare of what promises to be one of the longest, most brutal head-to-head showdowns in memory.

IMG_4727.jpeg

US President Joe Biden speaks during a campaign event in Milwaukee, Wisconsin, on March 13, 2024. (Photo by Brendan Smialowski / AFP)

President Joe Biden and his predecessor Donald Trump -- the oldest pair of nominees in history -- emerged this week from a primary season that has inflicted battle scars on both, raising questions over their judgment and mental acuity.

The 81-year-old incumbent Democrat and his Republican foe, 77, see their rematch on November 5 as an existential moment for America and have spent months trading deeply personal insults in a bruising start to the campaign.

Both are unpopular with large sections of a populace wary of handing the keys to the most powerful office in the world to men born closer to the inauguration of Civil War hero Ulysses S. Grant than to November's election.

Trump -- who never left the political stage after defeat in 2020 and faces dozens of pending criminal charges -- is likely to be dividing his time between his signature rallies and court appearances.

"It's clearly a different election this time around -- you could argue both Biden and Trump are weaker, and it's a matter of relative weakness -- but with a long eight months of unknowns in the way," said Joshua Darr, a political analyst and communications professor at Syracuse University in New York.

 

- 'Age matters' -

 

The earliest both major parties picked their nominees was in 2000, when George W. Bush and Al Gore were named 243 days before the election. The 2024 campaign is set to be just six days shorter.

Its duration presents unique challenges to strategists looking to manage the candidates' stamina and nervous of election fatigue among voters.

Trump would take Biden's record as the oldest president in history were he to succeed in November and stay the course for a full second term, yet the age issue has been lopsided -- threatening Biden more than his rival.

Trump's gaffes at campaign rallies -- where he regularly confuses names, places and history -- have paled beside a special counsel report that called Biden an "elderly man with a poor memory."

"Age matters. Biden looks older in 2024 compared to 2020, and he is working hard to dispel the notion that he is past his prime," said political historian Mike Cullinane, of Dickinson State University in North Dakota.

The 2024 cycle -- including down-ballot races -- is expected to be the most expensive ever, according to US media citing political ad buys, with total spending likely to exceed $10 billion.

It has been shaped by worries over inflation, surging illegal immigration, anger over the erosion of abortion access and threats to the liberal world order, both domestic and foreign.

Kadir Green, a 25-year-old undecided voter, told AFP in Washington that was "pretty nervous" about the election.

"I feel like the outcome is pretty chaotic. It's very, like, a pressure cooker kind of feeling," said Green, adding the political atmosphere felt "very polarizing."

 

- Everything to play for -

 

Trump's aides point to polling showing him ahead in the all-important swing states to argue that he is holding the stronger hand.

Biden says a second Trump term would shake the foundations of democracy as the Republican purges critics, reshapes the federal government in his authoritarian image and pursues vendettas to avenge every perceived slight.

The Democrat's problem is that Trump has been open about these plans, which are already baked into his support among millions of Americans and -- for now, at least -- have done little to harm his poll numbers.

But to win, Trump will need to reach beyond the "Make America Great Again" crowd and convince moderates that he isn't running simply to stay out of jail.

The twice-impeached tycoon has recently been found liable in fraud and sexual abuse lawsuits, and faces 80 felony charges, accused of Espionage Act violations and trying to steal the 2020 election.

"Given that this is a rerun of 2020, there are fewer surprises in terms of the candidates, making context important," Cullinane told AFP. "A major event could change the public perception of the candidates."

 

Related Tags

world news
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.