ConferenceEntry Collection

Type: array

Array of ConferenceEntry records. Each element: Artifact counts and badge breakdowns for a single conference across all tracked years.

No Additional Items

Each item of this array must be:

Type: object

Artifact counts and badge breakdowns for a single conference across all tracked years.

No Additional Properties

name Required

Type: string

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


Example:

"Mathias Payer"

category Required

Type: enum (of string)

Research domain: 'systems' or 'security'.

Must be one of:

  • "systems"
  • "security"

venue_type Required

Type: enum (of string)

Venue type: 'conference' for main conferences, 'workshop' for co-located workshops.

Must be one of:

  • "conference"
  • "workshop"

Example:

"conference"

total_artifacts Required

Type: integer

Total number of evaluated artifacts across all years for this conference.

Value must be greater or equal to 0


Example:

127

years Required

Type: array

Per-year breakdown of artifact counts and badge distributions. Ordered chronologically.

No Additional Items

Each item of this array must be:

Type: object

Per-year breakdown of artifact counts and badges.

No Additional Properties

year Required

Type: integer

Publication year, e.g. 2023.


Example:

2023

total Required

Type: integer

Total number of evaluated artifacts for this conference in this year.

Value must be greater or equal to 0


Example:

45

available Required

Type: integer

Number of artifacts that received the 'available' badge.

Value must be greater or equal to 0


Example:

30

functional Required

Type: integer

Number of artifacts that received the 'functional' badge.

Value must be greater or equal to 0


Example:

25

reproducible Required

Type: integer

Number of artifacts that received the 'reproduced' badge.

Value must be greater or equal to 0

reusable Required

Type: integer

Number of artifacts that received the 'reusable' badge.

Value must be greater or equal to 0


Example:

5

Example:

[
    2021,
    2022,
    2023
]