Skip to content

collections.types

Bases: SimpleReprEnum

How a volume ID was connected to an Event.

EXPLICIT class-attribute instance-attribute

EXPLICIT = 'explicit'

Volume ID is explicitly listed in block in XML.

INFERRED class-attribute instance-attribute

INFERRED = 'inferred'

Volume ID was inferred to belong to Event through venue association.

PaperDeletionType

Bases: SimpleReprEnum

Type of deletion of a paper.

REMOVED class-attribute instance-attribute

REMOVED = 'removed'

Paper was removed. A removal occurs in rare circumstances where serious ethical or legal issues arise, such as plagiarism.

RETRACTED class-attribute instance-attribute

RETRACTED = 'retracted'

Paper was retracted. A retraction occurs when serious, unrecoverable errors are discovered, which drastically affect the findings of the original work.

PaperType

Bases: SimpleReprEnum

Type of paper.

Currently only exists to support a few paper instances that are marked up as 'backmatter'.

BACKMATTER class-attribute instance-attribute

BACKMATTER = 'backmatter'

The backmatter of a volume.

FRONTMATTER class-attribute instance-attribute

FRONTMATTER = 'frontmatter'

The frontmatter of a volume.

PAPER class-attribute instance-attribute

PAPER = 'paper'

A regular paper.

VolumeType

Bases: SimpleReprEnum

Type of publication a volume represents.

JOURNAL class-attribute instance-attribute

JOURNAL = 'journal'

A journal issue.

PROCEEDINGS class-attribute instance-attribute

PROCEEDINGS = 'proceedings'

A conference/workshop proceedings volume.