checklist.html 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="generator" content="GitLab Pages">
  6. <title>KATRIN remote analysis shift</title>
  7. <link rel="shortcut icon" href="https://ikp-neu-katrin.ikp.kit.edu/routine/pics/KATRINlogo.ico" />
  8. <link rel="stylesheet" href="style.css">
  9. <script>
  10. function WelcomeMessage() {
  11. document.getElementById("result").innerHTML = "Welcome" + localStorage.getItem('author');
  12. }
  13. }
  14. </script>
  15. </head>
  16. <body>
  17. <div class="navbar">
  18. <a href="http://adei-katrin.kaas.kit.edu" target="_blank">Adei</a>
  19. <a href="http://katana.npl.washington.edu" target="_blank">katana</a>
  20. <a href="https://gitlab.com/pages/" target="_blank">brew</a>
  21. <a href="https://webtrium.mpp.mpg.de" target="_blank">webtrium</a>
  22. </div>
  23. <center>
  24. <h1>Checklist for remote analysis shifts</h1>
  25. </center>
  26. <hr>
  27. <h2 style="text-align:right">Step 2/3</h2>
  28. <center>
  29. <body onload="document.getElementById('result').innerHTML = 'Welcome ' + localStorage.getItem('author')">
  30. <h3 id="result"></h3>
  31. </body>
  32. <h3>Please check the following parameters and values: </h3>
  33. <br>
  34. <hr>
  35. <br>
  36. <body>
  37. <div id="here"></div>
  38. <h3>Checks on Adei:</h3>
  39. <table width="100%" id="table" align="center">
  40. <tr>
  41. <th>Subsystem</th>
  42. <th>What to look for</th>
  43. <th>good (green) <br> or bad (red)</th>
  44. <th>Comment if bad</th>
  45. </tr>
  46. <tr>
  47. <td><b>High Voltage <br>(K65)</b></td>
  48. <td>Are there any unexpected spikes in the
  49. <a href="https://adei-katrin.kaas.kit.edu/adei/#module=graph&db_server=virtual&db_name=srctree&db_group=-3&control_group=-3&db_mask=all&experiment=-&window=86400&module=graph&virtual=srctree&srctree=hv__katrin-hv_rep__7__5" target="_blank">K65 readback.</a>
  50. <br>(more details can be found <a href="https://ikp-katrin-wiki.ikp.kit.edu/katrin/images/0/05/Check-Controlroom.pdf" target="_blank">here</a>)</td>
  51. <td><label class="switch"><input type="checkbox"><span class="slider round"></span></label></td>
  52. <td><input type="text" placeholder ="Comment" id="HV_K65"></td>
  53. </tr>
  54. <tr>
  55. <td><b>High Voltage <br>(absolute tank potential)</b></td>
  56. <td>Are there any unexpected spikes in the
  57. <a href="https://adei-katrin.kaas.kit.edu/adei/#module=graph&db_server=virtual&db_name=srctree&db_group=-3&control_group=-3&db_mask=all&experiment=-&window=86400&module=graph&virtual=srctree&srctree=hv__katrin-hv_rep__0__39&infomod=legend&history_id=1627290450297" target="_blank">tank potential readback.</a>
  58. <br>(more details can be found <a href="https://ikp-katrin-wiki.ikp.kit.edu/katrin/images/0/05/Check-Controlroom.pdf" target="_blank">here</a>)</td>
  59. <td><label class="switch"><input type="checkbox"><span class="slider round"></span></label></td>
  60. <td><input type="text" placeholder ="Comment" id="HV_TankPotential"></td>
  61. </tr>
  62. <tr>
  63. <td><b>Tritium throughput</b></td>
  64. <td>Is the <a href="http://adei-katrin.kaas.kit.edu/adei/#module=graph&db_server=virtual&db_name=srctree&db_group=-3&control_group=-3&db_mask=all&experiment=-&window=0&module=graph&virtual=srctree&srctree=cstloops__ControlSystem_Loop_ISS__610InnerLoop_CircIn__18&infomod=legend&history_id=1627550116118" target="_blank">tritium throughput</a>
  65. stable to within < 1 sccm? If not, something is wrong.
  66. <br> Is there a long term trend visible?
  67. <td><label class="switch"><input type="checkbox"><span class="slider round"></span></label></td>
  68. <td><input type="text" placeholder ="Comment" id="HV_TankPotential"></td>
  69. </tr>
  70. </table>
  71. <br>
  72. <button style="font-size:20px">Submit report</button>
  73. </body>
  74. </center>
  75. </body>
  76. </html>