From 966b3940af3015e2ee02b6000394a30f2c2581fa Mon Sep 17 00:00:00 2001 From: Mohamad Jaallouk Date: Sun, 14 Nov 2021 02:33:42 +0100 Subject: [PATCH] Update assignment.md Markdown instead of latex --- 2-Working-With-Data/07-python/assignment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2-Working-With-Data/07-python/assignment.md b/2-Working-With-Data/07-python/assignment.md index a9ad50ec..cb9041fe 100644 --- a/2-Working-With-Data/07-python/assignment.md +++ b/2-Working-With-Data/07-python/assignment.md @@ -4,7 +4,7 @@ In this assignment, we will ask you to elaborate on the code we have started dev ## COVID-19 Spread Modelling - - [ ] Plot $R_t$ graphs for 5-6 different countries on one plot for comparison, or using several plots side-by-side + - [ ] Plot *Rt* graphs for 5-6 different countries on one plot for comparison, or using several plots side-by-side - [ ] See how the number of deaths and recoveries correlate with number of infected cases. - [ ] Find out how long a typical disease lasts by visually correlating infection rate and deaths rate and looking for some anomalies. You may need to look at different countries to find that out. - [ ] Calculate the fatality rate and how it changes over time. *You may want to take into account the length of the disease in days to shift one time series before doing calculations* @@ -20,4 +20,4 @@ In this assignment, we will ask you to elaborate on the code we have started dev Exemplary | Adequate | Needs Improvement --- | --- | -- | -All tasks are complete, graphically illustrated and explained, including at least one of two stretch goals | More than 5 tasks are complete, no stretch goals are attempted, or the results are not clear | Less than 5 (but more than 3) tasks are complete, visualizations do not help to demonstrate the point \ No newline at end of file +All tasks are complete, graphically illustrated and explained, including at least one of two stretch goals | More than 5 tasks are complete, no stretch goals are attempted, or the results are not clear | Less than 5 (but more than 3) tasks are complete, visualizations do not help to demonstrate the point