This is the website of our academic research group at UW CSE. It is based on the template provided by the Allan Lab at Leiden University.
This website is powered by Jekyll and some Bootstrap. To work on the site, clone this repo. If you want to preview your changes before committing them (recommended) you will need to install Jekyll and run a local server in your root directory with jekyll serve
.
If you are having trouble installing Jerkyll on your m1 mac check out this script which automatically installs it for you.
Ran the below in the root project folder
gem install bundler jekyl
bundle install
bundle exec jekyll serve
Run python add_person.py
from the root directory, and follow the prompts as they come up.
Use add_pub.py
from the root directory.
News items should be manually edited in the _data/news.yml
collection.
Since the site is hosted with github pages, anything in the master branch is live (in production). When you make changes, create a new branch and make a pull request (tutorial here). If there aren't any common problems then maybe soon anyone from bdata will be able to merge with master, but for now we'll limit it.
Copyright Allan Lab. Code released under the MIT License.