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:

Attributes Summary

ads_bibcode

The ADS bibcode of the technote.

doi

The DOI of the technote.

Attributes Documentation

ads_bibcode: Optional[str] = None#

The ADS bibcode of the technote.

doi: Optional[str] = None#

The DOI of the technote.