Conference Authors

Type: array

Per-conference author rankings. Each file (e.g. osdiconfauthors.json) contains authors ranked by artifact contribution score for that specific conference.

No Additional Items

Each item of this array must be:

Type: object

A single author's statistics within one conference.

No Additional Properties

name Required

Type: string

Author name (disambiguated with numeric suffix if needed).


Example:

"Fan Yang 0024"

display_name Required

Type: string

Human-readable display name (without disambiguation suffix).


Example:

"Fan Yang"

affiliation Required

Type: string

Current institutional affiliation.


Examples:

"Microsoft Research"
"MIT"

artifact_score Required

Type: integer

Combined artifact evaluation score.

Value must be greater or equal to 0

artifact_count Required

Type: integer

Number of artifacts this author contributed.

Value must be greater or equal to 0

total Required

Type: integer

Total artifact-related contributions.

Value must be greater or equal to 0

total_papers Required

Type: integer

Total papers published at this conference.

Value must be greater or equal to 0

artifact_pct Required

Type: number

Percentage of papers with artifacts (0-100).

Value must be greater or equal to 0

repro_pct Required

Type: number

Percentage of artifacts that achieved Reproduced badge (0-100).

Value must be greater or equal to 0

functional_pct Required

Type: number

Percentage of artifacts that achieved Functional badge (0-100).

Value must be greater or equal to 0

last_5_years Required

Type: integer

Artifact count in the last 5 years.

Value must be greater or equal to 0

Type: integer

Total citations to this author's artifacts.

Value must be greater or equal to 0

badges_available Required

Type: integer

Number of Available badges earned.

Value must be greater or equal to 0

Type: integer

Number of Functional badges earned.

Value must be greater or equal to 0

Type: integer

Number of Reproduced badges earned.

Value must be greater or equal to 0

conferences Required

Type: array of string

Conferences this author has contributed to (usually just one for conf-specific files).

No Additional Items

Each item of this array must be:

Type: string

years Required

Type: object

Artifact count per year. Keyed by year string.

Each additional property must conform to the following schema

Type: integer

Value must be greater or equal to 0

rank Required

Type: integer

Author's rank within this conference.

Value must be greater or equal to 1

author_id Required

Type: integer

Internal author identifier.