add logos

This commit is contained in:
Ryan@fsunuc 2022-12-14 19:28:28 -05:00
parent 4be1230bf8
commit be142e27b9
5 changed files with 111 additions and 40 deletions

BIN
ANL_logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
FRIB_logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
HELIOS_logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>Heliosmatics</title>
<meta name="description" content="HELIOSMATICS was first build by Ben P. Kay in MS Excel around 2010. Later, it was modified by Ryan Tang. Now, it migrate to web.">
<meta name="description" content="HELIOSMATICS was first built by Ben P. Kay in MS Excel around 2010. Later, it was modified by Ryan Tang. Now, it migrates to web.">
<script src="https://cdn.plot.ly/plotly-2.16.1.min.js"></script>
</head>
<style>
@ -12,10 +12,12 @@
</style>
<body>
<body bgcolor="#6DB33E">
<h1>HELIOSmatics</h1>
<hr style="height:4px;background-color:#F7CF3C; border-style:none; border-width:none">
<h1 id='reactionName' style="color: #1363A7"> 24F(d,p)25F@10MeV/u</h1>
<table>
@ -160,7 +162,7 @@
<tr>
<td></td>
<td>
<table style="float : right">
<table style="float : center; padding-left: 70px">
<tr>
<td>zRange(Min):</td>
<td><Input type="text" size="4" value="-200" id='zRange1'/></td>
@ -197,9 +199,110 @@
<p id="n2"></p>
<p id="n3"></p>
<!-- ===================================================== -->
<hr style="height:4px;background-color:#F7CF3C; border-style:none; border-width:none">
<h1> DWBA and Monte Carlo Simulation (under construction...)</h1>
<table id="DWBATable">
<tr>
<td> E<sub>x</sub> [MeV]</td>
<td> J<sup>&#960;</sup></td>
<td> Orbital </td>
</tr>
</tr>
<td id='dwba1'>0</td>
<td><input type="text" name="Jpi" size="5" value="3/2+"/></td>
<td><input type="text" name="Orb" size="5" value="0d3/2"/></td>
</tr>
</table>
<p></p>
<input type="checkbox" name="DWBA" value="On"/>Cal. DWBA
<table>
<tr>
<td>Incoming Channel</td>
<td>
<select name="op1">
<option value="A" selected>D | An & Cai (2006), E < 183, 12 < A < 238</option>
<option value="H">D | Han, Shi, & Shen, (2006), E < 200 | 12 < A < 209</option>
<option value="B">D | Bojowald et al., (1988), 50 < E < 80 | 27 < A < 208</option>
<option value="K">P | Koning & Delaroche, (2009), E < 200 | 24 < A < 209 | Iso.Dep.</option>
<option value="V">P | Varner et al., (1991), 16 < E < 65 | 4 < A < 209</option>
<option value="M">P | Menet et al., (1971), 30 < E < 60 | 40 < A </option>
<option value="x">A=3 | Xu, Guo, Han, & Shen, (2011), E < 250 | 20 < A < 209 </option>
<option value="l">A=3 | Liang, Li, & Cai, (2009), E < 270 | All masses </option>
<option value="x">A=4 | Su & Han, (2015), E < 398 | 20 < A < 209 </option>
</select>
<td>
</tr>
<tr>
<td>Outgoing Channel</td>
<td>
<select name="op2">
<option value="A">D | An & Cai (2006), E < 183, 12 < A < 238</option>
<option value="H">D | Han, Shi, & Shen, (2006), E < 200 | 12 < A < 209</option>
<option value="B">D | Bojowald et al., (1988), 50 < E < 80 | 27 < A < 208</option>
<option value="K" selected>P | Koning & Delaroche, (2009), E < 200 | 24 < A < 209 | Iso.Dep.</option>
<option value="V">P | Varner et al., (1991), 16 < E < 65 | 4 < A < 209</option>
<option value="M">P | Menet et al., (1971), 30 < E < 60 | 40 < A </option>
<option value="x">A=3 | Xu, Guo, Han, & Shen, (2011), E < 250 | 20 < A < 209 </option>
<option value="l">A=3 | Liang, Li, & Cai, (2009), E < 270 | All masses </option>
<option value="x">A=4 | Su & Han, (2015), E < 398 | 20 < A < 209 </option>
</select>
<td>
</tr>
</table>
<h3> Plot config (still working on):</h3>
<input type="checkbox" name="plot" value="pEZ" checked/>E vs Z<br>
<input type="checkbox" name="plot" value="pExCal" checked/>Ex (cal.)<br>
<input type="checkbox" name="plot" value="pThetaCM" checked/>ThetaCM<br>
<input type="checkbox" name="plot" value="pThetaCM_Z" checked/>ThetaCM vs Z<br>
<input type="checkbox" name="plot" value="pRecoilXY" checked/>Recoil X vs Y<br>
<input type="checkbox" name="plot" value="pRecoilRThetaCM"/>Recoil-R vs ThetaCM<br>
<input type="checkbox" name="plot" value="pRecoilRZ"/>Recoil R vs Z<br>
<input type="checkbox" name="plot" value="pArrayXY"/>Array X vs Y<br>
<p></p>
<input type="checkbox" name="gate" value="hit==1" checked/>Array Hit<br>
<input type="checkbox" name="gate" value="loop<=1" checked/>Loop = 1<br>
<input type="checkbox" name="gate" value="thetaCM>10" checked/> ThetaCM > 10 deg<br>
<p></p>
<input type = "submit" value = "Run Simulation" style="width:200px;height:60px;font-size:20px" />
<!--
<div id='DWBAPlot'></div>
<div></div>
<div></div>
-->
<p></p>
<iframe style="border:none;"></iframe>
<!-- ===================================================== -->
<hr style="height:4px;background-color:#F7CF3C; border-style:none; border-width:none">
<h4>This page is created and hosted by Fox's Lab (FSU) in collabortion with SOLARIS (FRIB).</h4>
<h4>The SOLARIS project is based on HELIOS (ANL) and is leaded by ANL.</h4>
<a href="https://fsunuc.physics.fsu.edu" target="_blank"><img src="FSU_logo_640.png" width="150"></a>
<a href="https://www.anl.gov/phy/solaris" target="_blank"><img src="SOLARIS_logo.png" height="150"></a>
<a href="https://fribs.msu.edu/news/2021/solaris.html" target="_blank"><img src="FRIB_logo.jpg" height="150"></a>
<a href="https://www.anl.gov/phy/helical-orbit-spectrometer" target="_blank"><img src="HELIOS_logo.jpg" height="150"></a>
<a href="https://www.anl.gov/phy" target="_blank"><img src="ANL_logo.gif" height="150"></a>
<p></p>
Contact: Ryan Tang (rtang at fsu.edu)
</body>
<!-- ##################################### -->
<!-- ######################################################################################### -->
<script>
@ -725,6 +828,7 @@ document.getElementById('BField').addEventListener('keypress',
CalConstants();
CalculateEZ();
CalculateRZ();
AdjustRangeEZ(document.getElementById('posArray').value);
}
}, false
);
@ -734,6 +838,7 @@ document.getElementById('BRange').oninput = function(){
CalConstants();
CalculateEZ();
CalculateRZ();
AdjustRangeEZ(document.getElementById('posArray').value);
}
document.getElementById('KEA').addEventListener('keypress',
@ -743,6 +848,7 @@ document.getElementById('KEA').addEventListener('keypress',
CalConstants();
CalculateEZ();
CalculateRZ();
AdjustRangeEZ(document.getElementById('posArray').value);
}
}, false
);
@ -752,6 +858,7 @@ document.getElementById('KEARange').oninput = function(){
CalConstants();
CalculateEZ();
CalculateRZ();
AdjustRangeEZ(document.getElementById('posArray').value);
}
document.getElementById('thetaCM').addEventListener('keypress',
@ -971,8 +1078,6 @@ document.getElementById('rRangeSlider').oninput = function(){
AdjustRangeRZ();
}
window.logMeThis = function(){
SetSSType();
CalculateEZ();

View File

@ -147,40 +147,6 @@
<input type = "submit" value = "Submit and Run Simulation" style="width:200px;height:60px;" />
</form>
<h3> Simple kinematic Calculations (Experimental..) </h3>
<button type="button">Calculate</button>
<table id="XTable">
<tr>
<td>E<sub>x</sub>[MeV]</td>
<td>&theta;<sub>CM</sub>[deg]</td>
<td>E<sub>b</sub>[MeV]</td>
<td>Z<sub>b0</sub>[mm]</td>
<td>Z<sub>b</sub>[mm]</td>
<td>2*&rho;<sub>b</sub>[mm]</td>
<td>&theta;Lab<sub>bM</sub>[deg]</td>
<td>T<sub>b</sub>[ns]</td>
<td>E<sub>B</sub>[MeV]</td>
<td>&theta;Lab<sub>B</sub>[deg]</td>
<td>Z<sub>B0</sub>/2[mm]</td>
<td>2*&rho;<sub>B</sub>[mm]</td>
</tr>
<tr>
<td>0.00</td>
<td><input type="text" value="20" size="7" id="th1"/></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
<script>
function addRow() {