What is the smarty code to fetch ORCID info from user profile?

Hi all (@asmecher, @bozana, @Vitaliy )

Can you please share codes to fetch authors ORCID from the user profile? I need this to display authors ORCID info in the article detail page.

Best regards,

According to one of the parents of Author class, you can use getOrcid() method on your instance of author variable. It usually is assigned as $author in the Smarty template: {$author->getOrcid()}.

1 Like