-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcophi.html
More file actions
370 lines (350 loc) · 13.9 KB
/
cophi.html
File metadata and controls
370 lines (350 loc) · 13.9 KB
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
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
<html>
<head>
<title>Kartik Jain</title>
<link rel="stylesheet" href="style.css">
<style>
div {
max-width: 500px;
min-width: 100px;
}
li {
display: block;
width: 50%;
float:left;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<div class="container">
<body>
<img height=300 src="kartik_2024.png">
<video style="position:absolute;width:600px;top:100px;left:560px" autoplay loop>
<source src="metzger.mp4" type="video/mp4">
</video>
<img height=180 src="camwa.png" style="position:absolute; top:100px; left:250px;">
<p>
<b>
Kartik Jain, Associate Professor of Biofluid Dynamics,<br>
Department of Thermal and Fluid Engineering, <br>
<a href="https://people.utwente.nl/k.jain?tab=about-me">University of Twente</a>, <br>
The Netherlands <br>
E-mail: k.jain@utwente.nl <br>
<a href="https://www.linkedin.com/in/kartikjain5/"> <img src="img/linkedin.svg" width=20> </a>  
<a href="https://scholar.google.co.uk/citations?user=bPoP9RIAAAAJ&hl=en"> <img src="img/google-scholar-square.svg" width=20> </a>  
<a href="https://www.researchgate.net/profile/Kartik_Jain3"> <img src="img/researchgate.svg" width=20> </a>  
<a href="https://orcid.org/0000-0002-6540-9304"> <img src="img/orcid.svg" width=20> </a>  
<a href="https://publons.com/researcher/3073142/kartik-jain/"> <img src="img/publons-square.svg" width=20> </a>  
<a href="https://www.ncbi.nlm.nih.gov/myncbi/1DuEBDU8mrlQv/bibliography/public/"> <img src="img/pubmed-square.svg" width=20> </a>
</b>
<p>
<h2><button> <a href="index.html" >About</a> </button>
<button> <a href="projects.html">Research Projects</a></button>
<button> <a href="cophi.html" >Team members</a> </button>
<button> <a href="lehre.html" >Teaching </a> </button>
<button> <a href="apes.html" >Research Code</a> </button>
<button> <a href="pub.html" >Publications</a> </button>
</h2>
<h2><span style="color:#006666">Team Members</h2>
<h3>Doctoral Candidates</h3>
<ol>
<li>
<div>
<img id="myImg3" src="Mengyu.jpeg" alt="Mengyu" height="240" class="center">
<div id="myModal" class="modal">
<span class="close">×</span>
<img class="modal-content" id="img01">
<div id="caption"></div>
</div>
<script>
var modal = document.getElementById("myModal");
var img2 = document.getElementById("myImg3");
var modalImg = document.getElementById("img01");
var captionText = document.getElementById("caption");
img2.onclick = function(){
modal.style.display = "block";
modalImg.src = this.src;
captionText.innerHTML = "Mengyu Wang completed his master's degree in aeronautical engineering from Beihang University, China in January 2019. Before joining UT, he worked in the medical tech industry for over three years. As part of his recent project, he utilized the lattice Boltzmann method to calculate the flow inside coronary arteries. Starting from September 2023, his doctoral research will focus on the intricate interplay between geometrical complexity and mesoscopic computation in abdominal aortic aneurysm type II endoleaks.";
}
var span = document.getElementsByClassName("close")[0];
span.onclick = function() {
modal.style.display = "none";
}
</script>
<p style="text-align:center;">
<b> Mengyu Wang</b> <br>
(2023--ongoing) <br>
<i> Computational modeling of thrombosis in abdominal aortic aneurysms
</i>
</p>
</div>
</li>
<li>
<div>
<img id="myImg2" src="vlogman.png" alt="Vlogman" height="240" class="center">
<div id="myModal" class="modal">
<span class="close">×</span>
<img class="modal-content" id="img01">
<div id="caption"></div>
</div>
<script>
var modal = document.getElementById("myModal");
var img2 = document.getElementById("myImg2");
var modalImg = document.getElementById("img01");
var captionText = document.getElementById("caption");
img2.onclick = function(){
modal.style.display = "block";
modalImg.src = this.src;
captionText.innerHTML = "Tristan obtained his masters degree in mechanical engineering in Twente in Feb 2021. His master thesis focused on multigrid methods for lubrication. From April 2021 he started to work as a doctoral candidate in the ULTIMO project funded by the NWO. Trained as a mechanical engineer in Twente his doctoral work will focus on the development of a particle transport method within the LBM framework Musubi. He will study the behavior of particle transport in the liver vasculature to improve SIRT therapy for liver tumors";
}
var span = document.getElementsByClassName("close")[0];
span.onclick = function() {
modal.style.display = "none";
}
</script>
<p style="text-align:center;">
<b> Tristan Vlogman</b> <br>
(2021--2025) <br>
<i> Coupled lattice Boltzmann and Discrete Element Method
simulations with applications to liver radioembolization </i>
</p>
</div>
</li>
<li>
<div>
<img id="myImg1" src="rutten.png" alt="Rutten" height="240" class="center">
<div id="myModal" class="modal">
<span class="close">×</span>
<img class="modal-content" id="img01">
<div id="caption"></div>
</div>
<script>
var modal = document.getElementById("myModal");
var img1 = document.getElementById("myImg1");
var modalImg = document.getElementById("img01");
var captionText = document.getElementById("caption");
img1.onclick = function(){
modal.style.display = "block";
modalImg.src = this.src;
captionText.innerHTML = "Lisa obtained her master degree in Technical Medicine with a thesis on <i>Computational fluid dynamics in the stented arteria femoralis superficialis</i>. Since October 2020 she is working towards her doctoral thesis that involves <i> in vivo </i> clinical studies at the Rijnstate hospital under the supervision of Prof. Michel Reijnen and simulations of flow in stented arteries using the lattice Boltzmann method.";
}
var span = document.getElementsByClassName("close")[0];
span.onclick = function() {
modal.style.display = "none";
}
</script>
<p style="text-align:center;">
<b> Lisa Rutten </b> <br>
(2020--ongoing with Michel Reijnen) <br>
<i> Optical Coherence Tomography and High-Fidelity Flow
Simulations for improved Stent Planning in Femoropopliteal
Disease</i>
</p>
</div>
</li>
</ol>
<br> <br> <br> <br>
<br> <br> <br> <br>
<br> <br> <br> <br>
<br> <br> <br> <br>
<br> <br> <br> <br>
<br> <br> <br> <br>
<br> <br> <br> <br>
<br> <br> <br> <br>
<br> <br> <br> <br>
<br> <br> <br> <br>
<h3>Master Students</h3>
<ol>
<li>
<div>
<img src="blank.png" height="180" class="center">
<p style="text-align:center;">
<b>Eva van Os</b><br>
(2025--) <br>
<i>
Investigation of solute diffusion coefficients in the brain interstitial space
using lattice Boltzmann method
</i>
</p>
</div>
</li>
<li>
<div>
<img src="blank.png" height="180" class="center">
<p style="text-align:center;">
<b> Jitse Leeftink</b><br>
(2025--) <br>
<i>
Understanding CSF dynamics around the optic nerve using computational methods
</i>
</p>
</div>
</li>
<li>
<div>
<img src="Roorda.jpeg" height="180" class="center">
<p style="text-align:center;">
<b> Niek Roorda</b><br>
(2023--2024) <br>
<i><a href="https://purl.utwente.nl/essays/100670">
Computational modelling of turbulence induced particle mixing in a
stenosed channel using the Lattice Boltzmann method
</a></i>
</p>
</div>
</li>
<li>
<li>
<div>
<img src="blank.png" height="180" class="center">
<p style="text-align:center;">
<b> Timo Nijkamp</b><br>
(2023--2024, with Isala hospital, Zwolle) <br>
<i><a href="https://purl.utwente.nl/essays/101428">
Computational Analysis of Non-Obstructive Coronary Lesions in
Myocardial Infarction Patients Using Lattice Boltzmann Method
</a></i>
</p>
</div>
</li>
<li>
<div>
<img src="ruben.png" height="180" class="center">
<p style="text-align:center;">
<b> Ruben Roozendaal </b><br>
(2021-- 2022) <br>
<i><a href="https://purl.utwente.nl/essays/89350">
Fluid mechanics of CSF flow in extracellular spaces </a></i>
</p>
</div>
</li>
<li>
<div>
<img src="schermer.png" height="180" class="center">
<p style="text-align:center;">
<b> Frank Schermer </b><br>
(2020--2022) <br>
<i><a href="https://purl.utwente.nl/essays/93720">
Fluid mechanics of CSF flow in perivascular spaces </a></i>
</p>
</div>
</li>
<li>
<div>
<img src="hoek.png" height="180" class="center">
<p style="text-align:center;">
<b> Jan van der Hoek </b><br>
(2020--2021) <br>
<i><a href="https://purl.utwente.nl/essays/88308">
Computational modeling of flow in the liver vasculature </a></i>
</p>
</div>
</li>
<li>
<div>
<img src="busink.jpg" height="180" class="center">
<p style="text-align:center;">
<b> Koen Busink </b><br>
(2021, with Erik Groot Jebbink) <br>
<i><a href="https://purl.utwente.nl/essays/87410">
2D PIV experiments of oscillatory flow in a stenosis </a></i>
<p>
</div>
</li>
<li>
<div>
<img src="img/bas_thesis.png" height="180" class="center">
<p style="text-align:center;">
<b> Bas Wessels </b><br>
(2020, with Rob Hagmeijer and Rutger Hebbink) <br>
<i> <a href="https://purl.utwente.nl/essays/85590">
A Numerical study of the Wash-out effects during Nasal High Flow Therapy using Lattice Boltzmann method </a></i>
</p>
</div>
</li>
<li>
<div>
<img src="blank.png" height="180" class="center">
<p style="text-align:center;">
<b> Joris Kaal </b><br>
(2020--2021 with Tissuse GmbH) <br> <i> PIV experiments and CFD on organ-on-a-chip devices </i>
<br><br>
</p>
</div>
</li>
<li>
<div>
<img src="dongwei.png" height="180" class="center">
<p style="text-align:center;">
<b> Dongwei Ye </b><br>
(2018, with Prof. Georg May, RWTH Aachen University, Germany) <br> <i> A mathematical model of solute transport and oxygen consumption in nephrons </i>
</p>
</div>
</li>
<li>
<div>
<img src="img/claudia_thesis.png" height="180" class="center">
<p style="text-align:center;">
<b> Claudia Bortolussi </b><br>
(2018, with Prof. Umberto Morbiducci, Polytechnic of Turin, Italy) <br>
<i> <a
href="https://webthesis.biblio.polito.it/7191/1/tesi.pdf">Computational
modeling of flow in the kidney</a> </i>
</p>
</div>
</li>
</ol>
<br> <br> <br> <br>
<br> <br> <br> <br>
<br> <br> <br> <br>
<br> <br> <br> <br>
<br> <br> <br> <br>
<br> <br> <br> <br>
<br> <br> <br> <br>
<br> <br> <br> <br>
<hr>
<h3>Bachelor Students</h3>
<ol>
<li>
<div>
<p style="text-align:center;">
<b>Julia Goris </b>
</p>
<p>
(2021--ongoing, University of Twente) <br> <i> Computational
studies of the influence of catheter in flow field during
radioembolization to treat liver cancers </i>
</p>
</div>
</li>
<li>
<div>
<p style="text-align:center;">
<b>Jana Gericke </b>
</p>
<p>
(2016, University of Siegen, Germany) <br> <i> Direct numerical
simulation of transition to turbulence in pipe flows with varying
degree of stenosis using the Lattice Boltzmann Method </i>
</p>
</div>
</li>
<li>
<div>
<p style="text-align:center;">
<b>Berk Nergiz </b>
</p>
<p>
(2018, with Prof. Robert Nelson, ETH Zürich) <br> <i> 1D
computations of flow and oxygen transport in micro-vascular
networks </i>
</p>
</div>
</li>
</ol>
</body>
</div>
</html>