mimic-website
mimic-website copied to clipboard
Website for the MIMIC Critical Care Database (currently version MIMIC-III)
Website and documentation for the MIMIC Critical Care Database
Instructions for running the website locally
- Install Go and Hugo. For instructions, see: http://gohugo.io/overview/installing/
- Clone the website repository:
git clone --recursive https://github.com/MIT-LCP/mimic-website.git
- Run
hugo server
at the command line to build the website and serve the pages; - View the website at: http://127.0.0.1:1313
Note on deploying the website
Automatic builds have not yet been implemented.
Issues with the website or MIMIC
Please raise issues related to the website or MIMIC-III in the mimic-code repository.