From f04578528c6f2dbbbb00b9878a467152632950ac Mon Sep 17 00:00:00 2001
From: Raffaele Mancuso <54762742+raffaem@users.noreply.github.com>
Date: Tue, 25 Apr 2023 19:44:51 +0200
Subject: [PATCH] Scopus integration
Fixes #1362
---
_config.yml | 1 +
_includes/metadata.html | 4 ++++
_includes/social.html | 3 +++
3 files changed, 8 insertions(+)
diff --git a/_config.yml b/_config.yml
index 63d3941cfbd6..481d0ebaf5d2 100644
--- a/_config.yml
+++ b/_config.yml
@@ -86,6 +86,7 @@ quora_username: # your Quora username
publons_id: # your ID on Publons
osf_id: # your OSF ID
research_gate_profile: # your profile on ResearchGate
+scopus_id: # your profile on Scopus
blogger_url: # your blogger URL
work_url: # work page URL
keybase_username: # your keybase user name
diff --git a/_includes/metadata.html b/_includes/metadata.html
index fbd65e878ab8..e54f8ee5ff69 100644
--- a/_includes/metadata.html
+++ b/_includes/metadata.html
@@ -92,6 +92,10 @@
{%- capture link -%}https://www.researchgate.net/profile/{{site.research_gate_profile}}{%- endcapture -%}
{%- assign sameaslinks = sameaslinks | push: link -%}
{%- endif -%}
+ {%- if site.scopus_id -%}
+ {%- capture link -%}https://www.scopus.com/authid/detail.uri?authorId={{site.scopus_id}}{%- endcapture -%}
+ {%- assign sameaslinks = sameaslinks | push: link -%}
+ {%- endif -%}
{%- if site.github_username -%}
{%- capture link -%}https://github.com/{{ site.github_username }}{%- endcapture -%}
{%- assign sameaslinks = sameaslinks | push: link -%}
diff --git a/_includes/social.html b/_includes/social.html
index 00022c270bee..640a5cfefbc4 100644
--- a/_includes/social.html
+++ b/_includes/social.html
@@ -25,6 +25,9 @@
{%- if site.research_gate_profile -%}
{% endif %}
+ {%- if site.scopus_id -%}
+
+ {% endif %}
{%- if site.github_username -%}
{% endif %}