Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Latest commit

 

History

History
134 lines (116 loc) · 3.25 KB

schedule.md

File metadata and controls

134 lines (116 loc) · 3.25 KB
layout title
default
Schedule
<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; } strong { color: inherit; } [class^=has-text] a { color: inherit; } </style>

The following is the current weekly schedule. This schedule is subject to change and will be frequently updated throughout the semester. The latest deadlines may also be found on [Canvas]({{ site.canvas }}).

Weeks:

{% for week in site.data.schedule.weeks %}

{{ week.week }}{{ week.text }} {%- endfor %}

{% for week in site.data.schedule.weeks %}

{%- if week.week %} Week {% if week.week < 10 %}0{% endif %}{{ week.week }} {%- else %} {{ week.text }} {%- endif %}
{% for column in week.columns %}
{{ column.label }}
    {%- for item in column.items %}
  • {%- if item.icon %} {%- else %} {%- endif %} {%- if item.date %} {{ item.date | date: "%m/%d" }}: {%- endif %} {%- if item.link %} {{ item.text }} {%- else %} {{ item.text }} {% endif -%}
  • {% endfor -%}
{% endfor %}
{% unless forloop.last %}
{% endunless %}

{% endfor %}

{%- for icon in site.data.schedule.icons %}  {{ icon[1].label }} {%- endfor %}
Interested in being a guest speaker for this course? Please email Sophie at sjengle@cs.usfca.edu for details!
<script> document.addEventListener('DOMContentLoaded', () => { (document.querySelectorAll('.notification .delete') || []).forEach(($delete) => { $notification = $delete.parentNode; $delete.addEventListener('click', () => { $notification.parentNode.removeChild($notification); }); }); }); </script>