From bff1a9555e7d9365a494386bafa0f81a2b3b6d91 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase <m.kohlhase@jacobs-university.de> Date: Mon, 1 May 2017 10:15:41 +0200 Subject: [PATCH] adding cv --- _layouts/person.html | 6 +++--- people/mkohlhase.md | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/_layouts/person.html b/_layouts/person.html index 144c7e5..e9ce115 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 3084975..1690fd5 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. -- GitLab