ArtifactCitation Collection

Type: array

Array of ArtifactCitation records. Each element: Citation counts for a single artifact DOI, aggregated from OpenAlex and Semantic Scholar.

No Additional Items

Each item of this array must be:

Type: object

Citation counts for a single artifact DOI, aggregated from OpenAlex and Semantic Scholar.

No Additional Properties

title Required

Type: string

Full paper title as it appears in the proceedings.


Example:

"Understanding and Detecting Software Upgrade Failures in Distributed Systems"

conference Required

Type: string

Conference abbreviation, e.g. 'OSDI', 'USENIXSEC'.


Example:

"OSDI"

year Required

Type: integer

Publication year, e.g. 2023.


Example:

2023

doi

Type: string Default: ""

Artifact DOI, e.g. '10.5281/zenodo.12345'. Empty string if not found.


Example:

"10.5281/zenodo.12345"
Type: string Default: ""

Source of the DOI, e.g. 'zenodo', 'figshare'. Empty string if not applicable.


Example:

"zenodo"
Default: null

Best citation count: max(OpenAlex, Semantic Scholar). Null if neither source returned data.

Option 1

Type: integer

Option 2

Type: null

Example:

12
Default: null

Citation count from OpenAlex. Null if lookup failed or no data.

Option 1

Type: integer

Option 2

Type: null

Example:

10
Default: null

Citation count from Semantic Scholar. Null if lookup failed or no data.

Option 1

Type: integer

Option 2

Type: null

Example:

8
Type: array of string

DOIs of papers citing this artifact, sourced from OpenAlex. Empty list if none.

No Additional Items

Each item of this array must be:

Type: string

Example:

[
    "10.1145/1234567.1234568"
]
Type: array of string

DOIs of papers citing this artifact, sourced from Semantic Scholar. Empty list if none.

No Additional Items

Each item of this array must be:

Type: string

Example:

[
    "10.1145/9876543.9876544"
]