carpentries-incubator / fair-research-software

A course on tools and practices for open, sustainable and FAIR (Findable, Accessible, Interoperable and Reusable) research software
https://carpentries-incubator.github.io/fair-research-software/
Other
10 stars 5 forks source link

Draft narrative with data #20

Closed anenadic closed 3 months ago

anenadic commented 6 months ago
  1. Start from an empty folder on a local machine
  2. Download the NASA data on human space walks in CSV format from: https://data.nasa.gov/Raw-Data/Extra-vehicular-Activity-EVA-US-and-Russia/9kcy-zwvn/data_preview
  3. Git init / init a repository from a folder to start tracking work. Git add NASA data.
  4. Download astronaut data (Wikidata) in JSON format available from Helmholtz Federated IT Services (HIFIS): https://gitlab.com/hifis/hifis-workshops/make-your-code-ready-for-publication/astronaut-analysis/-/blob/master/data/astronauts.json?ref_type=heads
  5. Git add to add the HIFIS data set to the repo.
  6. [Learners explore / change a dataset / a few changes on a branch]
  7. They download a badly structured / uncommented script
  8. Start making sensible changes to improve the script (more git add / git commit steps)
  9. Another set of changes of different branches (?)