elifesciences / elife-crossref-feed

code to support uploading info to crossref on PAW articles
1 stars 1 forks source link

Fundref identifier value #117

Closed gnott closed 7 years ago

gnott commented 7 years ago

Reviewing related_item schema details, I am looking at a document about funding data: https://support.crossref.org/hc/en-us/articles/214360746

The examples for funder_identifier include a full URL style DOI, e.g.

<fr:assertion name="funder_identifier">https://doi.org/10.13039/R01ZDA</fr:assertion>

However, up until now our generated Crossref XML just includes the identifier itself, e.g.

<fr:assertion name="funder_identifier">100000011</fr:assertion>

@Melissa37 does changing to use the full URL format seem to be the right choice? I am assuming all previous deposits were still valid that specified the identifier only, but that may not be true.

Melissa37 commented 7 years ago

I'll send a message to Crossref to check Thanks for finding this. M

kmeddings commented 7 years ago

Hello - Crossref here! Both will work, but the full URL is preferable.

Melissa37 commented 7 years ago

Fantastic, thanks Kirsty! M

gnott commented 7 years ago

Thanks for the quick answers, I will commit a code change to use the full URL.