Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.45 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.45 KB

eICU-CRD Code Repository

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 eICU Collaborative Research Database (eICU-CRD). To find out more about eICU-CRD, please see: http://eicu-crd.mit.edu

How to contribute

We hope that you will share the code that you use for processing and analysis of eICU-CRD. Sharing code helps to make studies reproducible and promotes collaborative research. To contribute, please:

Required header information

Please copy and paste the following header information into the top of your code:

-- ------------------------------------------------------------------  
-- Title: Short descriptive title.  
-- Description: More detailed description explaining the purpose.  
-- eICU version: Version of eICU-CRD (e.g. eICU-CRD v1.1).   
-- References: References to relevant academic papers etc (optional).  
-- ------------------------------------------------------------------