From 574322c1c606c0b671863bd9701c620adf18b981 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase <m.kohlhase@jacobs-university.de> Date: Mon, 1 May 2017 09:45:44 +0200 Subject: [PATCH] new --- _layouts/person.html | 15 +++++++++++++++ people/mkohlhase.md | 18 ++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 _layouts/person.html create mode 100644 people/mkohlhase.md diff --git a/_layouts/person.html b/_layouts/person.html new file mode 100644 index 0000000..144c7e5 --- /dev/null +++ b/_layouts/person.html @@ -0,0 +1,15 @@ +--- +layout: default +--- + +<div class="page"> + <h1 class="page-title">{{ page.fullname }}</h1> + {% if page.fulltitle %} + <h2>{{ page.fulltitle }}</h2> + {% endif %} + <h3> + <a href="https://kwarc.info/{{ page.account }}/publications.html">Pulibcations</a> + </h3> + <img src="/{{page.pic}}" width="300"/> + {{ content }} +</div> diff --git a/people/mkohlhase.md b/people/mkohlhase.md new file mode 100644 index 0000000..f9d6cea --- /dev/null +++ b/people/mkohlhase.md @@ -0,0 +1,18 @@ +--- +layout: person +fullname: Prof. Dr. Michael Kohlhase +fulltitle: Professur für Wissensrepräsentation und -verarbeitung +affiliation: Computer Science, FAU Erlangen-Nürnberg +account: mkohlhase +pic: public/images/miko-quer.jpg +--- +### Contact Details: +**Office**: Martensstraße 3, 91058 Erlangen, Room11.139, tel/fax: (49) 9131-85-64052/55, michael.kohlhase@fau.de + +**Secretary**: Gabriele Schönberger, Room 11.158, tel/fax: (49) 9131-85-64057/55, gabriele.schoenberger@fau.de + +**Office at Jacobs University Bremen**: Room 169 Research I, tel/fax: +49 421 200 3140/493140, m.kohlhase@jacobs-university.de + +### Description: + +I am also an adjunct associate professor at the School of Computer Science Carnegie Mellon University and an adjunct professor at [Jacobs University Bremen](http://jacobs-university.de). My research is conducted in the context of the KWARC group (Knowledge Adaptation and Reasoning for Content) go there for an overview. -- GitLab