File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ orcid_id: # your ORCID ID
80
80
medium_username : # your Medium username
81
81
quora_username : # your Quora username
82
82
publons_id : # your ID on Publons
83
+ osf_id : # your OSF ID
83
84
research_gate_profile : # your profile on ResearchGate
84
85
blogger_url : # your blogger URL
85
86
work_url : # work page URL
Original file line number Diff line number Diff line change 19
19
{%- if site.publons_id -%}
20
20
< a href ="https://publons.com/a/{{ site.publons_id }}/ " title ="Publons "> < i class ="ai ai-publons "> </ i > </ a >
21
21
{% 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 %}
22
25
{%- if site.research_gate_profile -%}
23
26
< a href ="https://www.researchgate.net/profile/{{site.research_gate_profile}}/ " title ="ResearchGate "> < i class ="ai ai-researchgate "> </ i > </ a >
24
27
{% endif %}
You can’t perform that action at this time.
0 commit comments