Jurriaan H. Spaaks

Results 149 issues of Jurriaan H. Spaaks

(spawned from #329, ping @AdityaSavara @acli @r12a @jodischneider @kevinmatthes ) How should we store different parts of someone's name in CFF in order to 1. support accuracy in converting to...

**Related issues** Refs: - #27 - #66 - #84 - #112 **Describe the changes made in this pull request** This PR adds an optional property `roles` on `contributors` using terminology...

### Who needs the new tool? * People who want to cite code that lives on GitLab * People who want to make code on GitLab citable ### What should...

help wanted
tooling

Spawned from https://github.com/citation-file-format/citation-file-format/pull/462#pullrequestreview-1675898174 Recently, PR #462 changed the minimum required properties for a `person` to 1. `alias` 2. `email` 3. `given-names` 4. `family-names` 5. `orcid` For `entity`, we could do...

Consider moving some of its contents to README.md or README.dev.md https://github.com/citation-file-format/cffconvert/blob/ce0915e18b3e732199b291fb9b23c99b724951bc/docs/alternative-install-options.md

Spawned from here https://github.com/citation-file-format/citation-file-format/issues/268#issuecomment-1715673894 Quarto front matter reference: https://quarto.org/docs/authoring/front-matter.html#affiliation

https://blog.pypi.org/posts/2023-05-25-securing-pypi-with-2fa/

e.g. lower camelcase and some qualifiers may not be mappable. See https://github.com/citation-file-format/citation-file-format/pull/459

https://schema.org/Role Works a bit weird, sort of a decorator for keys? At least it seems to add a level of nesting to a key Perhaps something like: ```jsonld "contributor": {...

https://github.com/citation-file-format/cffconvert/blob/a3ed798364b683ea5d47474f40eac71f6742ab85/tests/cli/cff_1_0_3/test_cli.py#L61-L67 The behavior is to print the help text if there are no input arguments, with exit code 0. But the test passes? Needs looking into.