AEMember Collection

Type: array

Array of AEMember records. Each element: An Artifact Evaluation committee member with service history and institutional affiliation.

No Additional Items

Each item of this array must be:

Type: object

An Artifact Evaluation committee member with service history and institutional affiliation.

No Additional Properties

name Required

Type: string

Full name, e.g. 'Mathias Payer'. May include DBLP disambiguation suffix.


Example:

"Mathias Payer"

display_name Required

Type: string

Human-readable name without disambiguation suffix, e.g. 'Mathias Payer'.


Example:

"Mathias Payer"

affiliation Required

Type: string

Current institutional affiliation, e.g. 'EPFL', 'MIT'.


Example:

"ETH Zurich"
Type: integer

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

Value must be greater or equal to 0


Example:

4

chair_count Required

Type: integer

Number of conference-years served as AE chair (versus regular member).

Value must be greater or equal to 0


Example:

1

conferences Required

Type: array

List of AE committee memberships, one entry per conference-year served. Each 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"

Example:

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

years Required

Type: object

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


Example:

[
    2021,
    2022,
    2023
]

Each additional property must conform to the following schema

Type: integer

area Required

Type: string

Research area based on conferences served: 'systems', 'security', or 'both' if spanning both.


Example:

"systems"
Default: null

Earliest year of AE service, e.g. 2020. Null if unknown.

Option 1

Type: integer

Option 2

Type: null

Example:

2019
Default: null

Most recent year of AE service, e.g. 2026. Null if unknown.

Option 1

Type: integer

Option 2

Type: null

Example:

2025