Skip to content

RelationalML/relationalml.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 17, 2025
bf39664 · Mar 17, 2025

History

24 Commits
Feb 13, 2024
Feb 18, 2025
Mar 17, 2025
Jul 5, 2024
Feb 11, 2025
Feb 4, 2025
Nov 20, 2023
Feb 18, 2024
Mar 17, 2025
Feb 18, 2025
Nov 20, 2023
Feb 19, 2025
Feb 4, 2025
Nov 20, 2023
Jun 8, 2024
Feb 4, 2025
Nov 20, 2023

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.