Website and slides for the course "Neurowissenschaft im Computerlab FS 22".
First of all, make sure to install Quarto. Since this course has a strong focus on R, R along with all required packages must be installed as well.
If all the dependencies are installed, you have access to those commands while inside the repo:
quarto preview
This spins up a development server. A browser tab will open which will reload everytime you change the source code.
quarto render
This will render the whole site and save the result under docs.
_quarto.yml file
Defines the Quarto project as a whole.
index.qmd file
Defines the landing page.
bibliography.bib
BibTeX bibliography.
assets directory
Contains assets, like the logo, graphics and so on.
docs directory
Contains the rendered website and is served by GitHub Pages.
pages directory
Contains all articles / web pages. Articles reagarding course administration are located under admin, articles reagarding course content are located under chapters and exercise related articles are located under exercises.
slides directory
Contains slides for the live sessions.
styles directory
Contains style sheets which customize the (light and dark) themes.
