Skip to content

Commit b194f97

Browse files
authored
Merge pull request #474 from joreilly/people_updates
update people data
2 parents 03e4567 + 44abadb commit b194f97

1 file changed

Lines changed: 1 addition & 29 deletions

File tree

backend/src/jvmMain/kotlin/PeopleData.kt

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,11 @@ import dev.johnoreilly.common.remote.Assignment
33

44
// from https://ll.thespacedevs.com/2.2.0/astronaut/?format=json&in_space=true&is_human=true
55
val currentPeopleInSpace = listOf(
6-
Assignment(
7-
craft = "ISS",
8-
name = "Zena Cardman",
9-
personImageUrl = "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zena2520cardman_image_20200110160428.jpeg",
10-
personBio = "Zena Maria Cardman is an American marine biologist and a NASA astronaut of the class of 2017.",
11-
nationality = "American",
12-
),
13-
Assignment(
14-
craft = "ISS",
15-
name = "Edward Michael Fincke",
16-
personImageUrl = "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_fincke_image_20220911033941.jpeg",
17-
personBio = "Edward Michael \"Mike\"/\"Spanky\" Fincke is an American astronaut who formerly held the American record for the most time in space (381.6 days). His record was broken by Scott Kelly on October 16, 2015. He was born in Pittsburgh, Pennsylvania, but considers its suburb Emsworth to be his hometown. He is a United States Air Force officer and a NASA astronaut, and served two tours aboard the International Space Station as a flight engineer and commander. He flew on one Space Shuttle mission, STS-134 as a Mission Specialist.",
18-
nationality = "American",
19-
),
20-
Assignment(
21-
craft = "ISS",
22-
name = "Kimiya Yui",
23-
personImageUrl = "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kimiya2520yui_image_20181201231949.jpg",
24-
personBio = "Kimiya Yui is a Japanese astronaut from the Japan Aerospace Exploration Agency (JAXA). He was selected for the agency in 2009.",
25-
nationality = "Japanese",
26-
),
27-
Assignment(
28-
craft = "ISS",
29-
name = "Oleg Vladimirovich Platonov",
30-
personImageUrl = "https://images.squarespace-cdn.com/content/v1/580e44a7c534a53b3fc3bedf/1a028d23-35ab-4ce4-a6ac-d99c60b543d6/Platonov.jpg?format=750w",
31-
personBio = "Oleg Vladimirovich Platonov is a Russian cosmonaut selected by Roscosmos in 2018 as part of the Group 17 cosmonaut selection. He is a former military pilot and engineer.",
32-
nationality = "Russian",
33-
),
346
Assignment(
357
craft = "ISS",
368
name = "Christopher Williams",
379
personImageUrl ="https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190450.jpeg",
38-
personBio = "Christopher Williams grw up in Potomac, Maryland and graduated from Stanford University in 2005 with a bachelor’s degree in physics and a doctorate in physics from MIT in 2012, where his research was in astrophysics. Williams is a board-certified medical physicist, completing his residency training at Harvard Medical School before joining the faculty as a clinical physicist and researcher. He most recently worked as a medical physicist in the Radiation Oncology Department at the Brigham and Women's Hospital and Dana-Farber Cancer Institute in Boston. He was the lead physicist for the Institute’s MRI-guided adaptive radiation therapy program. His research focused on developing image guidance techniques for cancer treatments.",
10+
personBio = "Christopher Williams grew up in Potomac, Maryland and graduated from Stanford University in 2005 with a bachelor’s degree in physics and a doctorate in physics from MIT in 2012, where his research was in astrophysics. Williams is a board-certified medical physicist, completing his residency training at Harvard Medical School before joining the faculty as a clinical physicist and researcher. He most recently worked as a medical physicist in the Radiation Oncology Department at the Brigham and Women's Hospital and Dana-Farber Cancer Institute in Boston. He was the lead physicist for the Institute’s MRI-guided adaptive radiation therapy program. His research focused on developing image guidance techniques for cancer treatments.",
3911
nationality = "American",
4012
),
4113
Assignment(

0 commit comments

Comments
 (0)