diff --git a/src/_data/navigation.yml b/src/_data/navigation.yml index 7c346551..62ad12de 100644 --- a/src/_data/navigation.yml +++ b/src/_data/navigation.yml @@ -10,8 +10,6 @@ main: url: institution_rankings.html - title: Systems vs. Security url: overview.html - - title: ArtiFinder Discovery - url: artifinder.html - title: Geographic Statistics url: statistics/ - title: Profiles @@ -82,6 +80,25 @@ main: url: security/repo_stats.html - title: Methodology url: methodology.html + children: + - title: Overview + url: methodology.html + - title: Data Collection + url: methodology.html#data-collection + - title: Pipeline + url: methodology.html#pipeline + - title: Author Metrics + url: methodology.html#author-metrics + - title: Institution Metrics + url: methodology.html#institution-metrics + - title: Repository Statistics + url: methodology.html#repository-statistics + - title: Search Keywords + url: methodology.html#search-keywords + - title: How to Cite + url: methodology.html#how-to-cite + - title: ArtiFinder Discovery + url: artifinder.html - title: Contribute url: about.html children: diff --git a/src/about.md b/src/about.md index c2b12506..353250b7 100644 --- a/src/about.md +++ b/src/about.md @@ -20,7 +20,7 @@ AE results and committee lists live in the upstream community sites. Contribute - [sysartifacts.github.io](https://github.com/sysartifacts/sysartifacts.github.io) — systems conferences (OSDI, SOSP, ATC, EuroSys, FAST, …) - [secartifacts.github.io](https://github.com/secartifacts/secartifacts.github.io) — security conferences (USENIX Security, CCS, NDSS, S&P, …) -- [ArtiFinder-Data](https://github.com/DistriNet/ArtiFinder-Data) — automatically discovered artifact links (open to manual corrections via pull requests). These links are unverified, carry no badges, and never affect ReproDB scores; see the [ArtiFinder discovery page](/artifinder.html) and [methodology](/methodology.html#artifinder-discovered-artifacts). +- [ArtiFinder-Data](https://github.com/DistriNet/ArtiFinder-Data) — automatically discovered artifact links (open to manual corrections via pull requests). These links are unverified, carry no badges, and never affect ReproDB scores; see the [ArtiFinder discovery page](/methodology/artifinder.html) and [methodology](/methodology/data-collection.html#artifinder-discovered-artifacts). ### Suggest New Analyses diff --git a/src/index.md b/src/index.md index 86b784f1..63b3b0fc 100644 --- a/src/index.md +++ b/src/index.md @@ -8,7 +8,7 @@ skip_chartjs: true
- Research artifacts and artifact evaluation drive reproducibility and scientific impact. ReproDB aggregates and surfaces artifact evaluation outcomes across major security and systems conferences, recognizing the contributions of both artifact authors and artifact evaluation service. + Research artifacts and artifact evaluation drive reproducibility and scientific impact. ReproDB aggregates and surfaces artifact evaluation outcomes across major security and systems conferences, and also includes automatically discovered artifact links from ArtiFinder. The site recognizes the contributions of both artifact authors and artifact evaluation service.
| AE-evaluated | ArtiFinder-discovered | |
|---|---|---|
| Data Schema Version | {{ site.data.summary.schema_version }} | — |
| Artifacts / discovered links | {{ site.data.summary.total_artifacts }} | {{ af.total_discovered | default: "—" }} |
| Conferences | {{ site.data.summary.total_conferences }} ({{ site.data.summary.conferences_list | join: ", " }}) | {% if af %}{{ af.conferences | size }} ({{ af.conferences | join: ", " }}){% else %}—{% endif %} |
| Years Covered | {{ site.data.summary.year_range }} | {{ af.year_range | default: "—" }} |
| Authors | {{ site.data.author_summary.total_authors }} | {{ af.author_count | default: "—" }} |
| AE Committee Members | {{ site.data.committee_stats.total_members }} ({{ site.data.committee_stats.unique_members }} unique) | — |
| Badges / scores | Yes | No (unverified) |
| Last Updated | {{ site.data.summary.last_updated }} | {{ af.data_updated | default: "—" }} |
| AE-evaluated | ArtiFinder-discovered | |
|---|---|---|
| Data Schema Version | {{ site.data.summary.schema_version }} | — |
| Artifacts / discovered links | {{ site.data.summary.total_artifacts }} | {{ af.total_discovered | default: "—" }} |
| Conferences | {{ site.data.summary.total_conferences }} ({{ site.data.summary.conferences_list | join: ", " }}) | {% if af %}{{ af.conferences | size }} ({{ af.conferences | join: ", " }}){% else %}—{% endif %} |
| Years Covered | {{ site.data.summary.year_range }} | {{ af.year_range | default: "—" }} |
| Authors | {{ site.data.author_summary.total_authors }} | {{ af.author_count | default: "—" }} |
| AE Committee Members | {{ site.data.committee_stats.total_members }} ({{ site.data.committee_stats.unique_members }} unique) | — |
| Badges / scores | Yes | No (unverified) |
| Last Updated | {{ site.data.summary.last_updated }} | {{ af.data_updated | default: "—" }} |