@@ -23,119 +23,129 @@ <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
+ <!-- Font Awesome icons / Biographic information -->
27
27
{% if author.location %}
28
- < li > < i class ="fa fa-fw fa-map-marker " aria-hidden ="true "> </ i > {{ author.location }}</ li >
28
+ < li > < i class ="fa-solid fa-location-dot " aria-hidden ="true "> </ i > {{ author.location }}</ li >
29
29
{% endif %}
30
30
{% if author.employer %}
31
- < li > < i class ="fa fa-fw fa-map-marker " aria-hidden ="true "> </ i > {{ author.employer }}</ li >
31
+ < li > < i class ="fa fa-solid fa-building-columns " aria-hidden ="true "> </ i > {{ author.employer }}</ li >
32
32
{% endif %}
33
33
{% if author.uri %}
34
34
< li > < a href ="{{ author.uri }} "> < i class ="fas fa-fw fa-link " aria-hidden ="true "> </ i > {{ site.data.ui-text[site.locale].website_label | default: "Website" }}</ a > </ li >
35
35
{% endif %}
36
36
{% if author.email %}
37
37
< li > < a href ="mailto:{{ author.email }} "> < i class ="fas fa-fw fa-envelope " aria-hidden ="true "> </ i > {{ site.data.ui-text[site.locale].email_label | default: "Email" }}</ a > </ li >
38
38
{% endif %}
39
- {% if author.keybase %}
40
- < li > < a href ="https://keybase.io/{{ author.keybase }} "> < i class ="fas fa-fw fa-key " aria-hidden ="true "> </ i > Keybase</ a > </ li >
41
- {% endif %}
42
- {% if author.researchgate %}
43
- < li > < a href ="{{ author.researchgate }} "> < i class ="fab fa-fw fa-researchgate " aria-hidden ="true "> </ i > ResearchGate</ a > </ li >
44
- {% endif %}
45
- {% if author.twitter %}
46
- < li > < a href ="https://twitter.com/{{ author.twitter }} "> < i class ="fab fa-fw fa-twitter-square " aria-hidden ="true "> </ i > Twitter</ a > </ li >
47
- {% endif %}
48
- {% if author.mastodon %}
49
- < li > < a href ="{{ author.mastodon }} "> < i class ="fab fa-fw fa-mastodon " aria-hidden ="true "> </ i > Mastodon</ a > </ li >
39
+
40
+ <!-- Font Awesome and Academicons icons / Academic websites -->
41
+ {% if author.arxiv %}
42
+ < li > < a href ="{{ author.arxiv }} "> < i class ="ai ai-arxiv ai-fw "> </ i > arXiv</ a > </ li >
50
43
{% endif %}
51
- {% if author.facebook %}
52
- < li > < a href ="https://www.facebook.com/{{ author.facebook }} "> < i class ="fab fa-fw fa-facebook-square " aria-hidden ="true "> </ i > Facebook</ a > </ li >
53
- {% endif %}
54
- {% if author.google_plus %}
55
- < li > < a href ="https://plus.google.com/+{{ author.google_plus }} "> < i class ="fab fa-fw fa-google-plus " aria-hidden ="true "> </ i > Google+</ a > </ li >
56
- {% endif %}
57
- {% if author.linkedin %}
58
- < li > < a href ="https://www.linkedin.com/in/{{ author.linkedin }} "> < i class ="fab fa-fw fa-linkedin " aria-hidden ="true "> </ i > LinkedIn</ a > </ li >
44
+ {% if author.googlescholar %}
45
+ < li > < a href ="{{ author.googlescholar }} "> < i class ="fas fa-fw fa-graduation-cap "> </ i > Google Scholar</ a > </ li >
59
46
{% endif %}
60
- {% if author.xing %}
61
- < li > < a href ="https://www.xing.com/profile/ {{ author.xing }} "> < i class ="fab fa-fw fa-xing-square " aria-hidden =" true " > </ i > XING </ a > </ li >
47
+ {% if author.impactstory %}
48
+ < li > < a href ="{{ author.impactstory }} "> < i class ="ai ai-impactstory ai-fw " > </ i > Impactstory </ a > </ li >
62
49
{% endif %}
63
- {% if author.instagram %}
64
- < li > < a href ="https://instagram.com/ {{ author.instagram }} "> < i class ="fab fa-fw fa-instagram " aria-hidden =" true " > </ i > Instagram </ a > </ li >
50
+ {% if author.orcid %}
51
+ < li > < a href ="{{ author.orcid }} "> < i class ="ai ai-orcid-square ai-fw " > </ i > ORCID </ a > </ li >
65
52
{% endif %}
66
- {% if author.tumblr %}
67
- < li > < a href ="https://{{ author.tumblr }}.tumblr.com "> < i class ="fab fa-fw fa-tumblr-square " aria-hidden ="true "> </ i > Tumblr</ a > </ li >
53
+ {% if author.pubmed %}
54
+ < li > < a href ="{{ author.pubmed }} "> < i class ="ai ai-pubmed-square ai-fw "> </ i > PubMed</ a > </ li >
55
+ {% endif %}
56
+ {% if author.researchgate %}
57
+ < li > < a href ="{{ author.researchgate }} "> < i class ="fab fa-fw fa-researchgate " aria-hidden ="true "> </ i > ResearchGate</ a > </ li >
68
58
{% endif %}
59
+
60
+ <!-- Font Awesome icons / Repositories and software development -->
69
61
{% if author.bitbucket %}
70
62
< li > < a href ="https://bitbucket.org/{{ author.bitbucket }} "> < i class ="fab fa-fw fa-bitbucket " aria-hidden ="true "> </ i > Bitbucket</ a > </ li >
71
63
{% endif %}
64
+ {% if author.codepen %}
65
+ < li > < a href ="https://codepen.io/{{ author.codepen }} "> < i class ="fab fa-fw fa-codepen " aria-hidden ="true "> </ i > CodePen</ a > </ li >
66
+ {% endif %}
67
+ {% if author.dribbble %}
68
+ < li > < a href ="https://dribbble.com/{{ author.dribbble }} "> < i class ="fab fa-fw fa-dribbble " aria-hidden ="true "> </ i > Dribbble</ a > </ li >
69
+ {% endif %}
72
70
{% if author.github %}
73
71
< li > < a href ="https://github.com/{{ author.github }} "> < i class ="fab fa-fw fa-github " aria-hidden ="true "> </ i > Github</ a > </ li >
74
72
{% endif %}
73
+ {% if author.kaggle %}
74
+ < li > < a href ="https://kaggle.com/{{ author.kaggle }} "> < i class ="fab fa-fw fa-kaggle " aria-hidden ="true "> </ i > Kaggle</ a > </ li >
75
+ {% endif %}
75
76
{% if author.stackoverflow %}
76
77
< li > < a href ="https://www.stackoverflow.com/users/{{ author.stackoverflow }} "> < i class ="fab fa-fw fa-stack-overflow " aria-hidden ="true "> </ i > Stackoverflow</ a > </ li >
78
+ {% endif %}
79
+
80
+ <!-- Font Awesome icons / Social media -->
81
+ {% if author.bluesky %}
82
+ < li > < a href ="https://bsky.app/profile/{{ author.bluesky }} "> < i class ="fa-solid fa-square " style ="color: #1184fe " aria-hidden ="true "> </ i > Bluesky</ a > </ li >
77
83
{% endif %}
78
- {% if author.lastfm %}
79
- < li > < a href ="https://lastfm.com/user/{{ author.lastfm }} "> < i class ="fab fa-fw fa-lastfm-square " aria-hidden ="true "> </ i > Last.fm</ a > </ li >
80
- {% endif %}
81
- {% if author.dribbble %}
82
- < li > < a href ="https://dribbble.com/{{ author.dribbble }} "> < i class ="fab fa-fw fa-dribbble-square " aria-hidden ="true "> </ i > Dribbble</ a > </ li >
83
- {% endif %}
84
- {% if author.pinterest %}
85
- < li > < a href ="https://www.pinterest.com/{{ author.pinterest }} "> < i class ="fab fa-fw fa-pinterest " aria-hidden ="true "> </ i > Pinterest</ a > </ li >
84
+ {% if author.facebook %}
85
+ < li > < a href ="https://www.facebook.com/{{ author.facebook }} "> < i class ="fab fa-fw fa-facebook-f " aria-hidden ="true "> </ i > Facebook</ a > </ li >
86
86
{% endif %}
87
+ {% if author.flickr %}
88
+ < li > < a href ="https://www.flickr.com/{{ author.flickr }} "> < i class ="fab fa-fw fa-flickr " aria-hidden ="true "> </ i > Flickr</ a > </ li >
89
+ {% endif %}
87
90
{% if author.foursquare %}
88
91
< li > < a href ="https://foursquare.com/{{ author.foursquare }} "> < i class ="fab fa-fw fa-foursquare " aria-hidden ="true "> </ i > Foursquare</ a > </ li >
89
92
{% endif %}
90
- {% if author.steam %}
91
- < li > < a href ="https://steamcommunity.com/id/{{ author.steam }} "> < i class ="fab fa-fw fa-steam-square " aria-hidden ="true "> </ i > Steam</ a > </ li >
93
+ {% if author.goodreads %}
94
+ < li > < a href ="https://www.goodreads.com/{{ author.goodreads }} "> < i class ="fab fa-fw fa-goodreads " aria-hidden ="true "> </ i > Goodreads</ a > </ li >
95
+ {% endif %}
96
+ {% if author.google_plus %}
97
+ < li > < a href ="https://plus.google.com/+{{ author.google_plus }} "> < i class ="fab fa-fw fa-google-plus-g " aria-hidden ="true "> </ i > Google+</ a > </ li >
98
+ {% endif %}
99
+ {% if author.keybase %}
100
+ < li > < a href ="https://keybase.io/{{ author.keybase }} "> < i class ="fas fa-fw fa-key " aria-hidden ="true "> </ i > Keybase</ a > </ li >
92
101
{% endif %}
93
- {% if author.youtube %}
94
- < li > < a href ="https://www.youtube.com/user/{{ author.youtube }} "> < i class ="fab fa-fw fa-youtube " aria-hidden ="true "> </ i > YouTube</ a > </ li >
102
+ {% if author.instagram %}
103
+ < li > < a href ="https://instagram.com/{{ author.instagram }} "> < i class ="fab fa-fw fa-instagram " aria-hidden ="true "> </ i > Instagram</ a > </ li >
104
+ {% endif %}
105
+ {% if author.lastfm %}
106
+ < li > < a href ="https://lastfm.com/user/{{ author.lastfm }} "> < i class ="fab fa-fw fa-lastfm " aria-hidden ="true "> </ i > Last.fm</ a > </ li >
107
+ {% endif %}
108
+ {% if author.linkedin %}
109
+ < li > < a href ="https://www.linkedin.com/in/{{ author.linkedin }} "> < i class ="fab fa-fw fa-linkedin " aria-hidden ="true "> </ i > LinkedIn</ a > </ li >
110
+ {% endif %}
111
+ {% if author.mastodon %}
112
+ < li > < a href ="{{ author.mastodon }} "> < i class ="fab fa-fw fa-mastodon " aria-hidden ="true "> </ i > Mastodon</ a > </ li >
95
113
{% endif %}
114
+ {% if author.medium %}
115
+ < li > < a href ="{{ author.medium }} "> < i class ="fab fa-fw fa-medium " aria-hidden ="true "> </ i > Medium</ a > </ li >
116
+ {% endif %}
117
+ {% if author.pinterest %}
118
+ < li > < a href ="https://www.pinterest.com/{{ author.pinterest }} "> < i class ="fab fa-fw fa-pinterest " aria-hidden ="true "> </ i > Pinterest</ a > </ li >
119
+ {% endif %}
96
120
{% if author.soundcloud %}
97
121
< li > < a href ="https://soundcloud.com/{{ author.soundcloud }} "> < i class ="fab fa-fw fa-soundcloud " aria-hidden ="true "> </ i > Soundcloud</ a > </ li >
122
+ {% endif %}
123
+ {% if author.steam %}
124
+ < li > < a href ="https://steamcommunity.com/id/{{ author.steam }} "> < i class ="fab fa-fw fa-steam " aria-hidden ="true "> </ i > Steam</ a > </ li >
98
125
{% endif %}
99
- {% if author.weibo %}
100
- < li > < a href ="https://www.weibo.com/ {{ author.weibo }} "> < i class ="fab fa-fw fa-weibo " aria-hidden ="true "> </ i > Weibo </ a > </ li >
101
- {% endif %}
102
- {% if author.flickr %}
103
- < li > < a href ="https://www.flickr.com/ {{ author.flickr }} "> < i class ="fab fa-fw fa-flickr " aria-hidden ="true "> </ i > Flickr </ a > </ li >
104
- {% endif %}
105
- {% if author.codepen %}
106
- < li > < a href ="https://codepen.io /{{ author.codepen }} "> < i class ="fab fa-fw fa-codepen " aria-hidden ="true "> </ i > CodePen </ a > </ li >
126
+ {% if author.telegram %}
127
+ < li > < a href ="{{ author.telegram }} "> < i class ="fab fa-fw fa-telegram " aria-hidden ="true "> </ i > Telegram </ a > </ li >
128
+ {% endif %}
129
+ {% if author.tumblr %}
130
+ < li > < a href ="https://{{ author.tumblr }}.tumblr.com "> < i class ="fab fa-fw fa-tumblr " aria-hidden ="true "> </ i > Tumblr </ a > </ li >
131
+ {% endif %}
132
+ {% if author.twitter %}
133
+ < li > < a href ="https://twitter.com /{{ author.twitter }} "> < i class ="fab fa-fw fa-x-twitter " aria-hidden ="true "> </ i > X (formerly Twitter) </ a > </ li >
107
134
{% endif %}
108
135
{% if author.vine %}
109
136
< li > < a href ="https://vine.co/u/{{ author.vine }} "> < i class ="fab fa-fw fa-vine " aria-hidden ="true "> </ i > Vine</ a > </ li >
110
- {% endif %}
111
- {% if author.googlescholar %}
112
- < li > < a href ="{{ author.googlescholar }} "> < i class ="fas fa-fw fa-graduation-cap " > </ i > Google Scholar </ a > </ li >
137
+ {% endif %}
138
+ {% if author.weibo %}
139
+ < li > < a href ="https://www.weibo.com/ {{ author.weibo }} "> < i class ="fab fa-fw fa-weibo " aria-hidden =" true " > </ i > Weibo </ a > </ li >
113
140
{% endif %}
114
141
{% if author.wikipedia %}
115
142
< 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 >
143
+ {% endif %}
144
+ {% if author.xing %}
145
+ < li > < a href ="https://www.xing.com/profile/{{ author.xing }} "> < i class ="fab fa-fw fa-xing " aria-hidden ="true "> </ i > XING</ a > </ li >
116
146
{% endif %}
117
- {% if author.goodreads %}
118
- < li > < a href ="https://www.goodreads.com/{{ author.goodreads }} "> < i class ="fab fa-fw fa-goodreads " aria-hidden ="true "> </ i > Goodreads</ a > </ li >
119
- {% endif %}
120
- {% if author.medium %}
121
- < li > < a href ="{{ author.medium }} "> < i class ="fab fa-fw fa-medium " aria-hidden ="true "> </ i > Medium</ a > </ li >
122
- {% endif %}
123
- {% if author.kaggle %}
124
- < li > < a href ="https://kaggle.com/{{ author.kaggle }} "> < i class ="fab fa-fw fa-kaggle " aria-hidden ="true "> </ i > Kaggle</ a > </ li >
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 >
147
+ {% if author.youtube %}
148
+ < li > < a href ="https://www.youtube.com/user/{{ author.youtube }} "> < i class ="fab fa-fw fa-youtube " aria-hidden ="true "> </ i > YouTube</ a > </ li >
139
149
{% endif %}
140
150
</ ul >
141
151
</ div >
0 commit comments