File tree 3 files changed +8
-0
lines changed
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ quora_username: # your Quora username
86
86
publons_id : # your ID on Publons
87
87
osf_id : # your OSF ID
88
88
research_gate_profile : # your profile on ResearchGate
89
+ scopus_id : # your profile on Scopus
89
90
blogger_url : # your blogger URL
90
91
work_url : # work page URL
91
92
keybase_username : # your keybase user name
Original file line number Diff line number Diff line change 92
92
{%- capture link -%}https://www.researchgate.net/profile/{{site.research_gate_profile}}{%- endcapture -%}
93
93
{%- assign sameaslinks = sameaslinks | push: link -%}
94
94
{%- endif -%}
95
+ {%- if site.scopus_id -%}
96
+ {%- capture link -%}https://www.scopus.com/authid/detail.uri?authorId={{site.scopus_id}}{%- endcapture -%}
97
+ {%- assign sameaslinks = sameaslinks | push: link -%}
98
+ {%- endif -%}
95
99
{%- if site.github_username -%}
96
100
{%- capture link -%}https://github.com/{{ site.github_username }}{%- endcapture -%}
97
101
{%- assign sameaslinks = sameaslinks | push: link -%}
Original file line number Diff line number Diff line change 25
25
{%- if site.research_gate_profile -%}
26
26
< a href ="https://www.researchgate.net/profile/{{site.research_gate_profile}}/ " title ="ResearchGate "> < i class ="ai ai-researchgate "> </ i > </ a >
27
27
{% endif %}
28
+ {%- if site.scopus_id -%}
29
+ < a href ="https://www.scopus.com/authid/detail.uri?authorId={{site.scopus_id}} " title ="Scopus "> < i class ="ai ai-scopus "> </ i > </ a >
30
+ {% endif %}
28
31
{%- if site.github_username -%}
29
32
< a href ="https://github.com/{{ site.github_username }} " title ="GitHub "> < i class ="fab fa-github "> </ i > </ a >
30
33
{% endif %}
You can’t perform that action at this time.
0 commit comments