https://github.com/asterinas/thank-you-dataset
The project automatically generates and maintains a list of Asterinas contributors, ranked by their scores, for display on the official website
https://github.com/asterinas/thank-you-dataset
Last synced: 17 days ago
JSON representation
The project automatically generates and maintains a list of Asterinas contributors, ranked by their scores, for display on the official website
- Host: GitHub
- URL: https://github.com/asterinas/thank-you-dataset
- Owner: asterinas
- License: apache-2.0
- Created: 2024-01-30T06:25:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-18T05:29:37.000Z (30 days ago)
- Last Synced: 2026-05-18T07:38:00.506Z (30 days ago)
- Language: Shell
- Size: 157 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Thank You Dataset
This project automatically generates
and maintains a list of Asterinas contributors,
ranked by their contribution scores,
for display on the Thank You page of the official website.
This project includes datasets
for contributions during different periods of time.
* [`dataset/all_time.json`](dataset/all_time.json)
* [`dataset/past_year.json` ](dataset/past_year.json)
* [`dataset/past_6_months.json`](dataset/past_6_months.json)
* [`dataset/past_3_months.json`](dataset/past_3_months.json)
* [`dataset/past_month.json`](dataset/past_month.json)
The dataset is generated by the [`gen_dataset.sh`](gen_dataset.sh) script.
The script is called into action by a Github Action,
which runs at scheduled intervals
to ensure that the "Thank You" page
reflects the most up-to-date results.
The script is powered by the [score-and-rank-contributors](https://github.com/asterinas/score-and-rank-contributors) tool.