@@ -23,6 +23,7 @@ <h3 class="author__name">{{ author.name }}</h3>
23
23
< div class ="author__urls-wrapper ">
24
24
< button class ="btn btn--inverse "> Follow</ button >
25
25
< ul class ="author__urls social-icons ">
26
+ <!-- Font Awesome icons -->
26
27
{% if author.location %}
27
28
< li > < i class ="fa fa-fw fa-map-marker " aria-hidden ="true "> </ i > {{ author.location }}</ li >
28
29
{% endif %}
@@ -110,15 +111,6 @@ <h3 class="author__name">{{ author.name }}</h3>
110
111
{% if author.googlescholar %}
111
112
< li > < a href ="{{ author.googlescholar }} "> < i class ="fas fa-fw fa-graduation-cap "> </ i > Google Scholar</ a > </ li >
112
113
{% endif %}
113
- {% if author.pubmed %}
114
- < li > < a href ="{{ author.pubmed }} "> < i class ="ai ai-pubmed-square ai-fw "> </ i > PubMed</ a > </ li >
115
- {% endif %}
116
- {% if author.orcid %}
117
- < li > < a href ="{{ author.orcid }} "> < i class ="ai ai-orcid-square ai-fw "> </ i > ORCID</ a > </ li >
118
- {% endif %}
119
- {% if author.impactstory %}
120
- < li > < a href ="{{ author.impactstory }} "> < i class ="ai ai-impactstory ai-fw "> </ i > Impactstory</ a > </ li >
121
- {% endif %}
122
114
{% if author.wikipedia %}
123
115
< li > < a href ="https://en.wikipedia.org/wiki/User:{{ author.wikipedia }} "> < i class ="fab fa-fw fa-wikipedia-w " aria-hidden ="true "> </ i > Wikipedia</ a > </ li >
124
116
{% endif %}
@@ -131,6 +123,20 @@ <h3 class="author__name">{{ author.name }}</h3>
131
123
{% if author.kaggle %}
132
124
< li > < a href ="https://kaggle.com/{{ author.kaggle }} "> < i class ="fab fa-fw fa-kaggle " aria-hidden ="true "> </ i > Kaggle</ a > </ li >
133
125
{% endif %}
126
+
127
+ <!-- Academicons -->
128
+ {% if author.arxiv %}
129
+ < li > < a href ="{{ author.arxiv }} "> < i class ="ai ai-arxiv ai-fw "> </ i > arXiv</ a > </ li >
130
+ {% endif %}
131
+ {% if author.impactstory %}
132
+ < li > < a href ="{{ author.impactstory }} "> < i class ="ai ai-impactstory ai-fw "> </ i > Impactstory</ a > </ li >
133
+ {% endif %}
134
+ {% if author.orcid %}
135
+ < li > < a href ="{{ author.orcid }} "> < i class ="ai ai-orcid-square ai-fw "> </ i > ORCID</ a > </ li >
136
+ {% endif %}
137
+ {% if author.pubmed %}
138
+ < li > < a href ="{{ author.pubmed }} "> < i class ="ai ai-pubmed-square ai-fw "> </ i > PubMed</ a > </ li >
139
+ {% endif %}
134
140
</ ul >
135
141
</ div >
136
142
</ div >
0 commit comments