Editgroupeditgroup_rrxqtibgqzfk7chzcifixu63x4
Status | Merged (Changelog #5753782) |
Editor | j.sprinz |
Description | deduplication |
All Entity Changes
Release Edits (2)
52220ba9-e9c9-431d-adab-5d933ea9daf8
9a41b0db-2c8c-438b-a070-4e3e771a27c5
Work Edits (1)
cd37a228-b7b5-42ba-99fd-4af5476fe89d
Container Edits (0)
Creator Edits (0)
File Edits (0)
File Set Edits (0)
Web Capture Edits (0)
Comments and Annotations
there have been two DOIs created, unfortunately, hence the duplicate import. marked the non-canonical one as superceeded, pointed to the same release, and deleted the duplicate release. hope that's fine.
The way we handle this sort of situation is to "group" the two release entities under a single 'work' entity.
At a minimum, one of the releases should be updated to have the work_id
of the primary/canonical release, and then the now-empty work should be redirected to the other work.
At the same time, it might be worth updating one or both of the release entities with release_type
(as you have here), publication stage, etc, to indicate what the difference is between the two releases.
Alright, added the work redirect. Not sure what to put as publication stage for the non-canonical release, none of the values seem appropriate. The thing is, the non-canonical doi was erroneously generated by a library repository after the work had already been published and fitted with a doi by the publisher. So it is not exactly updated, or retracted. It just represents an additional reference to the same work.
(this is editgroup also affected by https://github.com/internetarchive/fatcat/issues/92 for the record)
Yeah, in theory DOIs are supposed to be one-per-work, but there are a number of situations where this ends up not happening correctly. One I have seen is a small/informal publication posting papers to zenodo.org to get DOIs (and for hosting/preservation). Then later the publication becomes more formal or gets more resources, and switches to OJS or some other platform, and generates new DOIs. This results in multiple DOIs for the same paper; in theory it should be possible to transfer the old/existing DOIs away from the hosting platform, but that seem to happen only rarely.