jam-schema / jams

Journal Article Metadata Schema
Creative Commons Zero v1.0 Universal
32 stars 5 forks source link

extend prototype to include funding + groups + put capital for authors #40

Closed jcolomb closed 2 years ago

jcolomb commented 2 years ago

not sure capitals is a good idea. groups were added as they can stand alone as authors (without actual people being mentioned)

funding info made from https://jats4r.org/funding/,

jcolomb commented 2 years ago

@crsh this should be usable with tenzing.

jcolomb commented 2 years ago

this looks good, I may add one example with most use cases.

crsh commented 2 years ago

One question I have at this point: I, thus far, assumed that the order of authors in the Author-list would indicate their order in the byline. With a separate Authorgroup-list and authors being nested in groups, how is the byline order represented?

jcolomb commented 2 years ago

the authors that are part of a group are not listed in the pdf, only in the xml, so they do not have a byline order. (so either part of a group and no byline order, or not part of a group and has a byline order) see https://github.com/jam-schema/jams/blob/master/examples/jats4r_4b1.xml for the xml example

crsh commented 2 years ago

So we can have either a group of author or individuals? What about a combination of both as in this paper: https://www.biorxiv.org/content/10.1101/2020.01.17.909838v5

How is the order of these represented?

jcolomb commented 2 years ago

No one author can either be inside a group (then it has no byline order) or not inside a group.

groups do have a byline order, so we can have " groupX and John Doe, 2021" (with max musterman being part of group 1)

crsh commented 2 years ago

Thanks, got it. :+1: