An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![R build status](https://github.com/NCEAS/datateam-training/workflows/R-CMD-check/badge.svg)](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'))`