galaxyproject / galaxyproject/training-material

add zenodo stats somewhere

Open
#4,130 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
367
Forks
1.1k
Avg merge
16h 27m
Merged PRs (30d)
49

Description

They're easy to get from the API so we might as well collect them

```
$ curl -sS https://zenodo.org/api/records/7622545 | jq .stats
{
"downloads": 173.0,
"unique_downloads": 40.0,
"unique_views": 42.0,
"version_downloads": 173.0,
"version_unique_downloads": 40.0,
"version_unique_views": 42.0,
"version_views": 51.0,
"version_volume": 47395962369.0,
"views": 51.0,
"volume": 47395962369.0
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.