Title: Towards a Computational Model of General Cognitive Control Using Artificial Intelligence, Experimental Psychology and Cognitive Neuroscience (pdf • slides • a brief video overview)
You need quarto and other required packages to build the thesis. You can install them using the following commands:
mamba env create -f environment.yml
mamba activate thesis
# quarto on conda raises error (missing tlmgr), so install it manually.
# manually install quarto and tinytex (e.g., `brew install quarto` on macOS, and then `quarto install tinytex`).
To render the thesis as PDF, run the following command:
quarto render --profile thesis
The output PDF will be in _book/
folder.
To render the defense slides, run the following command:
quarto render slides --profile slides