material_xs_plotter

XSPlot - Neutron cross section plotter for materials

https://github.com/openmc-data-storage/material_xs_plotter

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.2%) to scientific vocabulary

Keywords

barns cross graph material neutron neutronics nuclear plot section
Last synced: 4 months ago · JSON representation ·

Repository

XSPlot - Neutron cross section plotter for materials

Basic Info
  • Host: GitHub
  • Owner: openmc-data-storage
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 82 KB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 3
  • Open Issues: 7
  • Releases: 2
Topics
barns cross graph material neutron neutronics nuclear plot section
Created over 5 years ago · Last pushed almost 3 years ago
Metadata Files
Readme Citation

README.md

This repository contains part of the source code for neutron cross section plotting website xsplot.com which allows neutron cross sections for materials to be plotted.

This repository contains: - A Python Plotly Dash based GUI 🐍 - A Dockerfile that provides the hosting enviroment 🐳

Run locally

You can view the hosted version of this repositoy 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 repositoy bash git clone https://github.com/openmc-data-storage/material_xs_plotter.git

Then navigate into the repositoy folder bash cd material_xs_plotter

Then build the docker image bash docker build -t material_xs_plotter .

Then run the docker image bash docker run --network host -t material_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

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"
title: "XSPlot - Neutron cross section plotter for materials "
version: 0.0.2
date-released: 2021-8-13
url: "https://github.com/openmc-data-storage/material_xs_plotter"

GitHub Events

Total
  • Fork event: 1
Last Year
  • Fork event: 1

Dependencies

requirements.txt pypi
  • dash *
  • dash_daq *
  • plotly *
Dockerfile docker
  • ghcr.io/openmc-data-storage/nuclear_data_base_docker h5_base build