Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found 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 (13.7%) to scientific vocabulary
Repository
Python binding for libamtrack
Basic Info
- Host: GitHub
- Owner: libamtrack
- License: gpl-3.0
- Language: C++
- Default Branch: master
- Homepage: https://libamtrack.github.io/
- Size: 350 KB
Statistics
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 22
- Releases: 9
Metadata Files
README.md
pyamtrack
pyamtrack is a Python wrapper for the libamtrack library, making it easier to access and use libamtrack's functionality directly from Python.
Stable Release Information
The last stable release of pyamtrack is 0.14.0 (released on 2022-10-03). However, this version has several limitations: - It is only available as a binary wheel package for Linux (no support for Windows or macOS). - There is no documentation describing the available functions or how to use them.
To install the stable release, run:
bash
pip install pyamtrack
Ongoing Development
A new version of pyamtrack is currently being developed, addressing these limitations. The new release will include: - Support for Linux, Windows, and macOS (for Python >= 3.9). - Full documentation detailing all available functions, their usage, and example applications.
The work is still in progress, and the latest alpha release can be installed via:
bash
pip install pyamtrack --pre
(Use at your own risk, as many things may still be broken.)
Usage Example
Here's a quick example demonstrating how to use pyamtrack (ongoing development release): ```python from pyamtrack.converters import betafromenergy
print(betafromenergy(150)) ```
Documentation
Detailed user documentation is available at https://libamtrack.github.io/. It includes: - Instructions for installing the Python library. - Guidelines on how to use pyamtrack. - Descriptions of all available functions, including examples.
Informations about Linux installation and project workflow can also be found here
Example Notebooks
For more detailed examples and tutorials, please refer to the notebooks in the example directory.
Owner
- Name: libamtrack
- Login: libamtrack
- Kind: organization
- Repositories: 6
- Profile: https://github.com/libamtrack
Citation (CITATION.cff)
cff-version: 1.2.0
title: "pyamtrack: python binding for the libamtrack library"
message: >-
Thank you for using pyamtrack. If you use this software in your
research, please cite the corresponding article:
Greilich, Steffen, et al. "Amorphous track models: a numerical comparison study."
Radiation measurements 45.10 (2010): 1406-1409.
type: software
authors:
- given-names: Leszek
family-names: Grzanka
affiliation: 'Institute of Nuclear Physics: Krakow, PL'
orcid: 'https://orcid.org/0000-0002-3599-854X'
- given-names: Steffen
family-names: Greilich
affiliation: 'Department of Medical Physics in Radiation Oncology, German Cancer Research Center (DKFZ), Im Neuenheimer Feld 280, D-69120 Heidelberg, Germany'
orcid: 'https://orcid.org/0000-0001-6237-7936'
- given-names: Niels
family-names: Bassler
affiliation: 'Aarhus University: Aarhus C, DK'
orcid: 'https://orcid.org/0000-0002-4160-1078'
license: GPL
GitHub Events
Total
- Create event: 101
- Issues event: 68
- Release event: 8
- Watch event: 3
- Delete event: 82
- Member event: 1
- Issue comment event: 32
- Push event: 264
- Pull request review comment event: 74
- Pull request review event: 119
- Pull request event: 100
Last Year
- Create event: 101
- Issues event: 68
- Release event: 8
- Watch event: 3
- Delete event: 82
- Member event: 1
- Issue comment event: 32
- Push event: 264
- Pull request review comment event: 74
- Pull request review event: 119
- Pull request event: 100
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 46
- Total pull requests: 61
- Average time to close issues: about 1 year
- Average time to close pull requests: 2 days
- Total issue authors: 1
- Total pull request authors: 6
- Average comments per issue: 0.04
- Average comments per pull request: 0.41
- Merged pull requests: 41
- Bot issues: 0
- Bot pull requests: 21
Past Year
- Issues: 43
- Pull requests: 61
- Average time to close issues: 2 days
- Average time to close pull requests: 2 days
- Issue authors: 1
- Pull request authors: 6
- Average comments per issue: 0.05
- Average comments per pull request: 0.41
- Merged pull requests: 41
- Bot issues: 0
- Bot pull requests: 21
Top Authors
Issue Authors
- grzanka (46)
Pull Request Authors
- grzanka (32)
- dependabot[bot] (20)
- wniec (3)
- Fifus17 (1)
- Spontaniczny (1)
- mnozkiewicz (1)