diff --git a/_config.yml b/_config.yml index 7d9330858f29..d66ed3dae259 100644 --- a/_config.yml +++ b/_config.yml @@ -83,6 +83,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 %}