Citation Doi Python Module

Keywords linked to citations.

class pacifica.metadata.orm.citation_doi.CitationDOI(*args, **kwargs)[source]

CitationDOI Model.

Attributes:
Name Description
doi Link to the DOI model
citation Link to the Citations model
DoesNotExist

alias of CitationDOIDoesNotExist

_meta = <peewee.Metadata object>
_schema = <peewee.SchemaManager object>
citation = <ForeignKeyField: CitationDOI.citation>
citation_id = <ForeignKeyField: CitationDOI.citation>
created = <ExtendDateTimeField: CitationDOI.created>
deleted = <ExtendDateTimeField: CitationDOI.deleted>
doi = <ForeignKeyField: CitationDOI.doi>
doi_id = <ForeignKeyField: CitationDOI.doi>
from_hash(obj)[source]

Convert the hash to the object.

to_hash(**flags)[source]

Convert the object to a hash.

updated = <ExtendDateTimeField: CitationDOI.updated>
classmethod where_clause(kwargs)[source]

Where clause for the various elements.