Currently this is used to provide stable URLs for datasets and projects shared by the Multimodal Vision Research Lab. For example, the RasterNet project.
If you would like to add a new stable URL, just add the corresponding file in _redirect.
The site generator is implemented in Ruby. We use Bundler to manage library dependencies. The following commands may be useful:
gem install --user-install bundler
: installs Bundler if neededbundle install
: installs packages defined in Gemfile (should be run from root directory)bundle update
: updates packages
You may need to install a ruby environment since Apple doesn't keep the default install updated: https://utpalkumar.medium.com/how-to-install-jekyll-on-apple-m1-macbook-c87894b7fc70.
Maintained by Nathan Jacobs.