Skip to content

Commit

Permalink
paramaterize site (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhesselberth authored Jun 24, 2024
1 parent cd58232 commit 49ffabb
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quarto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

name: quarto pr

permissions: read-all
permissions: write-all

jobs:
build-deploy:
Expand Down
9 changes: 6 additions & 3 deletions _freeze/slides/slides-01/execute-results/html.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions _variables.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
semester: Fall 2024

instructor:
lead: Matt Taliaferro
block:
bootcamp-r: Matt Taliaferro
bootcamp-stats: Srinivas Ramachandran
dna: Srinivas Ramachandran
rna: Matt Taliaferro
ta: Christina Akirtava
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ gt(
rowname_col = "class_num"
) |>
tab_header(
title = md("**MOLB 7950 - Fall 2023 Schedule**"),
title = md("**MOLB 7950 - {{< var semester >}} Schedule**"),
subtitle = glue("Classes held in-person in {room}, {time}")
) |>
fmt_date(
Expand Down
2 changes: 1 addition & 1 deletion slides/_slides-02.qmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "R Bootcamp - Day 2"
subtitle: "Tidy data & tidyr"
author: "Jay Hesselberth"
author: "{{< var instructor.block.bootcamp-r >}}"
---

```{r include=FALSE}
Expand Down
6 changes: 3 additions & 3 deletions slides/slides-01.qmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "R Bootcamp - Day 1"
subtitle: "R & RStudio overview"
author: "Jay Hesselberth"
author: "{{< var instructor.block.bootcamp-r >}}"
date: last-modified
---

Expand Down Expand Up @@ -36,8 +36,8 @@ library(here)

1. Ask a question on slack.
2. Use calendly to schedule time with the TAs.
3. Use calendly to schedule time with me or Neel.
4. E-mail Jay.
3. Use calendly to schedule time with the instructors.
4. E-mail {{< var instructor.main >}}.

## Structure of a class

Expand Down

0 comments on commit 49ffabb

Please sign in to comment.