Looking for a few clarifications regarding authors' roles #10663
-
DescriptionI'm making some changes to one of my package that generates Quarto's author/affiliations schemas from tabular data. Currently, I use an array structure to list roles, whether they're roles from the Contributor Roles Taxonomy or custom roles. Looking at the 'Author Roles' section again, the text and examples make it sound like that the array structure is reserved to CRediT roles, when custom roles should be written as free form text. Is this correct? Or can one use the array structure to list cutom roles too. E.g.:
Also, having a quick look at the lua filter that handles roles, it seems that CRediT roles have to be in lower case. Am I right? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
See https://quarto.org/docs/journals/authors.html#roles and the whole page for detailed documentation on the authors schema.
Please link to code when referring to some part of the codebase. |
Beta Was this translation helpful? Give feedback.
See https://quarto.org/docs/journals/authors.html#roles and the whole page for detailed documentation on the authors schema.
Please link to code when referring to some part of the codebase.