File tree 4 files changed +10
-0
lines changed
4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ pinterest_username: jekyll
32
32
youtube_username : jekyll
33
33
googleplus_username : +jekyll
34
34
orcid_username : 0000-0000-0000-0000
35
+ googlescholar_username : D847cGsAAAAJ
35
36
36
37
# Additional icon links
37
38
additional_links :
Original file line number Diff line number Diff line change @@ -97,6 +97,13 @@ <h2>{{ site.title | escape }}</h2>
97
97
</ a >
98
98
</ li >
99
99
{%- endif -%}
100
+ {%- if site.googlescholar_username -%}
101
+ < li >
102
+ < a target ="_blank " href ="https://scholar.google.com/citations?user={{ site.googlescholar_username| escape }} " class ="button button--sacnite button--round-l ">
103
+ < i class ="fab fa-google " title ="Google scholar link "> </ i >
104
+ </ a >
105
+ </ li >
106
+ {%- endif -%}
100
107
{% for link in site.additional_links %}
101
108
< li >
102
109
{% include a.html href=link.url class="button button--sacnite button--round-l" %}
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ pinterest_username: jekyll
23
23
youtube_username : jekyll
24
24
googleplus_username : +jekyll
25
25
orcid_username : 0000-0000-0000-0000
26
+ googlescholar_username : D847cGsAAAAJ
26
27
27
28
# Additional icon links
28
29
additional_links :
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ pinterest_username: jekyll
32
32
youtube_username : jekyll
33
33
googleplus_username : +jekyll
34
34
orcid_username : 0000-0000-0000-0000
35
+ googlescholar_username : D847cGsAAAAJ
35
36
36
37
# Additional icon links
37
38
additional_links :
You can’t perform that action at this time.
0 commit comments