Permalink
Newer
Older
100644 30 lines (16 sloc) 2.23 KB
Sep 28, 2015 @tompollard Add instructions for contributing code
1 # MIMIC Code Repository
Sep 2, 2015 @tompollard Add notes
2
Oct 5, 2015 @alistairewj Update README.md
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
Sep 2, 2015 @tompollard Add notes
4
Jul 3, 2017 @alistairewj add doi
5 ## Acknowledgement
6
7 [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.821872.svg)](https://doi.org/10.5281/zenodo.821872)
8
Sep 28, 2015 @tompollard update text
9 ## How to contribute
Sep 2, 2015 @tompollard Add notes
10
Oct 21, 2015 @tompollard wording
11 Our team has worked hard to create and share the MIMIC dataset. We encourage you to share the code that you use for data processing and analysis. Sharing code helps to make studies reproducible and promotes collaborative research. To contribute, please:
Sep 28, 2015 @tompollard Add instructions for contributing code
12
13 - Fork the repository using the following link: https://github.com/MIT-LCP/mimic-code/fork. For a background on GitHub forks, see: https://help.github.com/articles/fork-a-repo/
14 - Commit your changes to the forked repository.
15 - Submit a pull request to the [MIMIC code repository](https://github.com/MIT-LCP/mimic-code), using the method described at: https://help.github.com/articles/using-pull-requests/
16
Jan 4, 2017 @alistairewj update link
17 We encourage users to share concepts they have extracted by writing code which generates a materialized view. These materialized views can then be used by researchers around the world to speed up data extraction. For example, ventilation durations can be acquired by creating the ventdurations view in [etc/ventilation-durations.sql](https://github.com/MIT-LCP/mimic-code/blob/master/concepts/ventilation-durations.sql).
Mar 10, 2016 @tompollard move header details to styleguide
18
Jul 11, 2017 @tompollard authors release code under the MIT License
19 ## License
20
21 By committing your code to the [MIMIC Code Repository](https://github.com/mit-lcp/mimic-code) you agree to release the code under the [MIT License attached to the repository](https://github.com/mit-lcp/mimic-code/blob/master/LICENSE).
22
Sep 13, 2016 @alistairewj update readme to discuss makefile build
23 ## Coding style
Sep 28, 2015 @tompollard make code snippet
24
Sep 13, 2016 @alistairewj update readme to discuss makefile build
25 Please refer to the [style guide](https://github.com/MIT-LCP/mimic-code/blob/master/styleguide.md) for guidelines on formatting your code for the repository.
Sep 28, 2015 @tompollard make code snippet
26
Sep 13, 2016 @alistairewj update readme to discuss makefile build
27 ## Building MIMIC automatically
Sep 28, 2015 @tompollard make code snippet
28
Sep 13, 2016 @alistairewj update readme to discuss makefile build
29 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](https://github.com/MIT-LCP/mimic-code/blob/master/Makefile.md) for more details.