SearchEntry Collection

Type: array

Array of SearchEntry records. Each element: Searchable artifact entry with paper metadata, badges, author names, and institutional affiliations.

No Additional Items

Each item of this array must be:

Type: object

Searchable artifact entry with paper metadata, badges, author names, and institutional affiliations.

No Additional Properties

title Required

Type: string

Full paper title as it appears in the proceedings.


Example:

"Understanding and Detecting Software Upgrade Failures in Distributed Systems"

conference Required

Type: string

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


Example:

"OSDI"

category Required

Type: enum (of string)

Research domain: 'systems' or 'security'.

Must be one of:

  • "systems"
  • "security"

year Required

Type: integer

Publication year, e.g. 2023.


Example:

2023

badges Required

Type: array of string

Artifact evaluation badges awarded by the AE committee. Canonical lowercase values: 'available', 'functional', 'reproduced', 'reusable', 'replicated'.

No Additional Items

Each item of this array must be:

Type: string

Example:

[
    "available",
    "functional",
    "reproduced"
]

artifact_urls Required

Type: array of string

Artifact URLs (repos, archives, DOIs), e.g. ['https://github.com/org/repo', 'https://doi.org/10.5281/zenodo.12345'].

No Additional Items

Each item of this array must be:

Type: string

Example:

[
    "https://github.com/org/repo",
    "https://doi.org/10.5281/zenodo.12345"
]

doi_url Required

Type: string

Paper DOI URL, e.g. 'https://doi.org/10.1145/...'. Empty string if not available.


Example:

"https://doi.org/10.1145/3600006.3613152"

authors Required

Type: array of string

Author names with disambiguation suffixes removed, e.g. ['Mathias Payer', 'Haibo Chen'].

No Additional Items

Each item of this array must be:

Type: string

Example:

[
    "Mathias Payer",
    "Haibo Chen"
]

affiliations Required

Type: array of string

Sorted unique institution affiliations of all authors, e.g. ['EPFL', 'MIT'].

No Additional Items

Each item of this array must be:

Type: string

Example:

[
    "EPFL",
    "MIT"
]
Default: null

Paper DOI URL or direct link to the paper. Null if not available.

Option 1

Type: string

Option 2

Type: null

Example:

"https://doi.org/10.1145/3600006.3613152"
Default: null

URL to supplementary materials or appendix. Null if not available.

Option 1

Type: string

Option 2

Type: null

Example:

"https://arxiv.org/abs/2301.12345"
Default: null

Award designation such as 'Distinguished Artifact'. Null if no award.

Option 1

Type: string

Option 2

Type: null

Example:

"Distinguished Artifact"