From 470365139eedec66af5f6788d2c70b162f61dbcd Mon Sep 17 00:00:00 2001
From: Raffaele Mancuso <54762742+raffaem@users.noreply.github.com>
Date: Tue, 25 Apr 2023 23:52:27 +0200
Subject: [PATCH] Scopus integration (#1364)
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 63d3941..481d0eb 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 fbd65e8..e54f8ee 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 00022c2..640a5cf 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 %}