RepoStatsSummary

Type: object

Aggregated repository metrics: overall stats, per-conference breakdowns, and yearly trends.

No Additional Properties

overall Required

Type: object

Global repository metrics across all conferences and years.

No Additional Properties

github_repos Required

Type: integer

Total GitHub repositories across all conferences, e.g. 1344.

Value must be greater or equal to 0


Example:

180

total_stars Required

Type: integer

Sum of GitHub stars across all repositories, e.g. 126724.

Value must be greater or equal to 0


Example:

45000

total_forks Required

Type: integer

Sum of GitHub forks across all repositories.

Value must be greater or equal to 0


Example:

12000

max_stars Required

Type: integer

Maximum star count among all repositories.

Value must be greater or equal to 0


Example:

5200

max_forks Required

Type: integer

Maximum fork count among all repositories.

Value must be greater or equal to 0


Example:

1300

zenodo_repos Required

Type: integer

Total Zenodo-hosted artifact records, e.g. 902.

Value must be greater or equal to 0


Example:

45

total_views Required

Type: integer

Sum of Zenodo page views across all records.

Value must be greater or equal to 0


Example:

85000

total_downloads Required

Type: integer

Sum of Zenodo file downloads across all records.

Value must be greater or equal to 0


Example:

32000

avg_stars Required

Type: number

Mean GitHub star count per repository, e.g. 94.3.

Value must be greater or equal to 0


Example:

250.5

avg_forks Required

Type: number

Mean GitHub fork count per repository, e.g. 12.3.

Value must be greater or equal to 0


Example:

65.3
Type: number

Median GitHub star count per repository.

Value must be greater or equal to 0


Example:

12.0
Type: number

Median GitHub fork count per repository.

Value must be greater or equal to 0


Example:

3.0

last_updated Required

Type: string

ISO 8601 UTC timestamp of when the stats were collected, e.g. '2026-04-27 21:26:09 UTC'.


Example:

"2026-04-27 21:26:09 UTC"

by_conference Required

Type: array

Repository metrics grouped by conference, each with per-year breakdown.

No Additional Items

Each item of this array must be:

Type: object

Repository metrics grouped by conference.

No Additional Properties

name Required

Type: string

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


Example:

"Mathias Payer"

github_repos Required

Type: integer

Total GitHub repositories across all years for this conference.

Value must be greater or equal to 0


Example:

180

total_stars Required

Type: integer

Sum of GitHub stars across all repos for this conference.

Value must be greater or equal to 0


Example:

45000

total_forks Required

Type: integer

Sum of GitHub forks across all repos for this conference.

Value must be greater or equal to 0


Example:

12000

avg_stars Required

Type: number

Mean star count per repository for this conference.

Value must be greater or equal to 0


Example:

250.5

avg_forks Required

Type: number

Mean fork count per repository for this conference.

Value must be greater or equal to 0


Example:

65.3
Type: number

Median star count per repository for this conference.

Value must be greater or equal to 0


Example:

12.0
Type: number

Median fork count per repository for this conference.

Value must be greater or equal to 0


Example:

3.0

max_stars Required

Type: integer

Maximum star count among all repos for this conference.

Value must be greater or equal to 0


Example:

5200

max_forks Required

Type: integer

Maximum fork count among all repos for this conference.

Value must be greater or equal to 0


Example:

1300
Type: array

Per-year repository metrics, ordered chronologically.

No Additional Items

Each item of this array must be:

Type: object

Repository metrics for a single conference-year.

year Required

Type: integer

Publication year, e.g. 2023.


Example:

2023

github_repos Required

Type: integer

Number of GitHub repositories for this conference-year.

Value must be greater or equal to 0


Example:

180

total_stars Required

Type: integer

Sum of GitHub stars across all repos for this conference-year.

Value must be greater or equal to 0


Example:

45000

total_forks Required

Type: integer

Sum of GitHub forks across all repos for this conference-year.

Value must be greater or equal to 0


Example:

12000

avg_stars Required

Type: number

Mean star count per repository for this conference-year.

Value must be greater or equal to 0


