-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Is your feature request related to a problem? Please describe.
As a Janeway Preprint Repository Submitting Author, I would like a convenient method to input a long list of authors during submission. After submission, I would also like to be able to download the author list in a CSV formatted for import into Janeway that I could either submit as a correction or metadata update, or to send to Repository Managers to submit on my behalf.
As a Janeway Preprint Repository Manager, I would like a convenient method to input a long list of authors in the item edit am often asked to help update author lists because a Submitting Author has made errors or did not completely fill out the author list during submission, and b) Janeway does not allow Submitting Authors to edit author lists post-submission (openlibhums#2449 ).
Describe the solution you'd like
Similar to https://github.com/eScholarship/janeway_cdl_utils/blob/main/management/commands/add_preprint_authors.py , enable Submitting Authors to import a list of authors via a CSV file during submission, and enable Repository Managers to append or overwrite a list of authors via CSV as part of editing the author list on behalf of the Submitting Author.
Ideally Submitting Authors would also be able to:
- download a CSV of the author list from the Author Dashboard view of their preprint (
/repository/dashboard/XXXX); the list should be in the correct format for CSV import into Janeway - be able to submit the CSV for Repository Manager approval when updating their preprint as a Correction, Metadata Correction, or New Version (stop gap while [Preprints] Submitting author should be able to update author list openlibhums/janeway#2449 is addressed)
Ideally Repository Manager would also be able to:
- download a CSV of the author list from the Repository Manager view of their preprint (
/repository/manager/XXXX); the list should be in the correct format for CSV import into Janeway
Mockup: Download & import author list during Author submission

