Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ The Pinsky Lab is an open science lab that believes in reproducible science. To
1. We generally use a folder called "data" within the repository.
1. We store our raw data with metadata describing what’s in the file and what the columns mean
1. If we clean the data, we often use a folder called something like "data-raw" and a folder called "data-clean" to differentiate data in its original form from data that has been manipulated.
1. If we are using data downloaded from another data source, we often have a folder called "data_dl" for downloaded data, that is not tracked in GitHub. We include the data source in a README file for reproducibility.
1. If our data are too large to store on github, please store them on the lab server in /local/shared/pinskylab/.
1. If we are using data downloaded from another data source, we often have a folder called "data_dl" for downloaded data, that is not tracked in GitHub. We include the data source in a `README` file for reproducibility.
1. If our data are too large to store on github, please store them on the lab server in `/local/shared/pinskylab/`.
1. We back up our data in at least two places (beyond our computers). The cloud can be one site. An external harddrive can be another. Amphiprion is backed up off-site daily.
1. We use scripts to process data, make models, do analyses, etc.
1. We publish git repositories through Zenodo upon publication of a manuscript.
Expand Down