diff --git a/_layouts/person.html b/_layouts/person.html index 144c7e518e16ea607be8273fa7a7b30a85bd9218..e9ce1150a451b9e337010ed0a6242e28051f6c25 100644 --- a/_layouts/person.html +++ b/_layouts/person.html @@ -4,12 +4,12 @@ layout: default <div class="page"> <h1 class="page-title">{{ page.fullname }}</h1> - {% if page.fulltitle %} - <h2>{{ page.fulltitle }}</h2> - {% endif %} + {% if page.fulltitle %}<h2>{{ page.fulltitle }}</h2>{% endif %} <h3> <a href="https://kwarc.info/{{ page.account }}/publications.html">Pulibcations</a> + {% if page.cv %} <a href="/{{page.cv}}">Curriculum Vitae</a>{% endif %} </h3> + <img src="/{{page.pic}}" width="300"/> {{ content }} </div> diff --git a/people/mkohlhase.md b/people/mkohlhase.md index 3084975a146c276fa8c8412da428f227f51618a9..1690fd54a8dc6ae554e2bca24390f9d42d79a4aa 100644 --- a/people/mkohlhase.md +++ b/people/mkohlhase.md @@ -1,9 +1,12 @@ --- layout: person +menu_title: Michael Kohlhase +menu_order: 1 fullname: Prof. Dr. Michael Kohlhase fulltitle: Professur für Wissensrepräsentation und -verarbeitung affiliation: Computer Science, FAU Erlangen-Nürnberg account: mkohlhase +cv: people/mkohlhase-cv pic: public/images/miko-quer.jpg --- ### Contact Details: @@ -14,5 +17,4 @@ pic: public/images/miko-quer.jpg **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.