Permalink
Browse files

add brief readme

  • Loading branch information...
1 parent d673b70 commit ae9a377a6cfda92768482a288d656c7ffd71a3ae @alistairewj alistairewj committed Jan 6, 2017
Showing with 10 additions and 0 deletions.
  1. +10 −0 tutorials/README.md
View
@@ -0,0 +1,10 @@
+# Tutorials
+
+This section provides a number of tutorials to provide guidance on using the MIMIC-III database. Tutorials are provided either as plain-text (`.md`), Jupyter Notebooks (`.ipynb`), or R Markdown files (`.Rmd`). If downloaded locally, the latter two tutorials are interactive, otherwise all tutorials can be viewed online.
+
+The tutorials currently available include:
+
+* cohort-selection.ipynb - Overviews selecting a cohort of patients from MIMIC-III. Topics include calculating patient ages, service type, and creating exclusion criteria.
+* explore-items.Rmd - Exploring the data associated with various `itemid` in MIMIC-III, with specific focus on contrasting how there are two sources of data: CareVue and MetaVision.
+* sql-intro.md - A gentle introduction to using Structured Query Language (SQL) with the MIMIC-III database, covering key tables and important SQL keywords.
+* using_r_with_jupyter.ipynb - Demonstration of using a Jupyter Notebook with the R kernel to connect to a PostgreSQL database with MIMIC-III

0 comments on commit ae9a377

Please sign in to comment.