Skip to content

vahpy/ieeevis.org

This branch is 428 commits behind ieee-vgtc/ieeevis.org:vis2023.

Folders and files

NameName
Last commit message
Last commit date
Dec 21, 2022
Mar 20, 2021
Apr 27, 2023
Mar 16, 2023
Mar 15, 2023
Mar 17, 2023
Apr 27, 2023
May 3, 2023
Mar 7, 2023
Apr 12, 2023
Mar 16, 2023
Aug 23, 2019
Mar 9, 2018
Mar 23, 2021
Dec 29, 2019
Jan 17, 2021
May 27, 2022
Apr 8, 2023
Nov 10, 2022
Oct 20, 2022
Oct 20, 2022
Jan 17, 2023
May 19, 2021
Jun 21, 2016
Dec 13, 2022
May 4, 2023
Feb 21, 2023
Dec 13, 2017
Sep 27, 2019
Apr 21, 2023
Dec 21, 2022
Sep 7, 2019
Sep 7, 2019
May 27, 2022

Repository files navigation

ieeevis.org

This is the Jekyll version of the IEEE VIS website.

The vis2023 branch (the page you're currently viewing) is the current year's website.

To edit files in other years, check out the other vis* branches. Click the below links to teleport:

  • vis2022 - the 2022 redesign
  • vis2021 - the 2021 redesign
  • vis2020 - the 2020 redesign
  • vis2019 - the 2019 redesign
  • master - the original website design (years 2018 and previous)

Contributing

If you're contributing content, but not administrating the website itself, you will want to follow the contributor's guide.

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/2023 && 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). Once the package managers are installed, run them both to install dependencies (npm install and bundle), and then build the site npm run build.

About

Website for ieeevis.org

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 99.8%
  • Python 0.1%
  • CSS 0.1%
  • Vue 0.0%
  • JavaScript 0.0%
  • Shell 0.0%