Institution Timeline

Type: object

Year-over-year institution participation in artifact evaluation, broken down by area. Shows which institutions contributed AE committee members each year and tracks unique institution counts over time.

No Additional Properties

all Required

Type: object

Per-year institution participation counts across all areas. Keyed by year string; values are objects mapping institution name to member count.

Each additional property must conform to the following schema

Type: object

Each additional property must conform to the following schema

Type: integer

Value must be greater or equal to 0

systems Required

Type: object

Per-year institution participation counts for systems conferences.

Each additional property must conform to the following schema

Type: object

Each additional property must conform to the following schema

Type: integer

Value must be greater or equal to 0

security Required

Type: object

Per-year institution participation counts for security conferences.

Each additional property must conform to the following schema

Type: object

Each additional property must conform to the following schema

Type: integer

Value must be greater or equal to 0

top_by_year Required

Type: array

Top institutions per year, ranked by participation count.

No Additional Items

Each item of this array must be:

Type: object

Top institutions for a single year.

No Additional Properties

year Required

Type: integer

Calendar year.


Example:

2023

institutions Required

Type: array

Institutions ranked by AE member count for this year.

No Additional Items

Each item of this array must be:

Type: object

An institution and its member count.

No Additional Properties

name Required

Type: string

Institution name.


Examples:

"MIT"
"ETH Zurich"

count Required

Type: integer

Number of AE committee members from this institution.

Value must be greater or equal to 1

unique_by_year Required

Type: array

Count of unique institutions participating each year, split by area.

No Additional Items

Each item of this array must be:

Type: object

Unique institution count for a single year.

No Additional Properties

year Required

Type: integer

Calendar year.


Example:

2023

total Required

Type: integer

Total unique institutions across all areas.

Value must be greater or equal to 0

systems Required

Type: integer

Unique institutions in systems conferences.

Value must be greater or equal to 0

security Required

Type: integer

Unique institutions in security conferences.

Value must be greater or equal to 0