Skip to content

RelationalML/relationalml.github.io

Repository files navigation

Relational ML Lab: Website

This is the website of our academic research group.

Table of Contents

Requirements

  • Ruby
  • Jekyll: gem install jekyll bundler
  • Jekyll Scholar: gem install jekyll-scholar

Deployment

  • Locally build the website: jekyll build
  • Push changes to the source branch of the repository (including the folder _site)

The website will be automatically deployed from that folder by a custom Github Action workflow (see .github/workflows/static.yml). However, it cannot be automatically built because it uses a custom plugin (Jekyll Scholar) that is not supported by Github.

You can push changes to the source branch without building it, but the updates will not be published.

How to add or modify information

About this website

This website is powered by Jekyll and uses some Bootstrap and Bootwatch, and it is mainly based on this website, plus this one for the bibliography plugin. Go to this page to learn how to copy and modify this page for your purpose.

Copyright Relational ML Lab. Code released under the MIT License.