caltechlibrary / irdmtools

A Go and Python package for working with InvenioRDM repositories.
https://caltechlibrary.github.io/irdmtools
Other
1 stars 1 forks source link

eprints2rdm: author identifiers #46

Closed tmorrell closed 1 year ago

tmorrell commented 1 year ago

All creators id values should be mapped as

identifiers": [{
        "scheme": "clpid",
        "identifier": "Bonsack-W-K"
      }]
rsdoiel commented 1 year ago

Looks like I have the XML mapped wrong. Will fix that in eprinttools, then update my package dependency to pull the correction.

rsdoiel commented 1 year ago

Correction, it wasn't a bug in eprinttools 1.3.4 but I bug in eprint2rdm.go. Mapped the wrong ID field to clpid. Fixed in upcoming v0.0.37.