citation-style-language / schema

Citation Style Language schema

Home Page:https://citationstyles.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Differences between csl-variables.rnc and csl-data.json

retorquere opened this issue · comments

@bwiernik, journalAbbreviation and shortTitle aside, I see these differences between these two schema's:

in RNC but not in json schema

  • editor-translator
  • license
  • part-number
  • printing-number
  • supplement-number

in json schema but not in RNC

  • categories
  • part
  • printing
  • supplement
  • volume-title-short

Thanks for bringing this up.

editor-translator being only in rnc should be ok as this will be constructed by processors based on editor and translator. The expectation is that this does not show up in the data. @bwiernik correct?

Regarding part, printing, and supplement: Have we missed something here?

And what about the categories and license? Does anyone know?