DOI Entries Python Module

Keywords linked to citations.

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

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

_meta = <peewee.Metadata object>
_schema = <peewee.SchemaManager object>
authors
created = <ExtendDateTimeField: DOIEntries.created>
creator = <ForeignKeyField: DOIEntries.creator>
creator_id = <ForeignKeyField: DOIEntries.creator>
deleted = <ExtendDateTimeField: DOIEntries.deleted>
doi = <CharField: DOIEntries.doi>
doi_citations
encoding = <CharField: DOIEntries.encoding>
from_hash(obj)[source]

Convert the hash to the object.

metadata
released = <BooleanField: DOIEntries.released>
site_url = <CharField: DOIEntries.site_url>
status = <CharField: DOIEntries.status>
to_hash(**flags)[source]

Convert the object to a hash.

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

Where clause for the various elements.