From beed839e1b9f1fbe2700692e818501561ec6f096 Mon Sep 17 00:00:00 2001 From: "behinger (s-ccs 001)" Date: Wed, 13 Sep 2023 14:30:12 +0000 Subject: [PATCH] added all days --- _quarto.yml | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index eff3101..3a8e8a8 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -21,8 +21,6 @@ website: text: "🏠 Home" - href: schedule.qmd text: "📓 Schedule" - - href: teaching.qmd - text: "📟 Teachers" - section: "Slides / Handouts" contents: - section: "Monday" @@ -38,14 +36,37 @@ website: - section: "Tuesday" contents: - href: material/2_tue/git/intro_slides.md - text: "📊 1 - GIT" + text: "📝 1 - GIT" + - href: "material/2_tue/unittest/missing.qmd" + text: "📝 2 - Unit Testing" + - href: "material/3_tue/CI/missing.qmd" + text: "📝 3 - Continuous Integration" + - href: "material/4_tue/codereview/missing.qmd" + text: "📝 4 - Code Review" - section: "Wednesday" contents: - href: material/3_wed/docs/handout.qmd text: "📝 1 - Docs" - href: material/3_wed/vis/slides.jl - text: "📊 2 - Visualizations" - + text: "📝 2 - Visualizations" + - href: material/3_wed/linearalgebra/missing.qmd + text: "📝 3 - LinearAlgebra" + - href: material/3_wed/regression/missing.jl + text: "📝 4 - Multiple Regression" + + - section: "Thursday" + contents: + - href: material/4_thu/sim/missing.qmd + text: "📝 1 - Simulation" + - href: material/4_thu/stats/missing.jl + text: "📝 2 - Stats" + - href: material/4_thu/parallel/missing.qmd + text: "📝 3 - Parallelization" + - section: "Friday" + contents: + - href: material/5_fri/highlightsOptim/missing.qmd + text: "📝 1 - Highlights + Optimization" + navbar: background: primary page-footer: @@ -71,4 +92,4 @@ format: toc-expand: 3 grid: body-width: 1000px - code-annotations: hover + code-annotations: hover \ No newline at end of file