Skip to content

Commit 287ceb1

Browse files
committed
add pubmed icon
1 parent 3dc2eb6 commit 287ceb1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ author:
8585
bio : "Your biography for the left-hand sidebar"
8686
location : "Location"
8787
employer :
88+
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
8889
googlescholar : "http://yourfullgooglescholarurl.com"
8990
email :
9091
researchgate : # example: "https://www.researchgate.net/profile/yourprofile"

_includes/author-profile.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ <h3 class="author__name">{{ author.name }}</h3>
106106
{% if author.googlescholar %}
107107
<li><a href="{{ author.googlescholar }}"><i class="fas fa-graduation-cap"></i> Google Scholar</a></li>
108108
{% endif %}
109+
{% if author.pubmed %}
110+
<li><a href="{{ author.pubmed }}"><i class="ai ai-pubmed-square ai-fw"></i> PubMed</a></li>
111+
{% endif %}
109112
{% if author.orcid %}
110113
<li><a href="{{ author.orcid }}"><i class="ai ai-orcid-square ai-fw"></i> ORCID</a></li>
111114
{% endif %}

0 commit comments

Comments
 (0)