Skip to content

Commit

Permalink
relax assignment requirements. closes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Jul 12, 2024
1 parent bdbc42c commit 66eae54
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions course_information/assignment.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ The essay corresponds to a range of 2,500-5,000 words. That does not mean that y
to write that many words. Since you will have to produce not only text (in English or
Czech) but also code and its outputs, the following requirements are specified:

- The maximum number of words in Markdown cells is 1,500 (the bibliography, if provided,
does not count towards the word count).
- A maximum of 5 maps or other graphic outputs (one output may contain more than one map
- The approximate number of words in Markdown cells is 1,500 (the bibliography, if provided,
does not count towards the word count). Try to stay within 20% margin.
- The approximate number of maps or other graphic outputs is 5 (one output may contain more than one map
and will only count as one, but it must be included in the same `matplotlib` object).
- A maximum of 2 tables.
- The approximate number of tables is 2, where a table is considered an output
of a DataFrame automatically rendered by the Notebook.

The rest of the word count is assumed to be consumed by code.

Expand Down

0 comments on commit 66eae54

Please sign in to comment.