# Combined Author Rankings

- [1. Combined Author Rankings > Author Ranking](#items)
  - [1.1. Property `Combined Author Rankings > Author Ranking > rank`](#items_rank)
  - [1.2. Property `Combined Author Rankings > Author Ranking > name`](#items_name)
  - [1.3. Property `Combined Author Rankings > Author Ranking > display_name`](#items_display_name)
  - [1.4. Property `Combined Author Rankings > Author Ranking > affiliation`](#items_affiliation)
  - [1.5. Property `Combined Author Rankings > Author Ranking > display_affiliation`](#items_display_affiliation)
  - [1.6. Property `Combined Author Rankings > Author Ranking > artifacts`](#items_artifacts)
  - [1.7. Property `Combined Author Rankings > Author Ranking > artifact_score`](#items_artifact_score)
  - [1.8. Property `Combined Author Rankings > Author Ranking > artifact_citations`](#items_artifact_citations)
  - [1.9. Property `Combined Author Rankings > Author Ranking > citation_score`](#items_citation_score)
  - [1.10. Property `Combined Author Rankings > Author Ranking > total_papers`](#items_total_papers)
  - [1.11. Property `Combined Author Rankings > Author Ranking > artifact_rate`](#items_artifact_rate)
  - [1.12. Property `Combined Author Rankings > Author Ranking > repro_rate`](#items_repro_rate)
  - [1.13. Property `Combined Author Rankings > Author Ranking > ae_memberships`](#items_ae_memberships)
  - [1.14. Property `Combined Author Rankings > Author Ranking > chair_count`](#items_chair_count)
  - [1.15. Property `Combined Author Rankings > Author Ranking > ae_score`](#items_ae_score)
  - [1.16. Property `Combined Author Rankings > Author Ranking > ae_ratio`](#items_ae_ratio)
  - [1.17. Property `Combined Author Rankings > Author Ranking > combined_score`](#items_combined_score)
  - [1.18. Property `Combined Author Rankings > Author Ranking > badges_available`](#items_badges_available)
  - [1.19. Property `Combined Author Rankings > Author Ranking > badges_functional`](#items_badges_functional)
  - [1.20. Property `Combined Author Rankings > Author Ranking > badges_reproducible`](#items_badges_reproducible)
  - [1.21. Property `Combined Author Rankings > Author Ranking > conferences`](#items_conferences)
    - [1.21.1. Combined Author Rankings > Author Ranking > conferences > conferences items](#items_conferences_items)
  - [1.22. Property `Combined Author Rankings > Author Ranking > years`](#items_years)
    - [1.22.1. Pattern Property `Combined Author Rankings > Author Ranking > years > ^[0-9]{4}$`](#items_years_pattern1)
  - [1.23. Property `Combined Author Rankings > Author Ranking > first_year`](#items_first_year)
  - [1.24. Property `Combined Author Rankings > Author Ranking > last_year`](#items_last_year)

**Title:** Combined Author Rankings

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

**Description:** Ranked list of authors combining artifact contributions and AE committee service. Generated by generate_combined_rankings.py. Variants: combined_rankings.json, systems_combined_rankings.json, security_combined_rankings.json.

|                      | 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                        |
| ------------------------------- | ---------------------------------- |
| [Author Ranking](#items)        | Ranking entry for a single author. |

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

**Title:** Author Ranking

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

**Description:** Ranking entry for a single author.

| Property                                             | Pattern | Type            | Deprecated | Definition | Title/Description                                                                              |
| ---------------------------------------------------- | ------- | --------------- | ---------- | ---------- | ---------------------------------------------------------------------------------------------- |
| + [rank](#items_rank )                               | No      | integer         | No         | -          | Ranking position (with ties — multiple authors can share the same rank).                       |
| + [name](#items_name )                               | No      | string          | No         | -          | Full author name including DBLP disambiguation suffix (e.g., 'John Smith 0001').               |
| + [display_name](#items_display_name )               | No      | string          | No         | -          | Author name without DBLP disambiguation suffix.                                                |
| + [affiliation](#items_affiliation )                 | No      | string          | No         | -          | Raw affiliation string from DBLP.                                                              |
| + [display_affiliation](#items_display_affiliation ) | No      | string          | No         | -          | Normalized/cleaned institution name.                                                           |
| + [artifacts](#items_artifacts )                     | No      | integer         | No         | -          | Total number of artifacts authored.                                                            |
| + [artifact_score](#items_artifact_score )           | No      | integer         | No         | -          | Points from artifacts: each artifact scores 1 (available) + 1 (functional) + 1 (reproducible). |
| + [artifact_citations](#items_artifact_citations )   | No      | integer         | No         | -          | Citation count for artifacts (currently 0).                                                    |
| + [citation_score](#items_citation_score )           | No      | integer         | No         | -          | Points from citations (currently 0).                                                           |
| + [total_papers](#items_total_papers )               | No      | integer         | No         | -          | Total papers published at tracked conferences (from DBLP).                                     |
| + [artifact_rate](#items_artifact_rate )             | No      | number          | No         | -          | Percentage of papers with artifacts.                                                           |
| + [repro_rate](#items_repro_rate )                   | No      | integer         | No         | -          | Percentage of artifacts with a reproducibility badge.                                          |
| + [ae_memberships](#items_ae_memberships )           | No      | integer         | No         | -          | Number of AE committee memberships.                                                            |
| + [chair_count](#items_chair_count )                 | No      | integer         | No         | -          | Number of AE chair roles.                                                                      |
| + [ae_score](#items_ae_score )                       | No      | integer         | No         | -          | Points from AE service: memberships * 3 + chairs * 2.                                          |
| + [ae_ratio](#items_ae_ratio )                       | No      | number or null  | No         | -          | Artifact score / AE score ratio. Null if ae_score is 0.                                        |
| + [combined_score](#items_combined_score )           | No      | integer         | No         | -          | Total score: artifact_score + citation_score + ae_score. Minimum threshold of 3 for inclusion. |
| + [badges_available](#items_badges_available )       | No      | integer         | No         | -          | Count of 'available' badges.                                                                   |
| + [badges_functional](#items_badges_functional )     | No      | integer         | No         | -          | Count of 'functional' badges.                                                                  |
| + [badges_reproducible](#items_badges_reproducible ) | No      | integer         | No         | -          | Count of 'reproduced' badges.                                                                  |
| + [conferences](#items_conferences )                 | No      | array of string | No         | -          | Conferences where the author has contributed artifacts or served on AE.                        |
| + [years](#items_years )                             | No      | object          | No         | -          | Year-to-activity-count mapping.                                                                |
| + [first_year](#items_first_year )                   | No      | integer or null | No         | -          | Earliest year of activity. Null if no dated records.                                           |
| + [last_year](#items_last_year )                     | No      | integer or null | No         | -          | Most recent year of activity. Null if no dated records.                                        |

### <a name="items_rank"></a>1.1. Property `Combined Author Rankings > Author Ranking > rank`

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

**Description:** Ranking position (with ties — multiple authors can share the same rank).

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

### <a name="items_name"></a>1.2. Property `Combined Author Rankings > Author Ranking > name`

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

**Description:** Full author name including DBLP disambiguation suffix (e.g., 'John Smith 0001').

### <a name="items_display_name"></a>1.3. Property `Combined Author Rankings > Author Ranking > display_name`

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

**Description:** Author name without DBLP disambiguation suffix.

### <a name="items_affiliation"></a>1.4. Property `Combined Author Rankings > Author Ranking > affiliation`

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

**Description:** Raw affiliation string from DBLP.

### <a name="items_display_affiliation"></a>1.5. Property `Combined Author Rankings > Author Ranking > display_affiliation`

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

**Description:** Normalized/cleaned institution name.

### <a name="items_artifacts"></a>1.6. Property `Combined Author Rankings > Author Ranking > artifacts`

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

**Description:** Total number of artifacts authored.

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

### <a name="items_artifact_score"></a>1.7. Property `Combined Author Rankings > Author Ranking > artifact_score`

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

**Description:** Points from artifacts: each artifact scores 1 (available) + 1 (functional) + 1 (reproducible).

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

### <a name="items_artifact_citations"></a>1.8. Property `Combined Author Rankings > Author Ranking > artifact_citations`

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

**Description:** Citation count for artifacts (currently 0).

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

### <a name="items_citation_score"></a>1.9. Property `Combined Author Rankings > Author Ranking > citation_score`

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

**Description:** Points from citations (currently 0).

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

### <a name="items_total_papers"></a>1.10. Property `Combined Author Rankings > Author Ranking > total_papers`

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

**Description:** Total papers published at tracked conferences (from DBLP).

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

### <a name="items_artifact_rate"></a>1.11. Property `Combined Author Rankings > Author Ranking > artifact_rate`

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

**Description:** Percentage of papers with artifacts.

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

### <a name="items_repro_rate"></a>1.12. Property `Combined Author Rankings > Author Ranking > repro_rate`

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

**Description:** Percentage of artifacts with a reproducibility badge.

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

### <a name="items_ae_memberships"></a>1.13. Property `Combined Author Rankings > Author Ranking > ae_memberships`

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

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

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

### <a name="items_chair_count"></a>1.14. Property `Combined Author Rankings > Author Ranking > chair_count`

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

**Description:** Number of AE chair roles.

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

### <a name="items_ae_score"></a>1.15. Property `Combined Author Rankings > Author Ranking > ae_score`

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

**Description:** Points from AE service: memberships * 3 + chairs * 2.

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

### <a name="items_ae_ratio"></a>1.16. Property `Combined Author Rankings > Author Ranking > ae_ratio`

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

**Description:** Artifact score / AE score ratio. Null if ae_score is 0.

### <a name="items_combined_score"></a>1.17. Property `Combined Author Rankings > Author Ranking > combined_score`

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

**Description:** Total score: artifact_score + citation_score + ae_score. Minimum threshold of 3 for inclusion.

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

### <a name="items_badges_available"></a>1.18. Property `Combined Author Rankings > Author Ranking > badges_available`

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

**Description:** Count of 'available' badges.

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

### <a name="items_badges_functional"></a>1.19. Property `Combined Author Rankings > Author Ranking > badges_functional`

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

**Description:** Count of 'functional' badges.

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

### <a name="items_badges_reproducible"></a>1.20. Property `Combined Author Rankings > Author Ranking > badges_reproducible`

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

**Description:** Count of 'reproduced' badges.

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

### <a name="items_conferences"></a>1.21. Property `Combined Author Rankings > Author Ranking > conferences`

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

**Description:** Conferences where the author has contributed artifacts or served on AE.

|                      | 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.21.1. Combined Author Rankings > Author Ranking > conferences > conferences items

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

### <a name="items_years"></a>1.22. Property `Combined Author Rankings > Author Ranking > years`

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

**Description:** Year-to-activity-count mapping.

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

#### <a name="items_years_pattern1"></a>1.22.1. Pattern Property `Combined Author Rankings > Author 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_first_year"></a>1.23. Property `Combined Author Rankings > Author Ranking > first_year`

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

**Description:** Earliest year of activity. Null if no dated records.

### <a name="items_last_year"></a>1.24. Property `Combined Author Rankings > Author Ranking > last_year`

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

**Description:** Most recent year of activity. Null if no dated records.

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