2022-12-09 13:15:32 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2022-12-10 02:35:56 -05:00
|
|
|
<title>SOLARIS Si-Array Mode Simulation </title>
|
2022-12-09 13:15:32 -05:00
|
|
|
</head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
table, th, td {
|
|
|
|
//border: 1px solid black;
|
|
|
|
}
|
2022-12-10 01:00:10 -05:00
|
|
|
table.center{
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2022-12-09 13:15:32 -05:00
|
|
|
header {
|
2022-12-10 01:00:10 -05:00
|
|
|
background-color: #F7CF3C;
|
|
|
|
padding: 10px;
|
2022-12-09 13:15:32 -05:00
|
|
|
text-align: center;
|
|
|
|
font-size: 35px;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
nav {
|
|
|
|
float: left;
|
|
|
|
width : 400px;
|
|
|
|
height: 100vh;
|
2022-12-11 00:07:35 -05:00
|
|
|
//background: #6DB33E;
|
|
|
|
background: #1363A7;
|
2022-12-09 13:15:32 -05:00
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
article {
|
|
|
|
float: none;
|
|
|
|
padding: 0px;
|
|
|
|
margin-left: 400px;
|
|
|
|
height : 100vh;
|
2022-12-11 00:07:35 -05:00
|
|
|
//background: #1363A7;
|
|
|
|
background: #6DB33E;
|
2022-12-09 13:15:32 -05:00
|
|
|
}
|
2022-12-11 00:07:35 -05:00
|
|
|
a {
|
|
|
|
color : #F7CF3C;
|
|
|
|
}
|
|
|
|
|
2022-12-09 13:15:32 -05:00
|
|
|
@media (max-width: 1000px) {
|
|
|
|
nav {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
margin-left : 0;
|
|
|
|
}
|
|
|
|
article {
|
|
|
|
width: 100%;
|
|
|
|
height: 100vh;
|
|
|
|
margin-left : 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
<body>
|
|
|
|
|
2022-12-10 01:00:10 -05:00
|
|
|
<header>
|
|
|
|
<table class="center">
|
|
|
|
<tr>
|
|
|
|
<td><img src="SOLARIS_logo.png"'''' width="300"></td>
|
|
|
|
<td><span style="font-size:70px;">Simulation</span></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</header>
|
2022-12-09 13:15:32 -05:00
|
|
|
|
|
|
|
<section>
|
|
|
|
|
|
|
|
<nav>
|
2022-12-09 18:31:19 -05:00
|
|
|
<p> Intructions is <a href="instruction.html" target="uploaded">Here.</a></p>
|
2022-12-09 13:15:32 -05:00
|
|
|
|
|
|
|
<!-- ////////////////////////////////////////// -->
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>Download Sample files:</td>
|
|
|
|
<td style="text-align:left">
|
|
|
|
<a href="sample_files/reactionConfig_sample.txt" download="reactionConfig.txt">Reaction File</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td></td>
|
|
|
|
<td style="text-align:left">
|
2022-12-09 17:11:04 -05:00
|
|
|
<a href="sample_files/detectorGeo_SOLARIS_sample.txt" download="detectorGeo_SOLAIRS.txt">DetectorGeo (SOLARIS) File</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td></td>
|
|
|
|
<td style="text-align:left">
|
|
|
|
<a href="sample_files/detectorGeo_HELIOS_sample.txt" download="detectorGeo_HELIOS.txt">DetectorGeo (HELIOS) File</a>
|
2022-12-09 13:15:32 -05:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td></td>
|
|
|
|
<td style="text-align:left">
|
|
|
|
<a href="sample_files/Ex_sample.txt" download="Ex.txt">Ex File</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td></td>
|
|
|
|
<td style="text-align:left">
|
|
|
|
<a href="sample_files/DWBA_sample.txt" download="DWBA">DWBA File</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td></td>
|
|
|
|
<td style="text-align:left">
|
2022-12-09 17:11:04 -05:00
|
|
|
<a href="sample_files/PlotConfig_sample.txt" download="PlotConfig.txt">Plot Config File</a>
|
2022-12-09 13:15:32 -05:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<p></p><!-- ////////////////////////////////////////// -->
|
|
|
|
<form enctype = "multipart/form-data" action = "Simulation_gateway.py" method = "post" target="uploaded">
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td style="text-align:right" width="200">Reaction File </td>
|
|
|
|
<td><input type = "file" name = "filename1" /> </td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td style="text-align:right" width="200">DetectorGeo File </th>
|
|
|
|
<td><input type = "file" name = "filename2" /> </td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td style="text-align:right" width="200">Ex File </th>
|
|
|
|
<td><input type = "file" name = "filename3" /> </td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td style="text-align:right" width="200">DWBA File ^ </th>
|
|
|
|
<td><input type = "file" name = "filename4" /> </td>
|
|
|
|
</tr>
|
2022-12-09 17:40:02 -05:00
|
|
|
<tr>
|
2022-12-09 18:31:19 -05:00
|
|
|
<td style="text-align:right" width="200">*.in File ^ </th>
|
2022-12-09 17:40:02 -05:00
|
|
|
<td><input type = "file" name = "filename4a" /> </td>
|
|
|
|
</tr>
|
2022-12-09 13:15:32 -05:00
|
|
|
<tr>
|
|
|
|
<td style="text-align:right" width="200">Plot Config File * </th>
|
|
|
|
<td><input type = "file" name = "filename5" /> </td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>^ can be alone <br>* can be omitted</th>
|
|
|
|
<td><input type = "submit" value = "Upload & Run Simulation" style="height:50px; width:200px"/> </td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
|
2022-12-11 00:07:35 -05:00
|
|
|
<p></p>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td style="text-align:right">Simplfied Input : </td>
|
|
|
|
<td><a href="simpleSim.html" target="uploaded">Click Here.</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td style="text-align:right"> Misc. Calulations : </td>
|
|
|
|
<td><a href="miscCal.html" target="uploaded">Click Here.</a></td>
|
|
|
|
</tr>
|
|
|
|
<table>
|
|
|
|
|
2022-12-09 13:15:32 -05:00
|
|
|
<p></p><!-- ////////////////////////////////////////// -->
|
|
|
|
<form action = "get_nuclear_data.py" method = "POST" target = "NuclearData">
|
|
|
|
<table>
|
|
|
|
<tr>
|
2022-12-11 00:07:35 -05:00
|
|
|
<td style="text-align:right"> Isotopes Name:</td>
|
2022-12-09 13:15:32 -05:00
|
|
|
<td><input type = "text" name = "isotopes_name" size="13" value="18O"/></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td style="text-align:right">Max Ex [MeV]:</td>
|
|
|
|
<td><input type = "text" name = "maxEx" size="13" value="can be omitted"/></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td></td>
|
|
|
|
<td>
|
|
|
|
<input type = "submit" value = "Get Isotopes Data" />
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
|
2022-12-09 17:11:04 -05:00
|
|
|
<iframe name="NuclearData" style="border:none" width="400" height="40%"></iframe>
|
2022-12-09 13:15:32 -05:00
|
|
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<!-- ////////////////////////////////////////// -->
|
|
|
|
<article>
|
2022-12-10 19:12:39 -05:00
|
|
|
<iframe name="uploaded" style="border:none;" width="100%" height= "100%" src="instruction.html"></iframe>
|
2022-12-09 13:15:32 -05:00
|
|
|
</article>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|