Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.1%) to scientific vocabulary
Repository
Collection of demo notebooks
Basic Info
- Host: GitHub
- Owner: ComPWA
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://compwa.github.io
- Size: 342 KB
Statistics
- Stars: 5
- Watchers: 6
- Forks: 1
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
ComPWA demo notebooks
A collection of Jupyter notebooks that demonstrate features of the ComPWA packages QRules, AmpForm, and TensorWaves. The notebooks are self-contained in the sense that they define their own pinned requirements and can be run independently in Binder or Google Colaboratory.
Presentations
- 2023.12.14 5th COMPASS "Analysis Phase" mini-workshop (COMAP-V)
- 2023.08.03 Jefferson Lab Hall D Talk
- 2023.07.26 PyHEP.dev
- 2023.06.07 HADRON2023 [polarimetry]
- 2023.05.11 CHEP2023
- 2023.03.16 BESIII Collaboration Meeting Spring 2023 [polarimetry]
- 2022.11.16 FDSA2022 [polarimetry]
- 2022.09.15 PyHEP 2022 Workshop
- 2022.09.14 Second MODE Workshop on Differentiable Programming for Experiment Design
- 2022.07.15 ODSL Forum Talk
- 2022.03.29 DPG Spring Meeting 2022, Mainz
- 2021.12.13 P̅ANDA Seminar
<!-- cspell:words P̅ANDA -->
- 2021.11.29 BESIII Collaboration Meeting Winter 2021
- 2021.10.08 LHCb Amplitude Analysis Meeting
- 2021.09.08 PWA 12 / ATHOS 7 in Bristol
Local installation
Install uv and run
shell
source .venv/bin/activate
to create a virtual environment and with dependencies installed. In addition, it is useful to install pre-commit once:
shell
uv tool install --with pre-commit-uv pre-commit
pre-commit install --install-hooks
Style checks can now be performed with either of the commands pre-commit run -a or poe style. To run a specific notebook or a folder with notebooks, use e.g.:
shell
poe nb 2021.11.29/qrules.ipynb
Owner
- Name: Common Partial Wave Analysis
- Login: ComPWA
- Kind: organization
- Email: compwa@ep1.rub.de
- Location: Germany
- Website: https://compwa.github.io
- Repositories: 36
- Profile: https://github.com/ComPWA
Making amplitude analysis reproducible, understandable, and easy to do
GitHub Events
Total
- Delete event: 5
- Push event: 44
- Pull request review event: 2
- Pull request event: 9
- Create event: 3
Last Year
- Delete event: 5
- Push event: 44
- Pull request review event: 2
- Pull request event: 9
- Create event: 3
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 47
- Average time to close issues: N/A
- Average time to close pull requests: 3 days
- Total issue authors: 0
- Total pull request authors: 4
- Average comments per issue: 0
- Average comments per pull request: 0.09
- Merged pull requests: 40
- Bot issues: 0
- Bot pull requests: 28
Past Year
- Issues: 0
- Pull requests: 9
- Average time to close issues: N/A
- Average time to close pull requests: 5 days
- Issue authors: 0
- Pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 4
Top Authors
Issue Authors
Pull Request Authors
- redeboer (21)
- dependabot[bot] (18)
- pre-commit-ci[bot] (17)
- grayson-helmholz (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3 composite
- actions/setup-python master composite
- asttokens ==2.4.0
- backcall ==0.2.0
- comm ==0.1.4
- contourpy ==1.1.1
- cycler ==0.12.1
- decorator ==5.1.1
- executing ==2.0.0
- fonttools ==4.43.1
- importlib-resources ==6.1.0
- ipython ==8.12.3
- ipywidgets ==8.1.1
- jedi ==0.19.1
- jupyterlab-widgets ==3.0.9
- kiwisolver ==1.4.5
- matplotlib ==3.7.3
- matplotlib-inline ==0.1.6
- numpy ==1.24.4
- packaging ==23.2
- parso ==0.8.3
- pexpect ==4.8.0
- pickleshare ==0.7.5
- pillow ==10.0.1
- prompt-toolkit ==3.0.39
- ptyprocess ==0.7.0
- pure-eval ==0.2.2
- pygments ==2.16.1
- pyparsing ==3.1.1
- python-dateutil ==2.8.2
- six ==1.16.0
- stack-data ==0.6.3
- traitlets ==5.11.2
- typing-extensions ==4.8.0
- wcwidth ==0.2.8
- widgetsnbextension ==4.0.9
- zipp ==3.17.0
- black *
- isort *
- jupyterlab >=3
- jupyterlab-code-formatter *
- pre-commit *
- tox *
- ypy-websocket <0.8.3
- 129 dependencies
- ComPWA/actions/clean-caches v1 composite
- ComPWA/update-pre-commit main composite
- actions/checkout v3 composite
- actions/download-artifact v3 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- peter-evans/create-pull-request v4 composite
- JulienKode/pull-request-name-linter-action v0.5.0 composite
- actions/checkout v4 composite
- docker://agilepathway/pull-request-label-checker latest composite
- ipywidgets *
- matplotlib *
- graphviz
- pip >=19
- python 3.8.*