AuthorProfile Collection

Type: array

Array of AuthorProfile records. Each element: Unified author profile combining publication record, artifact metrics, and AE committee service.

No Additional Items

Each item of this array must be:

Type: object

Unified author profile combining publication record, artifact metrics, and AE committee service.

No Additional Properties

name Required

Type: string

Full name in DBLP format, e.g. 'Mathias Payer' or 'Jing Liu 0074' (with disambiguation suffix).


Example:

"Mathias Payer"

affiliation Required

Type: string

Normalized institution affiliation, e.g. 'EPFL', 'MIT'. Empty string if unknown.


Example:

"ETH Zurich"
Type: array

Papers by this author that have evaluated artifacts, with badge and citation details.

No Additional Items

Each item of this array must be:

Type: object

A paper that has an associated artifact evaluation.

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', 'USENIXSEC'.


Example:

"OSDI"

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"
]

category Required

Type: enum (of string)

Research domain: 'systems' or 'security', determined by the conference. 'unknown' if metadata is missing.

Must be one of:

  • "systems"
  • "security"
  • "unknown"
Type: integer

Number of times this artifact has been cited (via DOI tracking). 0 if not yet tracked.

Value must be greater or equal to 0


Example:

3
Type: array

Papers by this author at tracked conferences that do not have evaluated artifacts.

No Additional Items

Each item of this array must be:

Type: object

A published paper without an artifact evaluation.

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', 'USENIXSEC'.


Example:

"OSDI"

year Required

Type: integer

Publication year, e.g. 2023.


Example:

2023

conferences Required

Type: array of string

Conference abbreviations where author has published, e.g. ['OSDI', 'USENIXSEC'].

No Additional Items

Each item of this array must be:

Type: string

Example:

[
    "OSDI",
    "ATC",
    "USENIXSEC"
]

years Required

Type: array of integer

Sorted list of years with activity, e.g. [2020, 2021, 2023].

No Additional Items

Each item of this array must be:

Type: integer

Example:

[
    2021,
    2022,
    2023
]

artifact_count Required

Type: integer

Total number of artifacts authored across all conferences.

Value must be greater or equal to 0


Example:

5

total_papers Required

Type: integer

Total papers published at tracked conferences (both with and without artifacts).

Value must be greater or equal to 0


Example:

42

artifact_pct Required

Type: number

Percentage of papers with artifacts: (artifactcount / totalpapers) * 100.

Value must be greater or equal to 0 and lesser or equal to 100


Example:

71.4
Type: integer

Sum of citation counts across all this author's artifacts.

Value must be greater or equal to 0


Example:

3

badges_available Required

Type: integer

Total number of 'available' badges across all this author's artifacts.

Value must be greater or equal to 0


Example:

12
Type: integer

Total number of 'functional' badges across all this author's artifacts.

Value must be greater or equal to 0


Example:

10
Type: integer

Total number of 'reproduced' badges across all this author's artifacts.

Value must be greater or equal to 0


Example:

8
Type: array of integer

Stable integer IDs referencing papers in papers.json that have evaluated artifacts.

No Additional Items

Each item of this array must be:

Type: integer
Type: array of integer

Stable integer IDs referencing papers in papers.json that do NOT have evaluated artifacts.

No Additional Items

Each item of this array must be:

Type: integer

category Required

Type: enum (of string)

Research domain based on conferences published at: 'systems', 'security', 'both', or 'unknown'.

Must be one of:

  • "systems"
  • "security"
  • "both"
  • "unknown"
Default: null

Stable integer ID referencing the canonical author_index. Null for authors not yet indexed.

Option 1

Type: integer

Value must be greater or equal to 1

Option 2

Type: null

Example:

42
Type: integer Default: 0

Total number of AE committee memberships across all conferences and years.

Value must be greater or equal to 0


Example:

4
Type: integer Default: 0

Number of times served as AE chair (versus regular member).

Value must be greater or equal to 0


Example:

1
Type: array

AE committee memberships, one per conference-year served. Each entry has conference, year, role.

No Additional Items

Each item of this array must be:

Type: object

A single AE committee membership record.

No Additional Properties

conference Required

Type: string

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


Example:

"OSDI"

year Required

Type: integer

Calendar year of service, e.g. 2023.


Example:

2023

role Required

Type: string

Role on the committee. One of 'chair' or 'member'.


Example:

"member"
Type: object

Year (as string key, e.g. '2023') → number of AE memberships that year. Example: {'2023': 5, '2024': 3}.

Each additional property must conform to the following schema

Type: integer

combined_score Required

Type: integer

Total combined score: artifactscore + citationscore + ae_score.

Value must be greater or equal to 0


Example:

15

artifact_score Required

Type: integer

Points from artifacts: each artifact scores 1 (available) + 1 (functional) + 1 (reproducible).

Value must be greater or equal to 0


Example:

9

citation_score Required

Type: integer

Points from artifact citations. Currently 0 for all authors.

Value must be greater or equal to 0


Example:

0

ae_score Required

Type: integer

Points from AE service: memberships * 3 + chairs * 2.

Value must be greater or equal to 0


Example:

6
Default: null

Ranking position among all author profiles (with ties). Null if unranked.

Option 1

Type: integer

Value must be greater or equal to 1

Option 2

Type: null

Example:

1