Cloud Computing and Open/Reproducible Research
- Cloud computing can make computational research easier, faster, less expensive, and/or more reproducible.
- Researchers need to use cloud computing when they need more storage space and/or processing power; cloud computing can also enhance reproducibility.
- Many institutions either have their own cloud infrastructure or have arrangements with commercial providers. An institutional cloud infrastructure costs money to maintain, and commercial services cost money to use.
Interacting with a virtual computer
- TODO
Cloud computing data and analysis workflows
- TODO
Growing further in open and reproducible research skills
- Use
.md
files for episodes when you want static content - Use
.Rmd
files for episodes when you need to generate output - Run
sandpaper::check_lesson()
to identify any issues with your lesson - Run
sandpaper::build_lesson()
to preview your lesson locally