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

https://github.com/MIT-LCP/mimic.mit.edu

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

ehr icu mimic mimic-iii physionet

Last synced: 2 months 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 Ruby (version 3.1 or higher) and Bundler
2. Clone the website repository:
```
git clone https://github.com/MIT-LCP/mimic-website.git
```
3. Install dependencies:
```
bundle install
```
4. Run the development server:
```
bundle exec jekyll serve
```
5. View the website at: http://127.0.0.1:4000

## 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).