Adding the ability to specify the submission_type value of pending_publication to produce a minimal Crossref deposit file to pre-register a DOI as a pending publication.
A little refactoring to existing modules to reuse the logic to add the issn value.
When parsing a JATS XML article file, also include the history dates, so the accept date can be used in the pending_publication deposit file.
Planning to release this enhancement in version 0.6.0 of the library.
Re issue https://github.com/elifesciences/issues/issues/6569
Adding the ability to specify the
submission_type
value ofpending_publication
to produce a minimal Crossref deposit file to pre-register a DOI as a pending publication.A little refactoring to existing modules to reuse the logic to add the
issn
value.When parsing a JATS XML article file, also include the
history
dates, so theaccept
date can be used in thepending_publication
deposit file.Planning to release this enhancement in version
0.6.0
of the library.