Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/MIT-LCP/mimic-website
- Owner: MIT-LCP
- License: mit
- Created: 2015-08-25T14:44:04.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T02:15:14.000Z (6 months ago)
- Last Synced: 2024-11-13T00:03:48.876Z (about 1 month ago)
- Topics: ehr, icu, mimic, mimic-iii, physionet
- Language: CSS
- Homepage: https://mimic.mit.edu
- Size: 51.7 MB
- Stars: 102
- Watchers: 36
- Forks: 113
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - MIT-LCP/mimic-website - Website for the MIMIC Critical Care Database (currently version MIMIC-III) (CSS)
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).