This material was originally prepared for the ICCS 2024 summer school.
All materials, including slides and workbooks, are available such that individuals can cover the course in their own time.
##How to use these files
#Setup Quarto
- Install quarto to your machine
- Install any quarto plugins you might want for your IDE/editor
#Edit presentation
- make edits using markdown and revealjs syntax
- images should be stored in /images
#Generate html from .qmd
- In command line run: quarto render the_file.qmd
- This will generate the_file.html