Course Website: Seminar Aktuelle Themen der künstlichen Intelligenz, 23S

Meta-Information

Link to the Course Website

You can have a look at the Course Website

Building the Site

We use MkDocs to build the the course websites for this course.

  • Install MkDocs with the following command:
pip install mkdocs
  • Install the style we use:
pip install mkdocs-material
  • Install plugins:
pip install mkdocs-awesome-pages-plugin
  • Look at a copy of the site served locally on your machine:
mkdocs serve
  • We use a GitHub action to automatically deploy the website after pushing to the online repository

The idea for this course website is based on https://github.com/pp4rs/2022-uzh/.