You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mimic-iii/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ Jupyter notebooks are also provided which detail analyses performed on MIMIC-III
7
7
8
8
The repository is organized as follows:
9
9
10
-
*[benchmark](/benchmark) - Various speed tests for indices
11
-
*[buildmimic](/buildmimic)\* - Scripts to build MIMIC-III in a relational database management system (RDMS), in particular [postgres](/buildmimic/postgres) is our RDMS of choice
12
-
*[concepts](/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.
13
-
*[notebooks](/notebooks) - A collection of R markdown and Jupyter notebooks which give examples of how to extract and analyze data
14
-
*[notebooks/aline](/notebooks/aline) - An entire study reproduced in the MIMIC-III database - from cohort generation to hypothesis testing
15
-
*[notebooks/aline-aws](/notebooks/aline-aws) - As above, [launchable immediately on AWS](#launch-mimic-iii-in-aws)
16
-
*[tests](/tests) - You should always have tests!
17
-
*[tutorials](/tutorials) - Similar to the notebooks folder, but focuses on explaining concepts to new users
10
+
*[benchmark](/mimic-iii/benchmark) - Various speed tests for indices
11
+
*[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
12
+
*[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.
13
+
*[notebooks](/mimic-iii/notebooks) - A collection of R markdown and Jupyter notebooks which give examples of how to extract and analyze data
14
+
*[notebooks/aline](/mimic-iii/notebooks/aline) - An entire study reproduced in the MIMIC-III database - from cohort generation to hypothesis testing
15
+
*[notebooks/aline-aws](/mimic-iii/notebooks/aline-aws) - As above, [launchable immediately on AWS](#launch-mimic-iii-in-aws)
16
+
*[tests](/mimic-iii/tests) - You should always have tests!
17
+
*[tutorials](/mimic-iii/tutorials) - Similar to the notebooks folder, but focuses on explaining concepts to new users
18
18
19
-
\* A Makefile build system has been created to facilitate the building of the MIMIC database, and optionally contributed views from the community. Please refer to the [Makefile guide](/Makefile.md) for more details.
19
+
\* A Makefile build system has been created to facilitate the building of the MIMIC database, and optionally contributed views from the community. Please refer to the [Makefile guide](/mimic-iii/Makefile.md) for more details.
0 commit comments