You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
I might want to:
Set author 2 as first author
Indicate that author 1 (who is now snd in place) contributed equally
move author 3 to the end and select them as corresponding author
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)
The text was updated successfully, but these errors were encountered:
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:
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
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)
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)The text was updated successfully, but these errors were encountered: