View the render of the report here: https://dkubek.github.io/visual-search-experiment/
Firstly, you need to have poetry installed.
curl -sSL https://install.python-poetry.org | python3 -Then setup the environment by running
poetry installFinally, enter the environment with
poetry shellInstall dvc with ssh support (the dev group in the poetry environment
already lists it as a dependency).
Run this command if password login is mandatory.
dvc remote modify <myremote> ask_password trueFirstly, install Quarto and
enter the poetry environment with all dependencies installed (publish group
is sufficient).
To generate an html report run
quarto render visual_search_experiment.qmd --to htmlTo generate a pdf run
quarto render visual_search_experiment.qmd --to pdfThe output of these commands will be stored in output/.
Enter the poetry environment.
Locally run
quarto publish gh-pagesthis will render the report and push the output to branch gh-pages.