- Notifications
You must be signed in to change notification settings - Fork2
Workshop reader for Reproducible Research for Teams with GitHub
License
ucdavisdatalab/workshop_git_for_teams
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Important
This reader is archived and may be outdated.Click here for a newerversion.
UC Davis DataLab
Winter 2022
- Workshop reader:https://ucdavisdatalab.github.io/workshop_git_for_teams/
- Workshop event page:https://datalab.ucdavis.edu/eventscalendar/reproducible-research-for-teams-with-github-2/
The course reader is a live webpage, hosted through GitHub, where you can enter curriculum content andpost it to a public-facing site for learners. Supplementary examples for other readings are alsoappropriate, but please refrain from using it as a space to host slides.
To make alterations to the reader:
- Clone this repo.
- Edit one of the existing chapter
.Rmdfiles or create a new one. Thechapter files are at the top level of the repository. They follow the namingscheme##_topic-of-chapter.Rmd(an exception to this naming scheme isindex.Rmd, which contains the reader's index page). You should enter yourtext, links, and any supporting media directly into the file. - Run the script
gen_html.Rto regenerate the HTML files in thedocs/directory. You can do this in the shell with./gen_html.Ror in R withsource("gen_html.R"). - Once you have made your changes, commit and push both the files you editedand the
docs/directory. The live web page will update accordingly.
Follow the established style and formatting conventions in chapter files,including those for linking to media on theds.lib server. On theds.libserver, the course media directory is in the public-facing portion of theDataLab website (ds.lib.ucdavis.edu).
docs-- output HTML filesimg-- image files used in chapters_bookdown.yml-- bookdown settings (mostly where files are)_common.R-- R code to run at beginning of R session for each chaptergen_html.R-- R script to generate the HTML filesindex.Rmd-- index page_output.yml-- bookdown settings (mostly formatting)
CC BY-NC 2.0
About
Workshop reader for Reproducible Research for Teams with GitHub
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.