@@ -4,6 +4,14 @@ Companion repository for the [Workshop: How to describe biological data? A prime
The slides for the workshop are rendered as a website via GitLab Pages at: <https://clavellab.pages.rwth-aachen.de/workshop-biometadata-02>
## Usage for developers and contributors
1. Clone the repository on your local computer (see [the Gitlab manual for help](https://docs.gitlab.com/ee/topics/git/clone.html))
2. Open the `workshop-biometadata-02.Rproj` RStudio projcet file with [RStudio](https://posit.co/download/rstudio-desktop/)
3. Open `index.qmd` with RStudio and click on the "Render" button in RStudio to trigger the compilation of the workshop website using [Quarto](https://quarto.org/docs/get-started/hello/rstudio.html)
4. Alternatively, open any one of the lectures `.qmd` files in `lectures/` with RStudio and click on the "Render" button in RStudio to trigger the compilation of the lecture slides using [Quarto](https://quarto.org/docs/get-started/hello/rstudio.html)
5. Find more information about the Quarto syntax for the slides in the [Quarto Presentations with Reveal.js User guide](https://quarto.org/docs/presentations/revealjs/).
## License
All materials on this repository are distributed under the [CC-BY-4.0 license](LICENSE).