Skip to content

Commit b2bf414

Browse files
committed
set date for exam
1 parent 24de147 commit b2bf414

File tree

2 files changed

+26
-13
lines changed

2 files changed

+26
-13
lines changed

lecture_5.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4644,6 +4644,17 @@
46444644
"source": [
46454645
"## [Schedule](https://python-public-policy.afeld.me/en/{{school_slug}}/syllabus.html#schedule)\n"
46464646
]
4647+
},
4648+
{
4649+
"cell_type": "markdown",
4650+
"metadata": {
4651+
"slideshow": {
4652+
"slide_type": "slide"
4653+
}
4654+
},
4655+
"source": [
4656+
"## [Exam](exam.md)\n"
4657+
]
46474658
}
46484659
],
46494660
"metadata": {

syllabus.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -96,26 +96,28 @@ By the end of the course, students will know:
9696
- Reading technical documentation
9797
- Troubleshooting
9898
- How to use [pandas](https://pandas.pydata.org/) and other packages for data exploration, manipulation, visualization, and analysis
99-
- How to use [Jupyter](https://jupyter.org/) as a coding environment
99+
- How to use a (Jupyter) notebook coding environment
100100
- How to work with open data
101101
- How these tools and skills can be leveraged in a policy context
102102

103103
## Schedule
104104

105105
{% if id == "columbia" -%}
106106

107-
| Date | Lecture | Homework due | [Late](#assignment-scoring) submission deadline |
108-
| ---- | ---------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
109-
| 1/20 | {doc}`lecture_0` | none | |
110-
| 1/27 | {doc}`lecture_1` | [Homework 0][hw0] | |
111-
| 2/3 | {doc}`lecture_2` | [Homework 1][hw1] | [Homework 0][hw0] |
112-
| 2/10 | {doc}`lecture_3` | [Homework 2][hw2] | [Homework 1][hw1] |
113-
| 2/17 | {doc}`lecture_4` | [Homework 3][hw3] and [Final Project proposal][final_prop] | [Homework 2][hw2] |
114-
| 2/24 | {doc}`lecture_5` | [Homework 4][hw4] | [Homework 3][hw3] and [Final Project proposal][final_prop] |
115-
| 3/3 | {doc}`lecture_6` | [Final Project][final] | [Homework 4][hw4] |
116-
| 3/6 | none | none | [Final Project][final] |
117-
| 3/9 | [Exam][exam] | | |
118-
| 3/10 | none | [Final Project peer grading][final-peer] | |
107+
| Date | Lecture | Homework due | [Late](#assignment-scoring) submission deadline |
108+
| ----- | ---------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
109+
| 1/20 | {doc}`lecture_0` | none | |
110+
| 1/27 | {doc}`lecture_1` | [Homework 0][hw0] | |
111+
| 2/3 | {doc}`lecture_2` | [Homework 1][hw1] | [Homework 0][hw0] |
112+
| 2/10 | {doc}`lecture_3` | [Homework 2][hw2] | [Homework 1][hw1] |
113+
| 2/17 | {doc}`lecture_4` | [Homework 3][hw3] and [Final Project proposal][final_prop] | [Homework 2][hw2] |
114+
| 2/24 | {doc}`lecture_5` | [Homework 4][hw4] | [Homework 3][hw3] and [Final Project proposal][final_prop] |
115+
| 3/3 | {doc}`lecture_6` | [Final Project][final] | [Homework 4][hw4] |
116+
| 3/6 | none | none | [Final Project][final] |
117+
| 3/9\* | [Exam][exam] | | |
118+
| 3/10 | none | [Final Project peer grading][final-peer] | |
119+
120+
\*This is a Monday, same [time slots](#course-information).
119121

120122
{% else -%}
121123

0 commit comments

Comments
 (0)