Skip to content

Commit

Permalink
Add support to semantic scholar in author profile
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagorr162 committed May 15, 2024
1 parent 7525c73 commit 24ccc83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ author:
googlescholar : "https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
impactstory : # URL
orcid : "https://orcid.org/yourorcidurl"
semantic : # URL
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
researchgate : # URL

Expand Down
3 changes: 3 additions & 0 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ <h3 class="author__name">{{ author.name }}</h3>
{% if author.googlescholar %}
<li><a href="{{ author.googlescholar }}"><i class="ai ai-google-scholar icon-pad-right"></i>Google Scholar</a></li>
{% endif %}
{% if author.semantic %}
<li><a href="{{ author.semantic }}"><i class="ai ai-semantic-scholar ai-fw icon-pad-right"></i>Semantic Scholar</a></li>
{% endif %}
{% if author.impactstory %}
<li><a href="{{ author.impactstory }}"><i class="ai ai-impactstory ai-fw icon-pad-right"></i>Impactstory</a></li>
{% endif %}
Expand Down

0 comments on commit 24ccc83

Please sign in to comment.