Skip to content

Publications

Publication (TimeStampedModel) django-model

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

Attributes:

Name Type Description
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

author: CharField django-field

author

created: AutoCreatedField django-field

created

journal: CharField django-field

journal

modified: AutoLastModifiedField django-field

modified

project: ForeignKey django-field

project

source: ForeignKey django-field

source

status: CharField django-field

status

title: CharField django-field

title

unique_id: CharField blank django-field nullable

unique id

year: PositiveIntegerField django-field

year

save_without_historical_record

Save model without saving a historical record

Make sure you know what you're doing before you use this method.

PublicationSource (TimeStampedModel) django-model

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

Attributes:

Name Type Description
name str

source name

url URL

links to the url of the source

created: AutoCreatedField django-field

created

modified: AutoLastModifiedField django-field

modified

name: CharField django-field

name

url: URLField blank django-field nullable

url