Lines 940-955
Link Here
|
940 |
[% FOR identifier IN author.identifiers %] |
940 |
[% FOR identifier IN author.identifiers %] |
941 |
<li> |
941 |
<li> |
942 |
[% SWITCH identifier.source.lower %] |
942 |
[% SWITCH identifier.source.lower %] |
943 |
[% CASE 'orcid' %]ORCID: |
943 |
[% CASE 'orcid' %] |
944 |
[% CASE 'scopus' %]ScopusID: |
944 |
ORCID: |
945 |
[% CASE 'loop' %]loop: |
945 |
<a href="https://orcid.org/[% identifier.number | url %]">[% identifier.number | html %]</a> |
946 |
[% CASE 'rid' %]Publons: |
946 |
[% CASE 'scopus' %] |
947 |
[% CASE %][% identifier.source | html %]: |
947 |
ScopusID: |
948 |
[% END %] |
948 |
<a href="https://www.scopus.com/authid/detail.uri?authorId=[% identifier.number | url %]">[% identifier.number | html %]</a> |
949 |
[% IF identifier.linkage %] |
949 |
[% CASE 'loop' %] |
950 |
<a href="[% identifier.linkage | url %]">[% identifier.number | html %]</a> |
950 |
loop: |
951 |
[% ELSE %] |
951 |
<a href="https://loop.frontiersin.org/people/[% identifier.number | url %]">[% identifier.number | html %]</a> |
952 |
[% identifier.number | html %] |
952 |
[% CASE 'rid' %] |
|
|
953 |
Publons: |
954 |
<a href="https://publons.com/researcher/[% identifier.number | url %]">[% identifier.number | html %]</a> |
955 |
[% CASE %][% identifier.source | html %]: [% identifier.number | html %] |
953 |
[% END %] |
956 |
[% END %] |
954 |
</li> |
957 |
</li> |
955 |
[% END %] |
958 |
[% END %] |
956 |
- |
|
|