# Paper Collection

- [1. Paper Collection > Paper](#items)
  - [1.1. Property `Paper Collection > Paper > id`](#items_id)
  - [1.2. Property `Paper Collection > Paper > title`](#items_title)
  - [1.3. Property `Paper Collection > Paper > normalized_title`](#items_normalized_title)
  - [1.4. Property `Paper Collection > Paper > conference`](#items_conference)
  - [1.5. Property `Paper Collection > Paper > year`](#items_year)
    - [1.5.1. Property `Paper Collection > Paper > year > anyOf > item 0`](#items_year_anyOf_i0)
    - [1.5.2. Property `Paper Collection > Paper > year > anyOf > item 1`](#items_year_anyOf_i1)
  - [1.6. Property `Paper Collection > Paper > category`](#items_category)
  - [1.7. Property `Paper Collection > Paper > badges`](#items_badges)
    - [1.7.1. Paper Collection > Paper > badges > badges items](#items_badges_items)
  - [1.8. Property `Paper Collection > Paper > artifact_citations`](#items_artifact_citations)
  - [1.9. Property `Paper Collection > Paper > has_artifact`](#items_has_artifact)

**Title:** Paper Collection

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

**Description:** A unique paper associated with tracked conferences.

Each paper is stored once in the index; authors reference papers by ID.

|                      | 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](#items)                 | A unique paper associated with tracked conferences. ... |

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

**Title:** Paper

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

**Description:** A unique paper associated with tracked conferences.

Each paper is stored once in the index; authors reference papers by ID.

| Property                                           | Pattern | Type            | Deprecated | Definition | Title/Description  |
| -------------------------------------------------- | ------- | --------------- | ---------- | ---------- | ------------------ |
| + [id](#items_id )                                 | No      | integer         | No         | -          | Id                 |
| + [title](#items_title )                           | No      | string          | No         | -          | Title              |
| + [normalized_title](#items_normalized_title )     | No      | string          | No         | -          | Normalized Title   |
| + [conference](#items_conference )                 | No      | string          | No         | -          | Conference         |
| - [year](#items_year )                             | No      | Combination     | No         | -          | Year               |
| - [category](#items_category )                     | No      | string          | No         | -          | Category           |
| - [badges](#items_badges )                         | No      | array of string | No         | -          | Badges             |
| - [artifact_citations](#items_artifact_citations ) | No      | integer         | No         | -          | Artifact Citations |
| - [has_artifact](#items_has_artifact )             | No      | boolean         | No         | -          | Has Artifact       |

### <a name="items_id"></a>1.1. Property `Paper Collection > Paper > id`

**Title:** Id

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

**Description:** Stable integer ID for this paper. Preserved across pipeline runs.

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

### <a name="items_title"></a>1.2. Property `Paper Collection > Paper > title`

**Title:** Title

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

**Description:** Original paper title as found in DBLP.

### <a name="items_normalized_title"></a>1.3. Property `Paper Collection > Paper > normalized_title`

**Title:** Normalized Title

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

**Description:** Lowercased title with punctuation removed, used for deduplication matching.

### <a name="items_conference"></a>1.4. Property `Paper Collection > Paper > conference`

**Title:** Conference

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

**Description:** Conference abbreviation.

### <a name="items_year"></a>1.5. Property `Paper Collection > Paper > year`

**Title:** Year

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

**Description:** Publication year.

| Any of(Option)                 |
| ------------------------------ |
| [item 0](#items_year_anyOf_i0) |
| [item 1](#items_year_anyOf_i1) |

#### <a name="items_year_anyOf_i0"></a>1.5.1. Property `Paper Collection > Paper > year > anyOf > item 0`

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

| Restrictions |           |
| ------------ | --------- |
| **Minimum**  | &ge; 2017 |
| **Maximum**  | &le; 2030 |

#### <a name="items_year_anyOf_i1"></a>1.5.2. Property `Paper Collection > Paper > year > anyOf > item 1`

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

### <a name="items_category"></a>1.6. Property `Paper Collection > Paper > category`

**Title:** Category

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

**Description:** Research domain category.

### <a name="items_badges"></a>1.7. Property `Paper Collection > Paper > badges`

**Title:** Badges

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

**Description:** Artifact evaluation badges for this paper.

|                      | 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_badges_items) | -           |

#### <a name="items_badges_items"></a>1.7.1. Paper Collection > Paper > badges > badges items

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

### <a name="items_artifact_citations"></a>1.8. Property `Paper Collection > Paper > artifact_citations`

**Title:** Artifact Citations

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

**Description:** Number of citations to this paper's artifact.

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

### <a name="items_has_artifact"></a>1.9. Property `Paper Collection > Paper > has_artifact`

**Title:** Has Artifact

|              |           |
| ------------ | --------- |
| **Type**     | `boolean` |
| **Required** | No        |
| **Default**  | `true`    |

**Description:** Whether this paper has an associated artifact (false for papers_without_artifacts).

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