We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
As pointed out by a user on Twitter we currently output author names like so
<contrib> <name surname="Aczel" given-names="Balazs"/> </contrib>
when according to NISO JATS 1.2 (as also recommended for CRediT) it should be
<contrib contrib-type="author" corresp="no"> <name> <surname>Balazs</surname> <given-names>Aczel</given-names> </name> </contrib>
Also note, that the contrib-tag has an corresp-attribute, which we currently do not use although the information is included in the spreadsheet.
contrib
corresp
The text was updated successfully, but these errors were encountered:
the affiliation data is also lost at the moment.
this could be taken care with #32
Sorry, something went wrong.
No branches or pull requests
As pointed out by a user on Twitter we currently output author names like so
when according to NISO JATS 1.2 (as also recommended for CRediT) it should be
Also note, that the
contrib
-tag has ancorresp
-attribute, which we currently do not use although the information is included in the spreadsheet.The text was updated successfully, but these errors were encountered: