jam-schema / jams

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

affiliation details, byline order integration #26

Closed jcolomb closed 2 years ago

jcolomb commented 3 years ago

Affiliation: only institution have a PID, is normally associated witht the organisation name, department and addresses are indicated without specific tags:

<aff id="aff3"><label>3</label>Dalla Lana School of Public Health, <institution>University of Toronto</institution>, <addr-line><city>Toronto</city>, <state>ON</state></addr-line>, <country>Canada</country></aff>
jcolomb commented 3 years ago

next, I will look at roles integration.

jcolomb commented 3 years ago

Roles have different entries:

  1. vocab: defining which terminology/ontology is used
  2. vocab identifier: url
  3. vocab-term: defining one role in the above terminology
  4. vocab-term identifier: url
  5. free text: defining free text describing the role in more details

in jats 1.1, the whole was described with one content-type linking to the "vocab-term identifier".

I would go with this second solution for the yaml standard, and include the expansion from the vocab-term identifier to the jats1.2 "4 entries solution" in pandoc. Indeed, for each vocab-term identifier there is a unique combination of the other terms.

This would probably work also for other ontologies ( @the-solipsist ?), also only credit has a recommendatation so far

jcolomb commented 3 years ago

I will change the example once this PR is gone through review

jcolomb commented 3 years ago

Anyone with any comment ?

the-solipsist commented 3 years ago

One question: why do some fields get . as a word separator while others get -? (E.g., is.corresponding.author: vs. contributed-equally:.)

tarleb commented 3 years ago

Time is a bit short right now; I hope to come back to it later this month.

jcolomb commented 3 years ago

@tarleb all changes in this PR. please review and merge and we will have our v1.0 ?