-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbone_sim.html
More file actions
354 lines (267 loc) · 11.4 KB
/
Copy pathbone_sim.html
File metadata and controls
354 lines (267 loc) · 11.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bone Tunnel Placement Simulation | Ashwani Kumar</title>
<meta name="description"
content="Finite element study on bone tunnel placement influencing shear stresses after coracoclavicular ligament reconstruction.">
<!--
- favicon
-->
<link rel="shortcut icon" href="./assets/images/logo-ak.png" type="image/png">
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<!--
- google font link
-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
</head>
<body>
<canvas id="bg-canvas"></canvas>
<main>
<!--
- #SIDEBAR
-->
<aside class="sidebar" data-sidebar>
<div class="sidebar-info">
<figure class="avatar-box">
<img src="./assets/images/my_pic.jpg" alt="Ashwani Kumar" width="80">
</figure>
<div class="info-content">
<h1 class="name" title="Ashwani Kumar">Ashwani Kumar</h1>
<p class="title">Computational Engineer</p>
</div>
<button class="info_more-btn" data-sidebar-btn>
<span>Show Contacts</span>
<ion-icon name="chevron-down"></ion-icon>
</button>
</div>
<div class="sidebar-info_more">
<div class="separator"></div>
<ul class="contacts-list">
<li class="contact-item">
<div class="icon-box">
<ion-icon name="logo-linkedin"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">LinkedIn</p>
<a href="https://www.linkedin.com/in/ashwanikumareth" class="contact-link">ashwanikumareth</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="logo-github"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">GitHub</p>
<a href="https://github.com/ashwakumar" class="contact-link">ashwakumar</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="school-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Google Scholar</p>
<a href="https://scholar.google.com/citations?user=ashwanikjangir@gmail.com"
class="contact-link">ashwanikjangir</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="mail-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Email</p>
<a href="mailto:ashwanikjangir@gmail.com" class="contact-link">ashwanikjangir@gmail.com</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="phone-portrait-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Phone</p>
<a href="tel:+41 782303498" class="contact-link">+41 782303498</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="location-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Location</p>
<address>Zürich, Switzerland</address>
</div>
</li>
</ul>
<div class="separator"></div>
<ul class="social-list">
<li class="social-item">
<a href="#" class="social-link">
<ion-icon name="logo-facebook"></ion-icon>
</a>
</li>
<li class="social-item">
<a href="#" class="social-link">
<ion-icon name="logo-twitter"></ion-icon>
</a>
</li>
<li class="social-item">
<a href="#" class="social-link">
<ion-icon name="logo-instagram"></ion-icon>
</a>
</li>
</ul>
</div>
</aside>
<!--
- #main-content
-->
<div class="main-content">
<!--
- #NAVBAR
-->
<nav class="navbar">
<ul class="navbar-list">
<li class="navbar-item">
<a href="index.html" class="navbar-link">About</a>
</li>
<li class="navbar-item">
<a href="index.html#resume" class="navbar-link">Resume</a>
</li>
<li class="navbar-item">
<a href="index.html#portfolio" class="navbar-link">Portfolio</a>
</li>
<li class="navbar-item">
<a href="index.html#contact" class="navbar-link">Contact</a>
</li>
</ul>
</nav>
<!--
- #PROJECT DETAILS
-->
<article class="project-details active" data-page="project-details">
<a href="index.html#portfolio" class="back-link" onclick="localStorage.setItem('activePage','portfolio')">← Back
to Portfolio</a>
<header>
<h2 class="h2 article-title">Bone Tunnel Stress in AC Joint Reconstruction</h2>
</header>
<section class="project-content">
<div class="project-hero">
<img src="./assets/images/bone_stress.png" alt="Bone Tunnel Stress in AC Joint Reconstruction"
loading="lazy">
</div>
<h4 class="h4">Bone Tunnel Placement Influences Shear Stresses at the Coracoid Process after Coracoclavicular
Ligament Reconstruction</h4>
<div class="project-description">
<ul class="author-info-box">
<li class="author-info-item">
<span class="info-label">Main Author:</span>
<span class="info-value">Benjamin Bockmann</span>
</li>
<li class="author-info-item">
<span class="info-label">Affiliation:</span>
<span class="info-value">Ruhr University Bochum</span>
</li>
<li class="author-info-item">
<span class="info-label">Type:</span>
<span class="info-value">Research Project</span>
</li>
<li class="author-info-item">
<span class="info-label">Co-Author:</span>
<span class="info-value"> A. Kumar, J. J. Timothy, G. Meschke</span>
</li>
<li class="author-info-item">
<span class="info-label">Date:</span>
<span class="info-value">2023</span>
</li>
<li class="author-info-item">
<span class="info-label">Journal:</span>
<span class="info-value">ARTHROSCOPY AND SPORTS MEDICINE</span>
</li>
</ul>
<h4 class="h4">Project Overview</h4>
<p>
This study investigated how bone tunnel placement during coracoclavicular (CC) ligament reconstruction
affects shear stresses on the coracoid process.
Using a 3D finite element (FE) model combined with a radiological analysis of patient data, the project
evaluated different bone tunnel configurations to identify safer surgical techniques that reduce the risk
of coracoid fractures.
</p>
<h4 class="h4">Problem & Motivation</h4>
<p>
Arthroscopically assisted AC joint reconstructions often involve drilling tunnels in the clavicle and
coracoid. However, stress fractures at the coracoid are a known complication, leading to poor clinical
outcomes. Cadaver studies offer limited insights due to variable bone quality, so there is a need for
computational and clinical analyses to identify optimal bone tunnel configurations that minimize
mechanical stress.
</p>
<h4 class="h4">Key Contributions</h4>
<ul class="feature-list">
<li>Built a 3D finite element model of the AC joint using CT imaging and virtual bone tunnels.</li>
<li>Tested six different tunnel configurations for clavicle–coracoid reconstruction.</li>
<li>Conducted a radiological review of 40 patient cases to validate tunnel placement in real surgeries.
</li>
<li>Identified that a proximal coracoid tunnel combined with a lateral clavicle tunnel minimized shear
stresses.</li>
<li>Showed that certain configurations increased stress by up to 23%, raising fracture risk.</li>
</ul>
<h4 class="h4">Technical Highlights</h4>
<ul class="tech-list">
<li>Tools & Platforms: CT-based 3D modeling, 3D Slicer, GiD pre/post-processing, Kratos FE solver.</li>
<li>Methods: Finite Element Analysis (Von Mises stress evaluation), radiological measurement of clavicle
drill holes, statistical analysis with SPSS.</li>
<li>Model Details: 420,793 tetrahedral finite elements, applied surface loading, Dirichlet boundary
conditions.</li>
<li>Validation: Compared FE predictions with radiological evidence from post-surgical X-rays of AC joint
reconstructions.</li>
</ul>
<h4 class="h4">Results & Impact</h4>
<p>
The study demonstrated that bone tunnel placement strongly influences stress distribution at the coracoid.
A lateral traction direction with a proximal tunnel significantly lowered stresses, while medial or distal
placements increased fracture risk.
</p>
<h4 class="h4">Publication Details</h4>
<p>
<strong>Journal:</strong> Archives of Orthopaedic and Trauma Surgery<br>
<strong>Year:</strong> 2023<br>
<strong>DOI:</strong> <a href="https://doi.org/10.1007/s00402-022-04382-9" target="_blank"
class="text-link">10.1007/s00402-022-04382-9</a>
</p>
<!-- Navigation & Links -->
<div class="project-navigation">
<a href="sps_sim.html" class="btn-link">
<ion-icon name="arrow-back-outline"></ion-icon> Previous
</a>
<a href="https://doi.org/10.1007/s00402-022-04382-9" target="_blank" class="btn-link">
<ion-icon name="document-text-outline"></ion-icon> Read Paper
</a>
<a href="dolomite_sim.html" class="btn-link">
Next <ion-icon name="arrow-forward-outline"></ion-icon>
</a>
</div>
</div>
</section>
</article>
</div>
</main>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<script src="./assets/js/particles.js"></script>
<!--
- ionicon link
-->
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>