SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit c80e6dd4 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

add unauthenticated orcid metadata deposits

parent 3d7fcfd8
No related branches found
No related tags found
No related merge requests found
...@@ -87,8 +87,8 @@ ...@@ -87,8 +87,8 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
</affiliations> </affiliations>
{% if author_object.contributor and author_object.contributor.profile.orcid_id %} {% if author_object.profile.orcid_id %}
<ORCID>https://orcid.org/{{ author_object.contributor.profile.orcid_id }}</ORCID> <ORCID authenticated="false">https://orcid.org/{{ author_object.profile.orcid_id }}</ORCID>
{% endif %} {% endif %}
</person_name> </person_name>
{% endfor %} {% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment