ADVERTISEMENT

Despite historic diversity, Biden faces pressure with cabinet picks

Published Dec 11, 2020 07:45 am

Aware that he owes his presidential victory to Black voters, Joe Biden pledged to name the "most diverse" cabinet in US history. Behind the scenes African Americans have been seeking to ensure he honors such commitments by appointing minorities to key positions.

"When this campaign was at its lowest ebb, the African-American community stood up again for me. You've always had my back, and I'll have yours," Biden assured in his victory speech on November 7, promising his administration would "look like America."

U.S. President-elect Joe Biden gives the thumbs-up as he adjusts his mask after he announced U.S. Army (retired) General Lloyd Austin as his choice to be Secretary of the Department of Defense at the Queen Theatre on December 09, 2020 in Wilmington, Delaware.
(Chip Somodevilla/Getty Images/AFP / MANILA BULLETIN)

Recalling that catch phrase, the Reverend Al Sharpton, a prominent US civil rights leader, said Tuesday as Biden was in the thick of decision-making for multiple cabinet posts: "We want to make sure promises made is promises kept."

Sharpton and other representatives of African-American organizations had emerged from a nearly two-hour meeting with Biden and Vice President-elect Kamala Harris.

Biden reaffirmed his "historic commitment to racial justice," said Marc Morial, chief executive of the National Urban League, during an online press conference.

"And we underscored that our job as historic civil rights leaders is to, one, help him, and number two, to hold him accountable for the commitments that were made," he said.

Biden, the former vice president under Barack Obama accepted that challenge during the discussions, Morial added. And the nominees, who like Biden will take their places in the White House on January 20, are largely reflecting that promise.

That was crystalized perhaps most sharply on Tuesday when Biden tapped retired US Army general Lloyd Austin, 67, to become the next secretary of defense.

If confirmed by the Senate, Austin will become the Pentagon's first Black leader.

Several cabinet members-in-waiting are already trailblazing picks. Janet Yellen would be the first woman to run the US Treasury; Xavier Becerra would be the only Hispanic health secretary to date; Alejandro Mayorkas the first Hispanic homeland security chief; and Cecilia Rouse will become the first African American to chair the Council of Economic Advisors.

Biden also appointed Linda Thomas-Greenfield, a Black seasoned diplomat, as ambassador to the United Nations.

And barrier-breaker Harris, of course, will become the first Black woman and first person of Indian heritage to serve as vice president.

Warnings

"It is looking like it will be the most diverse cabinet that any president had already," Jordan Tama, a professor at American University, told AFP.

The minority nominees are in critical posts, he said, adding that defense is "probably the most important" cabinet position given the Pentagon's budget and reach.

The contrast with Donald Trump's administration is "quite striking," according to Tama. He said the outgoing president's cabinet "really was not representative of America," not just in racial diversity but in professional background, with business leaders over-represented during the brash billionaire's term.

Biden's picks so far have been "positive steps in the right direction, but we look forward to more significant appointments," cautioned Morial after the Austin nomination was announced.

As if on cue Thursday, Biden revealed two more pioneering picks: Susan Rice, one of the highest-profile Black women in American politics, was appointed director of the White House Domestic Policy Council, while progressive congresswoman Marcia Fudge was nominated to be housing secretary.

All eyes now are turning to one of the final major cabinet posts to be filled: US attorney general. The job came up at Tuesday's meeting with Biden.

Sharpton said he told the president-elect directly that he would prefer a Black attorney general. If not, "the least we could have is someone that has a proven civil rights background."

Doubts about Austin

Biden's picks for his inner circle "have largely been uncontroversial" to date, noted Kyle Kondik of the University of Virginia.

There are exceptions, however. Neera Tanden, the first woman of Indian ancestry appointed to direct the White House budget office, is getting stiff blowback from Republicans as well as some progressives.

And then there's Austin.

For the general who retired in 2016 to take the Pentagon reins, Congress would need to grant him a waiver because of a law that bars any veteran from becoming secretary of defense unless they have been out of the military for seven years.

Only two such waivers have been granted, in 1950 and 2016. A handful of Democrats have already announced they would not support a waiver for Austin, just as they had not backed Jim Mattis when he sought and received one four years ago.

Sharpton expressed outrage Tuesday at the thought of a no-waiver scenario. "We will not accept getting to the black guy, and all of a sudden we're going to change what we've already done twice," the reverend said.

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.