nfdi4plants / archigator-backend

Archigator, a publicaton tool from Gitlab to Invenio
GNU Affero General Public License v3.0
0 stars 0 forks source link

[Feature Request] Authorship details and order #6

Open kMutagene opened 1 year ago

kMutagene commented 1 year ago

I think one of the last missing features is the ability of re-ordering authors (e.g. being able to select the first author is very important) and adding authorship details.

Here is a specific example:

Given the current page (as of 2023-07-18)

image

I might want to:

However, looking at the metadata record on invenio i am not even sure if any of this is included in their schema (besides role for a person could be used to set last and first author)

Zerskk commented 1 year ago

It seems the order of the authors can only be changed by changing the order in the array of the metadata record. Currently this order is set in the isa file.

In Invenio the order can be changed by the Burger menu icon: image

kMutagene commented 1 year ago

I know that there is an initial order given by the investigation > metadata.json pipeline, but iirc we discussed that one of the main tasks of this tool must be re-ordering of authors and setting the corresponding author (cc @muehlhaus)

Regarding how to implement 'contributed equally' it seems to be a little harder. I talked to the Invenio people on their discord and long story short, datacite schema just does not allow it directly. So we have to come up with a controlled vocabulary for the role field. Also, it seems like we are currently dumping all authors into the creators array, although most should be in contributors