Lines 967-977
Link Here
|
967 |
[% FOR identifier IN author.identifiers %] |
967 |
[% FOR identifier IN author.identifiers %] |
968 |
<li> |
968 |
<li> |
969 |
[% SWITCH identifier.source.lower %] |
969 |
[% SWITCH identifier.source.lower %] |
970 |
[% CASE 'orcid' %]ORCID: |
970 |
[% CASE 'orcid' %] |
971 |
[% CASE 'scopus' %]ScopusID: |
971 |
ORCID: |
972 |
[% CASE 'loop' %]loop: |
972 |
<a href="https://orcid.org/[% identifier.number | url %]">[% identifier.number | html %]</a> |
973 |
[% CASE 'rid' %]Publons: |
973 |
[% CASE 'scopus' %] |
974 |
[% CASE %][% identifier.source | html %]: |
974 |
ScopusID: |
|
|
975 |
<a href="https://www.scopus.com/authid/detail.uri?authorId=[% identifier.number | url %]">[% identifier.number | html %]</a> |
976 |
[% CASE 'loop' %] |
977 |
loop: |
978 |
<a href="https://loop.frontiersin.org/people/[% identifier.number | url %]">[% identifier.number | html %]</a> |
979 |
[% CASE 'rid' %] |
980 |
Publons: |
981 |
<a href="https://publons.com/researcher/[% identifier.number | url %]">[% identifier.number | html %]</a> |
982 |
[% CASE %][% identifier.source | html %]: [% identifier.number | html %] |
975 |
[% END %] |
983 |
[% END %] |
976 |
[% IF identifier.linkage %] |
984 |
[% IF identifier.linkage %] |
977 |
<a href="[% identifier.linkage | url %]">[% identifier.number | html %]</a> |
985 |
<a href="[% identifier.linkage | url %]">[% identifier.number | html %]</a> |
978 |
- |
|
|