diff --git a/_layouts/person.html b/_layouts/person.html index 811da35877f88104f99c4bbb61a3309e348935e0..b59fbfb84accefc332e650541f39f910807d3b2d 100644 --- a/_layouts/person.html +++ b/_layouts/person.html @@ -66,24 +66,28 @@ layout: default </div> <div class="card-action"> {% if page.publink == "auto" %} - <a href="http://kwarc.github.io/bibs/{{username}}/"><img src="/public/pubs.jpg"/></a> + <a href="http://kwarc.github.io/bibs/{{username}}/"><img width=".7cm" src="/public/pubs.jpg"/></a> {% elsif page.publink %} - <a href="{{page.publink}}"><img src="/public/pubs.jpg"/></a> + <a href="{{page.publink}}"><img width=".7cm" src="/public/pubs.jpg"/></a> {% endif %} {% if page.website %} - <a target="_blank" href="{{page.website}}"><img src="/public/www.jpg"/></a> + <a target="_blank" href="{{page.website}}"><img width=".7cm" src="/public/www.jpg"/></a> + + {% endif %} + {% if page.orcid %} + <a target="_blank" href="http://orcid.org/{{page.orccid}}"><img width=".7cm" src="/public/orcid.png"/> </a> {% endif %} {% if page.github %} - <a target="_blank" href="http://github.com/{{page.github}}"><img src="/public/github.png"/></a> + <a target="_blank" href="http://github.com/{{page.github}}"><img width=".7cm" src="/public/github.png"/></a> {% endif %} - {% if page.GitLab %} - <a target="_blank" href="http://gitlab.com/{{page.gitlab}}"><img src="/public/gitlab.png"/></a> + {% if page.gitlab %} + <a target="_blank" href="http://gitlab.com/{{page.gitlab}}"><img width=".7cm" src="/public/gitlab.png"/></a> {% endif %} - {% if page.orcid %} - <a target="_blank" href="http://orcid.org/{{page.orccid}}"><img src="/public/orcid.png"/> </a> + {% if page.mathhub %} + <a target="_blank" href="http://gl.mathhub.info/{{page.mathhub}}"><img width=".7cm" src="/public/mathHubLogo.png"/></a> {% endif %} </div> diff --git a/people/mkohlhase.md b/people/mkohlhase.md index 6e5887b690e1a1f874c746c8e481775f41a108e7..97ce5077c2db03a4be86c345582e94a97407b181 100644 --- a/people/mkohlhase.md +++ b/people/mkohlhase.md @@ -10,7 +10,8 @@ pic: public/images/mkohlhase.jpg start_date: 2003-09 orcid: 0000-0002-9859-6337 github: kohlhase -gitlab: mkohlhase +gitlab: mkohlhase +mathhub: mkohlhase publink: auto affiliation: "Informatik, FAU Erlangen-Nürnberg & Computer Science, Carnegie Mellon University" ---