{"id":19575884,"url":"https://github.com/martukas/nuclei","last_synced_at":"2025-04-27T06:31:36.186Z","repository":{"id":122530311,"uuid":"57005071","full_name":"martukas/nuclei","owner":"martukas","description":"An Evaluated Nuclear Structure Data (ENSDF) parser, viewer and editor","archived":false,"fork":false,"pushed_at":"2024-03-20T15:53:37.000Z","size":1141,"stargazers_count":19,"open_issues_count":8,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-03-21T09:56:52.761Z","etag":null,"topics":["nuclear","nuclear-data","nuclear-physics","nuclear-structure"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/martukas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-04-25T02:11:03.000Z","updated_at":"2024-03-02T08:01:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"b2a3a9b4-87ea-48c9-9081-489d4a106060","html_url":"https://github.com/martukas/nuclei","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martukas%2Fnuclei","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martukas%2Fnuclei/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martukas%2Fnuclei/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martukas%2Fnuclei/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martukas","download_url":"https://codeload.github.com/martukas/nuclei/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224062749,"owners_count":17249290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nuclear","nuclear-data","nuclear-physics","nuclear-structure"],"created_at":"2024-11-11T06:49:44.705Z","updated_at":"2024-11-11T06:49:49.564Z","avatar_url":"https://github.com/martukas.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuclei\n[![CircleCI Build Status](https://circleci.com/gh/martukas/nuclei.svg?style=shield)](https://circleci.com/gh/martukas/nuclei/tree/master)\n\nAn Evaluated Nuclear Structure Data\n([ENSDF](https://www.nndc.bnl.gov/ensdf/))\nparser, viewer and editor.\n\nA future library for native ENSDF access and manipulation in C++.\n\n## Features\n\nNuclei is a software tool for the displaying of nuclear decay schemes and the automated search for appropriate decay cascade properties.\n\n- Exports decay schemes as pdf or svg file\n- Powerful decay cascade search functionality\n\n![screenshot](documentation/Ru93EC.png)\n\n## Technical goals\n* Complete and authentic parsing of ENSDF files. Many projects out there neglect some data\ndeemed irrelevant to their application, i.e. uncertainties in half-life. The aim is to parse\nall ENSDF information in full.\n* Integrability with other analysis and simulation tools. Once the ENSDF data is imported,\nit is stored in a hierarchical object-oriented way, for easy access in a native\nC++-idiomatic way.\n* The graphical interface should display the information intuitively but comprehensively.\nRelevant LaTeX is rendered in the notes. Literature references link to web resources.\n* Editing should be possible to allow supplementing of nuclear data based on experimental work.\n\nMany of these goals have been partially met, but the project is in need of additional stewardship.\n\n## Building\n\nThis software should build on Linux and macOS.\n\nTo build, clone this repository and follow the [CI script](https://github.com/martukas/nuclei/blob/main/.circleci/config.yml) instructions concerning the required prerequisites, and finally use CMake to configure and compile.\n\n## Using\n\nYou must download the ENSDF database from https://www.nndc.bnl.gov/ensdfarchivals/ and unzip it into a folder of your choice. When you start `nuclei`, you will have to point it to that location.\n\nCaching the database might take a while, but allows for searching and filtering in the UI. You can speed it up by moving some of the data files out of the chosen folder.\n\nParsing errors will be printed in terminal as the files are loaded.\n\n## History and progress\n\nThis software is primarily based on a\n[similar project](https://sourceforge.net/projects/nuclei/)\nby M.A.Nagl, as it can be seen in the git history.\n\nA description of the original Nuclei's functionality and results obtained using its search method was published in Nuclear Instruments and Methods in Physics Research, Section A:\n\nM. Nagl, et al., NIM A 726 (2013), 17-30, [doi:10.1016/j.nima.2013.05.045](https://doi.org/10.1016/j.nima.2013.05.045)\n\nMain changes:\n* refactored to decouple storing, parsing and user interface\n* updated to work with more recent versions of Qt and boost\n* divorced from obsolete libraries (libakk, Qwt and libQxt, QtFtp)\n* reliance on qmake replaced with CMake + conan for dependency management\n* removed calculation of angular γ emission anisotropies (correlation coefficients)\n* removed generation of synthetic energy spectra\n* improved parsing of additional fields and records\n* improvements based on features observed in other similar projects:\n    - [gammaware](https://gitlab.in2p3.fr/IPNL_GAMMA/gammaware)\n    - [more](http://more.sourceforge.net/)\n    - [ENSDF++](http://fy.chalmers.se/subatom/kand/2012/precalib/ENSDF++/index.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartukas%2Fnuclei","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartukas%2Fnuclei","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartukas%2Fnuclei/lists"}