diff --git a/_config.yml b/_config.yml index 55cb5f761a9e6..2fb9d46e40ec7 100644 --- a/_config.yml +++ b/_config.yml @@ -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" diff --git a/_includes/author-profile.html b/_includes/author-profile.html index dc8cb2fde6141..2eb134b32e7b0 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -106,6 +106,9 @@

{{ author.name }}

{% if author.googlescholar %}
  • Google Scholar
  • {% endif %} + {% if author.pubmed %} +
  • PubMed
  • + {% endif %} {% if author.orcid %}
  • ORCID
  • {% endif %}