# AuthorStats Collection

- [1. AuthorStats Collection > AuthorStats](#items)
  - [1.1. Property `AuthorStats Collection > AuthorStats > author_id`](#items_author_id)
    - [1.1.1. Property `AuthorStats Collection > AuthorStats > author_id > anyOf > item 0`](#items_author_id_anyOf_i0)
    - [1.1.2. Property `AuthorStats Collection > AuthorStats > author_id > anyOf > item 1`](#items_author_id_anyOf_i1)
  - [1.2. Property `AuthorStats Collection > AuthorStats > name`](#items_name)
  - [1.3. Property `AuthorStats Collection > AuthorStats > display_name`](#items_display_name)
  - [1.4. Property `AuthorStats Collection > AuthorStats > affiliation`](#items_affiliation)
  - [1.5. Property `AuthorStats Collection > AuthorStats > artifact_count`](#items_artifact_count)
  - [1.6. Property `AuthorStats Collection > AuthorStats > total_papers`](#items_total_papers)
  - [1.7. Property `AuthorStats Collection > AuthorStats > total_papers_by_conf`](#items_total_papers_by_conf)
    - [1.7.1. Property `AuthorStats Collection > AuthorStats > total_papers_by_conf > additionalProperties`](#items_total_papers_by_conf_additionalProperties)
  - [1.8. Property `AuthorStats Collection > AuthorStats > total_papers_by_conf_year`](#items_total_papers_by_conf_year)
    - [1.8.1. Property `AuthorStats Collection > AuthorStats > total_papers_by_conf_year > additionalProperties`](#items_total_papers_by_conf_year_additionalProperties)
      - [1.8.1.1. Property `AuthorStats Collection > AuthorStats > total_papers_by_conf_year > additionalProperties > additionalProperties`](#items_total_papers_by_conf_year_additionalProperties_additionalProperties)
  - [1.9. Property `AuthorStats Collection > AuthorStats > artifact_rate`](#items_artifact_rate)
  - [1.10. Property `AuthorStats Collection > AuthorStats > repro_rate`](#items_repro_rate)
  - [1.11. Property `AuthorStats Collection > AuthorStats > functional_rate`](#items_functional_rate)
  - [1.12. Property `AuthorStats Collection > AuthorStats > category`](#items_category)
  - [1.13. Property `AuthorStats Collection > AuthorStats > conferences`](#items_conferences)
    - [1.13.1. AuthorStats Collection > AuthorStats > conferences > conferences items](#items_conferences_items)
  - [1.14. Property `AuthorStats Collection > AuthorStats > years`](#items_years)
    - [1.14.1. AuthorStats Collection > AuthorStats > years > years items](#items_years_items)
  - [1.15. Property `AuthorStats Collection > AuthorStats > year_range`](#items_year_range)
  - [1.16. Property `AuthorStats Collection > AuthorStats > recent_count`](#items_recent_count)
  - [1.17. Property `AuthorStats Collection > AuthorStats > artifact_citations`](#items_artifact_citations)
  - [1.18. Property `AuthorStats Collection > AuthorStats > badges_available`](#items_badges_available)
  - [1.19. Property `AuthorStats Collection > AuthorStats > badges_functional`](#items_badges_functional)
  - [1.20. Property `AuthorStats Collection > AuthorStats > badges_reproducible`](#items_badges_reproducible)
  - [1.21. Property `AuthorStats Collection > AuthorStats > papers`](#items_papers)
    - [1.21.1. AuthorStats Collection > AuthorStats > papers > ArtifactPaper](#items_papers_items)
      - [1.21.1.1. Property `AuthorStats Collection > AuthorStats > papers > ArtifactPaper > title`](#items_papers_items_title)
      - [1.21.1.2. Property `AuthorStats Collection > AuthorStats > papers > ArtifactPaper > conference`](#items_papers_items_conference)
      - [1.21.1.3. Property `AuthorStats Collection > AuthorStats > papers > ArtifactPaper > year`](#items_papers_items_year)
      - [1.21.1.4. Property `AuthorStats Collection > AuthorStats > papers > ArtifactPaper > badges`](#items_papers_items_badges)
        - [1.21.1.4.1. AuthorStats Collection > AuthorStats > papers > ArtifactPaper > badges > badges items](#items_papers_items_badges_items)
      - [1.21.1.5. Property `AuthorStats Collection > AuthorStats > papers > ArtifactPaper > category`](#items_papers_items_category)
      - [1.21.1.6. Property `AuthorStats Collection > AuthorStats > papers > ArtifactPaper > artifact_citations`](#items_papers_items_artifact_citations)
  - [1.22. Property `AuthorStats Collection > AuthorStats > papers_without_artifacts`](#items_papers_without_artifacts)
    - [1.22.1. AuthorStats Collection > AuthorStats > papers_without_artifacts > PlainPaper](#items_papers_without_artifacts_items)
      - [1.22.1.1. Property `AuthorStats Collection > AuthorStats > papers_without_artifacts > PlainPaper > title`](#items_papers_without_artifacts_items_title)
      - [1.22.1.2. Property `AuthorStats Collection > AuthorStats > papers_without_artifacts > PlainPaper > conference`](#items_papers_without_artifacts_items_conference)
      - [1.22.1.3. Property `AuthorStats Collection > AuthorStats > papers_without_artifacts > PlainPaper > year`](#items_papers_without_artifacts_items_year)
  - [1.23. Property `AuthorStats Collection > AuthorStats > paper_ids`](#items_paper_ids)
    - [1.23.1. AuthorStats Collection > AuthorStats > paper_ids > paper_ids items](#items_paper_ids_items)
  - [1.24. Property `AuthorStats Collection > AuthorStats > papers_without_artifact_ids`](#items_papers_without_artifact_ids)
    - [1.24.1. AuthorStats Collection > AuthorStats > papers_without_artifact_ids > papers_without_artifact_ids items](#items_papers_without_artifact_ids_items)

**Title:** AuthorStats Collection

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

**Description:** Complete statistics for a single author.

Generated by ``generate_author_stats.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                                  |
| ------------------------------- | -------------------------------------------- |
| [AuthorStats](#items)           | Complete statistics for a single author. ... |

## <a name="items"></a>1. AuthorStats Collection > AuthorStats

**Title:** AuthorStats

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

**Description:** Complete statistics for a single author.

Generated by ``generate_author_stats.py``.

| Property                                                             | Pattern | Type             | Deprecated | Definition | Title/Description           |
| -------------------------------------------------------------------- | ------- | ---------------- | ---------- | ---------- | --------------------------- |
| - [author_id](#items_author_id )                                     | No      | Combination      | No         | -          | Author Id                   |
| + [name](#items_name )                                               | No      | string           | No         | -          | Name                        |
| + [display_name](#items_display_name )                               | No      | string           | No         | -          | Display Name                |
| + [affiliation](#items_affiliation )                                 | No      | string           | No         | -          | Affiliation                 |
| + [artifact_count](#items_artifact_count )                           | No      | integer          | No         | -          | Artifact Count              |
| + [total_papers](#items_total_papers )                               | No      | integer          | No         | -          | Total Papers                |
| + [total_papers_by_conf](#items_total_papers_by_conf )               | No      | object           | No         | -          | Total Papers By Conf        |
| + [total_papers_by_conf_year](#items_total_papers_by_conf_year )     | No      | object           | No         | -          | Total Papers By Conf Year   |
| + [artifact_rate](#items_artifact_rate )                             | No      | number           | No         | -          | Artifact Rate               |
| + [repro_rate](#items_repro_rate )                                   | No      | number           | No         | -          | Repro Rate                  |
| + [functional_rate](#items_functional_rate )                         | No      | number           | No         | -          | Functional Rate             |
| + [category](#items_category )                                       | No      | enum (of string) | No         | -          | Category                    |
| + [conferences](#items_conferences )                                 | No      | array of string  | No         | -          | Conferences                 |
| + [years](#items_years )                                             | No      | array of integer | No         | -          | Years                       |
| + [year_range](#items_year_range )                                   | No      | string           | No         | -          | Year Range                  |
| + [recent_count](#items_recent_count )                               | No      | integer          | No         | -          | Recent Count                |
| + [artifact_citations](#items_artifact_citations )                   | No      | integer          | No         | -          | Artifact Citations          |
| + [badges_available](#items_badges_available )                       | No      | integer          | No         | -          | Badges Available            |
| + [badges_functional](#items_badges_functional )                     | No      | integer          | No         | -          | Badges Functional           |
| + [badges_reproducible](#items_badges_reproducible )                 | No      | integer          | No         | -          | Badges Reproducible         |
| - [papers](#items_papers )                                           | No      | array            | No         | -          | Papers                      |
| - [papers_without_artifacts](#items_papers_without_artifacts )       | No      | array            | No         | -          | Papers Without Artifacts    |
| - [paper_ids](#items_paper_ids )                                     | No      | array of integer | No         | -          | Paper Ids                   |
| - [papers_without_artifact_ids](#items_papers_without_artifact_ids ) | No      | array of integer | No         | -          | Papers Without Artifact Ids |

### <a name="items_author_id"></a>1.1. Property `AuthorStats Collection > AuthorStats > author_id`

**Title:** Author Id

|                           |                  |
| ------------------------- | ---------------- |
| **Type**                  | `combining`      |
| **Required**              | No               |
| **Additional properties** | Any type allowed |
| **Default**               | `null`           |

**Description:** Stable integer identifier referencing the canonical author_index.

| Any of(Option)                      |
| ----------------------------------- |
| [item 0](#items_author_id_anyOf_i0) |
| [item 1](#items_author_id_anyOf_i1) |

#### <a name="items_author_id_anyOf_i0"></a>1.1.1. Property `AuthorStats Collection > AuthorStats > author_id > anyOf > item 0`

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

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

#### <a name="items_author_id_anyOf_i1"></a>1.1.2. Property `AuthorStats Collection > AuthorStats > author_id > anyOf > item 1`

|              |        |
| ------------ | ------ |
| **Type**     | `null` |
| **Required** | No     |

### <a name="items_name"></a>1.2. Property `AuthorStats Collection > AuthorStats > name`

**Title:** Name

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

**Description:** Full name in DBLP format (may include disambiguation suffix).

### <a name="items_display_name"></a>1.3. Property `AuthorStats Collection > AuthorStats > display_name`

**Title:** Display Name

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

**Description:** Name without DBLP disambiguation suffix.

### <a name="items_affiliation"></a>1.4. Property `AuthorStats Collection > AuthorStats > affiliation`

**Title:** Affiliation

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

**Description:** Normalized institution affiliation.

### <a name="items_artifact_count"></a>1.5. Property `AuthorStats Collection > AuthorStats > artifact_count`

**Title:** Artifact Count

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

**Description:** Total artifacts authored.

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

### <a name="items_total_papers"></a>1.6. Property `AuthorStats Collection > AuthorStats > total_papers`

**Title:** Total Papers

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

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

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

### <a name="items_total_papers_by_conf"></a>1.7. Property `AuthorStats Collection > AuthorStats > total_papers_by_conf`

**Title:** Total Papers By Conf

|                           |                                                                                                         |
| ------------------------- | ------------------------------------------------------------------------------------------------------- |
| **Type**                  | `object`                                                                                                |
| **Required**              | Yes                                                                                                     |
| **Additional properties** | [Each additional property must conform to the schema](#items_total_papers_by_conf_additionalProperties) |

**Description:** Mapping of conference name to paper count at that conference.

| Property                                                | Pattern | Type    | Deprecated | Definition | Title/Description |
| ------------------------------------------------------- | ------- | ------- | ---------- | ---------- | ----------------- |
| - [](#items_total_papers_by_conf_additionalProperties ) | No      | integer | No         | -          | -                 |

#### <a name="items_total_papers_by_conf_additionalProperties"></a>1.7.1. Property `AuthorStats Collection > AuthorStats > total_papers_by_conf > additionalProperties`

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

### <a name="items_total_papers_by_conf_year"></a>1.8. Property `AuthorStats Collection > AuthorStats > total_papers_by_conf_year`

**Title:** Total Papers By Conf Year

|                           |                                                                                                              |
| ------------------------- | ------------------------------------------------------------------------------------------------------------ |
| **Type**                  | `object`                                                                                                     |
| **Required**              | Yes                                                                                                          |
| **Additional properties** | [Each additional property must conform to the schema](#items_total_papers_by_conf_year_additionalProperties) |

**Description:** Nested mapping: conference name → { year → count }.

| Property                                                     | Pattern | Type   | Deprecated | Definition | Title/Description |
| ------------------------------------------------------------ | ------- | ------ | ---------- | ---------- | ----------------- |
| - [](#items_total_papers_by_conf_year_additionalProperties ) | No      | object | No         | -          | -                 |

#### <a name="items_total_papers_by_conf_year_additionalProperties"></a>1.8.1. Property `AuthorStats Collection > AuthorStats > total_papers_by_conf_year > additionalProperties`

|                           |                                                                                                                                   |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| **Type**                  | `object`                                                                                                                          |
| **Required**              | No                                                                                                                                |
| **Additional properties** | [Each additional property must conform to the schema](#items_total_papers_by_conf_year_additionalProperties_additionalProperties) |

| Property                                                                          | Pattern | Type    | Deprecated | Definition | Title/Description |
| --------------------------------------------------------------------------------- | ------- | ------- | ---------- | ---------- | ----------------- |
| - [](#items_total_papers_by_conf_year_additionalProperties_additionalProperties ) | No      | integer | No         | -          | -                 |

##### <a name="items_total_papers_by_conf_year_additionalProperties_additionalProperties"></a>1.8.1.1. Property `AuthorStats Collection > AuthorStats > total_papers_by_conf_year > additionalProperties > additionalProperties`

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

### <a name="items_artifact_rate"></a>1.9. Property `AuthorStats Collection > AuthorStats > artifact_rate`

**Title:** 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.10. Property `AuthorStats Collection > AuthorStats > repro_rate`

**Title:** Repro Rate

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

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

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

### <a name="items_functional_rate"></a>1.11. Property `AuthorStats Collection > AuthorStats > functional_rate`

**Title:** Functional Rate

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

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

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

### <a name="items_category"></a>1.12. Property `AuthorStats Collection > AuthorStats > category`

**Title:** Category

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

**Description:** Research domain based on conferences published at.

Must be one of:
* "systems"
* "security"
* "both"
* "unknown"

### <a name="items_conferences"></a>1.13. Property `AuthorStats Collection > AuthorStats > conferences`

**Title:** Conferences

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

**Description:** List of conferences where author has published.

|                      | 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.13.1. AuthorStats Collection > AuthorStats > conferences > conferences items

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

### <a name="items_years"></a>1.14. Property `AuthorStats Collection > AuthorStats > years`

**Title:** Years

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

**Description:** Sorted list of years with activity.

|                      | 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 |
| --------------------------------- | ----------- |
| [years items](#items_years_items) | -           |

#### <a name="items_years_items"></a>1.14.1. AuthorStats Collection > AuthorStats > years > years items

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

### <a name="items_year_range"></a>1.15. Property `AuthorStats Collection > AuthorStats > year_range`

**Title:** Year Range

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

**Description:** Activity range in 'YYYY-YYYY' format.

| Restrictions                      |                                                                                       |
| --------------------------------- | ------------------------------------------------------------------------------------- |
| **Must match regular expression** | ```^\d{4}-\d{4}$``` [Test](https://regex101.com/?regex=%5E%5Cd%7B4%7D-%5Cd%7B4%7D%24) |

### <a name="items_recent_count"></a>1.16. Property `AuthorStats Collection > AuthorStats > recent_count`

**Title:** Recent Count

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

**Description:** Number of papers in the last 3 years.

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

### <a name="items_artifact_citations"></a>1.17. Property `AuthorStats Collection > AuthorStats > artifact_citations`

**Title:** Artifact Citations

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

**Description:** Total citation count for artifacts.

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

### <a name="items_badges_available"></a>1.18. Property `AuthorStats Collection > AuthorStats > badges_available`

**Title:** Badges Available

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

**Description:** Count of 'available' badges across all artifacts.

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

### <a name="items_badges_functional"></a>1.19. Property `AuthorStats Collection > AuthorStats > badges_functional`

**Title:** 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.20. Property `AuthorStats Collection > AuthorStats > badges_reproducible`

**Title:** Badges Reproducible

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

**Description:** Count of 'reproduced' badges across all artifacts.

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

### <a name="items_papers"></a>1.21. Property `AuthorStats Collection > AuthorStats > papers`

**Title:** Papers

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

**Description:** DEPRECATED in YAML output (use paper_ids). Retained in JSON for backward compatibility.

|                      | 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                                         |
| ------------------------------------ | --------------------------------------------------- |
| [ArtifactPaper](#items_papers_items) | A paper that has an associated artifact evaluation. |

#### <a name="items_papers_items"></a>1.21.1. AuthorStats Collection > AuthorStats > papers > ArtifactPaper

**Title:** ArtifactPaper

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

**Description:** A paper that has an associated artifact evaluation.

| Property                                                        | Pattern | Type             | Deprecated | Definition | Title/Description  |
| --------------------------------------------------------------- | ------- | ---------------- | ---------- | ---------- | ------------------ |
| + [title](#items_papers_items_title )                           | No      | string           | No         | -          | Title              |
| + [conference](#items_papers_items_conference )                 | No      | string           | No         | -          | Conference         |
| + [year](#items_papers_items_year )                             | No      | integer          | No         | -          | Year               |
| + [badges](#items_papers_items_badges )                         | No      | array of string  | No         | -          | Badges             |
| + [category](#items_papers_items_category )                     | No      | enum (of string) | No         | -          | Category           |
| + [artifact_citations](#items_papers_items_artifact_citations ) | No      | integer          | No         | -          | Artifact Citations |

##### <a name="items_papers_items_title"></a>1.21.1.1. Property `AuthorStats Collection > AuthorStats > papers > ArtifactPaper > title`

**Title:** Title

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

**Description:** Paper title.

##### <a name="items_papers_items_conference"></a>1.21.1.2. Property `AuthorStats Collection > AuthorStats > papers > ArtifactPaper > conference`

**Title:** Conference

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

**Description:** Conference abbreviation.

##### <a name="items_papers_items_year"></a>1.21.1.3. Property `AuthorStats Collection > AuthorStats > papers > ArtifactPaper > year`

**Title:** Year

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

**Description:** Publication year.

##### <a name="items_papers_items_badges"></a>1.21.1.4. Property `AuthorStats Collection > AuthorStats > papers > ArtifactPaper > badges`

**Title:** Badges

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

**Description:** Artifact evaluation badges. Canonical values: 'available', 'functional', 'reproduced', 'reusable', 'replicated'.

|                      | 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 |
| ------------------------------------------------ | ----------- |
| [badges items](#items_papers_items_badges_items) | -           |

###### <a name="items_papers_items_badges_items"></a>1.21.1.4.1. AuthorStats Collection > AuthorStats > papers > ArtifactPaper > badges > badges items

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

##### <a name="items_papers_items_category"></a>1.21.1.5. Property `AuthorStats Collection > AuthorStats > papers > ArtifactPaper > category`

**Title:** Category

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

**Description:** Research domain.

Must be one of:
* "systems"
* "security"

##### <a name="items_papers_items_artifact_citations"></a>1.21.1.6. Property `AuthorStats Collection > AuthorStats > papers > ArtifactPaper > artifact_citations`

**Title:** Artifact Citations

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

**Description:** Citation count for this artifact.

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

### <a name="items_papers_without_artifacts"></a>1.22. Property `AuthorStats Collection > AuthorStats > papers_without_artifacts`

**Title:** Papers Without Artifacts

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

**Description:** DEPRECATED in YAML output (use papers_without_artifact_ids). Retained in 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                                       |
| --------------------------------------------------- | ------------------------------------------------- |
| [PlainPaper](#items_papers_without_artifacts_items) | A published paper without an artifact evaluation. |

#### <a name="items_papers_without_artifacts_items"></a>1.22.1. AuthorStats Collection > AuthorStats > papers_without_artifacts > PlainPaper

**Title:** PlainPaper

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

**Description:** A published paper without an artifact evaluation.

| Property                                                          | Pattern | Type    | Deprecated | Definition | Title/Description |
| ----------------------------------------------------------------- | ------- | ------- | ---------- | ---------- | ----------------- |
| + [title](#items_papers_without_artifacts_items_title )           | No      | string  | No         | -          | Title             |
| + [conference](#items_papers_without_artifacts_items_conference ) | No      | string  | No         | -          | Conference        |
| + [year](#items_papers_without_artifacts_items_year )             | No      | integer | No         | -          | Year              |

##### <a name="items_papers_without_artifacts_items_title"></a>1.22.1.1. Property `AuthorStats Collection > AuthorStats > papers_without_artifacts > PlainPaper > title`

**Title:** Title

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

**Description:** Paper title.

##### <a name="items_papers_without_artifacts_items_conference"></a>1.22.1.2. Property `AuthorStats Collection > AuthorStats > papers_without_artifacts > PlainPaper > conference`

**Title:** Conference

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

**Description:** Conference abbreviation.

##### <a name="items_papers_without_artifacts_items_year"></a>1.22.1.3. Property `AuthorStats Collection > AuthorStats > papers_without_artifacts > PlainPaper > year`

**Title:** Year

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

**Description:** Publication year.

### <a name="items_paper_ids"></a>1.23. Property `AuthorStats Collection > AuthorStats > paper_ids`

**Title:** Paper Ids

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

**Description:** List of paper index IDs for artifact papers. References papers.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 |
| ----------------------------------------- | ----------- |
| [paper_ids items](#items_paper_ids_items) | -           |

#### <a name="items_paper_ids_items"></a>1.23.1. AuthorStats Collection > AuthorStats > paper_ids > paper_ids items

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

### <a name="items_papers_without_artifact_ids"></a>1.24. Property `AuthorStats Collection > AuthorStats > papers_without_artifact_ids`

**Title:** Papers Without Artifact Ids

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

**Description:** List of paper index IDs for non-artifact papers. References papers.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 |
| ----------------------------------------------------------------------------- | ----------- |
| [papers_without_artifact_ids items](#items_papers_without_artifact_ids_items) | -           |

#### <a name="items_papers_without_artifact_ids_items"></a>1.24.1. AuthorStats Collection > AuthorStats > papers_without_artifact_ids > papers_without_artifact_ids items

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

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