carpentries-incubator / astronout-data-analysis-fair

Helper software project with the final code version for the FAIR research software course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astronout data analyses code (FAIR)

This repository contains a helper software project with the final code version to be used for the FAIR research software course.

This is the code we are aiming to finish the course with, containing various improvements made on the "not so good" software project we start the course with.

The code analyses data on spacewalks by looking at time astronauts spent in space as well as the country the space mission originated from.

Authors

The main contributors to this repository are:

License

Please see the file LICENSE.md file for further information about how the content is licensed.

Acknowledgements

Data

The data in this project was obtained by the course team from:

Data source: https://data.nasa.gov/Raw-Data/Extra-vehicular-Activity-EVA-US-and-Russia/9kcy-zwvn/about_data Download in JSON format with: curl https://data.nasa.gov/resource/eva.json --output eva-data.json

NB: a semicolon separator has been inserted after each name in the crew field for the purposes of this tutorial.

HIFIS

The idea for this repository has been borrowed from the "Astronaut analysis" workshop material by Helmholtz Federated IT Services (HIFIS).

Software Sustainability Institute and UKRN

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).

About

Helper software project with the final code version for the FAIR research software course

License:MIT License


Languages

Language:Python 100.0%