Skip to content

Commit 77e6eb4

Browse files
authored
Merge pull request #2551 from dtortorella/master
Add `scopus` in academic websites
2 parents 8d09856 + 31ae7dc commit 77e6eb4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ author:
3838
semantic : # URL
3939
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
4040
researchgate : # URL
41+
scopus : # URL
4142

4243
# Repositories and software development
4344
bitbucket : # Username - Update with your username on the site

_includes/author-profile.html

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ <h3 class="author__name">{{ author.name }}</h3>
5959
{% if author.researchgate %}
6060
<li><a href="{{ author.researchgate }}"><i class="fab fa-fw fa-researchgate icon-pad-right" aria-hidden="true"></i>ResearchGate</a></li>
6161
{% endif %}
62+
{% if author.scopus %}
63+
<li><a href="{{ author.scopus }}"><i class="ai ai-scopus icon-pad-right"></i>Scopus</a></li>
64+
{% endif %}
6265

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

0 commit comments

Comments
 (0)