File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ author:
35
35
googlescholar : " https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
36
36
impactstory : # URL
37
37
orcid : " http://orcid.org/yourorcidurl"
38
+ semantic : # URL
38
39
pubmed : " https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
39
40
researchgate : # URL
40
41
Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ <h3 class="author__name">{{ author.name }}</h3>
44
44
{% if author.googlescholar %}
45
45
< li > < a href ="{{ author.googlescholar }} "> < i class ="ai ai-google-scholar icon-pad-right "> </ i > Google Scholar</ a > </ li >
46
46
{% 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 >
49
+ {% endif %}
47
50
{% if author.impactstory %}
48
51
< li > < a href ="{{ author.impactstory }} "> < i class ="ai ai-impactstory ai-fw icon-pad-right "> </ i > Impactstory</ a > </ li >
49
52
{% endif %}
You can’t perform that action at this time.
0 commit comments