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)
- Host: GitHub
- URL: https://github.com/MIT-LCP/mimic.mit.edu
- Owner: MIT-LCP
- License: mit
- Created: 2015-08-25T14:44:04.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T02:15:14.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T06:07:00.787Z (about 1 year ago)
- Topics: ehr, icu, mimic, mimic-iii, physionet
- Language: CSS
- Homepage: https://mimic.mit.edu
- Size: 51.7 MB
- Stars: 112
- Watchers: 36
- Forks: 114
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).