forked from OHI-Science/data-science-training
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
37 lines (29 loc) · 1.86 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: "Introduction to Open Data Science"
author: "The Ocean Health Index Team"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
# output: bookdown::gitbook
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
github-repo: ohi-science/data-science-training
description: "This is official open data science training for the Ocean Health Index."
---
# Welcome {#welcome}
This training book will introduce you to open data science so you can work with data in an open, reproducible, and collaborative way. Open data science means that methods, data, and code are available so that others can access, reuse, and build from it without much fuss. Here you will learn a workflow with R, RStudio, Git, and GitHub, as we describe in [Lowndes *et al. 2017, Nature Ecology & Evolution*: Our path to better science in less time using open data science tools](https://www.nature.com/articles/s41559-017-0160).
This is going to be fun, because learning these open data science tools and practices is empowering! This training book is written so you can use it as self-paced learning, or it can be used to teach an in-person workshop. Either way, you should do everything hands-on on your own computer as you learn.
Before you begin, be sure you are all set up: see the prerequisites in Chapter \@ref(overview).
Suggested breakdown for a 2-day workshop:
|time | Day 1| Day 2|
|:----------|----------:|----------:|
|9-10:30 | [Motivation](#overview), [R & RStudio, Rmarkdown](#rstudio) | [Data Wrangling: `tidyr`](#tidyr) |
|break | | |
|11-12:30 | [GitHub](#github) | [Programming](#programming) |
|lunch | ||
|13:30-15:00 | [Visualization: `ggplot2`](#ggplot2) | [Collaborating with GitHub](#collaborating) |
|break | | |
|15:30-17:00 | [Data Wrangling: `dplyr`](#dplyr) | TBD... |
**License**
<!---TODO--->