Paper Authors Map

Type: array

Mapping of papers to their authors, used as an intermediate lookup for citation attribution and author statistics. Each entry links a paper title to its author list, venue, badges, and DOI.

No Additional Items

Each item of this array must be:

Type: object

A single paper with its author and venue information.

No Additional Properties

title Required

Type: string

Full paper title.

normalized_title Required

Type: string

Lowercase title with punctuation removed (for matching).

authors Required

Type: array of string

List of author names.

No Additional Items

Each item of this array must be:

Type: string

year Required

Type: integer

Publication year.

artifact_year Required

Type: integer

Year the artifact was evaluated (may differ from publication year).

venue Required

Type: string

Publication venue (conference name).


Examples:

"SOSP"
"OSDI"
"USENIX Security"

conference Required

Type: string

Normalized conference abbreviation.


Examples:

"SOSP"
"OSDI"

category Required

Type: enum (of string)

Research area category.

Must be one of:

  • "systems"
  • "security"

badges Required

Type: array of string

List of artifact evaluation badges earned.

No Additional Items

Each item of this array must be:

Type: string

Examples:

"Available"
"Functional"
"Reproduced"

doi_url Required

Type: string

DOI URL for the paper (may be empty string).