/ieeevis.org

Website for ieeevis.org

Primary LanguagePostScript

ieeevis.org

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:

Contributing

If you're contributing content, but not administrating the website itself, you will want to follow the contributor's guide (instructions for VIS 2022).

Building

Automatic building: The .github/workflows/staging.yml file contains a GitHub Actions workflow for deploying the site.

To build locally, run bundle exec jekyll serve -d ./_site/year/2022 && npm run-script start. You may need to break these commands apart and run npm run-script start in a separate console.

You may need to install npm/node and Ruby (we recommend rbenv and using WSL if not on a UNIX-like system), and install the bundler gem (gem install bundler).