{** * templates/orcidVerify.tpl * * Copyright (c) 2014-2020 Simon Fraser University * Copyright (c) 2000-2020 John Willinsky * Copyright (c) 2018-2019 University Library Heidelberg * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * Page template to display from the OrcidProfileHandler to show ORCID verification success or failure. *} {include file="frontend/components/header.tpl"}
{include file="frontend/components/breadcrumbs.tpl" currentTitleKey="plugins.generic.orcidProfile.about.title"}

{translate key="plugins.generic.orcidProfile.about.title"}

{translate key="plugins.generic.orcidProfile.about.orcidExplanation"}

{translate key="plugins.generic.orcidProfile.about.howAndWhy.title"}

{if $isMemberApi}
{translate key="plugins.generic.orcidProfile.about.howAndWhyMemberAPI"}
{else} {translate key="plugins.generic.orcidProfile.about.howAndWhyPublicAPI"} {/if}

{translate key="plugins.generic.orcidProfile.about.display.title"}

{translate key="plugins.generic.orcidProfile.about.display"}
{include file="frontend/components/footer.tpl"}