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 @@ -84,6 +84,7 @@ orcid_id: # your ORCID ID
84
84
medium_username : # your Medium username
85
85
quora_username : # your Quora username
86
86
publons_id : # your ID on Publons
87
+ lattes_id : # your ID on Lattes (Brazilian Lattes CV)
87
88
osf_id : # your OSF ID
88
89
research_gate_profile : # your profile on ResearchGate
89
90
scopus_id : # your profile on Scopus
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.lattes_id -%}
23
+ < a href ="http://lattes.cnpq.br/{{ site.lattes_id }} " target ="_blank " title ="Lattes "> < i class ="ai ai-lattes "> </ i > </ a >
24
+ {% endif %}
22
25
{%- if site.osf_id -%}
23
26
< a href ="https://osf.io/{{ site.osf_id }}/ " title ="Open Science Framework "> < i class ="ai ai-osf "> </ i > </ a >
24
27
{% endif %}
You can’t perform that action at this time.
0 commit comments