File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ author:
38
38
semantic : # URL
39
39
pubmed : " https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
40
40
researchgate : # URL
41
+ scopus : # URL
41
42
42
43
# Repositories and software development
43
44
bitbucket : # Username - Update with your username on the site
Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ <h3 class="author__name">{{ author.name }}</h3>
59
59
{% if author.researchgate %}
60
60
< li > < a href ="{{ author.researchgate }} "> < i class ="fab fa-fw fa-researchgate icon-pad-right " aria-hidden ="true "> </ i > ResearchGate</ a > </ li >
61
61
{% 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 %}
62
65
63
66
<!-- Font Awesome icons / Repositories and software development -->
64
67
{% if author.bitbucket %}
You can’t perform that action at this time.
0 commit comments