Skip to content

morteza/thesis

Repository files navigation

Morty's Thesis

Title: Towards a Computational Model of General Cognitive Control Using Artificial Intelligence, Experimental Psychology and Cognitive Neuroscience

Setup

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`).

Rendering Thesis

To render the thesis as PDF, run the following command:

quarto render --profile thesis

The output PDF will be in _book/ folder.

Rendering Slides

To render the defense slides, run the following command:

quarto render slides --profile slides

Note

See the annotated_defense_slides.pdf file for the final slides and speaker notes.

About

Morty's thesis in Quarto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages