Skip to content

Commit 6f7027f

Browse files
Deploy to GitHub pages 5eebf58
0 parents  commit 6f7027f

22 files changed

+30617
-0
lines changed

README.md

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
# IRIS-HEP Analysis Systems Community Summary
2+
3+
[Summary report][report_url] on community interactions and contributions with [IRIS-HEP Analysis Systems](https://iris-hep.org/as.html) related tools.
4+
5+
[![download](https://img.shields.io/badge/Download-CSV-blue.svg)](https://iris-hep.org/analysis-community-summary/summary.csv)
6+
7+
The report is autogenerated daily, so it should always be up to date.
8+
9+
[report_url]: https://iris-hep.org/analysis-community-summary/
10+
11+
[![GitHub Project](https://img.shields.io/badge/GitHub--blue?style=social&logo=GitHub)](https://github.com/iris-hep/analysis-community-summary)
12+
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/iris-hep/analysis-community-summary/main.svg)](https://results.pre-commit.ci/latest/github/iris-hep/analysis-community-summary/main)
13+
14+
## Run locally
15+
16+
First, create a Python virtual environment and install the dependencies in `requirements.txt`.
17+
18+
The code will require a [GitHub personal access token](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) (PAT) to use, so you'll need to make one for this application.
19+
20+
Once you have one, you'll need to pass it in at the command line to `query.py`.
21+
This is probably best done by setting an environment variable in a shell script and then passing it through
22+
23+
Example:
24+
```bash
25+
#!/bin/bash
26+
27+
API_TOKEN='<your PAT goes here>'
28+
python query.py "${API_TOKEN}"
29+
```
30+
31+
## Summary Table
32+
33+
* **Stars**: Number of stars the project has on GitHub
34+
* **Watchers**: Number of watchers the project has on GitHub
35+
* **Contributors**: Number of unique GitHub users who have made a contribution to the project
36+
* **Forks**: Number of forks of the project on GitHub
37+
* **Reach**: The number of unique GitHub users who have either starred, watched, or forked the project
38+
* **Tags**: The number of Git tags of the software project
39+
* **Releases**: The number of software releases the project has had (on GitHub)
40+
41+
| GitHub Repository | Stars | Watchers | Contributors | Forks | Reach | Tags | Releases |
42+
|:----------------------------------------------------------------------------------|--------:|-----------:|---------------:|--------:|--------:|-------:|-----------:|
43+
| [GooFit/AmpGen](https://github.com/GooFit/AmpGen) | 8 | 13 | 7 | 21 | 34 | 8 | 5 |
44+
| [GooFit/GooFit](https://github.com/GooFit/GooFit) | 134 | 18 | 19 | 41 | 170 | 17 | 14 |
45+
| [diana-hep/excursion](https://github.com/diana-hep/excursion) | 22 | 3 | 3 | 8 | 26 | 1 | 1 |
46+
| [diana-hep/madminer](https://github.com/diana-hep/madminer) | 87 | 8 | 11 | 45 | 120 | 50 | 49 |
47+
| [gordonwatts/hep_tables](https://github.com/gordonwatts/hep_tables) | 2 | 2 | 1 | 0 | 4 | 0 | 0 |
48+
| [iris-hep/adl-benchmarks-index](https://github.com/iris-hep/adl-benchmarks-index) | 13 | 9 | 9 | 9 | 25 | 1 | 1 |
49+
| [iris-hep/func_adl](https://github.com/iris-hep/func_adl) | 7 | 7 | 6 | 4 | 16 | 76 | 69 |
50+
| [iris-hep/func_adl_servicex](https://github.com/iris-hep/func_adl_servicex) | 0 | 7 | 4 | 3 | 10 | 32 | 31 |
51+
| [iris-hep/func_adl_uproot](https://github.com/iris-hep/func_adl_uproot) | 0 | 6 | 1 | 0 | 6 | 37 | 16 |
52+
| [iris-hep/func_adl_xAOD](https://github.com/iris-hep/func_adl_xAOD) | 0 | 7 | 5 | 6 | 12 | 45 | 45 |
53+
| [iris-hep/qastle](https://github.com/iris-hep/qastle) | 6 | 3 | 2 | 5 | 13 | 21 | 10 |
54+
| [reanahub/reana](https://github.com/reanahub/reana) | 132 | 18 | 21 | 56 | 182 | 42 | 42 |
55+
| [scailfin/madminer-workflow](https://github.com/scailfin/madminer-workflow) | 4 | 2 | 1 | 4 | 5 | 0 | 0 |
56+
| [scikit-hep/awkward-0.x](https://github.com/scikit-hep/awkward-0.x) | 214 | 13 | 17 | 40 | 249 | 100 | 100 |
57+
| [scikit-hep/awkward-1.0](https://github.com/scikit-hep/awkward-1.0) | 880 | 21 | 48 | 93 | 941 | 295 | 264 |
58+
| [scikit-hep/boost-histogram](https://github.com/scikit-hep/boost-histogram) | 149 | 11 | 19 | 24 | 170 | 32 | 32 |
59+
| [scikit-hep/cabinetry](https://github.com/scikit-hep/cabinetry) | 30 | 4 | 11 | 23 | 49 | 25 | 21 |
60+
| [scikit-hep/cookie](https://github.com/scikit-hep/cookie) | 347 | 9 | 38 | 56 | 375 | 18 | 18 |
61+
| [scikit-hep/decaylanguage](https://github.com/scikit-hep/decaylanguage) | 42 | 5 | 10 | 17 | 54 | 49 | 49 |
62+
| [scikit-hep/fastjet](https://github.com/scikit-hep/fastjet) | 24 | 8 | 14 | 18 | 41 | 28 | 28 |
63+
| [scikit-hep/hist](https://github.com/scikit-hep/hist) | 129 | 7 | 18 | 27 | 145 | 27 | 27 |
64+
| [scikit-hep/mplhep](https://github.com/scikit-hep/mplhep) | 197 | 4 | 40 | 70 | 253 | 164 | 46 |
65+
| [scikit-hep/particle](https://github.com/scikit-hep/particle) | 155 | 6 | 15 | 25 | 174 | 50 | 50 |
66+
| [scikit-hep/pyhf](https://github.com/scikit-hep/pyhf) | 287 | 9 | 32 | 88 | 347 | 54 | 39 |
67+
| [scikit-hep/uhi](https://github.com/scikit-hep/uhi) | 18 | 4 | 6 | 4 | 23 | 10 | 10 |
68+
| [scikit-hep/uproot3](https://github.com/scikit-hep/uproot3) | 312 | 22 | 25 | 67 | 367 | 209 | 204 |
69+
| [scikit-hep/uproot4](https://github.com/scikit-hep/uproot4) | 249 | 19 | 57 | 84 | 311 | 139 | 139 |
70+
| [scikit-hep/vector](https://github.com/scikit-hep/vector) | 89 | 10 | 23 | 32 | 112 | 26 | 26 |
71+
| All IRIS-HEP Analysis Systems | 2417 | 135 | 281 | 614 | 2853 | 1556 | 1336 |
72+
| [root-project/root](https://github.com/root-project/root) | 2856 | 120 | 314 | 1342 | 3923 | 446 | 33 |
73+
74+
## Time Series Plots
75+
76+
Covering dates from **2021-09-16** to **2025-05-24**
77+
78+
### Stars
79+
80+
![stars](https://raw.githubusercontent.com/iris-hep/analysis-community-summary/gh-pages/img/time_series_stars.svg)
81+
82+
### Watchers
83+
84+
![watchers](https://raw.githubusercontent.com/iris-hep/analysis-community-summary/gh-pages/img/time_series_watchers.svg)
85+
86+
### Contributors
87+
88+
![contributors](https://raw.githubusercontent.com/iris-hep/analysis-community-summary/gh-pages/img/time_series_contributors.svg)
89+
90+
### Forks
91+
92+
![forks](https://raw.githubusercontent.com/iris-hep/analysis-community-summary/gh-pages/img/time_series_forks.svg)
93+
94+
### Tags
95+
96+
![tags](https://raw.githubusercontent.com/iris-hep/analysis-community-summary/gh-pages/img/time_series_tags.svg)
97+
98+
### Releases
99+
100+
![releases](https://raw.githubusercontent.com/iris-hep/analysis-community-summary/gh-pages/img/time_series_releases.svg)
101+

img/time_series_contributors.pdf

20.1 KB
Binary file not shown.

img/time_series_contributors.png

128 KB
Loading

0 commit comments

Comments
 (0)