This is the repository for Jornada Environmental Data Science, or JEDS. The repository collects instructional materials for teaching introductory to intermediate data science topics environmental science researchers associated with the Jornada Basin LTER and Jornada Experimental Range programs. Many of the tutorials here are modeled to some degree on lessons from The Carpentries (particularly Data Carpentry) and we often use the Carpentries instructional model during workshops.
More information to come.
To render the R markdown tutorials to html, us the render.R
script. From the R commandline:
source('render.R')
This will render each tutorial and move to the html/
directory. New tutorials should be added to the index.md
file in the appropriate place.