项目作者: aistats

项目描述 :
April 13-15, Virtual Conference
高级语言: HTML
项目地址: git://github.com/aistats/aistats2021.git
创建时间: 2020-07-25T10:26:36Z
项目社区:https://github.com/aistats/aistats2021

开源协议:

下载


AISTATS 2021

This is the webpage for AISTATS 2021.

The AISTATS webpages are hosted on github and generated using a custom theme from Jekyll.

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.

To Create a New Conference Page follow these Instructions

Each year the main web page needs to be archived to store as a previous year’s conference. To do this, the first thing you need to do is duplicate this repository.

These steps need to be done by someone with admin access to the aistats github organization

  1. Create the new repo in github by going to https://github.com/organizations/aistats/repositories/new, use the name coding aistatsXXXX where XXXX is the year of the archived conference.

  2. Give the conference a description e.g., “April 9 - 11, Playa Blanca, Lanzarote, Canary Islands”

  3. Do not create an initial README for the conference.

  4. Create the Repo.

These steps can be done with an account that has write access to the aistats.github.io.git

  1. Go to a suitable directory on your machine and type:
  1. git clone --bare https://github.com/aistats/stub.git
  2. mv stub.git aistatsXXXX
  3. cd aistatsXXXX
  4. git branch -m gh-pages
  5. git push --mirror https://github.com/aistats/aistatsXXXX.git
  1. Edit the _config.yml file in the new repo to set baseurl to /aistatsXXXX

  2. Check that the archived page appears online at http://aistats.org/aistatsXXXX/

  3. Update the original main repository at https://github.com/aistats/aistats.github.io for the current conference.
    This will be used to host the current AISTATS.

  4. Add the team aistatsXXXX to the admin rights for the repo aistatsXXXX

  5. Create a new admin team for this year’s page, aistatsYYYY, where YYYY=XXXX+1 and assign it to admin aistats.github.io

More information

  • See
    a list of repositories of past web sites here.

  • This link gives 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 from baseurl: "" to baseurl: "/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.

  • Repository set up by Neil Lawrence and conversion of the old javascript pages by Wittawat. Pages then arcived for the 2016 and 2017 editions of the conference.