DOI Entries Python Module

Keywords linked to citations.

class pacifica.metadata.orm.doi_entries.DOIEntries(*args, **kwargs)

DOI Entries Model.

Attributes:
Name Description
doi full DOI specifier
status Current publishing status
released Has the data been released
site_url Linked landing page url
creator Link to Users table
encoding encoding of the keyword
DoesNotExist

alias of DOIEntriesDoesNotExist

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.