TopRepo Collection

Type: array

Array of TopRepo records. Each element: Top-ranked artifact repository by GitHub stars, with paper metadata and activity info.

No Additional Items

Each item of this array must be:

Type: object

Top-ranked artifact repository by GitHub stars, with paper metadata and activity info.

No Additional Properties

title Required

Type: string

Paper title associated with this repository, as published in proceedings.


Example:

"Understanding and Detecting Software Upgrade Failures in Distributed Systems"

url Required

Type: string

GitHub repository URL, e.g. 'https://github.com/microsoft/nni/tree/retiarii_artifact'.


Example:

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

year Required

Type: integer

Publication year, e.g. 2020.


Example:

2023

stars Required

Type: integer

GitHub star count at time of collection, e.g. 14340.

Value must be greater or equal to 0


Example:

1250

forks Required

Type: integer

GitHub fork count at time of collection, e.g. 1852.

Value must be greater or equal to 0


Example:

340

authors Required

Type: string

Comma-separated author names, e.g. 'Fan Yang 0024, Lidong Zhou, Mao Yang 0004 et al.'.


Example:

"Mathias Payer, Haibo Chen"
Type: string Default: ""

GitHub organization or user who owns the repo, e.g. 'microsoft'. Empty if not parsed.


Example:

"microsoft"
Type: string Default: ""

Comma-separated badge names, e.g. 'available,functional,reproduced'. Empty if none.


Example:

"available, functional, reproduced"
Type: string Default: ""

Last activity date in YYYY-MM format, e.g. '2024-07'. Empty if unknown.


Example:

"2025-03"
Type: string Default: ""

Repository description from GitHub. Empty if not set.

Type: string Default: ""

Primary programming language as reported by GitHub, e.g. 'Python'. Empty if unknown.


Example:

"Python"

conference Required

Type: string

Conference where the artifact was published, e.g. 'OSDI', 'USENIXSEC'.


Example:

"OSDI"

area Required

Type: string

Research area: 'systems' or 'security', determined by the conference.


Example:

"systems"