---
title: "Week 05 Questions"
format:
html:
code-fold: false
code-tools: true
code-copy: true
highlight-style: github
code-overflow: wrap
---
a) **What is Quarto?**
Quarto is another document format in R markdown that extends the capabilities of the traditional markdown format. For our main use we'll be using to create presentations.
b) **How do you make columns using Revealjs in Quarto Presentations?**
You can make columns using Revealjs based on its format by doing this:
Creating two column slides:
This is the first column.
This is the second column.
c) **How would you change the appearance of slides using Revealjs in Quarto Presentations?**
Changing the appearance would depend on what you want to change. For example, you can change the pace of the slides and that can be done through .smaller or .scrollable which lets you have smaller options and scroll, respectively. Now you can also change the theme which can be changed at the top of the document via using these options: beigem, blood, dark, default, league, moon, night, serif, simple, sky, and solarized.
d) **What has been the biggest constraint working on your own research project in the past week?**
Personally, i think myself. I need to expose myself to more of the genomics options which i have not before. I think I also need to just try and do the things and not worry if it wont or not so then i can solve bit by bit.