Citation

class technote.metadata.model.Citation(*, doi=None, ads_bibcode=None)

Bases: object

Additional information for building a citation to the technote.

Information such as title, authors, and dates are available in the TechnoteMetadata model.

Parameters:
  • doi (str | None, default: None)

  • ads_bibcode (str | None, default: None)

Attributes Summary

ads_bibcode

The ADS bibcode of the technote.

doi

The DOI of the technote.

Attributes Documentation

ads_bibcode: str | None = None

The ADS bibcode of the technote.

doi: str | None = None

The DOI of the technote.