AEChair Collection

Type: array

Array of AEChair records. Each element: An AE Chair with chairing history, pipeline status, and cross-conference service.

No Additional Items

Each item of this array must be:

Type: object

An AE Chair with chairing history, pipeline status, and cross-conference service.

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.


Example:

"Mathias Payer"

affiliation Required

Type: string

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


Example:

"ETH Zurich"
Default: null

Country of the institution, e.g. 'Switzerland'. Null if unresolved.

Option 1

Type: string

Option 2

Type: null

Example:

"Switzerland"
Default: null

Continent of the institution, e.g. 'Europe'. Null if unresolved.

Option 1

Type: string

Option 2

Type: null

Example:

"Europe"
Type: integer

Total AE roles (chair + member) across all conferences and years.

Value must be greater or equal to 0


Example:

7

chair_count Required

Type: integer

Number of conference-years served as AE chair.

Value must be greater or equal to 1


Example:

3

member_count Required

Type: integer

Number of conference-years served as regular AE member (totalmemberships - chaircount).

Value must be greater or equal to 0


Example:

4

conferences Required

Type: array

All AE committee memberships (both chair and member roles).

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"

area Required

Type: string

Research area: 'systems', 'security', or 'both'.


Example:

"systems"

years Required

Type: object

Year (string key) → number of AE roles that year.


Example:

{
    "2023": 2,
    "2024": 1
}

Each additional property must conform to the following schema

Type: integer
Default: null

Earliest year of any AE service (chair or member).

Option 1

Type: integer

Option 2

Type: null

Example:

2019
Default: null

Most recent year of any AE service.

Option 1

Type: integer

Option 2

Type: null

Example:

2025
Default: null

Year of first chairing role.

Option 1

Type: integer

Option 2

Type: null

Example:

2021

chaired_series Required

Type: array of string

Conference series chaired, e.g. ['OSDI', 'EUROSYS'].

No Additional Items

Each item of this array must be:

Type: string

Example:

[
    "OSDI",
    "ATC"
]
Type: array

Only the chair-role entries from conferences list.

No Additional Items

Each item of this array must be:

Type: object

A single AE committee membership record.

Same definition as AEMembership
Type: boolean

True if this person served as regular AE member before first chairing.


Example:

true
Default: null

Years between first member role and first chair role. Null if not promoted from member.

Option 1

Type: integer

Option 2

Type: null

Example:

2