File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ author:
85
85
bio : " Your biography for the left-hand sidebar"
86
86
location : " Location"
87
87
employer :
88
+ pubmed : " https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
88
89
googlescholar : " http://yourfullgooglescholarurl.com"
89
90
email :
90
91
researchgate : # example: "https://www.researchgate.net/profile/yourprofile"
Original file line number Diff line number Diff line change @@ -106,6 +106,9 @@ <h3 class="author__name">{{ author.name }}</h3>
106
106
{% if author.googlescholar %}
107
107
< li > < a href ="{{ author.googlescholar }} "> < i class ="fas fa-graduation-cap "> </ i > Google Scholar</ a > </ li >
108
108
{% 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 %}
109
112
{% if author.orcid %}
110
113
< li > < a href ="{{ author.orcid }} "> < i class ="ai ai-orcid-square ai-fw "> </ i > ORCID</ a > </ li >
111
114
{% endif %}
You can’t perform that action at this time.
0 commit comments