# Author Statistics

- [1. Author Statistics > Author Statistics](#items)
  - [1.1. Property `Author Statistics > Author Statistics > name`](#items_name)
  - [1.2. Property `Author Statistics > Author Statistics > display_name`](#items_display_name)
  - [1.3. Property `Author Statistics > Author Statistics > affiliation`](#items_affiliation)
  - [1.4. Property `Author Statistics > Author Statistics > artifact_count`](#items_artifact_count)
  - [1.5. Property `Author Statistics > Author Statistics > total_papers`](#items_total_papers)
  - [1.6. Property `Author Statistics > Author Statistics > total_papers_by_conf`](#items_total_papers_by_conf)
    - [1.6.1. Property `Author Statistics > Author Statistics > total_papers_by_conf > additionalProperties`](#items_total_papers_by_conf_additionalProperties)
  - [1.7. Property `Author Statistics > Author Statistics > total_papers_by_conf_year`](#items_total_papers_by_conf_year)
    - [1.7.1. Property `Author Statistics > Author Statistics > total_papers_by_conf_year > additionalProperties`](#items_total_papers_by_conf_year_additionalProperties)
      - [1.7.1.1. Pattern Property `Author Statistics > Author Statistics > total_papers_by_conf_year > additionalProperties > ^[0-9]{4}$`](#items_total_papers_by_conf_year_additionalProperties_pattern1)
  - [1.8. Property `Author Statistics > Author Statistics > artifact_rate`](#items_artifact_rate)
  - [1.9. Property `Author Statistics > Author Statistics > repro_rate`](#items_repro_rate)
  - [1.10. Property `Author Statistics > Author Statistics > functional_rate`](#items_functional_rate)
  - [1.11. Property `Author Statistics > Author Statistics > category`](#items_category)
  - [1.12. Property `Author Statistics > Author Statistics > conferences`](#items_conferences)
    - [1.12.1. Author Statistics > Author Statistics > conferences > conferences items](#items_conferences_items)
  - [1.13. Property `Author Statistics > Author Statistics > years`](#items_years)
    - [1.13.1. Author Statistics > Author Statistics > years > years items](#items_years_items)
  - [1.14. Property `Author Statistics > Author Statistics > year_range`](#items_year_range)
  - [1.15. Property `Author Statistics > Author Statistics > recent_count`](#items_recent_count)
  - [1.16. Property `Author Statistics > Author Statistics > artifact_citations`](#items_artifact_citations)
  - [1.17. Property `Author Statistics > Author Statistics > badges_available`](#items_badges_available)
  - [1.18. Property `Author Statistics > Author Statistics > badges_functional`](#items_badges_functional)
  - [1.19. Property `Author Statistics > Author Statistics > badges_reproducible`](#items_badges_reproducible)
  - [1.20. Property `Author Statistics > Author Statistics > papers`](#items_papers)
    - [1.20.1. Author Statistics > Author Statistics > papers > Artifact Paper](#items_papers_items)
      - [1.20.1.1. Property `Author Statistics > Author Statistics > papers > Artifact Paper > title`](#items_papers_items_title)
      - [1.20.1.2. Property `Author Statistics > Author Statistics > papers > Artifact Paper > conference`](#items_papers_items_conference)
      - [1.20.1.3. Property `Author Statistics > Author Statistics > papers > Artifact Paper > year`](#items_papers_items_year)
      - [1.20.1.4. Property `Author Statistics > Author Statistics > papers > Artifact Paper > badges`](#items_papers_items_badges)
        - [1.20.1.4.1. Author Statistics > Author Statistics > papers > Artifact Paper > badges > badges items](#items_papers_items_badges_items)
      - [1.20.1.5. Property `Author Statistics > Author Statistics > papers > Artifact Paper > category`](#items_papers_items_category)
      - [1.20.1.6. Property `Author Statistics > Author Statistics > papers > Artifact Paper > artifact_citations`](#items_papers_items_artifact_citations)
  - [1.21. Property `Author Statistics > Author Statistics > papers_without_artifacts`](#items_papers_without_artifacts)
    - [1.21.1. Author Statistics > Author Statistics > papers_without_artifacts > Plain Paper](#items_papers_without_artifacts_items)
      - [1.21.1.1. Property `Author Statistics > Author Statistics > papers_without_artifacts > Plain Paper > title`](#items_papers_without_artifacts_items_title)
      - [1.21.1.2. Property `Author Statistics > Author Statistics > papers_without_artifacts > Plain Paper > conference`](#items_papers_without_artifacts_items_conference)
      - [1.21.1.3. Property `Author Statistics > Author Statistics > papers_without_artifacts > Plain Paper > year`](#items_papers_without_artifacts_items_year)

**Title:** Author Statistics

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

**Description:** Detailed per-author statistics including artifact counts, badges, and paper lists. Generated by generate_author_stats.py. Variants: authors.json, systems_authors.json, security_authors.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 Statistics](#items)     | Complete statistics for a single author. |

## <a name="items"></a>1. Author Statistics > Author Statistics

**Title:** Author Statistics

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

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

| Property                                                         | Pattern | Type             | Deprecated | Definition | Title/Description                                             |
| ---------------------------------------------------------------- | ------- | ---------------- | ---------- | ---------- | ------------------------------------------------------------- |
| + [name](#items_name )                                           | No      | string           | No         | -          | Full name in DBLP format (may include disambiguation suffix). |
| + [display_name](#items_display_name )                           | No      | string           | No         | -          | Name without DBLP disambiguation suffix.                      |
| + [affiliation](#items_affiliation )                             | No      | string           | No         | -          | Normalized institution affiliation.                           |
| + [artifact_count](#items_artifact_count )                       | No      | integer          | No         | -          | Total artifacts authored.                                     |
| + [total_papers](#items_total_papers )                           | No      | integer          | No         | -          | Total papers at tracked conferences.                          |
| + [total_papers_by_conf](#items_total_papers_by_conf )           | No      | object           | No         | -          | Mapping of conference name to paper count at that conference. |
| + [total_papers_by_conf_year](#items_total_papers_by_conf_year ) | No      | object           | No         | -          | Nested mapping: conference name → { year → count }.           |
| + [artifact_rate](#items_artifact_rate )                         | No      | number           | No         | -          | Percentage of papers with artifacts.                          |
| + [repro_rate](#items_repro_rate )                               | No      | number           | No         | -          | Percentage of artifacts with a reproducibility badge.         |
| + [functional_rate](#items_functional_rate )                     | No      | number           | No         | -          | Percentage of artifacts with a functional badge.              |
| + [category](#items_category )                                   | No      | enum (of string) | No         | -          | Research domain based on conferences published at.            |
| + [conferences](#items_conferences )                             | No      | array of string  | No         | -          | List of conferences where author has published.               |
| + [years](#items_years )                                         | No      | array of integer | No         | -          | Sorted list of years with activity.                           |
| + [year_range](#items_year_range )                               | No      | string           | No         | -          | Activity range in 'YYYY-YYYY' format.                         |
| + [recent_count](#items_recent_count )                           | No      | integer          | No         | -          | Number of papers in the last 3 years.                         |
| + [artifact_citations](#items_artifact_citations )               | No      | integer          | No         | -          | Total citation count for artifacts (currently 0).             |
| + [badges_available](#items_badges_available )                   | No      | integer          | No         | -          | Count of 'available' badges across all artifacts.             |
| + [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' badges across all artifacts.            |
| + [papers](#items_papers )                                       | No      | array            | No         | -          | List of papers that have associated artifacts.                |
| + [papers_without_artifacts](#items_papers_without_artifacts )   | No      | array            | No         | -          | List of published papers without artifact evaluations.        |

### <a name="items_name"></a>1.1. Property `Author Statistics > Author Statistics > name`

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

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

### <a name="items_display_name"></a>1.2. Property `Author Statistics > Author Statistics > display_name`

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

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

### <a name="items_affiliation"></a>1.3. Property `Author Statistics > Author Statistics > affiliation`

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

**Description:** Normalized institution affiliation.

### <a name="items_artifact_count"></a>1.4. Property `Author Statistics > Author Statistics > artifact_count`

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

**Description:** Total artifacts authored.

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

### <a name="items_total_papers"></a>1.5. Property `Author Statistics > Author Statistics > 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.6. Property `Author Statistics > Author Statistics > 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.6.1. Property `Author Statistics > Author Statistics > total_papers_by_conf > additionalProperties`

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

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

### <a name="items_total_papers_by_conf_year"></a>1.7. Property `Author Statistics > Author Statistics > 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.7.1. Property `Author Statistics > Author Statistics > total_papers_by_conf_year > additionalProperties`

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

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

##### <a name="items_total_papers_by_conf_year_additionalProperties_pattern1"></a>1.7.1.1. Pattern Property `Author Statistics > Author Statistics > total_papers_by_conf_year > additionalProperties > ^[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_artifact_rate"></a>1.8. Property `Author Statistics > Author Statistics > 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.9. Property `Author Statistics > Author Statistics > 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.10. Property `Author Statistics > Author Statistics > 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.11. Property `Author Statistics > Author Statistics > 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.12. Property `Author Statistics > Author Statistics > 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.12.1. Author Statistics > Author Statistics > conferences > conferences items

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

### <a name="items_years"></a>1.13. Property `Author Statistics > Author Statistics > 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.13.1. Author Statistics > Author Statistics > years > years items

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

### <a name="items_year_range"></a>1.14. Property `Author Statistics > Author Statistics > year_range`

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

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

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

### <a name="items_recent_count"></a>1.15. Property `Author Statistics > Author Statistics > 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.16. Property `Author Statistics > Author Statistics > artifact_citations`

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

**Description:** Total citation count for artifacts (currently 0).

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

### <a name="items_badges_available"></a>1.17. Property `Author Statistics > Author Statistics > 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.18. Property `Author Statistics > Author Statistics > 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.19. Property `Author Statistics > Author Statistics > badges_reproducible`

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

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

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

### <a name="items_papers"></a>1.20. Property `Author Statistics > Author Statistics > papers`

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

**Description:** List of papers that have associated artifacts.

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

#### <a name="items_papers_items"></a>1.20.1. Author Statistics > Author Statistics > papers > Artifact Paper

**Title:** Artifact Paper

|                           |                       |
| ------------------------- | --------------------- |
| **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         | -          | Paper title.                                                                                                     |
| + [conference](#items_papers_items_conference )                 | No      | string           | No         | -          | Conference abbreviation.                                                                                         |
| + [year](#items_papers_items_year )                             | No      | integer          | No         | -          | Publication year.                                                                                                |
| + [badges](#items_papers_items_badges )                         | No      | array of string  | No         | -          | Artifact evaluation badges. Canonical values: 'available', 'functional', 'reproduced', 'reusable', 'replicated'. |
| + [category](#items_papers_items_category )                     | No      | enum (of string) | No         | -          | Research domain.                                                                                                 |
| + [artifact_citations](#items_papers_items_artifact_citations ) | No      | integer          | No         | -          | Citation count for this artifact.                                                                                |

##### <a name="items_papers_items_title"></a>1.20.1.1. Property `Author Statistics > Author Statistics > papers > Artifact Paper > title`

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

**Description:** Paper title.

##### <a name="items_papers_items_conference"></a>1.20.1.2. Property `Author Statistics > Author Statistics > papers > Artifact Paper > conference`

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

**Description:** Conference abbreviation.

##### <a name="items_papers_items_year"></a>1.20.1.3. Property `Author Statistics > Author Statistics > papers > Artifact Paper > year`

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

**Description:** Publication year.

##### <a name="items_papers_items_badges"></a>1.20.1.4. Property `Author Statistics > Author Statistics > papers > Artifact Paper > 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.20.1.4.1. Author Statistics > Author Statistics > papers > Artifact Paper > badges > badges items

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

##### <a name="items_papers_items_category"></a>1.20.1.5. Property `Author Statistics > Author Statistics > papers > Artifact Paper > 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.20.1.6. Property `Author Statistics > Author Statistics > papers > Artifact Paper > artifact_citations`

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

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

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

### <a name="items_papers_without_artifacts"></a>1.21. Property `Author Statistics > Author Statistics > papers_without_artifacts`

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

**Description:** List of published papers without artifact evaluations.

|                      | 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                                       |
| ---------------------------------------------------- | ------------------------------------------------- |
| [Plain Paper](#items_papers_without_artifacts_items) | A published paper without an artifact evaluation. |

#### <a name="items_papers_without_artifacts_items"></a>1.21.1. Author Statistics > Author Statistics > papers_without_artifacts > Plain Paper

**Title:** Plain Paper

|                           |                    |
| ------------------------- | ------------------ |
| **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         | -          | Paper title.             |
| + [conference](#items_papers_without_artifacts_items_conference ) | No      | string  | No         | -          | Conference abbreviation. |
| + [year](#items_papers_without_artifacts_items_year )             | No      | integer | No         | -          | Publication year.        |

##### <a name="items_papers_without_artifacts_items_title"></a>1.21.1.1. Property `Author Statistics > Author Statistics > papers_without_artifacts > Plain Paper > title`

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

**Description:** Paper title.

##### <a name="items_papers_without_artifacts_items_conference"></a>1.21.1.2. Property `Author Statistics > Author Statistics > papers_without_artifacts > Plain Paper > conference`

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

**Description:** Conference abbreviation.

##### <a name="items_papers_without_artifacts_items_year"></a>1.21.1.3. Property `Author Statistics > Author Statistics > papers_without_artifacts > Plain Paper > year`

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

**Description:** Publication year.

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