Skip to content

Commit 8923011

Browse files
authored
fix hyperlinks
1 parent 9c8f480 commit 8923011

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

mimic-iii/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Jupyter notebooks are also provided which detail analyses performed on MIMIC-III
77

88
The repository is organized as follows:
99

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
1818

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

Comments
 (0)