Skip to content

Commit

Permalink
Adds support for the ROR plugin
Browse files Browse the repository at this point in the history
Issue: documentacao-e-tarefas/scielo#254

Signed-off-by: Jhon <[email protected]>
Signed-off-by: Luis Felipe <[email protected]>
  • Loading branch information
JhonathanLepidus committed Dec 6, 2021
1 parent ed69490 commit f56ef83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/frontend/objects/preprint_details.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
{if $author->getLocalizedData('affiliation')}
<span class="affiliation">
{$author->getLocalizedData('affiliation')|escape}
{if $author->getData('rorId')}
<a href="{$author->getData('rorId')|escape}">{$rorIdIcon}</a>
{/if}
</span>
{/if}
{if $author->getData('orcid')}
Expand Down

0 comments on commit f56ef83

Please sign in to comment.