File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ author:
35
35
academia : # URL
36
36
arxiv : # URL - Update with the correct link to your profile
37
37
googlescholar : " https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
38
+ inspire-hep : # URL
38
39
impactstory : # URL
39
40
orcid : " http://orcid.org/yourorcidurl"
40
41
semantic : # URL
Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ <h3 class="author__name">{{ author.name }}</h3>
65
65
{% if author.scopus %}
66
66
< li > < a href ="{{ author.scopus }} "> < i class ="ai ai-scopus ai-fw icon-pad-right "> </ i > Scopus</ a > </ li >
67
67
{% endif %}
68
+ {% if author.inspire-hep %}
69
+ < li > < a href ="{{ author.inspire-hep }} "> < i class ="ai ai-inspire ai-fw icon-pad-right "> </ i > INSPIRE-HEP</ a > </ li >
70
+ {% endif %}
68
71
69
72
<!-- Font Awesome icons / Repositories and software development -->
70
73
{% if author.bitbucket %}
You can’t perform that action at this time.
0 commit comments