plume icon indicating copy to clipboard operation
plume copied to clipboard

A simple author handler for scientific writing

Results 6 plume issues
Sort by recently updated
recently updated
newest added

See [6137](https://www.github.com/quarto-dev/quarto-cli/issues/6137) and [6138](https://www.github.com/quarto-dev/quarto-cli/issues/6138).

feature
PlumeQuarto

As an alternative to contribution lists. E.g.: ![](https://iiif.elifesciences.org/lax:63711%2Felife-63711-fig6-v3.tif/full/1500,/0/default.jpg) Diagram from https://elifesciences.org/articles/63711.

feature
Plume

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...

feature

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...

feature
Plume

``` r tmp author: #> - id: aut1 #> name: #> given: A #> family: A #> roles: #> - formal analysis #> - writing - original draft #> -...

bug
PlumeQuarto