Is it possible to register metadata where two or more contributors both have @sequence=“first”, using an XML upload deposit? I have tried updating an existing record with two authors, using replacement XML where both contributors have @sequence=“first”, but the metadata have not changed: there is still a “first” and an “additional” contributor. Is this working as intended, or am I doing something wrong?
In my view, it may be useful here to distinguish clearly between author order, equal contribution, and corresponding authorship, as these represent different types of information.
In Crossref metadata, sequence="first" and sequence="additional" primarily describe the sequence of contributors. Crossref also notes that there is no more detailed numbering of author positions, and that many systems reusing these metadata rely on the order in which contributors are deposited when displaying the author list.
Therefore, an author recorded as additional should not, in my view, be interpreted as having made a lesser scientific contribution.
Let us take a simple example:
Nadia Boutaleb¹†, Meriem Mahmoudi²†, …*
- Corresponding author
† These authors contributed equally to this work and share first authorship.
In this example, Nadia Boutaleb and Meriem Mahmoudi are explicitly recognised in the published article as having contributed equally and sharing first authorship. However, the metadata still need to represent the contributors in a particular sequence. One author may therefore appear as sequence="first" and the other as sequence="additional" for sequencing purposes, without this necessarily implying any difference in the scientific value of their respective contributions.
The recent introduction of Crossref Schema 5.5 seems particularly relevant in this context. It now allows multiple roles to be assigned to an individual contributor, explicitly supports the corresponding-author role and, importantly, incorporates the CRediT taxonomy and its 14 contributor roles.
This means that the metadata can now describe much more precisely who contributed to conceptualisation, methodology, investigation, data curation, writing, supervision, and so on, independently of where a person’s name appears in the author list.
I would therefore distinguish between:
Author order → sequence
Nature of contribution → CRediT roles
Corresponding author → corresponding-author
Equal contribution / joint first authorship → a conceptually distinct piece of information
CRediT therefore provides a much richer description of what each contributor actually did, but joint first authorship is not, to my knowledge, one of the 14 CRediT roles.
This seems to leave an interesting question: while Schema 5.5 allows author order, corresponding authorship, and individual contributions to be represented separately and with greater granularity, how should equal first authorship itself be explicitly represented?
Unless I am overlooking something in the new schema, I would not necessarily expect assigning sequence="first" to two contributors to be the mechanism for expressing equal contribution.
So, with the introduction of Schema 5.5, I would be particularly interested to know: what is Crossref’s recommended way of explicitly representing joint first authorship in the metadata?
I would be very interested to hear Crossref’s
clarification on this point.
Hello @rhiannon-ppl ,
Thanks for your message. There is no limit in the schema on the number of ‘first’ or ‘additional’ authors. While this is an editorial decision, members can signal equal first authorship @boutaleb by including multiple authors as ‘first,’ like in this example: 10.14336/AD.2017.1213
<contributors>
<person_name sequence="first" contributor_role="author">
<given_name>Dimitrios</given_name>
<surname>Cakouros</surname>
</person_name>
<person_name sequence="first" contributor_role="author">
<given_name>Stan</given_name>
<surname>Gronthos</surname>
</person_name>
</contributors>
@rhiannon-ppl I see that in a private message you mentioned that you recently updated the record associated with DOI 10.56367/OAG-051-12579 to include two ‘first’ authors:
<contributors>
<person_name sequence="first" contributor_role="author">
<given_name>Scott D</given_name>
<surname>Pegan</surname>
<affiliation>University of California Riverside</affiliation>
</person_name>
<person_name sequence="first" contributor_role="author">
<given_name>Mohammad M</given_name>
<surname>Sajadi</surname>
<affiliation>University of Maryland School of Medicine</affiliation>
</person_name>
</contributors>
There are indexing lags in our system. After a successful submission - be it a new registration or update - it can take up to 24 hours for those updates to be reflected in our APIs and in search.crossref.org (which is powered by api.crossref.org). I think that was the issue here. I see that the metadata record for this DOI has been updated in our REST API: https://api.crossref.org/works/10.56367/OAG-051-12579
My colleague @pdavis wrote what we call a ‘ticket of the month’ post about this with the various lags in our system a couple of years ago: Ticket of the month - September 2023 - A DOI-namic timeline
Warm regards,
Isaac
