DOI Authors Python Module

Secondary author list for DOI entries.

class pacifica.metadata.orm.doi_authors.DOIAuthors(*args, **kwargs)

DOI Authors Model.

Attributes:
Name Description
last_name Author last name
first_name Author first name
email Author email address
affiliation Institutional affiliation
orcid Author’s ORCID ID
DoesNotExist

alias of DOIAuthorsDoesNotExist

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.