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 ...@@ -7,7 +7,8 @@ layout: default
<div class="card"> <div class="card">
<div class="card-content"> <div class="card-content">
<span class="card-title">{{page.title}} ({{page.taught}})</span> <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> </div>
</div> </div>
......
--- ---
layout: course layout: course
instructor: Prof. Dr. Michael Kohlhase instructor: mkohlhase
title: Projekt zur Künstlichen Intelligenz title: Projekt zur Künstlichen Intelligenz
menu_title: KI-Projekt menu_title: KI-Projekt
taught: WS16/17, SS16 taught: WS16/17, SS16
......
--- ---
layout: course layout: course
instructor: Prof. Dr. Michael Kohlhase instructor: mkohlhase
title: Vorlesung *Logik-Basierte Wissensrepräsentation für Mathematisch/Technisches Wissen* title: Vorlesung *Logik-Basierte Wissensrepräsentation für Mathematisch/Technisches Wissen*
menu_title: Vorlesung KRMT menu_title: Vorlesung KRMT
taught: SS16/17 taught: SS16/17
......
--- ---
layout: course layout: course
instructor: Prof. Dr. Michael Kohlhase instructor: mkohlhase
title: Künstliche Intelligenz I title: Künstliche Intelligenz I
menu_title: Künstliche Intelligenz I menu_title: Künstliche Intelligenz I
taught: WS16 taught: WS16
......
--- ---
layout: course layout: course
instructor: Prof. Dr. Michael Kohlhase instructor: mkohlhase
title: Künstliche Intelligenz II title: Künstliche Intelligenz II
menu_title: Künstliche Intelligenz II menu_title: Künstliche Intelligenz II
taught: SS16/17 taught: SS16/17
......
--- ---
layout: course layout: course
instructor: Prof. Dr. Michael Kohlhase instructor: mkohlhase
title: Seminar Wissensrepräsentation und -verarbeitung title: Seminar Wissensrepräsentation und -verarbeitung
menu_title: Seminar WuV 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