diff --git a/_quarto.yml b/_quarto.yml index 2507d87..7d9187e 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -11,6 +11,7 @@ website: contents: - index.qmd - CODE_OF_CONDUCT.qmd + - schedule.qmd format: html: diff --git a/index.qmd b/index.qmd index a5980f9..db538ef 100644 --- a/index.qmd +++ b/index.qmd @@ -81,14 +81,14 @@ On completing the course, students should be able to demonstrate an understandin | Mid-term Exam | 20% | | Final Exam | 30% | -## Schedule at a glance + ### Assessment schedule diff --git a/schedule.qmd b/schedule.qmd new file mode 100644 index 0000000..3eed670 --- /dev/null +++ b/schedule.qmd @@ -0,0 +1,11 @@ +--- +title: "Schedule" +subtitle: "STAT 306: Finding Relationships in Data" +--- + +```{r echo=FALSE} +options(knitr.kable.NA = '') +knitr::kable(readr::read_csv("2024-schedule.csv", show_col_types=FALSE)) +``` + +