Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 15 additions & 10 deletions _data/courses.yaml
Original file line number Diff line number Diff line change
@@ -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


45 changes: 45 additions & 0 deletions teaching/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,55 @@ 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 %}

{% 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 %}