AuthorStats Collection

Type: array

Complete statistics for a single author.

Generated by generate_author_stats.py.

No Additional Items

Each item of this array must be:

AuthorStats

Type: object

Complete statistics for a single author.

Generated by generate_author_stats.py.

No Additional Properties

Author Id

Default: null

Stable integer identifier referencing the canonical author_index.

Type: integer

Value must be greater or equal to 1

Name

Type: string

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

Display Name

Type: string

Name without DBLP disambiguation suffix.

Affiliation

Type: string

Normalized institution affiliation.

Artifact Count

Type: integer

Total artifacts authored.

Value must be greater or equal to 0

Total Papers

Type: integer

Total papers at tracked conferences.

Value must be greater or equal to 0

Total Papers By Conf

Type: object

Mapping of conference name to paper count at that conference.

Each additional property must conform to the following schema

Type: integer

Total Papers By Conf Year

Type: object

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

Each additional property must conform to the following schema

Type: object

Each additional property must conform to the following schema

Type: integer

Artifact Rate

Type: number

Percentage of papers with artifacts.

Value must be greater or equal to 0 and lesser or equal to 100

Repro Rate

Type: number

Percentage of artifacts with a reproducibility badge.

Value must be greater or equal to 0 and lesser or equal to 100

Functional Rate

Type: number

Percentage of artifacts with a functional badge.

Value must be greater or equal to 0 and lesser or equal to 100

Category

Type: enum (of string)

Research domain based on conferences published at.

Must be one of:

  • "systems"
  • "security"
  • "both"
  • "unknown"

Conferences

Type: array of string

List of conferences where author has published.

No Additional Items

Each item of this array must be:

Years

Type: array of integer

Sorted list of years with activity.

No Additional Items

Each item of this array must be:

Type: integer

Year Range

Type: string

Activity range in 'YYYY-YYYY' format.

Must match regular expression: ^\d{4}-\d{4}$

Recent Count

Type: integer

Number of papers in the last 3 years.

Value must be greater or equal to 0

Artifact Citations

Type: integer

Total citation count for artifacts.

Value must be greater or equal to 0

Badges Available

Type: integer

Count of 'available' badges across all artifacts.

Value must be greater or equal to 0

Badges Functional

Type: integer

Count of 'functional' badges across all artifacts.

Value must be greater or equal to 0

Badges Reproducible

Type: integer

Count of 'reproduced' badges across all artifacts.

Value must be greater or equal to 0

Papers

Type: array

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

No Additional Items

Each item of this array must be:

ArtifactPaper

Type: object

A paper that has an associated artifact evaluation.

No Additional Properties

Title

Type: string

Paper title.

Conference

Type: string

Conference abbreviation.

Year

Type: integer

Publication year.

Badges

Type: array of string

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

No Additional Items

Each item of this array must be:

Category

Type: enum (of string)

Research domain.

Must be one of:

  • "systems"
  • "security"

Artifact Citations

Type: integer

Citation count for this artifact.

Value must be greater or equal to 0

Papers Without Artifacts

Type: array

DEPRECATED in YAML output (use paperswithoutartifact_ids). Retained in JSON.

No Additional Items

Each item of this array must be:

PlainPaper

Type: object

A published paper without an artifact evaluation.

No Additional Properties

Title

Type: string

Paper title.

Conference

Type: string

Conference abbreviation.

Year

Type: integer

Publication year.

Paper Ids

Type: array of integer

List of paper index IDs for artifact papers. References papers.json.

No Additional Items

Each item of this array must be:

Papers Without Artifact Ids

Type: array of integer

List of paper index IDs for non-artifact papers. References papers.json.

No Additional Items

Each item of this array must be: