Skip to content

Latest commit

 

History

History
58 lines (54 loc) · 2.09 KB

File metadata and controls

58 lines (54 loc) · 2.09 KB
layout default
title CIS 121 Homework Assignments
active_tab homework

Written homeworks must include our cover sheet with the requisite information filled out in order for them to be graded. Written homeworks must be typeset in LaTeX. Written homeworks must be submitted online as well as offline in paper form in class.

For your convenience, we have a LaTeX homework template for you to use.

{% for homework in site.data.homeworks %} {% endfor %}
Name Type Materials Release Date Due Date
{{ homework.assignment }} {{ homework.type }}
    {% if homework.active %} {% if homework.writeup %}
  • Write-up
  • {% endif %} {% if homework.zip %}
  • Files (zip)
  • {% endif %} {% if homework.problem_set %}
  • Problem set
  • {% endif %} {% if homework.problem_set_zip %}
  • Problem set (zip)
  • {% endif %} {% if homework.problem_set_tex %}
  • Problem set (tex)
  • {% endif %} {% else %}
  • Coming soon!
  • {% endif %}
{{ homework.release_date | date: "%b %d" }} {{ homework.due_date | date: "%b %d" }}