{% if not ONLINE %}
WARNING: You do not appear to be online! You will not be able to download new files or submit assignments.
{% endif %}
{% if ANDREWID in ['jkitchin', 'eerdinc', 'dmolinat', 'dklee1', 'jboes'] %}
Admin
debug
{% endif %}
Your LecturesThese are your local copies. You can edit them and add your own notes.
|
Course LecturesThese are the notes that I have used in class. Each time you open one, it will download the latest copy of the notes, so anything you change in these files will be lost each time you open the link.
|
label | status | due date | submit | turned in | solution | {% for label, path, status, color, duedate, turnedin, solution in assignments4templates %}
---|---|---|---|---|---|
{{ label }} | {{ status | safe }} | {{duedate}} | Submit | {{turnedin}} | {% if solution %} {{solution}} {% else %} Not available yet {% endif %} |
filename | grade | graded-by | {% for fname, grade, grader in graded_assignments %}
---|---|---|
{{ fname }} | {{grade}} | {{grader}} |