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