InstitutionRanking Collection

Type: array

Array of InstitutionRanking records. Each element: Institution ranking aggregating artifact production, citation impact, and AE committee service across affiliated authors.

No Additional Items

Each item of this array must be:

Type: object

Institution ranking aggregating artifact production, citation impact, and AE committee service across affiliated authors.

No Additional Properties

affiliation Required

Type: string

Normalized institution name, e.g. 'University of Illinois Urbana-Champaign', 'EPFL'.


Example:

"ETH Zurich"

combined_score Required

Type: integer

Total score: artifactscore + citationscore + ae_score. Example: 633.

Value must be greater or equal to 3


Example:

15

artifact_score Required

Type: integer

Points from artifact contributions. Scoring: 1 (available) + 1 (functional) + 1 (reproduced) per artifact.

Value must be greater or equal to 0


Example:

9
Default: null

Sum of artifact citation counts. Currently 0 for most institutions (tracking in progress).

Option 1

Type: integer

Value must be greater or equal to 0

Option 2

Type: null

Example:

3
Default: null

Points from artifact citations. Currently 0 for most institutions (tracking in progress).

Option 1

Type: integer

Value must be greater or equal to 0

Option 2

Type: null

Example:

0

ae_score Required

Type: integer

Points from AE service: (memberships × 3) + (chairs × 2).

Value must be greater or equal to 0


Example:

6
Default: null

Artifact-to-AE score ratio (artifactscore / aescore). Null when ae_score is 0. E.g. 0.48.

Option 1

Type: number

Option 2

Type: null

Example:

1.5

role Required

Type: enum (of string)

Role classification based on artifact-to-AE ratio: 'Producer', 'Consumer', 'Balanced'.

Must be one of:

  • "Producer"
  • "Consumer"
  • "Balanced"

Example:

"member"

artifact_count Required

Type: integer

Total number of artifacts produced by authors at this institution.

Value must be greater or equal to 0


Example:

5
Type: integer

Total 'functional' badges across all artifacts from this institution.

Value must be greater or equal to 0


Example:

10
Type: integer

Total 'reproduced'/'replicated' badges across all artifacts from this institution.

Value must be greater or equal to 0


Example:

8

ae_memberships Required

Type: integer

Total AE committee memberships by authors at this institution.

Value must be greater or equal to 0


Example:

4

chair_count Required

Type: integer

Number of AE chair roles held by authors at this institution.

Value must be greater or equal to 0


Example:

1

total_papers Required

Type: integer

Total papers at tracked conferences by authors at this institution, sourced from DBLP.

Value must be greater or equal to 0


Example:

42

artifact_pct Required

Type: number

Percentage of papers with artifacts: (artifactcount / totalpapers) * 100. E.g. 53.4.

Value must be greater or equal to 0 and lesser or equal to 100


Example:

71.4

author_count Required

Type: integer

Number of unique authors affiliated with this institution.

Value must be greater or equal to 1


Example:

15

conferences Required

Type: array of string

Distinct conference abbreviations, e.g. ['ATC', 'OSDI', 'USENIXSEC'].

No Additional Items

Each item of this array must be:

Type: string

Example:

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

years Required

Type: object

Year (as string) → activity count, e.g. {'2023': 31, '2024': 59}.


Example:

[
    2021,
    2022,
    2023
]

Each additional property must conform to the following schema

Type: integer

top_authors Required

Type: array

Up to 20 top-scoring authors from this institution, sorted by combined_score descending.

Must contain a maximum of 20 items

No Additional Items

Each item of this array must be:

Type: object

Summary of a top-contributing author within an institution.

No Additional Properties

name Required

Type: string

Full author name, may include DBLP disambiguation suffix, e.g. 'Jing Liu 0074'.


Example:

"Mathias Payer"
Default: null

Stable integer ID referencing the canonical author_index. Null for authors not yet indexed.

Option 1

Type: integer

Value must be greater or equal to 1

Option 2

Type: null

Example:

42

affiliation Required

Type: string

Author's institution affiliation, e.g. 'University of Illinois Urbana-Champaign'.


Example:

"ETH Zurich"

combined_score Required

Type: integer

Author's combined score: artifactscore + citationscore + ae_score.

Value must be greater or equal to 0


Example:

15

artifact_count Required

Type: integer

Number of artifacts authored by this individual.

Value must be greater or equal to 0


Example:

5

ae_memberships Required

Type: integer

Number of AE committee memberships for this individual.

Value must be greater or equal to 0


Example:

4

total_papers Required

Type: integer

Total papers by this individual at tracked conferences.

Value must be greater or equal to 0


Example:

42