/neuclir.github.io

Website for the NeuCLIR track at NIST TREC.

Primary LanguageHTMLMIT LicenseMIT

NeuCLIR Website

Source code for the NeuCLIR website; visit it at neuclir.github.io.

Development

On Mac, install Homebrew and then run:

brew install ruby@3.1

export PATH="/opt/homebrew/opt/ruby@3.1/bin:$PATH"

bundle install

Then, to run the website locally, run:

bundle exec jekyll serve