As long as we're digging into the details of coreR etc, perhaps this is a good opportunity to see if we want to make any design changes to the overall layout.
Some course layouts to examine:
- Carmen's EDS 220 site and GitHub repo
- Carmen's site looks very similar in structure to the coreR layout - left side navbar for whole course (with collapsible headers for key sections of the course), right side TOC for each lesson
- see if the headers for course sections could be incorporated easily - e.g., for coreR have sections for day 1, day 2, etc.
- maybe an optional named vector for sessions - the name is the course section, the vector element is the lesson filename
- Sam's EDS 212 site and Github repo
- This site is a different layout - tabs at top with links to syllabus and a dropdown tab for daily materials
- The pages for the daily materials are similar in basic format - though she uses a very different layout for each day's materials
- Each day's page includes a table with links to slides and interactive sessions for morning and afternoon.
- Then the interactive materials are like a Quarto book format as well.
- Sam's new template for all MEDS courses and the Github repo
As long as we're digging into the details of coreR etc, perhaps this is a good opportunity to see if we want to make any design changes to the overall layout.
Some course layouts to examine: