This repository contains a helper software project (located in the spacewalks subfolder of this repository) with the final, improved and tested code version of the example software project software project used for teaching the FAIR research software course.
This is the state of the software project the course aims to finish with, containing various improvements made on the "not so FAIR" software project the course starts with.
The code analyses the NASA data on spacewalks (see details on the data below) by looking at the time astronauts spent in space, crew sizes and the country space missions originated from.
The main contributors to this repository are:
Please see the file LICENSE file for further information about how the content is licensed.
Aleksandra Nenadic, Kamilla Kopec-Harding, & S Jaffa. (2024). carpentries-incubator/astronaut-data-analysis-fair: alpha-July-2024 (alpha-July-2024). Zenodo. https://doi.org/10.5281/zenodo.12698943
The data used on in this project was obtained from NASA as follows.
Data source: https://data.nasa.gov/Raw-Data/Extra-vehicular-Activity-EVA-US-and-Russia/9kcy-zwvn/about_data.
Either export data from the above page using the Export
button or download in JSON format from command line as:
curl https://data.nasa.gov/resource/eva.json --output eva-data.json
Note: the original data has been modified for the purposes of this tutorial by inserting a semicolon separator after each name in the crew
field.
The idea for this software has been borrowed from the "Astronaut analysis" workshop material by Helmholtz Federated IT Services (HIFIS).
This work has been supported by the UK's Software Sustainability Institute via the EPSRC, BBSRC, ESRC, NERC, AHRC, STFC and MRC grant EP/S021779/1 and UK Reproducibility Network (UKRN).