Submission calendars of HCI and related fields.
Currently, this site provides calendars of these fields; HCI, VR.
It's very welcome to update new information.
- Fork the repository
- Update
_data/cal/*.yml
- Make sure information is enough and correct
- Send a pull request
- Comment on this issue #3
- Email to a maintainer
First, plz setup bundler
as follows:
gem install bundler
bundle install --path vendor/bundle
Then, start jekyll.
bundle exec jekyll serve
You can add new functions by editing _includes
directory in accordance of Jekyll format.
CSS files are placed at _sass
directory.