Skip to content

Commit

Permalink
Merge pull request #2075 from ResearchHub/remove-crossref-institution
Browse files Browse the repository at this point in the history
Submitting institution is causing failures in DOI creation
  • Loading branch information
koutst authored Jan 16, 2025
2 parents 81ad153 + e534ab5 commit ad806bb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/templates/crossref.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@
<person_name sequence="{% if forloop.first %}first{% else %}additional{% endif %}" contributor_role="author">
<given_name>{{ contributor.first_name }}</given_name>
<surname>{{ contributor.last_name }}</surname>
{% if contributor.institution %}
<institution>
<institution_name>{{ contributor.institution.name }}</institution_name>
{% if contributor.institution.place %}
<institution_place>{{ contributor.institution.place }}</institution_place>
{% endif %}
{% if contributor.department %}
<department>{{ contributor.department }}</department>
{% endif %}
</institution>
{% endif %}
{% if contributor.orcid %}
<ORCID authenticated="true">https://orcid.org/{{ contributor.orcid }}</ORCID>
{% endif %}
Expand Down

0 comments on commit ad806bb

Please sign in to comment.