Publication

Bases: TimeStampedModel

A publication source is a source that a publication is cited/ derived from. Examples include doi and adsabs.

Attributes:
  • project (Project) –

    links the publication to its project

  • title (str) –

    publication title

  • author (str) –

    publication author's name

  • year (int) –

    year of publication

  • journal (str) –

    journal name

  • unique_id (str) –

    publication ID

  • source (PublicationSource) –

    represents the source of the publication

  • status (str) –

    publication status

PublicationSource

Bases: TimeStampedModel

A publication source is a source that a publication is cited/ derived from. Examples include doi and adsabs.

Attributes:
  • name (str) –

    source name

  • url (URL) –

    links to the url of the source