Skip to content
Snippets Groups Projects
Commit e53f6f72 authored by Michael Kohlhase's avatar Michael Kohlhase
Browse files

tweaks

parent 8cda7f26
No related branches found
No related tags found
No related merge requests found
Pipeline #1299 passed
......@@ -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>
&nbsp;
{% endif %}
{% if page.orcid %}
<a target="_blank" href="http://orcid.org/{{page.orccid}}"><img width=".7cm" src="/public/orcid.png"/> </a>
&nbsp;
{% 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>
&nbsp;
{% 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>
&nbsp;
{% 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>
&nbsp;
{% endif %}
</div>
......
......@@ -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"
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment