From 5c7847d599ca534f3fe259078ae7a7e4ab3d4c60 Mon Sep 17 00:00:00 2001
From: Michael Kohlhase <michael.kohlhase@fau.de>
Date: Sun, 16 Dec 2018 08:11:10 +0100
Subject: [PATCH] adding zbmath and dblp

---
 _layouts/person.html | 10 +++++++++-
 people/mkohlhase.md  | 10 +++++-----
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/_layouts/person.html b/_layouts/person.html
index bb67393..491b8a6 100644
--- a/_layouts/person.html
+++ b/_layouts/person.html
@@ -75,7 +75,15 @@ layout: default
                 &nbsp;
                 {% endif %}
                 {% if page.orcid %}
-                <a target="_blank" href="http://orcid.org/{{page.orccid}}"><img style="width:60px;height:60px" src="/public/orcid.png"/> </a>
+                <a target="_blank" href="http://orcid.org/{{page.orcid}}"><img style="width:60px;height:60px" src="/public/orcid.png"/> </a>
+                &nbsp;
+                {% endif %}
+                {% if page.dblp %}
+                <a target="_blank" href="https://dblp.uni-trier.de/pers/hd/{{page.dblp}}"><img style="width:60px;height:60px" src="/public/dblp.png"/> </a>
+                &nbsp;
+                {% endif %}
+                {% if page.zbmath %}
+                <a target="_blank" href="https://zbmath.org/authors/?q=ai:{{page.zbmath}}"><img style="width:60px;height:60px" src="/public/zbmath.png"/> </a>
                 &nbsp;
                 {% endif %}
                 {% if page.github %}
diff --git a/people/mkohlhase.md b/people/mkohlhase.md
index 97ce507..4664d90 100644
--- a/people/mkohlhase.md
+++ b/people/mkohlhase.md
@@ -4,14 +4,16 @@ layout: person
 title: Prof. Dr. Michael Kohlhase
 fullname: Prof. Dr. Michael Kohlhase
 
+start_date: 2003-09 
 role: faculty
 pic: public/images/mkohlhase.jpg
 
-start_date: 2003-09
 orcid: 0000-0002-9859-6337
 github: kohlhase
-gitlab: mkohlhase  
-mathhub: mkohlhase  
+gitlab: mkohlhase
+mathhub: mkohlhase
+dblp: k/Kohlhase:Michael
+zbmath: kohlhase.michael
 publink: auto
 affiliation: "Informatik, FAU Erlangen-Nürnberg &  Computer  Science, Carnegie Mellon University"
 ---
@@ -26,5 +28,3 @@ I am also an adjunct associate professor at the School of Computer Science Carne
 University. My research is conducted in the context of the KWARC group (Knowledge Adaptation and Reasoning for Content)
 [go there for an overview](http://kwarc.info).
 
-**ORCID**: [0000-0002-9859-6337](http://orcid.org/0000-0002-9859-6337), **zbMATH ID**: [kohlhase.michael](https://zbmath.org/authors/?q=ai:kohlhase.michael)
-
-- 
GitLab