commit 30cfdf7418d588e13077828465264fb037888fe2
parent 88adec844da592685d1d1a27e764dc5442f230d1
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Sun, 8 Dec 2019 16:14:06 +0100
Add semantic scholar site
Diffstat:
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/_config.yml b/_config.yml
@@ -24,6 +24,7 @@ github_username: pagelj
linkedin_username: janis-pagel
researchgate_username: Janis_Pagel
googlescholar_username: oDI0rVkAAAAJ
+semanticscholar_username: Janis-Pagel/153893423
orcid_username: 0000-0003-4370-1483
# Build settings
diff --git a/_includes/social.html b/_includes/social.html
@@ -1,4 +1,8 @@
<ul class="social-media-list">
+ {%- if site.orcid_username -%}<li><a href="https://orcid.org/{{ site.orcid_username| escape }}"><i class="ai ai-orcid" style="color:gray"></i> <span class="username">{{ site.orcid_username | escape }}</span></a></li>{%- endif -%}
+ {%- if site.semanticscholar_username -%}<li><a href="https://www.semanticscholar.org/author/{{ site.semanticscholar_username| escape }}"><i class="ai ai-semantic-scholar" style="color:gray"></i> <span class="username">{{ site.title | escape }}</span></a></li>{%- endif -%}
+ {%- if site.googlescholar_username -%}<li><a href="https://scholar.google.com/citations?user={{ site.googlescholar_username| escape }}"><i class="ai ai-google-scholar" style="color:gray"></i> <span class="username">{{ site.title | escape }}</span></a></li>{%- endif -%}
+ {%- if site.researchgate_username -%}<li><a href="https://www.researchgate.net/profile/{{ site.researchgate_username| escape }}"><i class="ai ai-researchgate" style="color:gray"></i> <span class="username">{{ site.researchgate_username | escape }}</span></a></li>{%- endif -%}
{%- if site.dribbble_username -%}<li><a href="https://dribbble.com/{{ site.dribbble_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#dribbble' | relative_url }}"></use></svg> <span class="username">{{ site.dribbble_username| escape }}</span></a></li>{%- endif -%}
{%- if site.facebook_username -%}<li><a href="https://www.facebook.com/{{ site.facebook_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#facebook' | relative_url }}"></use></svg> <span class="username">{{ site.facebook_username| escape }}</span></a></li>{%- endif -%}
{%- if site.flickr_username -%}<li><a href="https://www.flickr.com/photos/{{ site.flickr_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#flickr' | relative_url }}"></use></svg> <span class="username">{{ site.flickr_username| escape }}</span></a></li>{%- endif -%}
@@ -10,8 +14,5 @@
{%- if site.twitter_username -%}<li><a href="https://www.twitter.com/{{ site.twitter_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#twitter' | relative_url }}"></use></svg> <span class="username">{{ site.twitter_username| escape }}</span></a></li>{%- endif -%}
{%- if site.youtube_username -%}<li><a href="https://youtube.com/{{ site.youtube_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#youtube' | relative_url }}"></use></svg> <span class="username">{{ site.youtube_username| escape }}</span></a></li>{%- endif -%}
{%- if site.googleplus_username -%}<li><a href="https://plus.google.com/{{ site.googleplus_username| escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#googleplus' | relative_url }}"></use></svg> <span class="username">{{ site.googleplus_username| escape }}</span></a></li>{%- endif -%}
- {%- if site.googlescholar_username -%}<li><a href="https://scholar.google.com/citations?user={{ site.googlescholar_username| escape }}"><i class="ai ai-google-scholar" style="color:gray"></i> <span class="username">{{ site.title | escape }}</span></a></li>{%- endif -%}
- {%- if site.researchgate_username -%}<li><a href="https://www.researchgate.net/profile/{{ site.researchgate_username| escape }}"><i class="ai ai-researchgate" style="color:gray"></i> <span class="username">{{ site.researchgate_username | escape }}</span></a></li>{%- endif -%}
- {%- if site.orcid_username -%}<li><a href="https://orcid.org/{{ site.orcid_username| escape }}"><i class="ai ai-orcid" style="color:gray"></i> <span class="username">{{ site.orcid_username | escape }}</span></a></li>{%- endif -%}
{%- if site.rss -%}<li><a href="{{ 'feed.xml' | relative_url }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#rss' | relative_url }}"></use></svg> <span>{{ site.rss | escape }}</span></a></li>{%- endif -%}
</ul>