Science Score: 54.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
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.5%) to scientific vocabulary
Repository
Multi-threaded HENP Event Reconstruction
Basic Info
- Host: GitHub
- Owner: JeffersonLab
- License: other
- Language: C++
- Default Branch: master
- Homepage: https://jeffersonlab.github.io/JANA2/
- Size: 19.2 MB
Statistics
- Stars: 8
- Watchers: 10
- Forks: 13
- Open Issues: 48
- Releases: 22
Metadata Files
README.md
Welcome to JANA!
JANA is a C++ framework for multi-threaded HENP (High Energy and Nuclear Physics) event reconstruction. Please see the JANA website for full documentation.
JANA2 is a complete rewrite retaining successful features from the original while modernizing the framework for a new generation of experiments. The code is under active development, but is ready for use as is. You are welcome to check it out and give feedback to help us improve it.
Just to whet your appetite a little, the code snippet below is the most common signature of JANA. A large fraction of end users won't really need to know much more than this.
```c++
auto tracks = jevent->Get
for(auto t : tracks){ // ... do something with a track } ```
To quickly download, build, install, and test on your system:
bash
git clone https://github.com/JeffersonLab/JANA2
cd JANA2
mkdir build
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=`pwd`
cmake --build build --target install -j 8
bin/jana -Pplugins=JTest -Pjana:nevents=100
For a closer look, see our tutorial.
Owner
- Name: Jefferson Lab
- Login: JeffersonLab
- Kind: organization
- Website: http://www.jlab.org/
- Repositories: 584
- Profile: https://github.com/JeffersonLab
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: JANA2 Multi-threaded HENP Event Reconstruction
message: >-
If you use this software, please cite it using the
DOI from the appropriate release.
type: software
authors:
- family-names: Experimental Nuclear Physics Community
identifiers:
- type: url
value: 'https://github.com/JeffersonLab/JANA2'
description: GitHub site
repository-code: 'https://github.com/JeffersonLab/JANA2'
url: 'https://jeffersonlab.github.io/JANA2/'
abstract: C++ framework for multi-threaded event reconstruction
GitHub Events
Total
- Create event: 60
- Release event: 4
- Issues event: 46
- Watch event: 1
- Delete event: 54
- Issue comment event: 54
- Push event: 190
- Pull request review event: 17
- Pull request review comment event: 15
- Pull request event: 112
- Fork event: 3
Last Year
- Create event: 60
- Release event: 4
- Issues event: 46
- Watch event: 1
- Delete event: 54
- Issue comment event: 54
- Push event: 190
- Pull request review event: 17
- Pull request review comment event: 15
- Pull request event: 112
- Fork event: 3
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 23
- Total pull requests: 42
- Average time to close issues: 4 months
- Average time to close pull requests: 17 days
- Total issue authors: 6
- Total pull request authors: 4
- Average comments per issue: 0.48
- Average comments per pull request: 0.31
- Merged pull requests: 32
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 22
- Pull requests: 42
- Average time to close issues: about 1 month
- Average time to close pull requests: 17 days
- Issue authors: 6
- Pull request authors: 4
- Average comments per issue: 0.41
- Average comments per pull request: 0.31
- Merged pull requests: 32
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- nathanwbrei (27)
- DraTeots (10)
- wdconinc (6)
- faustus123 (6)
- veprbl (5)
- RaiqaRasool (3)
- nsjarvis (2)
- ruse-traveler (1)
Pull Request Authors
- nathanwbrei (96)
- RaiqaRasool (14)
- wdconinc (5)
- DraTeots (5)
- faustus123 (4)
- veprbl (4)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- faustus123/DockerAction-JANA2 v2.0.0 composite
- actions/checkout v3 composite
- actions/checkout v3 composite