From a743eebb35383e3d075bf465da69174bf28a5a80 Mon Sep 17 00:00:00 2001 From: corquaid <69508715+corquaid@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:36:24 +0200 Subject: [PATCH] feat: update for launch of Shenzhou 18 mission --- JSON/people-in-space.json | 53 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/JSON/people-in-space.json b/JSON/people-in-space.json index b4033ee..438ea15 100644 --- a/JSON/people-in-space.json +++ b/JSON/people-in-space.json @@ -1,5 +1,5 @@ { - "number": 10, + "number": 13, "iss_expedition": 71, "expedition_patch": "https://upload.wikimedia.org/wikipedia/commons/b/b4/ISS_Expedition_71_Patch.png", "expedition_url": "https://en.wikipedia.org/wiki/Expedition_71", @@ -176,6 +176,57 @@ "instagram": "https://www.instagram.com/astro_tdyson/", "twitter": "https://twitter.com/Astro_tracycald", "facebook": "" + }, + { + "id": 11, + "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": 12, + "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": 13, + "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": "" } ] }