Paper Collection

Type: array

A unique paper associated with tracked conferences.

Each paper is stored once in the index; authors reference papers by ID.

No Additional Items

Each item of this array must be:

Paper

Type: object

A unique paper associated with tracked conferences.

Each paper is stored once in the index; authors reference papers by ID.

No Additional Properties

Id

Type: integer

Stable integer ID for this paper. Preserved across pipeline runs.

Value must be greater or equal to 1

Title

Type: string

Original paper title as found in DBLP.

Normalized Title

Type: string

Lowercased title with punctuation removed, used for deduplication matching.

Conference

Type: string

Conference abbreviation.

Year

Default: null

Publication year.

Type: integer

Value must be greater or equal to 2017 and lesser or equal to 2030

Type: null

Category

Type: string Default: ""

Research domain category.

Badges

Type: array of string

Artifact evaluation badges for this paper.

No Additional Items

Each item of this array must be:

Type: string

Artifact Citations

Type: integer Default: 0

Number of citations to this paper's artifact.

Value must be greater or equal to 0

Has Artifact

Type: boolean Default: true

Whether this paper has an associated artifact (false for paperswithoutartifacts).