Skip to content

Commit

Permalink
Merge pull request #52 from corquaid/dev
Browse files Browse the repository at this point in the history
feat: end of Shenzhou 18 mission and launch of Shenzhou 19 mission
  • Loading branch information
corquaid authored Nov 4, 2024
2 parents 918c333 + 0c42b46 commit 8818cce
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion JSON/iss-docked-spacecraft.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"launch_site": "CCSFS, SLC-40",
"iss": true,
"docked": 1727638200,
"docking_port": "Harmony forward",
"docking_port": "Harmony zenith",
"launch_mass": null,
"payload_mass": null,
"launch_vehicle": "Falcon 9",
Expand Down
114 changes: 57 additions & 57 deletions JSON/people-in-space.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,57 +9,6 @@
"people": [
{
"id": 1,
"name": "Ye Guangfu",
"country": "China",
"flag_code": "cn",
"agency": "CMSA",
"position": "Commander",
"spacecraft": "Shenzhou 18",
"launched": 1714042740,
"iss": false,
"days_in_space": 182,
"url": "https://en.wikipedia.org/wiki/Ye_Guangfu",
"image": "https://i.ibb.co/N18Lm2W/ye-guangfu.png",
"instagram": "",
"twitter": "",
"facebook": ""
},
{
"id": 2,
"name": "Li Cong",
"country": "China",
"flag_code": "cn",
"agency": "CMSA",
"position": "Operator",
"spacecraft": "Shenzhou 18",
"launched": 1714042740,
"iss": false,
"days_in_space": 0,
"url": "https://en.wikipedia.org/wiki/Li_Cong_(taikonaut)",
"image": "https://i.ibb.co/YhSN0f2/li-cong.png",
"instagram": "",
"twitter": "",
"facebook": ""
},
{
"id": 3,
"name": "Li Guangsu",
"country": "China",
"flag_code": "cn",
"agency": "CMSA",
"position": "System Operator",
"spacecraft": "Shenzhou 18",
"launched": 1714042740,
"iss": false,
"days_in_space": 0,
"url": "https://en.wikipedia.org/wiki/Li_Guangsu",
"image": "https://i.ibb.co/yNXMhSQ/li-guangsu.png",
"instagram": "",
"twitter": "",
"facebook": ""
},
{
"id": 4,
"name": "Butch Wilmore",
"country": "United States",
"flag_code": "us",
Expand All @@ -76,7 +25,7 @@
"facebook": ""
},
{
"id": 5,
"id": 2,
"name": "Suni Williams",
"country": "United States",
"flag_code": "us",
Expand All @@ -93,7 +42,7 @@
"facebook": "https://www.facebook.com/AstronautSunitaWilliams/"
},
{
"id": 6,
"id": 3,
"name": "Aleksey Ovchinin",
"country": "Russia",
"flag_code": "ru",
Expand All @@ -110,7 +59,7 @@
"facebook": ""
},
{
"id": 7,
"id": 4,
"name": "Ivan Wagner",
"country": "Russia",
"flag_code": "ru",
Expand All @@ -127,7 +76,7 @@
"facebook": ""
},
{
"id": 8,
"id": 5,
"name": "Don Pettit",
"country": "United States",
"flag_code": "us",
Expand All @@ -144,7 +93,7 @@
"facebook": ""
},
{
"id": 9,
"id": 6,
"name": "Nick Hague",
"country": "United States",
"flag_code": "us",
Expand All @@ -161,7 +110,7 @@
"facebook": "https://www.facebook.com/astrohague/"
},
{
"id": 10,
"id": 7,
"name": "Aleksandr Gorbunov",
"country": "Russia",
"flag_code": "ru",
Expand All @@ -176,6 +125,57 @@
"instagram": "",
"twitter": "",
"facebook": ""
},
{
"id": 8,
"name": "Cai Xuzhe",
"country": "China",
"flag_code": "cn",
"agency": "CMSA",
"position": "Commander",
"spacecraft": "Shenzhou 19",
"launched": 1730230020,
"iss": false,
"days_in_space": 182,
"url": "https://en.wikipedia.org/wiki/Cai_Xuzhe",
"image": "https://upload.wikimedia.org/wikipedia/commons/3/3d/%E8%88%AA%E5%A4%A9%E5%91%98%E8%94%A1%E6%97%AD%E5%93%B2_Cai_Xuzhe.jpg",
"instagram": "",
"twitter": "",
"facebook": ""
},
{
"id": 9,
"name": "Song Lingdong",
"country": "China",
"flag_code": "cn",
"agency": "CMSA",
"position": "Operator",
"spacecraft": "Shenzhou 19",
"launched": 1730230020,
"iss": false,
"days_in_space": 0,
"url": "https://en.wikipedia.org/wiki/Song_Lingdong",
"image": "https://upload.wikimedia.org/wikipedia/commons/b/bb/Song_Lingdong.jpg",
"instagram": "",
"twitter": "",
"facebook": ""
},
{
"id": 10,
"name": "Wang Haoze",
"country": "China",
"flag_code": "cn",
"agency": "CMSA",
"position": "Flight Engineer",
"spacecraft": "Shenzhou 19",
"launched": 1730230020,
"iss": false,
"days_in_space": 0,
"url": "https://en.wikipedia.org/wiki/Wang_Haoze",
"image": "https://upload.wikimedia.org/wikipedia/commons/c/c5/Wang_Haoze_at_Shenzhou-19_press_conference.png",
"instagram": "",
"twitter": "",
"facebook": ""
}
]
}

0 comments on commit 8818cce

Please sign in to comment.