diff --git a/_config.yml b/_config.yml
index a864b73..b8c90e7 100644
--- a/_config.yml
+++ b/_config.yml
@@ -72,6 +72,7 @@ gitlab_username: # your GitLab user name
twitter_username: # your Twitter handle
linkedin_username: # 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 ce58cc3..f3431ee 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 1740326..298a68f 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 %}