biblhertz / jats_to_ojs

JATS XML to OJS native XML
MIT License
3 stars 0 forks source link

Bug - missing orcid in OJS file and accents in author name #2

Closed liladude closed 4 months ago

liladude commented 4 months ago

The generated OJS file is missing the orcid number and accents are removed Original JATS https://keeper.mpdl.mpg.de/smart-link/337e03f2-c9e7-4bc1-8f83-aa60d6859678/ PubLink Ojs export https://keeper.mpdl.mpg.de/smart-link/95ce5d89-0031-4f8f-bcf2-bda8a6c147dc/ Corrected native import https://keeper.mpdl.mpg.de/smart-link/6e49c225-95eb-4f68-a295-d65a398b4f77/

hawkenbury commented 4 months ago

Orcid number should work now - https://publink.biblhertz.it Special characters is a problem because XML is plain text, some of these characters are not represented. When the bib file is imported special characters are removed to stop problems

liladude commented 4 months ago

Tested export from https://publink.biblhertz.it/, no ORCID

hawkenbury commented 4 months ago

orcid included in OJS output as well as in JATS output special characters create a problem with ascii text format so are removed from text input, more research needed to correct this