diff --git a/mimic-iii/README.md b/mimic-iii/README.md index a69d3a06..1e9d600c 100644 --- a/mimic-iii/README.md +++ b/mimic-iii/README.md @@ -8,7 +8,7 @@ Jupyter notebooks are also provided which detail analyses performed on MIMIC-III The repository is organized as follows: * [benchmark](/mimic-iii/benchmark) - Various speed tests for indices -* [buildmimic](/mimic-iii/buildmimic) - Scripts to build MIMIC-III in a relational database management system (RDMS), in particular [postgres](/buildmimic/postgres) is our RDMS of choice +* [buildmimic](/mimic-iii/buildmimic) - Scripts to build MIMIC-III in a relational database management system (RDMS), in particular [postgres](/mimic-iii/buildmimic/postgres) is our RDMS of choice * [concepts](/mimic-iii/concepts) - Useful views/summaries of the data in MIMIC-III, e.g. demographics, organ failure scores, severity of illness scores, durations of treatment, easier to analyze views, etc. The paper above describes these in detail, and a README in the subfolder lists concepts generated. * [notebooks](/mimic-iii/notebooks) - A collection of R markdown and Jupyter notebooks which give examples of how to extract and analyze data * [notebooks/aline](/mimic-iii/notebooks/aline) - An entire study reproduced in the MIMIC-III database - from cohort generation to hypothesis testing