# Institution Rankings

- [1. Institution Rankings > Institution Ranking](#items)
  - [1.1. Property `Institution Rankings > Institution Ranking > affiliation`](#items_affiliation)
  - [1.2. Property `Institution Rankings > Institution Ranking > combined_score`](#items_combined_score)
  - [1.3. Property `Institution Rankings > Institution Ranking > artifact_score`](#items_artifact_score)
  - [1.4. Property `Institution Rankings > Institution Ranking > artifact_citations`](#items_artifact_citations)
  - [1.5. Property `Institution Rankings > Institution Ranking > citation_score`](#items_citation_score)
  - [1.6. Property `Institution Rankings > Institution Ranking > ae_score`](#items_ae_score)
  - [1.7. Property `Institution Rankings > Institution Ranking > ae_ratio`](#items_ae_ratio)
  - [1.8. Property `Institution Rankings > Institution Ranking > role`](#items_role)
  - [1.9. Property `Institution Rankings > Institution Ranking > artifacts`](#items_artifacts)
  - [1.10. Property `Institution Rankings > Institution Ranking > badges_functional`](#items_badges_functional)
  - [1.11. Property `Institution Rankings > Institution Ranking > badges_reproducible`](#items_badges_reproducible)
  - [1.12. Property `Institution Rankings > Institution Ranking > ae_memberships`](#items_ae_memberships)
  - [1.13. Property `Institution Rankings > Institution Ranking > chair_count`](#items_chair_count)
  - [1.14. Property `Institution Rankings > Institution Ranking > total_papers`](#items_total_papers)
  - [1.15. Property `Institution Rankings > Institution Ranking > artifact_rate`](#items_artifact_rate)
  - [1.16. Property `Institution Rankings > Institution Ranking > num_authors`](#items_num_authors)
  - [1.17. Property `Institution Rankings > Institution Ranking > conferences`](#items_conferences)
    - [1.17.1. Institution Rankings > Institution Ranking > conferences > conferences items](#items_conferences_items)
  - [1.18. Property `Institution Rankings > Institution Ranking > years`](#items_years)
    - [1.18.1. Pattern Property `Institution Rankings > Institution Ranking > years > ^[0-9]{4}$`](#items_years_pattern1)
  - [1.19. Property `Institution Rankings > Institution Ranking > top_authors`](#items_top_authors)
    - [1.19.1. Institution Rankings > Institution Ranking > top_authors > Top Author](#items_top_authors_items)
      - [1.19.1.1. Property `Institution Rankings > Institution Ranking > top_authors > Top Author > name`](#items_top_authors_items_name)
      - [1.19.1.2. Property `Institution Rankings > Institution Ranking > top_authors > Top Author > affiliation`](#items_top_authors_items_affiliation)
      - [1.19.1.3. Property `Institution Rankings > Institution Ranking > top_authors > Top Author > combined_score`](#items_top_authors_items_combined_score)
      - [1.19.1.4. Property `Institution Rankings > Institution Ranking > top_authors > Top Author > artifacts`](#items_top_authors_items_artifacts)
      - [1.19.1.5. Property `Institution Rankings > Institution Ranking > top_authors > Top Author > ae_memberships`](#items_top_authors_items_ae_memberships)
      - [1.19.1.6. Property `Institution Rankings > Institution Ranking > top_authors > Top Author > total_papers`](#items_top_authors_items_total_papers)

**Title:** Institution Rankings

|              |         |
| ------------ | ------- |
| **Type**     | `array` |
| **Required** | No      |

**Description:** Ranked list of research institutions based on their artifact evaluation contributions and AE committee service. Generated by generate_institution_rankings.py.

|                      | Array restrictions |
| -------------------- | ------------------ |
| **Min items**        | N/A                |
| **Max items**        | N/A                |
| **Items unicity**    | False              |
| **Additional items** | False              |
| **Tuple validation** | See below          |

| Each item of this array must be | Description                                                                         |
| ------------------------------- | ----------------------------------------------------------------------------------- |
| [Institution Ranking](#items)   | Ranking entry for a single institution aggregating artifact and AE service metrics. |

## <a name="items"></a>1. Institution Rankings > Institution Ranking

**Title:** Institution Ranking

|                           |                            |
| ------------------------- | -------------------------- |
| **Type**                  | `object`                   |
| **Required**              | No                         |
| **Additional properties** | Not allowed                |
| **Defined in**            | #/$defs/InstitutionRanking |

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

| Property                                             | Pattern | Type             | Deprecated | Definition | Title/Description                                                                                                         |
| ---------------------------------------------------- | ------- | ---------------- | ---------- | ---------- | ------------------------------------------------------------------------------------------------------------------------- |
| + [affiliation](#items_affiliation )                 | No      | string           | No         | -          | Normalized institution name.                                                                                              |
| + [combined_score](#items_combined_score )           | No      | integer          | No         | -          | Total score combining artifact_score, citation_score, and ae_score. Minimum threshold of 3 for inclusion.                 |
| + [artifact_score](#items_artifact_score )           | No      | integer          | No         | -          | Points from artifact contributions (artifacts weighted by badge count).                                                   |
| - [artifact_citations](#items_artifact_citations )   | No      | integer          | No         | -          | Total citation count for artifacts. Optional; present when citation tracking is enabled.                                  |
| - [citation_score](#items_citation_score )           | No      | integer          | No         | -          | Points from citations. Optional; present when citation tracking is enabled.                                               |
| + [ae_score](#items_ae_score )                       | No      | integer          | No         | -          | Points from AE committee memberships (3 pts each) and chair roles (+2 pts each).                                          |
| + [ae_ratio](#items_ae_ratio )                       | No      | number or null   | No         | -          | Artifact-to-evaluation ratio (artifact_score / ae_score). Null when ae_score is 0.                                        |
| + [role](#items_role )                               | No      | enum (of string) | No         | -          | Classification based on A:E ratio: 'Producer' (high artifact, low AE), 'Consumer' (low artifact, high AE), or 'Balanced'. |
| + [artifacts](#items_artifacts )                     | No      | integer          | No         | -          | Total number of artifacts produced by this institution.                                                                   |
| + [badges_functional](#items_badges_functional )     | No      | integer          | No         | -          | Count of functional badges across all artifacts.                                                                          |
| + [badges_reproducible](#items_badges_reproducible ) | No      | integer          | No         | -          | Count of reproduced/replicated badges across all artifacts.                                                               |
| + [ae_memberships](#items_ae_memberships )           | No      | integer          | No         | -          | Number of AE committee memberships held by authors from this institution.                                                 |
| + [chair_count](#items_chair_count )                 | No      | integer          | No         | -          | Number of AE chair roles held by authors from this institution.                                                           |
| + [total_papers](#items_total_papers )               | No      | integer          | No         | -          | Total DBLP paper count at tracked conferences.                                                                            |
| + [artifact_rate](#items_artifact_rate )             | No      | number           | No         | -          | Percentage of papers with artifacts (artifacts / total_papers * 100).                                                     |
| + [num_authors](#items_num_authors )                 | No      | integer          | No         | -          | Count of unique authors affiliated with this institution.                                                                 |
| + [conferences](#items_conferences )                 | No      | array of string  | No         | -          | List of conferences where the institution has contributions.                                                              |
| + [years](#items_years )                             | No      | object           | No         | -          | Mapping of year (as string) to activity count.                                                                            |
| + [top_authors](#items_top_authors )                 | No      | array            | No         | -          | Top 20 authors from this institution, sorted by combined_score.                                                           |

### <a name="items_affiliation"></a>1.1. Property `Institution Rankings > Institution Ranking > affiliation`

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | Yes      |

**Description:** Normalized institution name.

### <a name="items_combined_score"></a>1.2. Property `Institution Rankings > Institution Ranking > combined_score`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | Yes       |

**Description:** Total score combining artifact_score, citation_score, and ae_score. Minimum threshold of 3 for inclusion.

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 3 |

### <a name="items_artifact_score"></a>1.3. Property `Institution Rankings > Institution Ranking > artifact_score`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | Yes       |

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

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

### <a name="items_artifact_citations"></a>1.4. Property `Institution Rankings > Institution Ranking > artifact_citations`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | No        |

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

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

### <a name="items_citation_score"></a>1.5. Property `Institution Rankings > Institution Ranking > citation_score`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | No        |

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

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

### <a name="items_ae_score"></a>1.6. Property `Institution Rankings > Institution Ranking > ae_score`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | Yes       |

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

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

### <a name="items_ae_ratio"></a>1.7. Property `Institution Rankings > Institution Ranking > ae_ratio`

|              |                  |
| ------------ | ---------------- |
| **Type**     | `number or null` |
| **Required** | Yes              |

**Description:** Artifact-to-evaluation ratio (artifact_score / ae_score). Null when ae_score is 0.

### <a name="items_role"></a>1.8. Property `Institution Rankings > Institution Ranking > role`

|              |                    |
| ------------ | ------------------ |
| **Type**     | `enum (of string)` |
| **Required** | Yes                |

**Description:** 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"

### <a name="items_artifacts"></a>1.9. Property `Institution Rankings > Institution Ranking > artifacts`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | Yes       |

**Description:** Total number of artifacts produced by this institution.

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

### <a name="items_badges_functional"></a>1.10. Property `Institution Rankings > Institution Ranking > badges_functional`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | Yes       |

**Description:** Count of functional badges across all artifacts.

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

### <a name="items_badges_reproducible"></a>1.11. Property `Institution Rankings > Institution Ranking > badges_reproducible`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | Yes       |

**Description:** Count of reproduced/replicated badges across all artifacts.

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

### <a name="items_ae_memberships"></a>1.12. Property `Institution Rankings > Institution Ranking > ae_memberships`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | Yes       |

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

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

### <a name="items_chair_count"></a>1.13. Property `Institution Rankings > Institution Ranking > chair_count`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | Yes       |

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

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

### <a name="items_total_papers"></a>1.14. Property `Institution Rankings > Institution Ranking > total_papers`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | Yes       |

**Description:** Total DBLP paper count at tracked conferences.

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

### <a name="items_artifact_rate"></a>1.15. Property `Institution Rankings > Institution Ranking > artifact_rate`

|              |          |
| ------------ | -------- |
| **Type**     | `number` |
| **Required** | Yes      |

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

| Restrictions |          |
| ------------ | -------- |
| **Minimum**  | &ge; 0   |
| **Maximum**  | &le; 100 |

### <a name="items_num_authors"></a>1.16. Property `Institution Rankings > Institution Ranking > num_authors`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | Yes       |

**Description:** Count of unique authors affiliated with this institution.

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 1 |

### <a name="items_conferences"></a>1.17. Property `Institution Rankings > Institution Ranking > conferences`

|              |                   |
| ------------ | ----------------- |
| **Type**     | `array of string` |
| **Required** | Yes               |

**Description:** List of conferences where the institution has contributions.

|                      | Array restrictions |
| -------------------- | ------------------ |
| **Min items**        | N/A                |
| **Max items**        | N/A                |
| **Items unicity**    | False              |
| **Additional items** | False              |
| **Tuple validation** | See below          |

| Each item of this array must be               | Description |
| --------------------------------------------- | ----------- |
| [conferences items](#items_conferences_items) | -           |

#### <a name="items_conferences_items"></a>1.17.1. Institution Rankings > Institution Ranking > conferences > conferences items

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | No       |

### <a name="items_years"></a>1.18. Property `Institution Rankings > Institution Ranking > years`

|                           |             |
| ------------------------- | ----------- |
| **Type**                  | `object`    |
| **Required**              | Yes         |
| **Additional properties** | Not allowed |

**Description:** Mapping of year (as string) to activity count.

| Property                               | Pattern | Type    | Deprecated | Definition | Title/Description |
| -------------------------------------- | ------- | ------- | ---------- | ---------- | ----------------- |
| - [^[0-9]{4}$](#items_years_pattern1 ) | Yes     | integer | No         | -          | -                 |

#### <a name="items_years_pattern1"></a>1.18.1. Pattern Property `Institution Rankings > Institution Ranking > years > ^[0-9]{4}$`
> All properties whose name matches the regular expression
```^[0-9]{4}$``` ([Test](https://regex101.com/?regex=%5E%5B0-9%5D%7B4%7D%24))
must respect the following conditions

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | No        |

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

### <a name="items_top_authors"></a>1.19. Property `Institution Rankings > Institution Ranking > top_authors`

|              |         |
| ------------ | ------- |
| **Type**     | `array` |
| **Required** | Yes     |

**Description:** Top 20 authors from this institution, sorted by combined_score.

|                      | Array restrictions |
| -------------------- | ------------------ |
| **Min items**        | N/A                |
| **Max items**        | 20                 |
| **Items unicity**    | False              |
| **Additional items** | False              |
| **Tuple validation** | See below          |

| Each item of this array must be        | Description                                                 |
| -------------------------------------- | ----------------------------------------------------------- |
| [Top Author](#items_top_authors_items) | Summary of a top-contributing author within an institution. |

#### <a name="items_top_authors_items"></a>1.19.1. Institution Rankings > Institution Ranking > top_authors > Top Author

**Title:** Top Author

|                           |                   |
| ------------------------- | ----------------- |
| **Type**                  | `object`          |
| **Required**              | No                |
| **Additional properties** | Not allowed       |
| **Defined in**            | #/$defs/TopAuthor |

**Description:** Summary of a top-contributing author within an institution.

| Property                                                     | Pattern | Type    | Deprecated | Definition | Title/Description                                                 |
| ------------------------------------------------------------ | ------- | ------- | ---------- | ---------- | ----------------------------------------------------------------- |
| + [name](#items_top_authors_items_name )                     | No      | string  | No         | -          | Author name (may include DBLP disambiguation suffix like '0001'). |
| + [affiliation](#items_top_authors_items_affiliation )       | No      | string  | No         | -          | Author's institution affiliation.                                 |
| + [combined_score](#items_top_authors_items_combined_score ) | No      | integer | No         | -          | Author's combined artifact + AE score.                            |
| + [artifacts](#items_top_authors_items_artifacts )           | No      | integer | No         | -          | Number of artifacts authored.                                     |
| + [ae_memberships](#items_top_authors_items_ae_memberships ) | No      | integer | No         | -          | Number of AE committee memberships.                               |
| + [total_papers](#items_top_authors_items_total_papers )     | No      | integer | No         | -          | Total papers at tracked conferences.                              |

##### <a name="items_top_authors_items_name"></a>1.19.1.1. Property `Institution Rankings > Institution Ranking > top_authors > Top Author > name`

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | Yes      |

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

##### <a name="items_top_authors_items_affiliation"></a>1.19.1.2. Property `Institution Rankings > Institution Ranking > top_authors > Top Author > affiliation`

|              |          |
| ------------ | -------- |
| **Type**     | `string` |
| **Required** | Yes      |

**Description:** Author's institution affiliation.

##### <a name="items_top_authors_items_combined_score"></a>1.19.1.3. Property `Institution Rankings > Institution Ranking > top_authors > Top Author > combined_score`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | Yes       |

**Description:** Author's combined artifact + AE score.

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

##### <a name="items_top_authors_items_artifacts"></a>1.19.1.4. Property `Institution Rankings > Institution Ranking > top_authors > Top Author > artifacts`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | Yes       |

**Description:** Number of artifacts authored.

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

##### <a name="items_top_authors_items_ae_memberships"></a>1.19.1.5. Property `Institution Rankings > Institution Ranking > top_authors > Top Author > ae_memberships`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | Yes       |

**Description:** Number of AE committee memberships.

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

##### <a name="items_top_authors_items_total_papers"></a>1.19.1.6. Property `Institution Rankings > Institution Ranking > top_authors > Top Author > total_papers`

|              |           |
| ------------ | --------- |
| **Type**     | `integer` |
| **Required** | Yes       |

**Description:** Total papers at tracked conferences.

| Restrictions |        |
| ------------ | ------ |
| **Minimum**  | &ge; 0 |

----------------------------------------------------------------------------------------------------------------------------
Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2026-04-04 at 07:56:19 +0000
