-
Notifications
You must be signed in to change notification settings - Fork 1
/
bodylight.html
304 lines (236 loc) · 12.2 KB
/
bodylight.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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bodylight.js</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--script src="scripts/bodylight.bundle.js" data-main="aurelia-bootstrapper"></script-->
<!--script src="https://cdn.jsdelivr.net/npm/bodylight-components/dist/bodylight.bundle.js" data-main="aurelia-bootstrapper"></script-->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body aurelia-app="webcomponents">
<header class="w3-bar" style="position: sticky;top: 0;background:#4a4a4a;color:white;">
<a class="w3-bar-item w3-button w3-left" href="index.html" title="creative physiome" target="_self">Creative Physiome</a>
<a class="w3-bar-item w3-button w3-left" href="bodylight.html" title="technology behind" target="_self">Bodylight.js</a>
<a class="w3-bar-item w3-button w3-right" href="https://www.creativeconnections.cz">Company</a>
<a class="w3-bar-item w3-button w3-right" href="/Bodylight-docs/reference/">Docs</a>
<a class="w3-bar-item w3-button w3-right" href="/VR/breathing/" title="demo of 3D virtualbody with live animation using VR/AR capabilities">DEMO in VR</a>
<a class="w3-bar-item w3-button w3-right" href="/Bodylight-Scenarios/demo/" title="demo simulators with interactive animation">DEMO</a>
</header>
<h1 class="w3-center">Bodylight.js</h1>
<h3 class="w3-center">(technology behind interactive simulators in web)</h3>
<h1 class="w3-center">Meet us in EMBC 2022, July 11-17, Glasgow, UK</h1>
<div class="w3-center">
<div class="w3-card-2 w3-container w3-padding" style="width:600px;display: inline-block">
<img width="100%" src="img/embclogo.png" alt="EMBC 2022 logo" />
<a href="https://embc.embs.org/2022/">EMBC 2022 </a>
</div>
</div>
<div style="margin:120px!important">
</div>
<div style="height:50vh">
<h3 class="w3-center" style="margin-top:20vh">nice web simulators, e.g. of biomedicine:</h3>
<div class="w3-center">
<div class="w3-card-4 w3-container w3-padding" style="width:600px;display: inline-block">
<img width="530" height="210" src="img/hemomodelsim.gif" alt="Simulator of hemodynamics" />
</div>
</div>
</div>
<h3 class="w3-center">or mathematic</h3>
<div class="w3-center">
<div class="w3-card-4 w3-container w3-padding" style="width:700px;display: inline-block">
<img width="629" height="310" src="img/lorenzsim.gif" alt="Simulator of Lorenz Attractor" />
</div>
</div>
<div style="margin:120px!important">
</div>
<h3 class="w3-center">animation is driven by model variables</h3>
<div class="w3-center">
<div class="w3-container w3-padding" style="width:600px;display: inline-block">
<img width="371" height="241" src="img/heartanimation.gif" alt="Heart valves animation" />
</div>
</div>
<div style="margin:120px!important">
</div>
<h3 class="w3-center">fine grain visualisation for experts</h3>
<div class="w3-center">
<div class="w3-container w3-padding" style="width:600px;display: inline-block">
<img width="377" height="280" src="img/hepcidineanim.gif" alt="Hepcidine Animation" />
</div>
</div>
<div style="margin:120px!important">
</div>
<h4 class="w3-center">... of course. visualisation needs to be prepared</h4>
<h4 class="w3-center">in Adobe Animate ...</h4>
<div style="margin:120px!important">
</div>
<h4 class="w3-center">... but Bodylight.js can integrate it seamlessly</h4>
<div style="margin:120px!important">
</div>
<h3 class="w3-center">interactive parameter change - see immediate effect</h3>
<div class="w3-center">
<div class="w3-container w3-padding" style="width:600px;display: inline-block">
<img width="401" height="308" src="img/cardiacoutputeffect.gif" alt="Hepcidine Animation" />
</div>
</div>
<div style="margin:120px!important">
</div>
<h3 class="w3-center">Powered by Bodylight.js<sup>open-source</sup> technology.</h3>
<div class="w3-center">
<a href="bodylight.html">
<div class="w3-container w3-padding" style="width:600px;display: inline-block">
<img style="width:30%" src="img/bodylight_logo.svg" alt="Bodylight" />
</div>
</a>
</div>
<div style="margin:120px!important">
</div>
<h3 class="w3-center">True in-browser experience. No server, no plugin, no addons needed.</h3>
<div style="margin:120px!important">
</div>
<h3 class="w3-center">Convert to native app for iOS or Android (using Apache-Cordova)</h3>
<div class="w3-center">
<div class="w3-card-4 w3-padding" style="width:435px;display: inline-block">
<img width="410" height="913" src="img/AndroidApp.gif" alt="Bodylight" />
</div>
</div>
<div style="margin:120px!important">
</div>
<div class="w3-center w3-row-padding">
<div class="w3-half">
<div class="w3-container w3-padding">
<img style="width:100px" src="img/webgl-logo.svg" alt="WebGL" />
<h3 class="w3-center">Ready for WebGL</h3>
Enhance 3D apps with physical, chemical, biological laws.
</div>
</div>
<div class="w3-half">
<div class="w3-container w3-padding">
<img style="width:50%" src="img/webxr-logo.svg" alt="WebXR" />
<h3 class="w3-center">Ready for WebXR</h3>
Enhance virtual or augmented reality with simulators.
</div>
</div>
</div>
<h3 class="w3-center">you can put simulators into 3D apps or virtual reality</h3>
<div class="w3-center">
<div class="w3-card-4 w3-container w3-padding" style="width:700px;display: inline-block">
<img width="600" src="img/virtualpatient.gif" alt="Simulator in VR" />
</div>
</div>
</div>
<div style="margin:120px!important">
</div>
<div style="margin:240px!important">
</div>
<h3 class="w3-center">powered by these technologies:</h3>
<div class="w3-center w3-row-padding">
<div class="w3-quarter">
<div class="w3-card-2 w3-container w3-padding">
<img style="width:50%" src="img/web_components_logo.png" alt="Web Components" />
<h3 class="w3-center">Web Components standard</h3>
Design web simulator in HTML or Markdown with web components delivered by Bodylight.js library.
</div>
</div>
<div class="w3-quarter">
<div class="w3-card-2 w3-container w3-padding" style="height: 300px">
<img style="width:100%" src="img/modelica_logo.svg" alt="Modelica" />
Write models using Modelica language.
</div>
</div>
<div class="w3-quarter">
<div class="w3-card-2 w3-container w3-padding" style="height: 300px">
<img style="width:100%" src="img/web-assembly-logo.svg" alt="WebAssembly" />
<br/>
<br/>
Compile models to WebAssembly bringing near native speed of model simulation in browsers.
</div>
</div>
<div class="w3-quarter">
<div class="w3-card-2 w3-container w3-padding" style="height: 300px">
<img style="width:100%" src="img/createjs-logo.png" alt="Create.js" />
<br/>
<br/>
Animation designed in Adobe® Animate and exported as Create.js components
</div>
</div>
</div>
<div style="margin:120px!important">
</div>
<h3 class="w3-center">Follow step by step tutorial:</h3>
<div class="w3-center">
<a href="/Bodylight-docs/reference/#../tutorial/index.md" class="w3-button w3-border">
<div class="w3-container w3-padding" style="width:700px;display: inline-block">
<img width="614" height="430" src="img/tutorial.gif" alt="Simulator of Lorenz Attractor" />
</div>
</a>
</div>
<h3 id="simulators" class="w3-center">Prototype and tools</h3>
<div class="w3-center w3-padding">
<span class="w3-large">Simulators:</span>
<a href="/Bodylight-Scenarios/demo/" class="w3-button w3-border" title="Demo using Bodylight.js 1.0 and 2.0">DEMO</a>
<a href="/Bodylight-Scenarios/" class="w3-button w3-border" title="Selected education scenarios using simulators of human physiology using Bodylight.js 2.0">Scenarios</a>
<a href="https://www.physiome.cz/en/apps/" title="Educational simulators using older Bodylight.js 1.0" class="w3-button w3-border">Physiome Apps<sup>1.0</sup></a>
<a href="http://www.physiome.cz/apps/pvloops/" title="PV loops diagram in Bodylight.js 1.0" class="w3-button w3-border">PV loops<sup>1.0</sup></a>
<a href="/Bodylight-VirtualBody/" title="demo of 3d virtualbody and some simulators" class="w3-button w3-border">VirtualBody<sup>WebGL</sup></a>
<a href="/VR/breathing/" title="demo of 3D virtualbody with live animation using VR/AR capabilities" class="w3-button w3-border">Virtual Reality - breathing<sup>WebXR</sup></a>
</div>
<div class="w3-center w3-padding">
<span class="w3-large">Selected topics of human physiology with simulators:</span>
<a href="/Bodylight-Scenarios/hemodynamics/" class="w3-button w3-border">Hemodynamics <br/><span class="w3-tiny">(CZ only)</span></a>
<a href="/Bodylight-Scenarios/ironmetabolism/" class="w3-button w3-border">Iron Metabolism <br/><span class="w3-tiny">(CZ only)</span></a>
<a href="/Bodylight-Scenarios/bloodgases/" class="w3-button w3-border">Blood Gases <br/>Physiolibrary v3.0<span class="w3-tiny">(CZ only)</span></a>
<br/>
<a href="/Bodylight-Scenarios/bloodgases-p1/" class="w3-button w3-border">Blood Gases <br/>new - pure Modelica <span class="w3-tiny"></span></a>
<a href="/Bodylight-Scenarios/pharmakin/" class="w3-button w3-border">Pharmacokinetic and pharmacodynamic<br/>model demo<span class="w3-tiny">Bodylight v1.0</span></a>
</div>
</div>
<div style="margin:60px!important">
</div>
<div class="w3-center w3-padding">
<span class="w3-large">Docs:</span>
<a href="/Bodylight-docs/reference/" class="w3-button w3-border">Documentation - Reference Guide</a>
<a href="/Bodylight-docs/reference/#../tutorial/index.md" class="w3-button w3-border">Tutorial</a>
<span class="w3-large">Tools:</span>
<a href="/Bodylight-Editor/" class="w3-button w3-border">Editor</a>
<a href="/composer/" title="bodylight composer for older version 1.0" class="w3-button w3-border">Composer<sup>1.0</sup></a>
</div>
<div style="margin:120px!important">
</div>
<div class="w3-border w3-container w3-margin w3-padding">
<div class="w3-row">
<div class="w3-third">
<a href="https://bodylight.physiome.cz/index1.0.html">
Bodylight.js 1.0
</a>
</div>
<div class="w3-rest w3-padding">
Previous version of Bodylight.js framework.
</div>
</div>
</div>
<div style="margin:60px!important">
</div>
<div class="w3-border w3-container w3-margin w3-padding">
<div class="w3-small">
<b>Selected papers and presentation</b>
<p>[1] Kofránek J., Rusz J.: Restoration of Guyton's diagram for regulation of the circulation as a basis for quantitative physiological model development. Physiological Research 59,897-908,2010 <a href="http://www.biomed.cas.cz/physiolres/pdf/59/59_897.pdf">PDF</a></p>
<p>[2] Mateják M.: Mateják, M. (2015) Formalization of Integrative Physiology. Dissertation, Charles University in Prague. <a href="https://www.physiomodel.org">www.physiomodel.org</a></p>
<p>[3] Mateják M., Kulhánek T., Šilar J., Privitzer P., Ježek F., Kofránek J.: Physiolibrary - Modelica library for Physiology, In Conference Proceeding, 10th International Modelica Conference, March 12, 2014, Lund, Sweden, (DOI:10.3384/ECP14096499)<a href="https://www.physiolibrary.org">www.physiolibrary.org</a></p>
<p>[4] Kulhánek T., Kofránek J.: Bodylight.js 2.0, In-browser web simulators using standard web components, OpenModelica/Modprod 2022 workshop
<a href="https://filedn.com/lHGc7w3H4jOpIe46u1nPt57/papers/Kulhanek-ModprodWorkshop2022-Bodylight.pptx">PPTX presentation (80 MB with animation)</a>
</p>
<p>[5] Šilar J, Polák D, Mládek A, Ježek F, Kurtz T, DiCarlo S, Živný J, Kofranek J
Development of In-Browser Simulators for Medical Education: Introduction of a Novel Software Toolchain
J Med Internet Res 2019;21(7):e14160
URL: <a href="https://www.jmir.org/2019/7/e14160">www.jmir.org/2019/7/e14160</a>
DOI: 10.2196/14160 </p>
<p>[6] Bodylight.js 2.0 library: <a href="https://doi.org/10.5281/zenodo.4575354"><img src="https://zenodo.org/badge/doi/10.5281/zenodo.4575354.svg" alt="zenodo badge" /></a></p>
</div>
</div>
<div style="margin:60px!important">
</div>
<footer class="w3-bar" style="background:#4a4a4a; color:white;position:relative;z-index:1">
<section class="w3-center">2021 @ Creative Connections, Com-Sys TRADE, First Faculty of Medicine - Charles University - Prague</section></footer>
</body>
</html>