CommitteeStats

Type: object

AE committee geographic and institutional diversity: country, continent, and institution breakdowns.

No Additional Properties

summary Required

Type: object

Aggregate summary with totals for members, countries, continents, and institutions.

No Additional Properties

total_members Required

Type: integer

Total AE committee members across all conferences and years (includes duplicates for multi-year service).

Value must be greater or equal to 0


Example:

1250

total_systems Required

Type: integer

Committee members from systems conferences (ATC, EUROSYS, FAST, OSDI, SC, SOSP).

Value must be greater or equal to 0


Example:

600

total_security Required

Type: integer

Committee members from security conferences (ACSAC, CHES, NDSS, PETS, SYSTEX, USENIXSEC, WOOT).

Value must be greater or equal to 0


Example:

650

total_countries Required

Type: integer

Number of unique countries represented across all committees, e.g. 59.

Value must be greater or equal to 0


Example:

35

total_continents Required

Type: integer

Number of unique continents represented, e.g. 7.

Value must be greater or equal to 0


Example:

6
Type: integer

Number of unique institutions represented, e.g. 470.

Value must be greater or equal to 0


Example:

280

by_country Required

Type: object

Member counts by country, split into overall/systems/security. e.g. 'United States': 2103.

No Additional Properties

overall Required

Type: array

Counts combining all areas (systems + security).

No Additional Items

Each item of this array must be:

Type: object

A simple name/count pair used for country, continent, and institution tallies.

No Additional Properties

name Required

Type: string

Country, continent, or institution name, e.g. 'United States', 'Europe', 'MIT'.


Example:

"Mathias Payer"

count Required

Type: integer

Number of AE committee members from this entity.

Value must be greater or equal to 0


Example:

127

systems Required

Type: array

Counts from systems conferences only.

No Additional Items

Each item of this array must be:

Type: object

A simple name/count pair used for country, continent, and institution tallies.

Same definition as NameCount

Example:

75

security Required

Type: array

Counts from security conferences only.

No Additional Items

Each item of this array must be:

Type: object

A simple name/count pair used for country, continent, and institution tallies.

Same definition as NameCount

Example:

52

by_continent Required

Type: object

Member counts by continent, split into overall/systems/security.

Same definition as by_country

by_institution Required

Type: object

Member counts by institution, split into overall/systems/security.

Same definition as by_country

by_year Required

Type: object

Year-level geographic/institutional breakdowns keyed by category (e.g. 'country', 'continent'), then year, then name → count.

Each additional property must conform to the following schema

Type: object

Each additional property must conform to the following schema

Type: object

Each additional property must conform to the following schema

Type: integer

committee_sizes Required

Type: array

Committee sizes for each conference-year. One entry per conference-year combination.

No Additional Items

Each item of this array must be:

Type: object

Committee size for a single conference-year.

No Additional Properties

conference Required

Type: string

Conference abbreviation, e.g. 'ACSAC', 'OSDI'.


Example:

"osdi2023"

year Required

Type: integer

Calendar year, e.g. 2023.


Example:

2023

conf_year Required

Type: string

Combined lowercase conference-year key, e.g. 'acsac2017', 'osdi2023'.


Example:

"osdi2023"

area Required

Type: string

Research area of this conference: 'systems' or 'security'.


Example:

"systems"

size Required

Type: integer

Number of AE committee members for this conference-year.

Value must be greater or equal to 0


Example:

25

failed_classifications Required

Type: array

Members whose affiliation string could not be resolved to a country/institution.

No Additional Items

Each item of this array must be:

Type: object

A committee member whose institution could not be geolocated.

No Additional Properties

conference Required

Type: string

Conference abbreviation, e.g. 'ATC', 'USENIXSEC'.


Example:

"osdi2023"

name Required

Type: string

Full name of the committee member whose affiliation could not be resolved.


Example:

"Mathias Payer"

affiliation Required

Type: string

Raw affiliation string that could not be geolocated or matched to an institution.


Example:

"ETH Zurich"