ChairStats

Type: object

Complete chair statistics output file.

No Additional Properties

summary Required

Type: object

Aggregate chair metrics.

No Additional Properties

total_chairs Required

Type: integer

Total unique AE chairs.

Value must be greater or equal to 0


Example:

82
Type: integer

Unique chairs at systems conferences.

Value must be greater or equal to 0


Example:

54
Type: integer

Unique chairs at security conferences.

Value must be greater or equal to 0


Example:

30

repeat_chairs Required

Type: integer

Chairs who chaired 2+ times.

Value must be greater or equal to 0


Example:

23
Type: number

Percentage of repeat chairs.

Value must be greater or equal to 0


Example:

28.0
Type: integer

Repeat chairs at systems conferences.

Value must be greater or equal to 0


Example:

16
Type: integer

Repeat chairs at security conferences.

Value must be greater or equal to 0


Example:

8
Type: integer

Chairs spanning multiple series.

Value must be greater or equal to 0


Example:

13
Type: integer

Chairs promoted from member role.

Value must be greater or equal to 0


Example:

31
Type: number

Percentage promoted from member.

Value must be greater or equal to 0


Example:

37.8
Type: number

Avg years from member to chair.

Value must be greater or equal to 0


Example:

2.7
Type: number

Average co-chairs per conference edition.

Value must be greater or equal to 0


Example:

2.2
Type: number

Average co-chairs per edition at systems conferences.

Value must be greater or equal to 0


Example:

2.3
Type: number

Average co-chairs per edition at security conferences.

Value must be greater or equal to 0


Example:

2.0

total_countries Required

Type: integer

Number of distinct countries represented by chairs.

Value must be greater or equal to 0


Example:

15

total_continents Required

Type: integer

Number of distinct continents represented by chairs.

Value must be greater or equal to 0


Example:

4
Type: array

Year-over-year chair entry and activity.

No Additional Items

Each item of this array must be:

chair_teams Required

Type: array

Per-conference-year chair teams.

No Additional Items

Each item of this array must be:

Type: object

Co-chair team for a single conference-year.

No Additional Properties

conference Required

Type: string

Conference abbreviation, e.g. 'OSDI'.


Example:

"OSDI"

year Required

Type: integer

Calendar year.


Example:

2023

chair_count Required

Type: integer

Number of co-chairs for this edition.

Value must be greater or equal to 1


Example:

3

chairs Required

Type: array of string

Names of the co-chairs.

No Additional Items

Each item of this array must be:

Type: string

Example:

[
    "Alice",
    "Bob",
    "Carol"
]

pipeline Required

Type: object

Member-to-chair promotion analytics.

No Additional Properties

promoted_count Required

Type: integer

Number of chairs who served as members first.

Value must be greater or equal to 0


Example:

31

promoted_pct Required

Type: number

Percentage of chairs promoted from member.

Value must be greater or equal to 0


Example:

37.8
Type: number

Average years from first member to first chair.

Value must be greater or equal to 0


Example:

2.7

min_years Required

Type: integer

Minimum years to promotion.

Value must be greater or equal to 0


Example:

1

max_years Required

Type: integer

Maximum years to promotion.

Value must be greater or equal to 0


Example:

9

promotions Required

Type: array

Individual promotion records.

No Additional Items

Each item of this array must be:

Type: object

A single member-to-chair promotion record.

No Additional Properties

name Required

Type: string

Chair's display name.


Example:

"Alice Smith"
Default: null

Year of first AE member role.

Option 1

Type: integer

Option 2

Type: null

Example:

2020
Default: null

Year of first AE chair role.

Option 1

Type: integer

Option 2

Type: null

Example:

2022

gap Required

Type: integer

Years between first member and first chair role.

Value must be greater or equal to 0


Example:

2

retention Required

Type: object

Retention and repeat-chair data.

No Additional Properties

repeat_count Required

Type: integer

Chairs who chaired 2+ times.

Value must be greater or equal to 0


Example:

23

distribution Required

Type: object

Chair count → number of people. E.g. {'1': 59, '2': 18, '3': 2}.


Example:

{
    "1": 59,
    "2": 18
}

Each additional property must conform to the following schema

Type: integer

tenure_spans Required

Type: array of object

Per-chair tenure span data.

No Additional Items

Each item of this array must be:

Type: object

Additional Properties of any type are allowed.

Type: object

cross_conference Required

Type: array

Chairs serving multiple series.

No Additional Items

Each item of this array must be:

Type: object

A chair who served at multiple different conference series.

No Additional Properties

name Required

Type: string

Chair's display name.


Example:

"Alice Smith"

affiliation Required

Type: string

Current affiliation.


Example:

"MIT"

series Required

Type: array of string

Conference series chaired.

No Additional Items

Each item of this array must be:

Type: string

Example:

[
    "OSDI",
    "ATC"
]

chair_count Required

Type: integer

Total chairing roles.

Value must be greater or equal to 1


Example:

4

geographic Required

Type: object

Geographic diversity of chairs.

No Additional Properties

total_countries Required

Type: integer

Number of distinct countries.

Value must be greater or equal to 0


Example:

15

total_continents Required

Type: integer

Number of distinct continents.

Value must be greater or equal to 0


Example:

4

by_country Required

Type: object

Country → number of chairs from that country.


Example:

{
    "Germany": 8,
    "United States": 30
}

Each additional property must conform to the following schema

Type: integer

by_continent Required

Type: object

Continent → number of chairs from that continent.


Example:

{
    "Europe": 25,
    "North America": 35
}

Each additional property must conform to the following schema

Type: integer
Type: integer

Chairs without a resolved country.

Value must be greater or equal to 0


Example:

3