From 24ccc836763f7dbcb11e904294a27cbe417923ed Mon Sep 17 00:00:00 2001 From: thiagorr162 Date: Tue, 14 May 2024 21:32:28 -0300 Subject: [PATCH] Add support to semantic scholar in author profile --- _config.yml | 1 + _includes/author-profile.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 13f9c268b07dd..e373ef03e7b24 100644 --- a/_config.yml +++ b/_config.yml @@ -35,6 +35,7 @@ author: googlescholar : "https://scholar.google.com/citations?user=PS_CX0AAAAAJ" impactstory : # URL orcid : "http://orcid.org/yourorcidurl" + semantic : # URL pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow" researchgate : # URL diff --git a/_includes/author-profile.html b/_includes/author-profile.html index b0155ccc2a64d..da7da559268fe 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -44,6 +44,9 @@

{{ author.name }}

{% if author.googlescholar %}
  • Google Scholar
  • {% endif %} + {% if author.semantic %} +
  • Semantic Scholar
  • + {% endif %} {% if author.impactstory %}
  • Impactstory
  • {% endif %}