Skip to content

Commit

Permalink
Merge pull request #207 from tlcaputi/master
Browse files Browse the repository at this point in the history
add pubmed icon
  • Loading branch information
staeiou committed Feb 27, 2019
2 parents 3dc2eb6 + 287ceb1 commit 83b7060
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Expand Up @@ -85,6 +85,7 @@ author:
bio : "Your biography for the left-hand sidebar"
location : "Location"
employer :
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
googlescholar : "http://yourfullgooglescholarurl.com"
email :
researchgate : # example: "https://www.researchgate.net/profile/yourprofile"
Expand Down
3 changes: 3 additions & 0 deletions _includes/author-profile.html
Expand Up @@ -106,6 +106,9 @@ <h3 class="author__name">{{ author.name }}</h3>
{% if author.googlescholar %}
<li><a href="{{ author.googlescholar }}"><i class="fas fa-graduation-cap"></i> Google Scholar</a></li>
{% endif %}
{% if author.pubmed %}
<li><a href="{{ author.pubmed }}"><i class="ai ai-pubmed-square ai-fw"></i> PubMed</a></li>
{% endif %}
{% if author.orcid %}
<li><a href="{{ author.orcid }}"><i class="ai ai-orcid-square ai-fw"></i> ORCID</a></li>
{% endif %}
Expand Down

0 comments on commit 83b7060

Please sign in to comment.