From 6acfd825b92b15366ceebf92ee0e7168de8e1c78 Mon Sep 17 00:00:00 2001
From: Martijn Vermaat <martijn@vermaat.name>
Date: Fri, 2 Aug 2013 10:59:00 +0200
Subject: [PATCH] Update README with links to notebook viewer

---
 README.md | 24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 88d5a5a..0e22582 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,17 @@
-LUMC Human Genetics programming course
-======================================
+Programming course
+==================
 
 This repository contains material for the first installment (August 2013) of
 a programming course for scientists organised by the department of Human
 Genetics of the Leiden University Medical Center.
 
+The course is targeted at PhD students, Postdocs, or anyone willing to learn
+how to program in Python. Students are assumed to have some experience with
+programming, but not necessarily in Python, and the UNIX shell.
+
+The program consists of four mornings with lessons and some assignments to
+be done in your own time (i.e., during the afternoons).
+
 See the [Trac Wiki](https://humgenprojects.lumc.nl/trac/programming-course)
 for more information.
 
@@ -15,6 +22,19 @@ Software installation
 See the instructions in `INSTALL.md`.
 
 
+Slides
+------
+
+The top-level directory contains slides for the following lessons.
+
+1. [Introduction to Python](http://nbviewer.ipython.org/urls/raw.github.com/LUMC/programming-course/master/python.ipynb)
+2. [Version control with Git](http://nbviewer.ipython.org/urls/raw.github.com/LUMC/programming-course/master/git.ipynb)
+3. [Working with NumPy arrays](http://nbviewer.ipython.org/urls/raw.github.com/LUMC/programming-course/master/numpy.ipynb)
+4. [Plotting with matplotlib](http://nbviewer.ipython.org/urls/raw.github.com/LUMC/programming-course/master/matplotlib.ipynb)
+
+Note: These links are to one-page renderings on [IPython Notebook Viewer](http://nbviewer.ipython.org/), see below how to get the real slideshows.
+
+
 Editing the slides
 ------------------
 
-- 
GitLab