Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

name participles dropped when reading from cff #28

Open
burgerga opened this issue Nov 16, 2021 · 0 comments
Open

name participles dropped when reading from cff #28

burgerga opened this issue Nov 16, 2021 · 0 comments

Comments

@burgerga
Copy link

See https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md#definitionspersonname-particle

authors:
  - family-names: Humboldt
    given-names: Alexander
    name-particle: von

will result in

[[1]]
[[1]]$type
[1] "Person"

[[1]]$name
[1] "Alexander Humboldt"

[[1]]$givenName
[1] "Alexander"

[[1]]$familyName
[1] "Humboldt"

instead of "Alexander von Humboldt".

Particularly problematic when working with Dutch names ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant