https://github.com/nceas/datateam-training
Training and reference materials for ADC and SASAP data team members
https://github.com/nceas/datateam-training
Last synced: 9 months ago
JSON representation
Training and reference materials for ADC and SASAP data team members
- Host: GitHub
- URL: https://github.com/nceas/datateam-training
- Owner: NCEAS
- License: apache-2.0
- Created: 2017-12-15T19:57:52.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-09-11T17:58:08.000Z (9 months ago)
- Last Synced: 2025-09-11T20:38:25.675Z (9 months ago)
- Language: R
- Homepage: https://nceas.github.io/datateam-training/training/
- Size: 22.1 MB
- Stars: 8
- Watchers: 6
- Forks: 23
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/NCEAS/datateam-training/actions)
# Introduction
This repo stores reference materials for the NCEAS data team. All reference materials can be accessed at the following address.
https://nceas.github.io/datateam-training/reference
Select reference material has additionally been curated into a training document that can be accessed at the following address.
https://nceas.github.io/datateam-training/training
# Contributing
This is written using bookdown. On more information on style conventions please see `CONTRIBUTING.md`.
To render the book locally:
`xfun::in_dir('training', bookdown::render_book('index.Rmd', 'bookdown::gitbook'))`
`xfun::in_dir('reference', bookdown::render_book('index.Rmd', 'bookdown::gitbook'))`