From 325b34399d7803eb57a2a213a2f616350bce6c13 Mon Sep 17 00:00:00 2001 From: HM Rando Date: Fri, 8 Mar 2024 13:09:43 -0500 Subject: [PATCH] test course reformat --- _data/courses.yaml | 25 +++++++++++++++---------- teaching/index.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 10 deletions(-) diff --git a/_data/courses.yaml b/_data/courses.yaml index cfcaeb6..81ceef9 100644 --- a/_data/courses.yaml +++ b/_data/courses.yaml @@ -1,21 +1,26 @@ - title: Introduction to Databases subtitle: CSC 230 - group: featured + group: + - upcoming + - current + - past image: images/photo.jpg - link: https://github.com/ - description: Lorem ipsum _dolor sit amet_, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - repo: greenelab/lab-website-template + description: In this course, students learn to think critically about data storage and retrieval in the context of how data has changed from the 1970s to today. tags: - - resource + - Fall 2023 + - Spring 2025 - title: Data Structures subtitle: CSC 210 - group: featured + group: + - upcoming + - past + - current image: images/photo.jpg - link: https://github.com/ - description: Lorem ipsum _dolor sit amet_, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - repo: greenelab/lab-website-template + description: In CSC 210, students engage deeply with the fundamental data structures including arrays, lists, queues, stacks, maps, graphs, and trees. By the end of the semester, students can make informed decisions about the pros and cons of different possible implementations of their ideas. tags: - - resource + - Fall 2023 + - Spring 2024 + - Fall 2024 diff --git a/teaching/index.md b/teaching/index.md index d84d5a6..32430ef 100644 --- a/teaching/index.md +++ b/teaching/index.md @@ -11,6 +11,27 @@ Here is some information about the classes that Prof. Rando has taught at Smith. {% include section.html %} +## Current Courses + +{% include list.html data="courses" filters="group: current" %} + +{% include section.html %} + +## Alumni + +{% include list.html data="members" component="portrait" filters="role: postdoc, group: alum" style="small" %} +{% include list.html data="members" component="portrait" filters="role: phd, group: alum" style="small" %} +{% include list.html data="members" component="portrait" filters="role: undergrad, group: alum" style="small" %} +{% include list.html data="members" component="portrait" filters="role: programmer, group: alum" style="small" %} +{% include list.html data="members" component="portrait" filters="role: mascot, group: alum" style="small" %} + +{% include section.html %} + +{% capture content %} + +{% endcapture %} + + {% include search-box.html %} {% include tags.html tags=site.tags %} @@ -18,3 +39,27 @@ Here is some information about the classes that Prof. Rando has taught at Smith. {% include search-info.html %} {% include list.html data="courses" component="post-excerpt" %} + + + + + + + + +{% include section.html %} + +## Alumni + +{% include list.html data="members" component="portrait" filters="role: postdoc, group: alum" style="small" %} +{% include list.html data="members" component="portrait" filters="role: phd, group: alum" style="small" %} +{% include list.html data="members" component="portrait" filters="role: undergrad, group: alum" style="small" %} +{% include list.html data="members" component="portrait" filters="role: programmer, group: alum" style="small" %} +{% include list.html data="members" component="portrait" filters="role: mascot, group: alum" style="small" %} + +{% include section.html %} + +{% capture content %} + +{% endcapture %} +