File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- [ Demo ] ( https://openmc-data-storage.github.io/nuclide_cross_section_plotter.rs/index.html )
1
+ This repository hosts the source code for the Nuclide Cross Section Plotter hosted on [ xsplot.com ] ( https://xsplot.com )
2
2
3
- You can install the dependencies and build the web app.
3
+ [ Direct link to the webapp ] ( https://openmc-data-storage.github.io/nuclide_cross_section_plotter.rs/index.html )
4
4
5
- Instructions on Ubuntu 22.04
5
+ The web app allows users to search a database of neutron cross sections, filter the results, plot graphs and download the data.
6
6
7
- ```
7
+ You can install the dependencies and build the web app locally with these instructions that have been tested on Ubuntu 22.04
8
+ ``` bash
8
9
sudo apt-get update
9
10
sudo apt-get install curl
10
11
curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
You can’t perform that action at this time.
0 commit comments