Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JATS-XML implementation #28

Open
crsh opened this issue Jul 15, 2020 · 1 comment
Open

JATS-XML implementation #28

crsh opened this issue Jul 15, 2020 · 1 comment

Comments

@crsh
Copy link
Collaborator

crsh commented Jul 15, 2020

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.

@jcolomb
Copy link
Collaborator

jcolomb commented Jul 25, 2020

the affiliation data is also lost at the moment.

this could be taken care with #32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants