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