Lines 188-195
Link Here
|
188 |
[% FOR identifier IN author_identifiers %] |
188 |
[% FOR identifier IN author_identifiers %] |
189 |
<li> |
189 |
<li> |
190 |
[% SWITCH identifier.source.lower %] |
190 |
[% SWITCH identifier.source.lower %] |
191 |
[% CASE 'orcid' %]ORCID: <a href="https://orcid.org/[% identifier.number | url %]">[% identifier.number | html %]</a> |
191 |
[% CASE 'orcid' %]ORCID: |
192 |
[% CASE %][% identifier.source | html %]: [% identifier.number | html %] |
192 |
[% CASE 'scopus' %]ScopusID: |
|
|
193 |
[% CASE 'loop' %]loop: |
194 |
[% CASE 'rid' %]Publons: |
195 |
[% CASE %][% identifier.source | html %]: |
196 |
[% END %] |
197 |
[% IF identifier.linkage %] |
198 |
<a href="[% identifier.linkage | url %]">[% identifier.number | html %]</a> |
199 |
[% ELSE %] |
200 |
[% identifier.number | html %] |
193 |
[% END %] |
201 |
[% END %] |
194 |
</li> |
202 |
</li> |
195 |
[% END %] |
203 |
[% END %] |