The AISTATS current webpage.
This repository contains the current AISTATS conference page. Once the year has past it can be archived to aistats20XX and modified to form the next year's page.
Repository set up by Neil and conversion of the old javascript pages by Wittawat. Pages moved for the 2016 edition of the conference.
- We have the main repository at https://github.com/aistats/aistats.github.io. This will be used to host the current AISTATS.
- We will make one repository with name aistats20xx for each past web site. See a list of repositories of past web sites here. According to this Github help about project pages (at the bottom), if we put the Jekyll files in gh-pages branch, the repository will be served under http://aistats.github.io/aistats20xx. Note that the main repository uses master branch, not gh-pages.
- When archiving to aistats20xx, it is necessary to modify the
baseurl
entry of_config.yml
frombaseurl: ""
tobaseurl: "/aistats20xx"
so that internal links in the web site are generated correctly.baseurl: ""
is used only in the current AISTATS site because its files are at the root of aistats.github.io.