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.

combined_score Required

Type: integer

Total score combining artifactscore, citationscore, and ae_score.

Value must be greater or equal to 3

artifact_score Required

Type: integer

Points from artifact contributions.

Value must be greater or equal to 0

Default: null

Total citation count for artifacts. Present when citation tracking is enabled.

Option 1

Type: integer

Value must be greater or equal to 0

Option 2

Type: null
Default: null

Points from citations. Present when citation tracking is enabled.

Option 1

Type: integer

Value must be greater or equal to 0

Option 2

Type: null

ae_score Required

Type: integer

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

Value must be greater or equal to 0

Default: null

Artifact-to-evaluation ratio. Null when ae_score is 0.

Option 1

Type: number

Option 2

Type: null

role Required

Type: enum (of string)

Classification based on A:E ratio.

Must be one of:

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

artifact_count Required

Type: integer

Total number of artifacts produced by this institution.

Value must be greater or equal to 0

Type: integer

Count of functional badges.

Value must be greater or equal to 0

Type: integer

Count of reproduced/replicated badges.

Value must be greater or equal to 0

ae_memberships Required

Type: integer

Number of AE committee memberships.

Value must be greater or equal to 0

chair_count Required

Type: integer

Number of AE chair roles.

Value must be greater or equal to 0

total_papers Required

Type: integer

Total DBLP paper count at tracked conferences.

Value must be greater or equal to 0

artifact_pct Required

Type: number

Percentage of papers with artifacts.

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

author_count Required

Type: integer

Count of unique authors.

Value must be greater or equal to 1

conferences Required

Type: array of string

List of conferences where the institution contributes.

No Additional Items

Each item of this array must be:

Type: string

years Required

Type: object

Mapping of year (as string) to activity count.

Each additional property must conform to the following schema

Type: integer

top_authors Required

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:

Type: object

Summary of a top-contributing author within an institution.

No Additional Properties

name Required

Type: string

Author name (may include DBLP disambiguation suffix).

Default: null

Stable integer identifier referencing the canonical author_index.

Option 1

Type: integer

Value must be greater or equal to 1

Option 2

Type: null

affiliation Required

Type: string

Author's institution affiliation.

combined_score Required

Type: integer

Author's combined artifact + AE score.

Value must be greater or equal to 0

artifact_count Required

Type: integer

Number of artifacts authored.

Value must be greater or equal to 0

ae_memberships Required

Type: integer

Number of AE committee memberships.

Value must be greater or equal to 0

total_papers Required

Type: integer

Total papers at tracked conferences.

Value must be greater or equal to 0