## Week 05 Questions ## *a. What is Quarto?* Quarto is a package designed for creating documents in many formats (like PDF and HTML) using many types of programming languages, including R. It is built on top of Pandoc so has all those capabilities, and multiple programming languages can be inputted into the same document. *b. How do you make columns using Revealjs in Quarto Presentations?* You create columns using the .column and width arguments: {.column width="PERCENT%"}. *c. How would you change the appearance of slides using Revealjs in Quarto Presentations?* You can set the background color using:{background-color="COLOR"}, or change the theme using the theme: THEME option in the header, along with the main title and format options. *d. What has been the biggest constraint working on your own research project in the past week?* The biggest constraint has been matching up my Marinimicrobia bins to clade names. The output of my bin annotation program (anvio) uses a different naming scheme than the typical clade naming scheme, so I'm working on connecting the dots between my annotations and larger clade groupings.