DOI Author Mapping Python Module

Authors linked to DOI’s.

class pacifica.metadata.orm.doi_author_mapping.DOIAuthorMapping(*args, **kwargs)

DOI Author Mapping Model.

Attributes:
Name Description
author ID from DOI_authors table
doi Full DOI Specifier
author_order where does this author go in the order?
DoesNotExist

alias of DOIAuthorMappingDoesNotExist

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.