Render authors from YAML front matter - #552
Conversation
Automated Review URLs |
|
Might benefit from a template, i.e. for RFCs and comments? |
|
Also; it may be worth to drop the affiliations from the rendered text, similar to how it's done at ngff-spec. The reasoning there was, that a person's orcid is likely informative enough about past and present affiliations. |
| affiliation: ilastik | ||
| - name: Dominik Kutra | ||
| github: k-dominik | ||
| orcid: https://orcid.org/0000-0003-4202-3908 |
There was a problem hiding this comment.
Nitpick (which means, “feel free to ignore” ;) ): It annoys me that the GitHub identifier is a single name, while the ORCID identifier is a URI.
I’d rather have, either all URIs:
github: https://github.com/k-dominik
orcid: https://orcid.org/0000-0003-4202-3908
or all non-URIs:
github: k-dominik
orcid: 0000-0003-4202-3908
There was a problem hiding this comment.
good suggestion. I'll follow https://github.com/ome/ngff-spec/blob/main/authors.yml and keep only the id
in theory, yes, it should. in practice, I need to keep the information provided by the authors on under which affiliation that comment was made. an example is the rfc 9 / comment 5 Anna Kreshuk - ilastik was the intended affiliation, though that is a project and not an employee, and not listed on https://orcid.org/0000-0003-1334-6388 |
First step towards a system with more automation/standardization for rfc status management.
German-BioImaging/ome-zarr-ideas#54
Next steps:
maybe some controlled vocabulary for review decisions (approve, minor, major, reject) in the front matter too