Citation Doi Python Module

Keywords linked to citations.

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

CitationDOI Model.

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

alias of CitationDOIDoesNotExist

static elastic_mapping_builder(obj)

Build the elasticsearch mapping bits.

from_hash(obj)

Convert the hash to the object.

to_hash(**flags)

Convert the object to a hash.

classmethod where_clause(kwargs)

Where clause for the various elements.