|
149 | 149 | <p>
|
150 | 150 | {% if member.site %}
|
151 | 151 | <a class="social site" href="{{ member.site }}">
|
152 |
| - <i class="fa fa-user fa-lg"></i> |
153 |
| - </a> |
| 152 | + <i class="fa fa-user fa-lg"></i> |
| 153 | + </a> |
154 | 154 | {% endif %}
|
155 | 155 |
|
156 | 156 | {% if member.cv %}
|
157 | 157 | <a class="social cv" href="{{ member.cv }}">
|
158 |
| - <i class="fa fa-file-text-o fa-lg"></i> |
159 |
| - </a> |
| 158 | + <i class="fa fa-file-text-o fa-lg"></i> |
| 159 | + </a> |
160 | 160 | {% endif %}
|
161 | 161 |
|
162 | 162 | {% if member.github %}
|
163 | 163 | <a class="social github" href="https://github.com/{{ member.github }}">
|
164 |
| - <i class="fa fa-github-square fa-lg"></i> |
165 |
| - </a> |
| 164 | + <i class="fa fa-github-square fa-lg"></i> |
| 165 | + </a> |
166 | 166 | {% endif %}
|
167 | 167 |
|
168 | 168 | {% if member.twitter %}
|
169 | 169 | <a class="social twitter" href="https://twitter.com/{{ member.twitter }}">
|
170 |
| - <i class="fa fa-twitter-square fa-lg"></i> |
171 |
| - </a> |
| 170 | + <i class="fa fa-twitter-square fa-lg"></i> |
| 171 | + </a> |
172 | 172 | {% endif %}
|
173 | 173 |
|
174 | 174 | {% if member.scholar %}
|
175 |
| - <a class="social scholar" href="http://scholar.google.com/citations?user={{ member.scholar }}"> |
176 |
| - <i class="ai ai-google-scholar-square ai-lg"></i> |
177 |
| - </a> |
| 175 | + <a class="social scholar" href="http://scholar.google.com/citations?user={{ member.scholar }}"> |
| 176 | + <i class="ai ai-google-scholar-square ai-lg"></i> |
| 177 | + </a> |
178 | 178 | {% endif %}
|
179 | 179 |
|
180 | 180 | {% if member.osf %}
|
181 | 181 | <a class="social osf" href="http://osf.io/{{ member.osf }}">
|
182 | 182 | <i class="ai ai-osf-square ai-lg"></i>
|
183 |
| - </a> |
| 183 | + </a> |
184 | 184 | {% endif %}
|
185 | 185 |
|
| 186 | + {% if member.figshare %} |
| 187 | + <a class="social figshare" href="{{ member.figshare }}"> |
| 188 | + <i class="ai ai-figshare-square ai-lg"></i> |
| 189 | + </a> |
| 190 | + {% endif %} |
| 191 | + |
186 | 192 | {% if member.researchgate %}
|
187 |
| - <a class="social researchgate" href="https://www.researchgate.net/profile/{{ member.researchgate }}"> |
| 193 | + <a class="social researchgate" href="https://www.researchgate.net/profile/{{ member.researchgate }}"> |
188 | 194 | <i class="ai ai-researchgate-square ai-lg"></i>
|
189 | 195 | </a>
|
190 | 196 | {% endif %}
|
|
201 | 207 | </a>
|
202 | 208 | {% endif %}
|
203 | 209 | </p>
|
204 |
| - </div> |
| 210 | + </div> |
205 | 211 | </div>
|
206 | 212 | </div>
|
207 | 213 | {% endtablerow %}
|
|
0 commit comments