|
12 | 12 | {% endif %}
|
13 | 13 | {%- if site.scholar_userid -%}
|
14 | 14 | <a href="https://scholar.google.com/citations?user={{ site.scholar_userid }}" title="Google Scholar"><i
|
15 |
| - class="ai ai-google-scholar"></i></a> |
| 15 | + class="ai ai-google-scholar"></i></a> |
16 | 16 | {% endif %}
|
17 | 17 | {%- if site.semanticscholar_id -%}
|
18 | 18 | <a href="https://www.semanticscholar.org/author/{{ site.semanticscholar_id }}" title="Semantic Scholar"><i
|
19 |
| - class="ai ai-semantic-scholar"></i></a> |
| 19 | + class="ai ai-semantic-scholar"></i></a> |
20 | 20 | {% endif %}
|
21 | 21 | {%- if site.publons_id -%}
|
22 | 22 | <a href="https://publons.com/a/{{ site.publons_id }}/" title="Publons"><i class="ai ai-publons"></i></a>
|
|
29 | 29 | {% endif %}
|
30 | 30 | {%- if site.research_gate_profile -%}
|
31 | 31 | <a href="https://www.researchgate.net/profile/{{site.research_gate_profile}}/" title="ResearchGate"><i
|
32 |
| - class="ai ai-researchgate"></i></a> |
| 32 | + class="ai ai-researchgate"></i></a> |
33 | 33 | {% endif %}
|
34 | 34 | {%- if site.scopus_id -%}
|
35 | 35 | <a href="https://www.scopus.com/authid/detail.uri?authorId={{site.scopus_id}}" title="Scopus"><i
|
36 |
| - class="ai ai-scopus"></i></a> |
| 36 | + class="ai ai-scopus"></i></a> |
37 | 37 | {% endif %}
|
38 | 38 | {%- if site.github_username -%}
|
39 | 39 | <a href="https://github.com/{{ site.github_username }}" title="GitHub"><i class="fab fa-github"></i></a>
|
|
64 | 64 | {% endif %}
|
65 | 65 | {%- if site.wikipedia_id -%}
|
66 | 66 | <a href="https://wikipedia.org/wiki/User:{{ site.wikipedia_id }}" title="Wikipedia"><i
|
67 |
| - class="fab fa-wikipedia-w"></i></a> |
| 67 | + class="fab fa-wikipedia-w"></i></a> |
68 | 68 | {% endif %}
|
69 | 69 | {%- if site.strava_userid -%}
|
70 | 70 | <a href="https://www.strava.com/athletes/{{ site.strava_userid }}" title="Strava"><i class="fab fa-strava"></i></a>
|
|
80 | 80 | {% endif %}
|
81 | 81 | {%- if site.stackoverflow_id -%}
|
82 | 82 | <a href="https://stackoverflow.com/users/{{ site.stackoverflow_id }}" title="Stackoverflow"><i
|
83 |
| - class="fab fa-stack-overflow"></i></a> |
| 83 | + class="fab fa-stack-overflow"></i></a> |
84 | 84 | {% endif %}
|
85 | 85 | {%- if site.kaggle_id -%}
|
86 | 86 | <a href="https://www.kaggle.com/{{ site.kaggle_id }}" title="Kaggle"><i class="fab fa-kaggle"></i></a>
|
|
0 commit comments