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:

Type: object

Complete statistics for a single author.

Generated by generate_author_stats.py.

No Additional Properties

name Required

Type: string

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

affiliation Required

Type: string

Normalized institution affiliation.

Type: array

Artifact papers authored.

No Additional Items

Each item of this array must be:

Type: object

A paper that has an associated artifact evaluation.

No Additional Properties

title Required

Type: string

Paper title.

conference Required

Type: string

Conference abbreviation.

year Required

Type: integer

Publication year.

badges Required

Type: array of string

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

No Additional Items

Each item of this array must be:

Type: string

category Required

Type: enum (of string)

Research domain.

Must be one of:

  • "systems"
  • "security"
Type: integer

Citation count for this artifact.

Value must be greater or equal to 0

Type: array

Papers by this author that do not have artifacts.

No Additional Items

Each item of this array must be:

Type: object

A published paper without an artifact evaluation.

No Additional Properties

title Required

Type: string

Paper title.

conference Required

Type: string

Conference abbreviation.

year Required

Type: integer

Publication year.

conferences Required

Type: array of string

Conference abbreviations where author has published.

No Additional Items

Each item of this array must be:

Type: string

years Required

Type: array of integer

Sorted list of years with activity.

No Additional Items

Each item of this array must be:

Type: integer

artifact_count Required

Type: integer

Total artifacts authored.

Value must be greater or equal to 0

total_papers Required

Type: integer

Total papers at tracked conferences.

Value must be greater or equal to 0

artifact_pct Required

Type: number

Percentage of papers with artifacts.

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

Type: integer

Total citation count for artifacts.

Value must be greater or equal to 0

badges_available Required

Type: integer

Count of 'available' badges across all artifacts.

Value must be greater or equal to 0

Type: integer

Count of 'functional' badges across all artifacts.

Value must be greater or equal to 0

Type: integer

Count of 'reproduced' badges across all artifacts.

Value must be greater or equal to 0

category Required

Type: enum (of string)

Research domain based on conferences published at.

Must be one of:

  • "systems"
  • "security"
  • "both"
  • "unknown"
Default: null

Stable integer identifier referencing the canonical author_index.

Option 1

Type: integer

Value must be greater or equal to 1

Option 2

Type: null

display_name Required

Type: string

Name without DBLP disambiguation suffix.

Type: object

Mapping of conference name to paper count at that conference.

Each additional property must conform to the following schema

Type: integer
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

repro_pct Required

Type: number

Percentage of artifacts with a reproducibility badge.

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

functional_pct Required

Type: number

Percentage of artifacts with a functional badge.

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

year_range Required

Type: string

Activity range in 'YYYY-YYYY' format.

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

recent_count Required

Type: integer

Number of papers in the last 3 years.

Value must be greater or equal to 0

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:

Type: integer
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:

Type: integer