https://github.com/mit-lcp/mimic-iv-website
Website for MIMIC-IV
https://github.com/mit-lcp/mimic-iv-website
Last synced: about 1 month ago
JSON representation
Website for MIMIC-IV
- Host: GitHub
- URL: https://github.com/mit-lcp/mimic-iv-website
- Owner: MIT-LCP
- License: mit
- Created: 2019-09-05T15:32:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T18:17:42.000Z (about 3 years ago)
- Last Synced: 2025-02-15T19:51:15.563Z (3 months ago)
- Language: HTML
- Size: 1.2 MB
- Stars: 17
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website and documentation for the MIMIC-IV Database
Source code used to generate the MIMIC-IV website:
https://mimic-iv.mit.edu
To raise issues, please use the MIMIC-IV Code Repository:
https://github.com/MIT-LCP/mimic-iv-code
## Instructions for running the website locally
1. Install Hugo. For instructions, see: http://gohugo.io/overview/installing/
2. Clone the website repository:
```
git clone --recursive https://github.com/mit-lcp/mimic-iv-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:1313The website was tested with Hugo Static Site Generator v0.59.1 linux/amd64 BuildDate: 2019-10-31T21:21:45Z.