plume
plume copied to clipboard
A simple author handler for scientific writing
See [6137](https://www.github.com/quarto-dev/quarto-cli/issues/6137) and [6138](https://www.github.com/quarto-dev/quarto-cli/issues/6138).
As an alternative to contribution lists. E.g.:  Diagram from https://elifesciences.org/articles/63711.
E.g. `$set_contribution_degrees()` which would have 2 purposes: * Support [Quarto's degree of contribution](https://quarto.org/docs/journals/authors.html#roles) in `PlumeQuarto`. * ~Give more control on how to order authors when using `$get_contributions()` for `Plume`. For...
Currently, the initials for say `Zip Zap` and `Zap Zop` are the same (`Z.Z.`) in the contribution list. I could implement a way to distinguish the initials of authors using...
``` r tmp author: #> - id: aut1 #> name: #> given: A #> family: A #> roles: #> - formal analysis #> - writing - original draft #> -...