diff --git a/README.md b/README.md
index 7f2196f..131cce7 100644
--- a/README.md
+++ b/README.md
@@ -8,20 +8,22 @@ Authors/Convenors:
- Giovanni Colavizza (University of Amsterdam)
- Matteo Romanello (EPFL)
+slides + notebook
+
## Syllabus
| Day.session | Topic | Materials |
| ------------- |:-------------:| -----:|
-| 1.1 | Introductions | [slides](slides/1.1 Introduction.pdf) |
-| 1.2 | Data formats and Input/Output | [slides](slides/1.2 Import.pdf) + [notebook](notebooks/1.2 Import.ipynb) |
-| 2.1 | The Python data analysis stack, pt. I | [slides](slides/1.2 Import.pdf) + [notebook](notebooks/2.1 Skills.ipynb) |
-| 2.2 | Tidy data pt.I-II | [slides](slides/2.2 Tidy data.pdf) + [notebook](notebooks/2.2 Tidy data.ipynb) |
-| 3.1 | Tidy data pt.III | [slides](slides/3.1 Data wrangling.pdf) + [notebook](notebooks/2.2 Tidy data.ipynb) |
-| 3.2 | The Python data analysis stack, pt. II | [notebook](notebooks/3.2 Skills, Wrangling.ipynb) |
-| 4.1 | Applied Data Analysis, part I: Basics | [notebook](notebooks/4.1 Exploratory data analysis and working with texts.ipynb) |
-| 4.2 | Applied Data Analysis, part II: Visualization | [slides](slides/4.2 Visualization.pdf) + [notebook](notebooks/4.2 Visualize.ipynb) |
-| 5.1 | Applied Data Analysis, part III: Advanced topics | [notebook](notebooks/5.1 Modelling.ipynb) |
-| 5.2 | Applied Data Analysis, part IV: Advanced application | [notebook](notebooks/5.2 Visualize, Model.ipynb) |
+| 1.1 | Introductions | slides |
+| 1.2 | Data formats and Input/Output | slides + notebook |
+| 2.1 | The Python data analysis stack, pt. I | slides + notebook |
+| 2.2 | Tidy data pt.I-II | slides + notebook |
+| 3.1 | Tidy data pt.III | slides + notebook|
+| 3.2 | The Python data analysis stack, pt. II | notebook |
+| 4.1 | Applied Data Analysis, part I: Basics | notebook |
+| 4.2 | Applied Data Analysis, part II: Visualization | slides + notebook |
+| 5.1 | Applied Data Analysis, part III: Advanced topics | notebook|
+| 5.2 | Applied Data Analysis, part IV: Advanced application | notebook |
diff --git a/notebooks/5.2 Visualize, Model.ipynb b/notebooks/5.2 Visualize, Model.ipynb
index e5ec75c..8726553 100644
--- a/notebooks/5.2 Visualize, Model.ipynb
+++ b/notebooks/5.2 Visualize, Model.ipynb
@@ -15,7 +15,7 @@
"\n",
"The data we use here was produced by running a subset of the [Impresso](http://impresso-project.ch)'s newspaper corpus through `passim`. For furter information and context, see [this slide deck](https://infoscience.epfl.ch/record/255933/files/slides.pdf).\n",
"\n",
- "**NB**: this notebook won't work in binder as it requires input data that are stored in a private s3 repository."
+ "**NB**: this notebook **won't work** in binder as it requires input data that are stored in a private s3 repository."
]
},
{