Skip to content

Commit 1047bef

Browse files
committed
setting "fake" crossmark policy doi
from crossref support staff: > [...] > You can't totally omit the <crossmark_policy> element. For historical reasons, it's strictly required by the schema. But, as a workaround, you can just repeat the DOI of the original paper in that field. It's not used for anything, but it has to have a valid DOI in it.
1 parent 8161fdb commit 1047bef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/common/identifiers/crossref_article.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
{% if article.erratum_of %}
5858
<crossmark>
59-
<crossmark_policy>{{ crossmark_policy_doi }}</crossmark_policy>
59+
<crossmark_policy>{{ article.object.journal|setting:'crossref_prefix' }}/not-used</crossmark_policy>
6060
<updates>
6161
<update type="erratum" date="{{ now|date:"Y-m-d" }}">{{ article.erratum_of.get_doi }}</update>
6262
</updates>

0 commit comments

Comments
 (0)