[OJS 3.3.0.3] Duble TAG <ORCID> in xml Crossref Export Plugin

Hi everybody,
trying to deposit the doi through the plugin of Crossref, i noticed that it came out the message “failed” exporting the xml file i noticed that it writes twice the TAG this causes an error and does not deposit it, can you correct it?

I copy an example below of what it creates in the xml file:

<contributors>
      <person_name contributor_role="author" sequence="first" language="en">
        <given_name Xxxx </given_name>
        <surname> Xxxx </surname>
        <ORCID>https://orcid.org/0000-0001-5548-0708</ORCID>
        <ORCID>https://orcid.org/0000-0001-5548-0708</ORCID>
      </person_name>
      <person_name contributor_role="author" sequence="additional" language="en">
        <given_name> Xxxx </given_name>
        <surname> Xxxx </surname>
      </person_name>
      <person_name contributor_role="author" sequence="additional" language="en">
        <given_name> Xxxx </given_name>
        <surname> Xxxx </surname>
        <ORCID>https://orcid.org/0000-0002-5581-6176</ORCID>
        <ORCID>https://orcid.org/0000-0002-5581-6176</ORCID>
      </person_name>
    </contributors>

Thanks for the support.
Bye
Tiziano

Hi,

Uf, must be a bug, serious one: I have reproduced it on the official test drive: OJS3 Testdrive Journal

Regards, Primož

1 Like

Hi all,

This is already resolved in OJS 3.3.0-4: [OJS 3.3] Crossref export fails with unexpected ORCID error · Issue #6852 · pkp/pkp-lib · GitHub

Regards,
Alec Smecher
Public Knowledge Project Team

1 Like

Yeah! Thanks it’s works!

Bye
Tiziano