This is the official website for the AI in Medical Imaging (Deep-MI) Lab.
The website is built with Jekyll and hosted on GitHub Pages.
- Live Website: https://deep-mi.github.io
- Contributing: See CONTRIBUTING.md for how to add members, publications, and events
- Quick Start: See QUICKSTART.md for copy-paste commands, a file-location reference, and troubleshooting
- Jekyll - Static site generator
- GitHub Pages - Hosting
# First time setup
gem install bundler --user-install
bundle install
# Run locally
bundle exec jekyll serve
# Visit: http://localhost:4000Before pushing changes, build and check the site with the plugins pinned in the Gemfile:
bundle exec jekyll build
bundle exec ruby scripts/htmlproofer_check.rbSee QUICKSTART.md for more commands and CONTRIBUTING.md for detailed content guidelines.