Citation#
- class technote.metadata.model.Citation(*, doi=None, ads_bibcode=None)#
Bases:
objectAdditional information for building a citation to the technote.
Information such as title, authors, and dates are available in the
TechnoteMetadatamodel.Attributes Summary
The ADS bibcode of the technote.
The DOI of the technote.
The DOI as a resolvable
https://doi.orgURL, if a DOI is available.Attributes Documentation
-
doi:
str|None= None# The DOI of the technote.
The DOI can be set either in its bare form (
10.NNNN/suffix), as adoi.orgURL, or with adoi:prefix; it is normalized to the bare form on construction. A value that is not a syntactically-valid DOI raisesValueError.
- doi_url#
The DOI as a resolvable
https://doi.orgURL, if a DOI is available.
-
doi: