Skip to content

Latest commit

 

History

History
75 lines (71 loc) · 2.21 KB

lectures.md

File metadata and controls

75 lines (71 loc) · 2.21 KB
title layout
Lectures
default

Lectures meet on Tuesday and Thursday 10:00-10:50am.

This schedule is preliminary and subject to change.

{% assign next_break = 0 %} {% assign sorted_lectures = site.data.syllabus.lectures | sort: "start" %} {% assign sorted_breaks = site.data.syllabus.breaks | sort: "start" %} {% assign last_section = "" %} {% for lecture in sorted_lectures %} {% assign lecture_start_unix = lecture.start | date: "%s" %} {% if site.data.syllabus.breaks[next_break] %} {% assign break = site.data.syllabus.breaks[next_break] %} {% assign break_start_unix = break.start | date: "%s" %} {% if lecture_start_unix > break_start_unix %} {% assign next_break = next_break | plus:1 %} {% endif %} {% endif %} {% if last_section != lecture.section %} {% assign last_section = lecture.section %} {% endif %} {% endfor %}
Date Topic Instructor Slides Notes Reading
{{ break.start | date: "%m/%d" }} to {{ break.end | date: "%m/%d" }}: {{ break.label }}
{{ lecture.section }}
{{ lecture.start | date: "%a %m/%d" }} {{ lecture.topic }} {{ lecture.instructor }} {% if lecture.slides.pdf_file %} PDF {% endif %} {% if lecture.slides.link %} Link {% endif %} {% if lecture.notes.pdf_file %} PDF {% endif %}