Skip to content

Latest commit

 

History

History
80 lines (77 loc) · 2.87 KB

schedule.md

File metadata and controls

80 lines (77 loc) · 2.87 KB
layout title sched-activation
course
Schedule
class="active"

The working schedule for the course. Future weeks and classes are tentative and subject to change. Past weeks and classes (indicated by a dark background) can only be modified by Internet time travelers.

{% comment %} {% endcomment %} {% for item in site.data.schedule %} {% comment %} {% endcomment %} {% endfor %} Planned topics, readings, in-class activities, and out-of-class assignments
WeekClassesOutcomes (level)ReadingsActivitiesAssignments
{{ item.week }} {% for day in item.days %} {{ day.prefix }} {% unless forloop.last %}
{% endunless %} {% endfor %}
{% for outcome in item.outcomes %} {% if outcome.level != '' %} {{ outcome.tag }}, {{ outcome.level }} {% unless forloop.last %}
{% endunless %} {% else %} {{ outcome.tag }} {% endif %} {% endfor %}
{% for entry in item.readings %} {% endfor %} {% for activity in item.activities %} {{ activity.name }} {% comment %} {{ activity.name | xml_escape }} {% endcomment %} {% endfor %} {% for assignment in item.assignments %} {{ assignment.name | xml_escape }}
{% endfor %}

{% comment %} Week 1