Skip to content
Snippets Groups Projects
Unverified Commit a7c4b6cd authored by Tom Wiesing's avatar Tom Wiesing
Browse files

Link courses to instructor

parent 98e44bd7
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@ layout: default
<div class="card">
<div class="card-content">
<span class="card-title">{{page.title}} ({{page.taught}})</span>
<p>{{page.instructor}}</p>
{% assign person = page.instructor %}
Instructor: {% include people_chip.html person=person %}
</div>
</div>
</div>
......
---
layout: course
instructor: Prof. Dr. Michael Kohlhase
instructor: mkohlhase
title: Projekt zur Künstlichen Intelligenz
menu_title: KI-Projekt
taught: WS16/17, SS16
......
---
layout: course
instructor: Prof. Dr. Michael Kohlhase
instructor: mkohlhase
title: Vorlesung *Logik-Basierte Wissensrepräsentation für Mathematisch/Technisches Wissen*
menu_title: Vorlesung KRMT
taught: SS16/17
......
---
layout: course
instructor: Prof. Dr. Michael Kohlhase
instructor: mkohlhase
title: Künstliche Intelligenz I
menu_title: Künstliche Intelligenz I
taught: WS16
......
---
layout: course
instructor: Prof. Dr. Michael Kohlhase
instructor: mkohlhase
title: Künstliche Intelligenz II
menu_title: Künstliche Intelligenz II
taught: SS16/17
......
---
layout: course
instructor: Prof. Dr. Michael Kohlhase
instructor: mkohlhase
title: Seminar Wissensrepräsentation und -verarbeitung
menu_title: Seminar WuV
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment