Paper Collection

Type: array

Array of Paper records. Each element: A paper published at a tracked conference, with artifact badges and citation data.

No Additional Items

Each item of this array must be:

Type: object

A paper published at a tracked conference, with artifact badges and citation data.

No Additional Properties

id Required

Type: integer

Stable integer ID (starts at 1). Assigned once and preserved across pipeline runs.

Value must be greater or equal to 1


Example:

42

title Required

Type: string

Full paper title as found in DBLP proceedings.


Example:

"Understanding and Detecting Software Upgrade Failures in Distributed Systems"

conference Required

Type: string

Conference abbreviation, e.g. 'OSDI', 'USENIXSEC', 'NDSS'.


Example:

"OSDI"
Default: null

Publication year (2017–2030), e.g. 2023. Null if unknown.

Option 1

Type: integer

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

Option 2

Type: null

Example:

2023
Type: string Default: ""

Research domain: 'systems' or 'security'. Empty string if not yet classified.

Type: array of string

Artifact evaluation badges, e.g. ['Available', 'Functional', 'Reproduced']. Empty if no artifact.

No Additional Items

Each item of this array must be:

Type: string

Example:

[
    "available",
    "functional",
    "reproduced"
]
Type: integer Default: 0

Number of citations to this paper's artifact DOI. 0 if not tracked or no artifact.

Value must be greater or equal to 0


Example:

3
Type: boolean Default: true

True if this paper has an evaluated artifact, false for papers without artifacts.


Example:

true