|
1 | | -# MIMIC Code Repository [](https://travis-ci.org/MIT-LCP/mimic-code) [](https://doi.org/10.5281/zenodo.821872)[](https://gitter.im/MIT-LCP/mimic-code?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| 1 | +# MIMIC Code Repository [](https://travis-ci.org/MIT-LCP/mimic-code) [](https://doi.org/10.5281/zenodo.821872) [](https://gitter.im/MIT-LCP/mimic-code?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
2 | 2 |
|
3 | 3 | This is a repository of code shared by the research community. The repository is intended to be a central hub for sharing, refining, and reusing code used for analysis of the [MIMIC critical care database](https://mimic.physionet.org). To find out more about MIMIC, please see: https://mimic.physionet.org |
4 | 4 |
|
5 | 5 | You can read more about the code repository in the following open access paper: [The MIMIC Code Repository: enabling reproducibility in critical care research](https://doi.org/10.1093/jamia/ocx084). |
6 | 6 |
|
| 7 | +## Brief introduction |
| 8 | + |
| 9 | +The repository is organized as follows: |
| 10 | + |
| 11 | +* [benchmark](/benchmark) - Various speed tests for indices |
| 12 | +* [buildmimic](/buildmimic) - Scripts to build MIMIC-III in a relational database management system (RDMS), in particular [postgres](/buildmimic/postgres) is our RDMS of choice |
| 13 | +* [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. |
| 14 | +* [notebooks](/notebooks) - A collection of R markdown and Jupyter notebooks which give examples of how to extract and analyze data |
| 15 | +* [notebooks/aline](/notebooks/aline) - An entire study reproduced in the MIMIC-III database - from cohort generation to hypothesis testing |
| 16 | +* [tests](/tests) - You should always have tests! |
| 17 | +* [tutorials](/tutorials) - Similar to the notebooks folder, but focuses on explaining concepts to new users |
| 18 | + |
| 19 | +## Acknowledgement |
| 20 | + |
7 | 21 | If you use code or concepts available in this repository, we would be grateful if you would cite the above paper as follows: |
8 | 22 |
|
9 | 23 | > Johnson, Alistair EW, David J. Stone, Leo A. Celi, and Tom J. Pollard. "The MIMIC Code Repository: enabling reproducibility in critical care research." Journal of the American Medical Informatics Association (2017): ocx084. |
10 | 24 |
|
11 | | -You can also directly cite the repository using the above DOI from Zenodo. |
| 25 | +If including a hyperlink to the code, we recommend you use the DOI from Zenodo rather than a GitHub URL: https://doi.org/10.5281/zenodo.821872 |
12 | 26 |
|
13 | 27 | ## How to contribute |
14 | 28 |
|
|
0 commit comments