Skip to content

Commit 1c0560f

Browse files
Including Lattes CV in Socials (alshedivat#1404)
Resubmitting the PR alshedivat#1383
1 parent c1112d7 commit 1c0560f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ orcid_id: # your ORCID ID
8484
medium_username: # your Medium username
8585
quora_username: # your Quora username
8686
publons_id: # your ID on Publons
87+
lattes_id: # your ID on Lattes (Brazilian Lattes CV)
8788
osf_id: # your OSF ID
8889
research_gate_profile: # your profile on ResearchGate
8990
scopus_id: # your profile on Scopus

_includes/social.html

Lines changed: 3 additions & 0 deletions
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.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 %}
2225
{%- if site.osf_id -%}
2326
<a href="https://osf.io/{{ site.osf_id }}/" title="Open Science Framework"><i class="ai ai-osf"></i></a>
2427
{% endif %}

0 commit comments

Comments
 (0)