Example:

250.5

avg_forks Required

Type: number

Mean fork count per repository for this conference-year.

Value must be greater or equal to 0


Example:

65.3
Type: number

Median star count per repository for this conference-year.

Value must be greater or equal to 0


Example:

12.0
Type: number

Median fork count per repository for this conference-year.

Value must be greater or equal to 0


Example:

3.0

Example:

[
    2021,
    2022,
    2023
]
Type: array

Highlighted repositories for this conference, sorted by stars descending.

No Additional Items

Each item of this array must be:

Type: object

A top repository within a conference.

Default: null

Repository identifier, e.g. 'microsoft/nni'. Null if unknown.

Option 1

Type: string

Option 2

Type: null

Example:

"Mathias Payer"

url

Default: null

Repository URL, e.g. 'https://github.com/microsoft/nni'. Null if unknown.

Option 1

Type: string

Option 2

Type: null

Example:

"https://github.com/org/repo"
Default: null

GitHub star count. Null if not available.

Option 1

Type: integer

Value must be greater or equal to 0

Option 2

Type: null

Example:

1250
Default: null

GitHub fork count. Null if not available.

Option 1

Type: integer

Value must be greater or equal to 0

Option 2

Type: null

Example:

340
Default: null

Primary programming language, e.g. 'Python'. Null if unknown.

Option 1

Type: string

Option 2

Type: null

Example:

"Python"
Default: null

Short repository description. Null if not set.

Option 1

Type: string

Option 2

Type: null

Example:

"High-performance distributed key-value store"

by_year Required

Type: array

Repository metrics grouped by year across all conferences, ordered chronologically.

No Additional Items

Each item of this array must be:

Type: object

Repository metrics grouped by year.

No Additional Properties

year Required

Type: integer

Publication year, e.g. 2023.


Example:

2023

github_repos Required

Type: integer

Number of GitHub repositories for this year across all conferences.

Value must be greater or equal to 0


Example:

180

total_stars Required

Type: integer

Sum of GitHub stars across all repos for this year.

Value must be greater or equal to 0


Example:

45000
Default: null

Sum of GitHub forks. Null if not tracked for this year.

Option 1

Type: integer

Value must be greater or equal to 0

Option 2

Type: null

Example:

12000
Type: integer Default: 0

Maximum star count among all repos for this year.

Value must be greater or equal to 0


Example:

5200
Type: integer Default: 0

Maximum fork count among all repos for this year.

Value must be greater or equal to 0


Example:

1300
Default: null

Mean star count per repository. Null if not computed.

Option 1

Type: number

Value must be greater or equal to 0

Option 2

Type: null

Example:

250.5
Default: null

Mean fork count per repository. Null if not computed.

Option 1

Type: number

Value must be greater or equal to 0

Option 2

Type: null

Example:

65.3
Default: null

Median star count per repository. Null if not computed.

Option 1

Type: number

Value must be greater or equal to 0

Option 2

Type: null

Example:

12.0
Default: null

Median fork count per repository. Null if not computed.

Option 1

Type: number

Value must be greater or equal to 0

Option 2

Type: null

Example:

3.0

by_area

Type: array

Repository metrics grouped by area (systems, security) with pre-computed medians.

No Additional Items

Each item of this array must be:

Type: object

Repository metrics grouped by area (e.g. systems, security).

No Additional Properties

name Required

Type: string

Area name, e.g. 'systems' or 'security'.


Examples:

"systems"
"security"

github_repos Required

Type: integer

Total GitHub repositories in this area.

Value must be greater or equal to 0

total_stars Required

Type: integer

Sum of GitHub stars across all repos in this area.

Value must be greater or equal to 0

total_forks Required

Type: integer

Sum of GitHub forks across all repos in this area.

Value must be greater or equal to 0

median_stars Required

Type: number

Median star count per repository in this area.

Value must be greater or equal to 0

median_forks Required

Type: number

Median fork count per repository in this area.

Value must be greater or equal to 0

max_stars Required

Type: integer

Maximum star count among repos in this area.

Value must be greater or equal to 0