Skip to content

Add support for corporate authors #44

@lgoettgens

Description

@lgoettgens

In my bibliography, I have some authors that are not a person's name, but some corporation.
Example:

@Misc{OEIS,
  bibkey        = {OEIS},
  author        = {OEIS Foundation Inc.},
  title         = {The {O}n-{L}ine {E}ncyclopedia of {I}nteger {S}equences},
  howpublished  = {Published electronically at https://oeis.org},
  year          = {2023},
  url           = {https://oeis.org}
}

Unfortunately, this name gets printed as O. F. Inc. in the bibliography due to the first and middle names being abbreviated.
Once Humans-of-Julia/BibInternal.jl#21 is released as BibInternal.jl v0.3.5, one can provide such names with double-braces, e.g. author = {{OEIS Foundation Inc.}} to the parser. It remains for DocumenterCitations.jl to remove one layer of braces before printing (and to bump the compat of BibInternal.jl).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions