isotope-xs-plotter
XSPlot - Neutron cross section plotter for isotopes
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 (10.4%) to scientific vocabulary
Keywords
Repository
XSPlot - Neutron cross section plotter for isotopes
Basic Info
- Host: GitHub
- Owner: openmc-data-storage
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://xsplot.com
- Size: 102 KB
Statistics
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 6
- Releases: 5
Topics
Metadata Files
README.md
This repository contains part of the source code for neutron cross section plotting website xsplot.com which allows neutron cross sections for isotopes to be plotted.
This repository contains: - A Python Plotly Dash based GUI 🐍 - A Dockerfile that provides the hosting environment 🐳
Run locally
You can view the hosted version of this repository here xsplot.com. However you might want to host your own version locally.
To host your own local version of xsplot.com you will need Docker installed and then can build and run the Dockerfile with the following commands.
First clone the repository
bash
git clone https://github.com/openmc-data-storage/isotope-xs-plotter.git
Then navigate into the repository folder
bash
cd isotope-xs-plotter
Then build the docker image
bash
docker build -t isotope-xs-plotter .
Then run the docker image
bash
docker run --network host -t isotope-xs-plotter
The URL of your locally hosted version should appear in the terminal, copy and paste this URL into a web browser address bar.
Maintenance
Pushing to the main branch of this repository triggers an automatic rebuild and deployment of the new code using Google Cloud build at the xsplot.com
The website makes use of a few other packages to process the nuclear data: - openmcdatadownloader to download processed h5 nuclear data files. - openmcdatato_json to convert the h5 files (per isotope) into seperate reaction files. - nucleardatabase_docker to provide a dockerfile containing all the required nuclear data with an index / loop up file containing every reaction available.
Owner
- Name: openmc-data-storage
- Login: openmc-data-storage
- Kind: organization
- Repositories: 6
- Profile: https://github.com/openmc-data-storage
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Shimwell" given-names: "Jonathan" orcid: "https://orcid.org/0000-0001-6909-0946" - family-names: "Delaporte-Mathurin" given-names: "Rémi" orcid: "https://orcid.org/0000-0003-1064-8882" title: "XSPlot - Neutron cross section plotter for isotopes" version: 0.0.5 date-released: 2021-8-6 url: "https://github.com/openmc-data-storage/isotope-xs-plotter"
GitHub Events
Total
Last Year
Dependencies
- dash *
- pandas *
- plotly *
- tables *
- ghcr.io/openmc-data-storage/nuclear_data_base_docker latest build