diff --git a/_layouts/person.html b/_layouts/person.html index bb35a8659960014b90d19494a6c8a318499b6d85..c8a0665b99def64dc1e2241aa3946721eedab3f0 100644 --- a/_layouts/person.html +++ b/_layouts/person.html @@ -95,6 +95,12 @@ layout: default <img style="width:50px;height:50px" src="/public/zbmath.png" title="zbMATH"/> </a> {% endif %} + {% if page.researchgate %} + <a target="_blank" + href="https://www.researchgate.net/profile/{{page.researchgate}}"> + <img style="width:50px;height:50px" src="/public/researchgate.png" title="ResearchGate"/> + </a> + {% endif %} {% if page.github %} <a target="_blank" href="http://github.com/{{page.github}}"> <img style="width:50px;height:50px" src="/public/github.png" title="GitHub"/> diff --git a/people/mkohlhase.md b/people/mkohlhase.md index e362e95eb16f1e9a1f07e07fab37f28c750137fb..7480c09e700b9abb9ece832a7a5fe417bd6c4308 100644 --- a/people/mkohlhase.md +++ b/people/mkohlhase.md @@ -14,6 +14,7 @@ gitlab: mkohlhase mathhub: mkohlhase dblp: k/Kohlhase:Michael zbmath: kohlhase.michael +researchgate:Michael_Kohlhase publink: auto affiliation: "Informatik, FAU Erlangen-Nürnberg & Computer Science, Carnegie Mellon University" --- diff --git a/public/researchgate.jpg b/public/researchgate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6a03f842d0e67fdc9849fb202df60c1edb77e19 Binary files /dev/null and b/public/researchgate.jpg differ