-
Notifications
You must be signed in to change notification settings - Fork 2
/
lifesupport.html
284 lines (261 loc) · 9.19 KB
/
lifesupport.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html>
<html>
<head>
<title>Artemis - Life Support</title>
<meta charset="UTF-8" />
<meta name="description" content="Faux GUI supplement for set-dressing a gaming session of Artemis SBS." />
<meta name="author" content="Justin Warwick" />
<link rel='stylesheet' href='./sbs-ui.css' />
<link rel='stylesheet' href='./sinebars-animated.css' />
<script src="./sbs-ui.js"></script>
</head>
<body>
<div id="super_container">
<div id="console_metacontrols">
<a href="javascript:toggleFullScreen();" id="fullscreenToggle">[=]</a>
</div>
<div id="console_super_controls">
<button class="major_action" onclick="window.location.href='menu.html';">MENU</button>
<button class="major_action major_action_active">ATMOSPHERIC</button>
<button class="major_action">AQUATIC</button>
<button class="major_action">RADIANT</button>
</div>
<div id="communique" >
<h1>Welcome to Artemis Glitter UI Style Clone Test</h1>
<p>Status and information flowing endlessly, giving a certain ambience.</p>
<p>Even if information is not functionally meaningful, the experience is enhance by giving a feeling of authenticity.</p>
<p>Presumably, you want to fill the screen pretty evenly, if browser were in fullscreen mode. But also becareful not to overflow or else you get scrollbars that spoil the effect a little. Hopefully this page is clean and clear enough that you could copy it, rename it, then start copy and pasting segments that you like and just replace the content and order a little and then you have yourself a custom faux console.</p>
<button class="action" onclick="javascript:this.parentNode.style.display = 'none';">ACKNOWLEDGE</button>
<!--Probably it is better to put onclick and other evenhandler code in a seperate script block, even in a separate JS file. But this works ok too.-->
</div>
<div class="wrapper2column">
<div class="leftcolumn">
<h3>ATMOSPHERIC COMPOSITION</h3>
<p>Scan cycle 1,200,342 in progress. — μ<sub>JT</sub> coefficient, in °K/Pa </p>
<table class="ship_metrics">
<tr>
<td>Hydrogen</td> <td>4.0402</td> <td>H<sub>2</sub></td>
<td>-.052</td>
</tr>
<tr>
<td>Aqua</td> <td>2.040</td> <td>H<sub>2</sub>O</td>
<td>.082</td>
</tr>
<tr>
<td>Nitrogen</td> <td>70.0402</td> <td>N<sub>2</sub></td>
<td>.063</td>
</tr>
<tr>
<td>Oxygen</td> <td>11.0402</td> <td>O<sub>2</sub></td>
<td>.077</td>
</tr>
<tr>
<td>Ozone</td> <td>1.0233</td> <td>O<sub>3</sub></td>
<td>.077</td>
</tr>
<tr>
<td>Carbon Monoxide</td> <td>.0402</td> <td>CO</td>
<td>.101</td>
</tr>
<tr>
<td>Carbon Dioxide</td> <td>.0023</td> <td>CO<sub>2</sub></td>
<td>.124</td>
</tr>
<tr>
<td>Nitrous Oxide</td> <td>.0200</td> <td>N<sub>2</sub>O</td>
<td>.091</td>
</tr>
<tr>
<td>Acetylene</td> <td>.0333</td> <td>C<sub>2</sub>H<sub>2</sub></td>
<td>.034</td>
</tr>
<tr>
<td>Ethylene</td> <td>.0233</td> <td>C<sub>2</sub>H<sub>4</sub></td>
<td>.033</td>
</tr>
<tr>
<td>Propane</td> <td>.0333</td> <td>C<sub>3</sub>H<sub>8</sub></td>
<td>.061</td>
</tr>
<tr>
<td>Methane </td><td>500</td><td>CH<sub>4</sub></td><td>7002</td>
</tr>
<tr>
<td> Methanol </td><td> 70</td><td>CH<sub>3</sub>OH</td><td>125</td>
</tr>
<tr>
<td> Ethanol </td><td> 30</td><td> C<sub>2</sub>H<sub>6</sub>O</td><td>125</td>
</tr>
<tr>
<td> 2-propanol </td><td> 30</td><td>C<sub>3</sub>H<sub>8</sub>O</td><td>125</td>
</tr>
<tr>
<td> 1-butanol </td><td> 50</td><td> C<sub>4</sub>H<sub>9</sub>OH</td><td>125</td>
</tr>
<tr>
<td> Formaldehyde </td><td> 5</td><td> CH<sub>2</sub>O</td><td>12</td>
</tr>
<tr>
<td> Acetaldehyde </td><td> 30</td><td> CH<sub>3</sub>CHO </td><td>15</td>
</tr>
<tr>
<td> Propionaldehyde </td><td> 50</td><td> CH<sub>3</sub>CH<sub>2</sub>CHO </td><td>125</td>
</tr>
<tr>
<td> Toluene </td><td> 6</td><td> C<sub>7</sub>H<sub>8</sub></td><td>27</td>
</tr>
<tr>
<td> Perfluoropropane </td><td> 100</td><td> C<sub>3</sub>F<sub>8</sub></td><td>245</td>
</tr>
<tr>
<td> Ammonia </td><td> 4</td> <td>NH<sub>3</sub></td><td>12</td>
</tr>
</table>
</div>
<div class="rightcolumn">
<div class="wrapper2column">
<div class="leftcolumn">
<h3>MASS SPECTROMETER <span class="nominal">ACTIVE</span></h3>
<h3>FOURIER TRANSFORM INFRARED SPECTROSCOPE <span class="nominal">ACTIVE</span></h3>
<h3>SURFACE ACOUSTIC WAVE SCAN <span class="nominal">ACTIVE</span></h3>
<h3>Atmospheric Gas Pressure: <span class="nominal">89.726 K/Pa</span></h3>
Boyle's law graph building...
<p>Relative Humidity: 42%</p>
<div class="wrapper2column">
<div class="leftcolumn">
<table class="vertical_threshold_bracket">
<tr><td class="critical_threshold">-</td></tr>
<tr><td class="critical_threshold">-</td></tr>
<tr><td class="critical_threshold">-</td></tr>
<tr><td>-</td></tr>
<tr><td>-</td></tr>
<tr><td class="nominal_threshold">=</td></tr>
<tr><td class="nominal_threshold">—</td></tr>
<tr><td class="nominal_threshold">-</td></tr>
<tr><td>-</td></tr>
<tr><td class="critical_threshold">-</td></tr>
<tr><td class="critical_threshold">-</td></tr>
<tr><td class="critical_threshold">-</td></tr>
</table>
</div>
<div class="rightcolumn">
<p>Goldilocks bounds: </p>
<ul>
<li>
Containment system at (1000 K/Pa)
</li>
<li>
Embolism Danger (sustained 30 min. / 10 K/Pa over 100)
</li>
<li>
Normal (100 K/Pa)
</li>
<li>
Hypoxia at (70 K/Pa)
</li>
<li>
Embolism Danger (60 K/Pa)
</li>
<li>
Edema Danger at (50 K/Pa)
</li>
</ul>
Ship volume: 225,000m<sup>3</sup>, estimated gas mass.
</div>
</div>
</div>
<div class="rightcolumn">
<h3>AMBIENT TEMPERATURE</h3>
<table class="ship_metrics">
<tr><th></th><th>Port</th><th>Central</th><th>Starboard</th></tr>
<tr>
<td>Bow</td> <td>22.040</td> <td>21.34</td> <td>20.34</td>
</tr>
<tr>
<td>Mid</td> <td>24.040</td> <td class="urgent">30.34</td> <td>21.43</td>
</tr>
<tr>
<td>Aft</td> <td>22.040</td> <td>21.37</td> <td>22.14</td>
</tr>
<caption>UNIT: °Celsius</caption>
</table>
<p>Ambient Temparature 23°C scale of Kelvin w/ centigrade range . Add in trends, or at least deltas </p>
<p>Atmospheric Autoignition Temperature: 536°C</p>
<p>Average Accoustic Energy Load: 90.2mJ</p>
<p>
<div class="zx-load-animation" id="sinebars-1">
<div class="zx-load-col"></div>
<div class="zx-load-col"></div>
<div class="zx-load-col"></div>
<div class="zx-load-col"></div>
<div class="zx-load-col"></div>
<div class="zx-load-col"></div>
<div class="zx-load-col"></div>
<div class="zx-load-col"></div>
</div>
</p>
<!-- -->
<!--
<img src="images/simpleship.svg" />
-->
<p>MAG FLD STR: 100 ev</p>
<p>ELEC FLD STR: 58 CN</p>
<p>WARP FLD STR: 240 Cch</p>
<!-- -->
</div>
</div>
</div>
</div>
<!--
<div id="dualpresentation" class="wrapper2column">
<div class="yscale">x x x x x x </div>
<div class="maingrid">O O O O O O</div>
</div>
-->
<div class="wrapper2column">
<div class="leftcolumn">
<h3>IONIZING RADIATION</h3>
<span class="confirmed">[Est. Avg. Absorption: .0457 mSv]</span>
<table class="ship_metrics">
<caption>UNIT: Roentgen</caption>
<tr><th></th><th>α</th><th>β</th><th>γ</th><th>n</th><th>x</th></tr>
<tr>
<td>Bow</td> <td>2.040</td> <td>1.34</td> <td>0.24</td> <td>0.34</td> <td>1.34</td>
</tr>
<tr>
<td>Mid</td> <td>2.040</td> <td class="urgent">1.34</td> <td>2.34</td> <td>3.57</td> <td>1.88</td>
</tr>
<tr>
<td>Aft</td> <td>2.040</td> <td>1.37</td> <td>1.32</td> <td>1.76</td> <td>1.34</td>
</tr>
</table>
</div>
<div class="rightcolumn">
<div class="wrapper2column">
<div class="leftcolumn">
<img id="shipschematic" style="width:30em;" src="images/htv_diag.svg" alt="SYSTEM SCHEMATIC"/>
</div>
<div class="rightcolumn">
<h3>MICROBIOLOGIC</h3>
<button class="action" onclick="audioAcknowledge();">REFRESH</button>
<button class="action" onclick="audioAcknowledge();">SANITIZE</button>
<button class="action" onclick="audioAcknowledge();">IRRADIATE</button>
<ul>
<li class="nominal"> Filtration status: ACTIVE</li>
<li class="nominal"> Foreign organism: -</li>
<li>Sample rate: 1.47% / hour</li>
<li>Bacterial culture: nominal</li>
<li>Sickbay status: nominal</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<audio id="audUmmy"/><!--Just leave this here, just needed to be able to query canplay in the initialization code to load compatible media types -->
<script>
window.console && console.log("TODO some dynamicness");
</script>
<script src="sbs-ui-wireup.js"></script>
</body>
</html>