Website for the MIMIC Critical Care Database (currently version MIMIC-III)
CSS HTML JavaScript Python
Switch branches/tags
Nothing to show
Latest commit f0c803d Jul 21, 2017 @tompollard tompollard committed on GitHub training certificate -> completion report
Permalink
Failed to load latest commit information.
archetypes
bin update Feb 10, 2016
content training certificate -> completion report Jul 20, 2017
layouts create pages for top level items in menu. ref #72 Jun 1, 2017
static remove psd files Jul 17, 2017
themes/mimic-data
.gitignore
.travis.yml draft travis file Nov 1, 2015
LICENSE
README.md Add Travis CI Build Status. See issue #5 Nov 1, 2015
config.toml Reorganized menus, moved overview to getting started section Nov 11, 2015

README.md

Website and documentation for the MIMIC Critical Care Database Build Status

Instructions for running the website locally

  1. Install Go and Hugo. For instructions, see: http://gohugo.io/overview/installing/
  2. Clone the website repository:
    git clone 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. Currently deploys using the method described at: http://www.andrewcodispoti.com/deploy-process/