Skip to content

Commit 05d4328

Browse files
committed
fix url issue
1 parent b7b7d0a commit 05d4328

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/pages/index.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,7 +2026,7 @@ const artemisSlide = rocketSlides.find((rocket) => rocket.slug === 'artemis');
20262026
<script src="https://cdn.jsdelivr.net/npm/d3-sankey@0.12"></script>
20272027
<script type="module">
20282028

2029-
const astro = await d3.csv("./artemis/astronauts/astro.csv");
2029+
const astro = await d3.csv("./astronauts/astro.csv");
20302030
const occupationFix = {
20312031
"Pilot": "pilot",
20322032
"Flight engineer": "flight engineer",
@@ -2057,22 +2057,22 @@ const artemisSlide = rocketSlides.find((rocket) => rocket.slug === 'artemis');
20572057
let artemisAstronauts = [
20582058
{
20592059
name: "Reid Wiseman", nationality: "U.S.", occupation: "commander", sex: "male", year_of_selection: "2009", military_civilian: "military", id: "rwiseman",
2060-
photo: "./artemis/astronauts/reidwiseman.webp",
2060+
photo: "./astronauts/reidwiseman.webp",
20612061
bio: "Reid Wiseman is an American astronaut, engineer, and former U.S. Navy test pilot who recently commanded Artemis II, the first crewed Artemis mission and the first human mission around the Moon since Apollo 17. He led the four-person crew aboard NASA's Orion spacecraft on a nearly 10-day journey that tested systems for future lunar landings. Before Artemis II, Wiseman spent about 165 days aboard the International Space Station in 2014 and later served as NASA's Chief of the Astronaut Office. Known for both technical skill and leadership, he has become one of the key figures in NASA's return to deep-space exploration."
20622062
},
20632063
{
20642064
name: "Victor Glover", nationality: "U.S.", occupation: "pilot", sex: "male", year_of_selection: "2013", military_civilian: "military", id: "wglover",
2065-
photo: "./artemis/astronauts/victorglover.webp",
2065+
photo: "./astronauts/victorglover.webp",
20662066
bio: "Victor Glover is an American astronaut, U.S. Navy captain, and former test pilot who recently served as the pilot of Artemis II, the first crewed Artemis mission around the Moon. He helped operate NASA's Orion spacecraft during the historic 2026 flight, the first human lunar mission since Apollo. Before Artemis II, Glover flew on SpaceX Crew-1 to the International Space Station, where he spent 168 days in space and completed four spacewalks. He is also recognized as the first Black astronaut to live aboard the ISS and one of the first people of color to travel into deep space."
20672067
},
20682068
{
20692069
name: "Christina Koch", nationality: "U.S.", occupation: "Mission Specialist", sex: "female", year_of_selection: "2013", military_civilian: "civilian",
2070-
id: "ckoch", photo: "./artemis/astronauts/christinakoch.webp",
2070+
id: "ckoch", photo: "./astronauts/christinakoch.webp",
20712071
bio: "Christina Koch is an American astronaut and engineer who recently served as a mission specialist on Artemis II, the first crewed Artemis mission to fly around the Moon. She became one of the key members of NASA's return to deep-space exploration aboard the Orion spacecraft. Before Artemis II, Koch was already widely known for setting the record for the longest single spaceflight by a woman, spending 328 days aboard the International Space Station from 2019 to 2020. She also took part in the first all-woman spacewalk with Jessica Meir. Her Artemis II role further cemented her place as one of NASA's most accomplished modern astronauts."
20722072
},
20732073
{
20742074
name: "Jeremy Hansen", nationality: "Canada", occupation: "Mission Specialist", sex: "male", year_of_selection: "2009", military_civilian: "military",
2075-
id: "jhansen", photo: "./artemis/astronauts/jeremyhansen.webp",
2075+
id: "jhansen", photo: "./astronauts/jeremyhansen.webp",
20762076
bio: "Jeremy Hansen is a Canadian astronaut and Royal Canadian Air Force colonel who recently flew on Artemis II, the first crewed mission of NASA's Artemis program. He made history as the first Canadian and first non-American to travel into the lunar environment on a mission around the Moon. Hansen served as a mission specialist alongside Reid Wiseman, Victor Glover, and Christina Koch. The roughly 10-day mission launched on April 1, 2026, flew around the Moon, and safely splashed down on April 10. Before Artemis II, Hansen had never flown in space, making this a major milestone in both his career and Canadian space history. He represents Canadian Space Agency and is seen as a key figure in Canada's growing role in future lunar exploration."
20772077
},
20782078
];

0 commit comments

Comments
 (0)