Skip to content

Commit

Permalink
First stab at grouping modules into discrete "phases"
Browse files Browse the repository at this point in the history
  • Loading branch information
njlyon0 committed Apr 5, 2024
1 parent 18cbf2c commit 472e4c2
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,42 +18,44 @@ website:
background: "light"
border: true
alignment: left
collapse-level: 1
collapse-level: 2
contents:
- text: "Course Overview"
href: index.qmd
- section: "Team Science Modules"
contents:
- text: "Team Science"
href: mod_team-sci.qmd
- text: "Inclusive Facilitation"
href: mod_facilitation.qmd
- text: "Supporting D.E.C. Thinking"
href: mod_thinking.qmd
- text: "Intellectual Credit"
href: mod_credit.qmd
- text: "Project Management"
href: mod_project-mgmt.qmd
- text: "Logic Models"
href: mod_logic-models.qmd
- text: "Communicating Findings"
href: mod_findings.qmd
- section: "Quantitative Modules"
- section: "Phase I -- Plan"
contents:
- text: "Reproducibility"
href: mod_reproducibility.qmd
- text: "Version Control"
href: mod_version-control.qmd
- text: "Data Discovery"
href: mod_data-disc.qmd
- text: "Team Science"
href: mod_team-sci.qmd
- text: "Inclusive Facilitation"
href: mod_facilitation.qmd
- section: "Phase II -- Execute"
contents:
- text: "Data Visualization"
href: mod_data-viz.qmd
- text: "Supporting D.E.C. Thinking"
href: mod_thinking.qmd
- text: "Data Wrangling"
href: mod_wrangle.qmd
- text: "Intellectual Credit"
href: mod_credit.qmd
- text: "Analysis & Modeling"
href: mod_stats.qmd
- text: "Project Management"
href: mod_project-mgmt.qmd
- section: "Phase III -- Finish"
contents:
- text: "Logic Models"
href: mod_logic-models.qmd
- text: "Spatial Data & Interactivity"
href: mod_spatial.qmd
- text: "Communicating Findings"
href: mod_findings.qmd
- text: "Reproducible Reports"
href: mod_reports.qmd
navbar:
Expand Down

0 comments on commit 472e4c2

Please sign in to comment.