Skip to content

Commit

Permalink
Add references to relevant PLOS Comp Biol papers
Browse files Browse the repository at this point in the history
The first is an introduction to Git and GitHub, and the second presents
a notebook-based workflow for reproducible research.
  • Loading branch information
robmoss committed Sep 20, 2022
1 parent 56682a0 commit 0ab7164
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/references.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

- The Software Carpentry Foundation publishes [many lessons](https://software-carpentry.org/lessons/), including [Version Control with Git](https://swcarpentry.github.io/git-novice/).

- [A Quick Introduction to Version Control with Git and GitHub](https://doi.org/10.1371/journal.pcbi.1004668) provides a short guide to using Git and GitHub.
It presents an example of analysing publicly available ChIP-seq data with Python.
The repository for the article is also [publicly available](https://github.com/jdblischak/git-for-science).

## Performing peer code review

- [The Art of Giving and Receiving Code Reviews (Gracefully)](https://www.alexandra-hill.com/2018/06/25/the-art-of-giving-and-receiving-code-reviews/)
Expand All @@ -25,6 +29,10 @@

- [The 5 Golden Rules of Code Review](https://www.semasoftware.com/blog/the-5-golden-rules-of-code-reviews)

## Computational research practices

- [A simple kit to use computational notebooks for more openness, reproducibility, and productivity in research](https://doi.org/10.1371/journal.pcbi.1010356) provides some good recommendations for organising a project repository and setting up a reproducible workflow using computational notebooks.

## High-performance computing platforms

- [How to access the ARDC Nectar Research Cloud](https://ardc.edu.au/services/nectar-research-cloud/how-to-access-the-ardc-nectar-research-cloud/)
Expand Down

0 comments on commit 0ab7164

Please sign in to comment.