Skip to content

Commit

Permalink
Merge pull request academicpages#2551 from dtortorella/master
Browse files Browse the repository at this point in the history
Add `scopus` in academic websites
  • Loading branch information
rjzupkoii authored Oct 28, 2024
2 parents 8d09856 + 31ae7dc commit 77e6eb4
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 @@ -38,6 +38,7 @@ author:
semantic : # URL
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
researchgate : # URL
scopus : # URL

# Repositories and software development
bitbucket : # Username - Update with your username on the site
Expand Down
3 changes: 3 additions & 0 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ <h3 class="author__name">{{ author.name }}</h3>
{% if author.researchgate %}
<li><a href="{{ author.researchgate }}"><i class="fab fa-fw fa-researchgate icon-pad-right" aria-hidden="true"></i>ResearchGate</a></li>
{% endif %}
{% if author.scopus %}
<li><a href="{{ author.scopus }}"><i class="ai ai-scopus icon-pad-right"></i>Scopus</a></li>
{% endif %}

<!-- Font Awesome icons / Repositories and software development -->
{% if author.bitbucket %}
Expand Down

0 comments on commit 77e6eb4

Please sign in to comment.