Journals Python Module

Contains model for Journal.

class pacifica.metadata.orm.journals.Journals(*args, **kwargs)

Journal model and associated fields.

Attributes:
Name Description
name name of the journal
author impact factor of the journal
website_url website for the journal (optional)
encoding language encoding for the name
DoesNotExist

alias of JournalsDoesNotExist

static elastic_mapping_builder(obj)

Build the elasticsearch mapping bits.

from_hash(obj)

Convert the hash into the object.

to_hash(**flags)

Convert the object to a hash.

classmethod where_clause(kwargs)

PeeWee specific where clause used for search.