Skip to content
Discussion options

You must be logged in to vote

There is a way to export from the myst.yml to a citation.cff!

Add:

project:
  exports:
    - format: cff

And then:

jupyter book build --cff

This will do all of the name reformatting for you.

If the name does not get parsed correctly from a string, you can be more explicit in myst by turning it into an object, which may contain given, surname, non_dropping_particle, dropping_particle, suffix, and full name literal. (docs).

Hope that helps!

For going the other way, I have opened an issue to track the feature request here:

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by jo-mueller
Comment options

You must be logged in to vote
3 replies
@rowanc1
Comment options

@jo-mueller
Comment options

@jo-mueller
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants