diff --git a/_config.yml b/_config.yml index aa710c641319..b659ee70623d 100644 --- a/_config.yml +++ b/_config.yml @@ -79,6 +79,7 @@ strava_userid: telegram_username: #muhtasimadil linkedin_username: muhtasimadil # your LinkedIn user name scholar_userid: # your Google Scholar ID +semanticscholar_id: # your Semantic Scholar ID orcid_id: # your ORCID ID medium_username: # your Medium username quora_username: # your Quora username diff --git a/_includes/metadata.html b/_includes/metadata.html index ce58cc3e47f0..f3431ee6445a 100644 --- a/_includes/metadata.html +++ b/_includes/metadata.html @@ -71,6 +71,10 @@ {%- capture link -%}https://scholar.google.com/citations?user={{ site.scholar_userid }}{%- endcapture -%} {%- assign sameaslinks = sameaslinks | push: link -%} {%- endif -%} + {%- if site.semanticscholar_id -%} + {%- capture link -%}https://www.semanticscholar.org/author/{{ site.semanticscholar_id }}{%- endcapture -%} + {%- assign sameaslinks = sameaslinks | push: link -%} + {%- endif -%} {%- if site.publons_id -%} {%- capture link -%}https://publons.com/a/{{ site.publons_id }}/{%- endcapture -%} {%- assign sameaslinks = sameaslinks | push: link -%} diff --git a/_includes/social.html b/_includes/social.html index 512d732b5b7c..dde28a60977d 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -7,6 +7,9 @@ {%- if site.scholar_userid -%} {% endif %} + {%- if site.semanticscholar_id -%} + + {% endif %} {%- if site.publons_id -%} {% endif %}