Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MIT-LCP/mimic-website

Website for the MIMIC Critical Care Database (currently version MIMIC-III)
https://github.com/MIT-LCP/mimic-website

ehr icu mimic mimic-iii physionet

Last synced: 30 days ago
JSON representation

Website for the MIMIC Critical Care Database (currently version MIMIC-III)

Awesome Lists containing this project

README

        

# Website and documentation for the MIMIC Critical Care Database

## Instructions for running the website locally

1. Install Hugo. For instructions, see: https://github.com/gohugoio/hugo/releases/tag/v0.74.3
2. Clone the website repository:
```
git clone --recursive https://github.com/MIT-LCP/mimic-website.git
```
3. Run ```hugo server``` at the command line to build the website and serve the pages;
4. 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](https://github.com/mit-lcp/mimic-code).