| title | Welcome |
|---|---|
| navbar | Home |
Welcome to CS {{ site.data.info.code }} {{ site.data.info.name }} for {{ site.data.info.term }}. {{ site.data.info.blurb }}
Here is the upcoming course schedule, which includes links to lecture material, assigned quizzes and homework, and more:
<style> ul.icons { list-style-type: none; margin-left: 1.5em; margin-top: 0em; } ul.icons > li { position: relative; } ul.icons > li > i { width: 1.25em; left: -1.5em; position: absolute; text-align: center; line-height: inherit; } .content li.bump { margin-top: 0.8rem; } </style>{%- assign today_date = 'now' | date: '%Y-%m-%d' -%} {%- assign today = today_date | date: '%s'| abs -%} {%- assign beg_date = '2020-08-25' | date: '%s' | abs -%} {%- assign beg_index = 0 -%}
{%- if today > beg_date -%} {%- assign end_index = site.data.schedule.weeks | size | minus:1 -%} {%- for week in site.data.schedule.weeks limit:end_index -%} {%- if week.days -%} {%- assign as_seconds = week.days[0].date | date: '%s' | abs -%} {%- assign as_seconds = as_seconds | minus: 86400 -%} {%- assign as_seconds = as_seconds | minus: 86400 -%} {%- if as_seconds > today -%} {%- break -%} {%- endif -%} {%- endif -%} {%- assign beg_index = forloop.index0 -%} {%- endfor -%} {%- endif -%}
{% for week in site.data.schedule.weeks offset:beg_index limit:2 %} {% include week.html week = week %} {% endfor %}
Find the regular weekly schedule below. Note this may change due to holidays, additions, or cancellations. Always check the [Canvas]({{ side.data.info.links.canvas.link }}) calendar for the most recent schedule.
{::nomarkdown}
{% include overview.svg %}
This website serves as the main portal for all content related to this course. To navigate this site:
-
{% for item in site.data.info.pages -%}
- {% if item.icon -%} {% endif -%} {{ item.name }}: {{ item.info }} {% endfor -%} {% for values in site.data.info.links -%} {% assign label = values[0] -%} {% assign item = site.data.info.links[label] -%}
- {% if item.icon -%} {% endif -%} {{ item.name }}: {{ item.info }} {% endfor -%}
- Zoom: dropdown containing all of the Zoom meetings relevant to this course
When in doubt, post on [Piazza]({{ site.data.info.links.piazza.link }}) for help finding content.