File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ scholar_userid: # your Google Scholar ID
24
24
orcid_id : # your ORCID ID
25
25
medium_username : # your Medium username
26
26
quora_username : # your Quora username
27
+ publons_id : # your ID on Publons
28
+ research_gate_profile : # your profile on ResearchGate
29
+ blogger_url : # your blogger URL
27
30
28
31
contact_note : >
29
32
You can even add a little note about which of these is the best way to reach you.
Original file line number Diff line number Diff line change 3
3
{% if site.email %}< a href ="mailto:{{ site.email | encode_email }} "> < i class ="fas fa-envelope "> </ i > </ a > {% endif %}
4
4
{% if site.orcid_id %}< a href ="https://orcid.org/{{ site.orcid_id }} " target ="_blank " title ="ORCID "> < i class ="ai ai-orcid "> </ i > </ a > {% endif %}
5
5
{% if site.scholar_userid %}< a href ="https://scholar.google.com/citations?user={{ site.scholar_userid }} " target ="_blank " title ="Google Scholar "> < i class ="ai ai-google-scholar "> </ i > </ a > {% endif %}
6
+ {% if site.publons_id %}< a href ="https://publons.com/a/{{ site.publons_id }}/ " target ="_blank " title ="Publons "> < i class ="ai ai-publons "> </ i > </ a > {% endif %}
7
+ {% if site.research_gate_profile %}< a href ="https://www.researchgate.net/profile/{{site.research_gate_profile}}/ " target ="_blank " title ="ResearchGate "> < i class ="ai ai-researchgate "> </ i > </ a > {% endif %}
6
8
{% if site.github_username %}< a href ="https://github.com/{{ site.github_username }} " target ="_blank " title ="GitHub "> < i class ="fab fa-github "> </ i > </ a > {% endif %}
7
9
{% if site.linkedin_username %}< a href ="https://www.linkedin.com/in/{{ site.linkedin_username }} " target ="_blank " title ="LinkedIn "> < i class ="fab fa-linkedin "> </ i > </ a > {% endif %}
8
10
{% if site.twitter_username %}< a href ="https://twitter.com/{{ site.twitter_username }} " target ="_blank " title ="Twitter "> < i class ="fab fa-twitter "> </ i > </ a > {% endif %}
9
11
{% if site.strava_userid %}< a href ="https://www.strava.com/athletes/{{ site.strava_userid }} " target ="_blank " title ="Strava "> < i class ="fab fa-strava "> </ i > </ a > {% endif %}
10
12
{% if site.medium_username %}< a href ="https://medium.com/@{{ site.medium_username }} " target ="_blank " title ="Medium "> < i class ="fab fa-medium "> </ i > </ a > {% endif %}
11
13
{% if site.quora_username %}< a href ="https://www.quora.com/profile/{{ site.quora_username }} " target ="_blank " title ="Quora "> < i class ="fab fa-quora "> </ i > </ a > {% endif %}
14
+ {% if site.blogger_url %}< a href ="{{ site.blogger_url }} " target ="_blank " title ="Blogger "> < i class ="fab fa-blogger-b "> </ i > </ a > {% endif %}
12
15
</ span >
13
16
14
17
< div class ="col three caption ">
You can’t perform that action at this time.
0 commit comments