From f5d42921ca7d38fc215f8af048b0b0c3c8b4f6ec Mon Sep 17 00:00:00 2001 From: Mathias Micheel <49622130+buerviper@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:13:14 +0100 Subject: [PATCH 1/2] Added OSF to social --- _config.yml | 3 ++- _includes/social.html | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 525429327426..69a5a78f72f3 100644 --- a/_config.yml +++ b/_config.yml @@ -79,7 +79,8 @@ whatsapp_number: # your WhatsApp number (full phone number in international form orcid_id: # your ORCID ID medium_username: # your Medium username quora_username: # your Quora username -publons_id: # your ID on Publons +publons_id: # your ID on Publons +osf_id: # your OSF ID research_gate_profile: # your profile on ResearchGate blogger_url: # your blogger URL work_url: # work page URL diff --git a/_includes/social.html b/_includes/social.html index 38b5d3bda6f8..e05eb4f95723 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -19,6 +19,9 @@ {%- if site.publons_id -%} {% endif %} + {%- if site.osf_id -%} + + {% endif %} {%- if site.research_gate_profile -%} {% endif %} From 3a194cb18446f8a9d49a6d3343c0cf743cf02026 Mon Sep 17 00:00:00 2001 From: Mathias Micheel <49622130+buerviper@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:19:43 +0100 Subject: [PATCH 2/2] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 69a5a78f72f3..a18f0c166fd3 100644 --- a/_config.yml +++ b/_config.yml @@ -79,7 +79,7 @@ whatsapp_number: # your WhatsApp number (full phone number in international form orcid_id: # your ORCID ID medium_username: # your Medium username quora_username: # your Quora username -publons_id: # your ID on Publons +publons_id: # your ID on Publons osf_id: # your OSF ID research_gate_profile: # your profile on ResearchGate blogger_url: # your blogger URL