Institution Rankings

Type: array

Ranked list of research institutions based on their artifact evaluation contributions and AE committee service. Generated by generateinstitutionrankings.py.

No Additional Items

Each item of this array must be:

Institution Ranking

Type: object

Ranking entry for a single institution aggregating artifact and AE service metrics.

No Additional Properties

Type: string

Normalized institution name.

Type: integer

Total score combining artifactscore, citationscore, and ae_score. Minimum threshold of 3 for inclusion.

Value must be greater or equal to 3

Type: integer

Points from artifact contributions (artifacts weighted by badge count).

Value must be greater or equal to 0

Type: integer

Total citation count for artifacts. Optional; present when citation tracking is enabled.

Value must be greater or equal to 0

Type: integer

Points from citations. Optional; present when citation tracking is enabled.

Value must be greater or equal to 0

Type: integer

Points from AE committee memberships (3 pts each) and chair roles (+2 pts each).

Value must be greater or equal to 0

Type: number or null

Artifact-to-evaluation ratio (artifactscore / aescore). Null when ae_score is 0.

Type: enum (of string)

Classification based on A:E ratio: 'Producer' (high artifact, low AE), 'Consumer' (low artifact, high AE), or 'Balanced'.

Must be one of:

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

Type: integer

Total number of artifacts produced by this institution.

Value must be greater or equal to 0

Type: integer

Count of functional badges across all artifacts.

Value must be greater or equal to 0

Type: integer

Count of reproduced/replicated badges across all artifacts.

Value must be greater or equal to 0

Type: integer

Number of AE committee memberships held by authors from this institution.

Value must be greater or equal to 0

Type: integer

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

Value must be greater or equal to 0

Type: integer

Total DBLP paper count at tracked conferences.

Value must be greater or equal to 0

Type: number

Percentage of papers with artifacts (artifacts / total_papers * 100).

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

Type: integer

Count of unique authors affiliated with this institution.

Value must be greater or equal to 1

Type: array of string

List of conferences where the institution has contributions.

No Additional Items

Each item of this array must be:

Type: object

Mapping of year (as string) to activity count.

No Additional Properties

All properties whose name matches the following regular expression must respect the following conditions

Property name regular expression: ^[0-9]{4}$
Type: integer

Value must be greater or equal to 0

Type: array

Top 20 authors from this institution, sorted by combined_score.

Must contain a maximum of 20 items

No Additional Items

Each item of this array must be:

Top Author

Type: object

Summary of a top-contributing author within an institution.

No Additional Properties

Type: string

Author name (may include DBLP disambiguation suffix like '0001').

Type: string

Author's institution affiliation.

Type: integer

Author's combined artifact + AE score.

Value must be greater or equal to 0

Type: integer

Number of artifacts authored.

Value must be greater or equal to 0

Type: integer

Number of AE committee memberships.

Value must be greater or equal to 0

Type: integer

Total papers at tracked conferences.

Value must be greater or equal to 0