Quarto Presentations
Overview
This website hosts quarto presentations about microbiome analysis and data integration with mia and other related packages. Our presentations were prepared for past courses and conferences and cover a broad range of topics in the scope of biological data science. Currently, you can find the following subjects:
Bioconductor
Quarto
Packages
Data containers
Example data
Microbiome data analysis
Contributions
You are welcome to add new presentations or improve the current ones. The guidelines for contributors are explained here. The presentations are deployed from the quarto sub-directory, so you need to make the respective changes there and run cd quarto/; quarto render
.
The following is a quick workflow for contributions:
fork the repository
add your qmd file(s) to the quarto sub-directory
update the _quarto.yml file and the list of presentations in the website with the name of the qmd file(s) with your presentation(s)
run
quarto render
, or in Rquarto::quarto_render(myfilename)
from your terminal from within the quarto sub-directoryand make a pull request to the master branch
This documentation provides more details about publishing quarto presentations with GitHub Pages.