Follow the instructions here in ottrproject.org for details on how to start editing your OTTR course
The following files need to be edited to get this new course started!
README.md
- Fill in all the { }
.index.Rmd
- title:
should be updated.01-intro.Rmd
- replace the information there with information pertinent to this new course.02-chapter_of_course.Rmd
- This Rmd has examples of how to set things up, if you don't need it as a reference, it can be deleted._bookdown.yml
- The list of Rmd files that need to be rendered needs to be updated. See instructions.book.bib
- any citations need to be added. See instructions.See more about customizing style on this page in the guide. By default this course template will use the jhudsl data science lab style. However, you can customize and switch this to another style set.
Read more about the style sets here.
style-sets/<set-name>/index.Rmd
and style-sets/<set-name>/_output.yml
to the top of the repository to overwrite the default index.Rmd
and _output.yml
.style-sets/<set-name>/copy-to-assets
to the assets
folder in the top of the repository.docker/Dockerfile
needs to have the new package added so it will be installed. See instructions.index.Rmd
should be edited to add the new package.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.