This is the Jekyll version of the IEEE VIS website.
The master
branch (the page you're currently viewing) is the archived version of the site (years 2018 and earlier).
To edit files in other years, check the other vis*
branches. Click the below links to teleport:
If you're contributing content, but not administrating the website itself, you will want to follow the contributor's guide (instructions for VIS 2021).
Automatic building: The .github/workflows/staging.yml file contains a GitHub Actions workflow for deploying the site.
To build locally, simply run jekyll serve
from a command line. You may need to install Ruby (we recommend rbenv and using WSL if not on a UNIX-like system), and install the bundler and jekyll gems (gem install bundler
, gem install jekyll
).