ADVERTISEMENT

First woman, Black astronaut to make 2024 flight around Moon ​

Published Apr 4, 2023 12:38 am
HOUSTON, United States- NASA unveiled the crew on Monday for its first human mission to the Moon in more than 50 years –- including the first woman and Black man to voyage into deep space. Christina Koch, a NASA astronaut who holds the record for the longest single spaceflight by a woman, will be a mission specialist on next year's Artemis II flight around the Moon. NASA's Victor Glover, a naval aviator, will pilot the Orion spacecraft that circles the Moon in November 2024, becoming the first Black man to take part in a lunar mission. Rounding out the crew are veteran NASA astronaut Reid Wiseman, 47, the mission commander, and Jeremy Hansen, also 47, a former fighter pilot now with the Canadian Space Agency. The three Americans and one Canadian will become the first astronauts to venture that deep into space since the historic Apollo missions ended in 1972. The Artemis II flight is a prelude to returning humans to the Moon for the first time in a half century and an eventual mission to Mars. The three American astronauts have all spent time on the International Space Station (ISS) while Hansen, the Canadian mission specialist, will be making his first space flight. The four astronauts, dressed in blue flight suits, were introduced by NASA administrator Bill Nelson at an event at the Johnson Space Center in Houston. "The largest, most powerful rocket in the world is going to propel them onward and upward into the heavens," Nelson said. Koch, 44, an electrical engineer, spent a record 11 consecutive months in space and took part in the first all-female spacewalks while on the ISS. "Am I excited?" Koch said. "Absolutely!" The 46-year-old Glover said Artemis II is "more than a mission to the Moon and back." "It is the next step that gets humanity to Mars," he said.

\- Mars by 2040 \-

Wiseman, the mission commander, said the diverse crew was made up of "exceptional operators." "We're just all professional explorers," he told AFP. "We are representing our nation," Wiseman said, but "we need the entire world to go along with us." Francois-Philippe Champagne, Canada's minister of innovation, science and industry, attended the event and said his country "could not be more proud" to have a Canadian on the crew for the flight. As part of the Artemis program, NASA aims to send astronauts to the Moon in 2025 -- more than five decades after the final Apollo mission. Besides putting the first woman and first person of color on the Moon, the US space agency hopes to establish a lasting human presence on the lunar surface as a stepping stone for an eventual voyage to Mars. Nelson, the NASA chief, has said he expects a crewed mission to Mars by the year 2040. The 10-day Artemis II mission will test NASA's powerful Space Launch System rocket as well as the life-support systems aboard the Orion spacecraft. The first Artemis flight wrapped up in December with an uncrewed Orion capsule returning safely to Earth after a 25-day journey around the Moon. During the trip around Earth's orbiting satellite and back, Orion logged well over a million miles (1.6 million kilometers) and went farther from Earth than any previous habitable spacecraft. Only 12 people -- all of them white men -- have set foot on the Moon.
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.