This is the web interface for the web-base simulation.
Go to file
2024-01-04 16:46:19 -05:00
digios@f5eef9c19a remove FRIB beam rate, improve UI 2024-01-04 16:46:19 -05:00
files change simulation new page 2023-01-15 22:06:28 -05:00
logos some UI change on add Ex 2023-01-17 16:05:37 -05:00
sample_files change simulation new page 2023-01-15 22:06:28 -05:00
.gitignore change simulation new page 2023-01-15 22:06:28 -05:00
.gitmodules change simulation new page 2023-01-15 22:06:28 -05:00
Armory the kinematic is OK, need to add DWBA 2022-12-09 13:15:32 -05:00
beamRate.py remove FRIB beam rate, improve UI 2024-01-04 16:46:19 -05:00
Cleopatra the kinematic is OK, need to add DWBA 2022-12-09 13:15:32 -05:00
EnergyLevelsPlot.html added EnergyLevelsPlot 2023-07-27 00:07:05 -04:00
EnergyLevelsPlot.js remove FRIB beam rate, improve UI 2024-01-04 16:46:19 -05:00
get_nuclear_data.py added EnergyLevelsPlot 2023-07-27 00:07:05 -04:00
heliosmatics.html remove FRIB beam rate, improve UI 2024-01-04 16:46:19 -05:00
heliosmatics.js remove FRIB beam rate, improve UI 2024-01-04 16:46:19 -05:00
heliosmatics2.html some UI change on add Ex 2023-01-17 16:05:37 -05:00
heliosmatics2.js some UI change on add Ex 2023-01-17 16:05:37 -05:00
index.html added EnergyLevelsPlot 2023-07-27 00:07:05 -04:00
instruction.html some UI change on add Ex 2023-01-17 16:05:37 -05:00
Makefile added WebAssembly using IMGUI and IMPLOT 2023-07-25 19:11:12 -04:00
massProxy.py add PNG download link in simulation, change HELIOS array position to be the relaistic values 2023-07-13 12:25:29 -04:00
miscCal.html make it more android friendly 2023-03-15 22:31:20 -04:00
nuclearChart.html added beamRate.py for FRIB, added nuclearChart.html 2023-07-21 15:25:21 -04:00
nuclearChart.js added WebAssembly using IMGUI and IMPLOT 2023-07-25 19:11:12 -04:00
README.md add README.md 2022-12-09 14:23:45 -05:00
simpleInput.py remove FRIB beam rate, improve UI 2024-01-04 16:46:19 -05:00
simpleSim.html remove FRIB beam rate, improve UI 2024-01-04 16:46:19 -05:00
Simulation_gateway.py added miscCal.html 2022-12-11 00:07:35 -05:00
test.cpp added EnergyLevelsPlot 2023-07-27 00:07:05 -04:00
test.html added WebAssembly using IMGUI and IMPLOT 2023-07-25 19:11:12 -04:00
Woods-Saxon added WebAssembly using IMGUI and IMPLOT 2023-07-25 19:11:12 -04:00
WoodsSaxon.html added WebAssembly using IMGUI and IMPLOT 2023-07-25 19:11:12 -04:00
WoodsSaxon.js added WebAssembly using IMGUI and IMPLOT 2023-07-25 19:11:12 -04:00
WoodsSaxon.py added WebAssembly using IMGUI and IMPLOT 2023-07-25 19:11:12 -04:00

Introduction

This is a web inteface for the HELIOS/SOLARIS simulation. Its purpose is NOT to replace the Simulation_Helper.C in the origin digios repository. It is simply provide a more easy accessible way to do simulation.

SetUp

I am using apaches2 for web server. In the apaches2, need to enable the cgi-mod and other related setting.

all upload file will be stored in files/* . have to chage this to chmod 777, so the apache can access.

git clone

Since the repository depends on digios.

git clone --recurse-submodules https://fsunuc.physics.fsu.edu/git/rtang/SOLARIS_Web_Simulation.git