ADVERTISEMENT

Apollo moon rocks help transform understanding of the universe

Published Jun 16, 2019 10:42 am
By Agence France-Presse Moon rocks look rather nondescript -- they are often gray in color -- but for NASA planetary scientist Samuel Lawrence, they are the "most precious materials on Earth." Moon rocks are on display at the Johnson Space Center in Houston on May 23, 2019. Moon rocks look rather nondescript -- they are often gray in color -- but for NASA planetary scientist Samuel Lawrence, they are the Moon rocks are on display at the Johnson Space Center in Houston on May 23, 2019. (Photo by Chris Lefkow / AFP / MANILA BULLETIN) What is certain is that the lunar samples first gathered by Apollo 11's Neil Armstrong nearly 50 years ago have helped transform our understanding of the cosmos. Apollo astronauts collected 842 pounds (382 kilograms) of rocks and soil during their six missions to the Moon between 1969 and 1972 and brought it all back to Earth. "The Moon is the Rosetta Stone of the solar system," Lawrence, who works at the Johnson Space Center in Houston, said in an interview with AFP. "It's the cornerstone of planetary science." "People don't fully appreciate just how important studying the Apollo samples was for understanding the solar system and the universe around us," he said. "Many of the discoveries that we've made in planetary science, not just on the Moon, but on Mercury, on Mars, on some of the asteroids, directly relate to some of the results that we obtained during the Apollo missions." Studying Apollo rocks has given scientists an understanding of how the Moon was created, roughly at the same time as Earth some 4.3 to 4.4 billion years ago. Debris spent the next several hundred million years coalescing in Earth orbit into the Moon we have today, explained Lawrence. "We learned that the interior structure of the Moon is like the Earth," he said. "It has a crust, it has a mantle and it has a core." And while life evolved on Earth, "the Moon is lifeless," he said. New discoveries Several moon rocks are on display at the Johnson Space Center, where they attract hundreds of thousands of visitors every year. President Richard Nixon also gave moon rocks from Apollo 11 and Apollo 17 to all of the nations of the world -- 135, at the time -- as a token of US goodwill. But most of the moon rocks are kept at NASA's Lunar Sample Laboratory in Houston. Another cache of samples is stored at White Sands, New Mexico. "They're kept in sealed sample containers in a secure vault that's capable of surviving hurricanes and many other natural disasters," Lawrence said. Lunar samples are being handed out this year to scientists around the country for further study to mark the 50th anniversary of the Apollo 11 mission. "We're very careful," Lawrence said. "These are the most precious materials on Earth and they go through a rigorous process when scientists request a sample." And while the samples have been in NASA hands for five decades, new discoveries are still being made. "The rocks haven't changed but our ability to analyze them has in terms of laboratory equipment," Lawrence said. Among the recent discoveries? Evidence of water. "We're not talking about lots of water," Lawrence said. "But it's there and we didn't really appreciate it during the Apollo era." Lawrence said he is excited about the possibility of sending astronauts back to the Moon, a goal President Donald Trump has set for 2024. "The (Apollo) astronauts only directly explored an area that's roughly the size of a large suburban shopping mall," Lawrence said. "There's a lot of places on the Moon that we haven't yet explored." "Six missions to the Moon transformed our understanding of the universe," he said. "Imagine what happens when we're going there for weeks or months at a time. It's going to be pretty spectacular."
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.