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 @@ -72,6 +72,7 @@ gitlab_username: # your GitLab user name
72
72
twitter_username : # your Twitter handle
73
73
linkedin_username : # your LinkedIn user name
74
74
scholar_userid : # your Google Scholar ID
75
+ semanticscholar_id : # your Semantic Scholar ID
75
76
orcid_id : # your ORCID ID
76
77
medium_username : # your Medium username
77
78
quora_username : # your Quora username
Original file line number Diff line number Diff line change 71
71
{%- capture link -%}https://scholar.google.com/citations?user={{ site.scholar_userid }}{%- endcapture -%}
72
72
{%- assign sameaslinks = sameaslinks | push: link -%}
73
73
{%- endif -%}
74
+ {%- if site.semanticscholar_id -%}
75
+ {%- capture link -%}https://www.semanticscholar.org/author/{{ site.semanticscholar_id }}{%- endcapture -%}
76
+ {%- assign sameaslinks = sameaslinks | push: link -%}
77
+ {%- endif -%}
74
78
{%- if site.publons_id -%}
75
79
{%- capture link -%}https://publons.com/a/{{ site.publons_id }}/{%- endcapture -%}
76
80
{%- assign sameaslinks = sameaslinks | push: link -%}
Original file line number Diff line number Diff line change 7
7
{%- if site.scholar_userid -%}
8
8
< a href ="https://scholar.google.com/citations?user={{ site.scholar_userid }} " title ="Google Scholar "> < i class ="ai ai-google-scholar "> </ i > </ a >
9
9
{% endif %}
10
+ {%- if site.semanticscholar_id -%}
11
+ < a href ="https://www.semanticscholar.org/author/{{ site.semanticscholar_id }} " title ="Semantic Scholar "> < i class ="ai ai-semantic-scholar "> </ i > </ a >
12
+ {% endif %}
10
13
{%- if site.publons_id -%}
11
14
< a href ="https://publons.com/a/{{ site.publons_id }}/ " title ="Publons "> < i class ="ai ai-publons "> </ i > </ a >
12
15
{% endif %}
You can’t perform that action at this time.
0 commit comments