This is the website of our academic research group.
- Ruby
- Jekyll:
gem install jekyll bundler
- Jekyll Scholar:
gem install jekyll-scholar
- 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.
- Publications: Add a new BibTeX entry to the front of
_bibliography/references.bib
.- Add extra information to extra fields in the entry, such as the code url in
code
, if necessary. - Add a preview image to
images/publications/
, and its name to a fieldimg
in the BibTeX entry.
- Add extra information to extra fields in the entry, such as the code url in
- Team: Add a new entry to the front of
_data/team_members.yml
. - News: Add a new entry to the front of
_data/news.yml
. - Text content: Modify the markdown files in the folder
_pages
.- Homepage:
_pages/home.md
. - Openings:
_pages/openings.md
. - Research:
_pages/research.md
.
- Homepage:
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.