View | Details | Raw Unified | Return to bug 29897
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt (-10 / +13 lines)
Lines 184-199 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:
187
                                [% CASE 'orcid' %]
188
                                [% CASE 'scopus' %]ScopusID:
188
                                    ORCID:
189
                                [% CASE 'loop' %]loop:
189
                                    <a href="https://orcid.org/[% identifier.number | url %]">[% identifier.number | html %]</a>
190
                                [% CASE 'rid' %]Publons:
190
                                [% CASE 'scopus' %]
191
                                [% CASE %][% identifier.source | html %]:
191
                                    ScopusID:
192
                                [% END %]
192
                                    <a href="https://www.scopus.com/authid/detail.uri?authorId=[% identifier.number | url %]">[% identifier.number | html %]</a>
193
                                [% IF identifier.linkage %]
193
                                [% CASE 'loop' %]
194
                                    <a href="[% identifier.linkage | url %]">[% identifier.number | html %]</a>
194
                                    loop:
195
                                [% ELSE %]
195
                                    <a href="https://loop.frontiersin.org/people/[% identifier.number | url %]">[% identifier.number | html %]</a>
196
                                    [% identifier.number | html %]
196
                                [% CASE 'rid' %]
197
                                    Publons:
198
                                    <a href="https://publons.com/researcher/[% identifier.number | url %]">[% identifier.number | html %]</a>
199
                                [% CASE %][% identifier.source | html %]: [% identifier.number | html %]
197
                                [% END %]
200
                                [% END %]
198
                                </li>
201
                                </li>
199
                            [% END %]
202
                            [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-11 / +13 lines)
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
- 

Return to bug 29897