Skip to content

Commit d8f1b16

Browse files
authored
Add OSF to social (alshedivat#1185)
1 parent e1736bb commit d8f1b16

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ orcid_id: # your ORCID ID
8080
medium_username: # your Medium username
8181
quora_username: # your Quora username
8282
publons_id: # your ID on Publons
83+
osf_id: # your OSF ID
8384
research_gate_profile: # your profile on ResearchGate
8485
blogger_url: # your blogger URL
8586
work_url: # work page URL

_includes/social.html

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
{%- if site.publons_id -%}
2020
<a href="https://publons.com/a/{{ site.publons_id }}/" title="Publons"><i class="ai ai-publons"></i></a>
2121
{% endif %}
22+
{%- if site.osf_id -%}
23+
<a href="https:/osf.io/{{ site.osf_id }}/" title="Open Science Framework"><i class="ai ai-osf"></i></a>
24+
{% endif %}
2225
{%- if site.research_gate_profile -%}
2326
<a href="https://www.researchgate.net/profile/{{site.research_gate_profile}}/" title="ResearchGate"><i class="ai ai-researchgate"></i></a>
2427
{% endif %}

0 commit comments

Comments
 (0)