OrganizationAuthor#

class documenteer.citations.OrganizationAuthor(*, name, ror=None)#

Bases: object

An organization credited as an author of a cited work.

Datasets are commonly authored by the institution that produced them rather than by people — Rubin’s Data Preview 2 is cited to “Vera C. Rubin Observatory”, for instance.

Parameters:

Attributes Summary

bibtex_name

The name as a BibTeX author field entry.

citation_name

The name as it appears in a rendered citation.

key_component

The part of a BibTeX key this author contributes.

name

The organization's display name.

ror

The organization's ROR (ror.org) identifier, if known.

Attributes Documentation

bibtex_name#

The name as a BibTeX author field entry.

The name is wrapped in braces so that BibTeX treats it as one corporate name rather than parsing it as a person’s given and family names — without them, Vera C. Rubin Observatory would be abbreviated to something like “V. C. R. Observatory”.

citation_name#

The name as it appears in a rendered citation.

key_component#

The part of a BibTeX key this author contributes.

name: str = <dataclasses._MISSING_TYPE object>#

The organization’s display name.

ror: str | None = None#

The organization’s ROR (ror.org) identifier, if known.