Source code for the website of the APRIL research lab at the School of Informatics, University of Edinburgh, UK. We work on efficient and reliable probabilistic ML in the wild.
This site harness Jekyll templates in github pages and their file-based model view. To add, change or remove a news/lab member/paper on the website, please open a pull request!
Each member in the lab is associated a markdown file under the _people folder. Find yourself there or create a new file.
Mandatory keys in a user profile are:
collectionto be left topeoplerefa string acting as a unique identifier (e.g.,aver)permalinka url in the formpeople/{ref}nameyour full nameroleyour role in the lab (e.g.,PI|PhD Student|Visitor|Postdoc|MRes Student|Research Assistant)dateproxy date (used to order people in the grid)webpageyour webpage urlimageurl to profile pic (can be stores inimages/people/)
Optional keys are:
affiliationused for visitors/internsfirstsupervisor,secondsupervisorandcosupervisorto specify your supervisory team
Each paper listed in the website is associated a markdown file under the _publications folder. Simplest way to add a paper is to duplicate an already-existing entry and modify the values associated to the keys there.
Mandatory keys in a paper description are:
collectionto be left topublicationsrefa string acting as a unique identifier (e.g.,vergari2021atlas)permalinka url in the formpublications/{ref}titlethe complete paper titledateintended as a publication date (used to order papers)tagsa space-separated sequence of tags to classify the paperauthorsa string with authors names, separated by commavenuethe publication venue (conference | journal name and year)paperurla webpage for the paper (can be the same aspermalink)excerpta two-line summary of the paper
Optional keys are:
imagelink to a small preview image (you can upload it underimages/papers/{ref})pdflink to a publicly readable version of the papersupplementallink to the paper supplemental materialcodelink to the code released with the paperposterlink to the paper posterawardto specify if the paper got an award (e.g.oral|spotlight|...)videolink to the paper video presentation or relative talkabstractthe paper abstract, as a single stringbibtexa string for the bibtex entry (mind to put<br/>tags for newlines)spotlighta large image, to be used if the paper has to be features in the homepage (you can upload it underimages/papers/{ref})
Additionally, you can write a free-form blog post about the paper in the markdown content section.
Each news is associated a markdown file under the _news folder.
Mandatory keys in a paper description are:
collectionto be left tonewspermalinka url in the formnews/{short-handle}titlethe news titledatedate of the news (used to order news)
The body of the news can be written in html/md in the markdown content section.
- Install Ruby (see Guides depending on OS)
- Clone the repo and move to it
git clone https://github.com/april-tools/april-tools.github.io
cd april-tools.github.io# Install jekyll related packages
gem install jekyll bundler
bundle add webrick
# Run the server
bundle exec jekyll serve- Navigate to localhost:4000