-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
585 lines (574 loc) · 21 KB
/
index.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
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
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CardioAR</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<img
src="files/untitled.png"
alt="Your Icon"
width="30"
height="30"
class="d-inline-block align-text-top"
/>
<a class="navbar-brand mx-2" href="https://aruniankur.github.io/CardioARInsights/">CardioAR</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="https://aruniankur.github.io/CardioARInsights/">Home</a>
</li>
<li class="nav-item">
<a
class="nav-link active"
aria-current="page"
href="https://stemkoski.github.io/AR-Examples/markers/hiro.png"
>Marker</a
>
</li>
<li class="nav-item">
<a
class="nav-link active"
aria-current="page"
href="mainar.html"
>Healthy Heart</a
>
</li>
<li class="nav-item">
<a
class="nav-link active"
aria-current="page"
href="https://aruniankur.github.io/heartmodel2/"
>3D onScreen</a
>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#"
>About Us</a
>
</li>
</ul>
</div>
</div>
</nav>
<br />
<div id="app"></div>
<div class="m-5">
<div class="container-lg">
<div class="row justify-content-center">
<div class="col-md-5 text-center text-md-start mb-3">
<h2>
<div class="display-3">CardioAR Insights</div>
<div class="display-5 text-muted">
Exploring the Heart and Its Ailments
</div>
</h2>
<a
href="mainar.html"
class="btn btn-secondary btn-lg m-1"
>View AR</a
>
<a href="https://www.youtube.com/watch?v=BrRnBgtUAlY" class="btn btn-secondary btn-lg m-1">Youtube</a>
</div>
<div class="col-md-5 text-center">
<img
class=""
src="files/untitled.png"
alt="ebook cover"
class="img-fluid"
style="width: 100%; height: 100%"
/>
</div>
</div>
</div>
</div>
<br />
<br />
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-5">
<img
class=""
src="frame.png"
alt="ebook cover"
class="img-fluid"
style="width: 100%; height: 100%"
/>
</div>
<div class="col-md-5">
<h1>Scan this QR to open this website in Phone.</h1>
<h1>Open the Marker given on the navbar in a fixed Screen.</h1>
<h1>Choose the disease and Enjoy the AR</h1>
</div>
</div>
</div>
<br />
<br />
<br />
<div class="container mt-6">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3">
<div class="col">
<div class="card shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
xmlns="http://www.w3.org/2000/svg"
role="img"
aria-label="Placeholder: Thumbnail"
preserveAspectRatio="xMidYMid slice"
focusable="false"
>
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#55595c"></rect>
</svg>
<div class="card-body">
<h3>Normal Heart</h3>
<h5>Normal Heart</h5>
<p class="card-text">
The heart, a fist-sized marvel nestled in our chest, powers our
existence.Comprising four chambers, it orchestrates a symphony
of pumping.
</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a
href="mainar.html?code=0"
class="btn btn-secondary btn-lg m-1"
>View AR</a
>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
xmlns="http://www.w3.org/2000/svg"
role="img"
aria-label="Placeholder: Thumbnail"
preserveAspectRatio="xMidYMid slice"
focusable="false"
>
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#55595c"></rect>
</svg>
<div class="card-body">
<h3>Transposition in Heart</h3>
<h5>Transposition of the Great Arteries</h5>
<p class="card-text">
In this condition, the aorta and pulmonary artery are switched,
resulting in oxygen-poor blood being circulated to the body.
</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a
href="mainar.html?code=1"
class="btn btn-secondary btn-lg m-1"
>View AR</a
>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
xmlns="http://www.w3.org/2000/svg"
role="img"
aria-label="Placeholder: Thumbnail"
preserveAspectRatio="xMidYMid slice"
focusable="false"
>
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#55595c"></rect>
</svg>
<div class="card-body">
<h3>Pulmonary Stenosis in Heart</h3>
<h5>Pulmonary Stenosis</h5>
<p class="card-text">
This condition affects the pulmonary valve, limiting the flow of
blood from the right ventricle to the pulmonary artery.
</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a
href="mainar.html?code=2"
class="btn btn-secondary btn-lg m-1"
>View AR</a
>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
xmlns="http://www.w3.org/2000/svg"
role="img"
aria-label="Placeholder: Thumbnail"
preserveAspectRatio="xMidYMid slice"
focusable="false"
>
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#55595c"></rect>
</svg>
<div class="card-body">
<h3>Aortic Stenosis in Heart</h3>
<h5>Aortic Stenosis</h5>
<p class="card-text">
Aortic stenosis is a heart condition characterized by the
narrowing of the aortic valve, restricting blood flow from the
heart to the body.
</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a
href="mainar.html?code=3"
class="btn btn-secondary btn-lg m-1"
>View AR</a
>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
xmlns="http://www.w3.org/2000/svg"
role="img"
aria-label="Placeholder: Thumbnail"
preserveAspectRatio="xMidYMid slice"
focusable="false"
>
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#55595c"></rect>
</svg>
<div class="card-body">
<h3>Coarctation</h3>
<h5>Coarctation of the Aorta</h5>
<p class="card-text">
This is a narrowing of the aorta, the body's largest artery,
which can obstruct blood flow to the lower part of the body.
</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a
href="mainar.html?code=4"
class="btn btn-secondary btn-lg m-1"
>View AR</a
>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
xmlns="http://www.w3.org/2000/svg"
role="img"
aria-label="Placeholder: Thumbnail"
preserveAspectRatio="xMidYMid slice"
focusable="false"
>
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#55595c"></rect>
</svg>
<div class="card-body">
<h3>PDA in Heart</h3>
<h5>Patent Ductus Arteriosus</h5>
<p class="card-text">
PDA is the persistence of a fetal blood vessel (ductus
arteriosus) that should normally close after birth, allowing
blood to bypass the lungs.
</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="mainar.html?code=5" class="btn btn-secondary btn-lg m-1"
>View AR</a
>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
xmlns="http://www.w3.org/2000/svg"
role="img"
aria-label="Placeholder: Thumbnail"
preserveAspectRatio="xMidYMid slice"
focusable="false"
>
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#55595c"></rect>
</svg>
<div class="card-body">
<h3>Aortic Insufficiency in Heart</h3>
<h5>Aortic Insufficiency (Regurgitation)</h5>
<p class="card-text">
This condition involves the aortic valve not closing properly, allowing blood to flow back into the left ventricle.
</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="mainar.html?code=6" class="btn btn-secondary btn-lg m-1"
>View AR</a
>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
xmlns="http://www.w3.org/2000/svg"
role="img"
aria-label="Placeholder: Thumbnail"
preserveAspectRatio="xMidYMid slice"
focusable="false"
>
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#55595c"></rect>
</svg>
<div class="card-body">
<h3>Pulmonary Insufficiency in Heart</h3>
<h5>Pulmonary Insufficiency or Regurgitation</h5>
<p class="card-text">
The pulmonary valve fails to close properly, allowing blood to flow back into the right ventricle.
</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="mainar.html?code=7" class="btn btn-secondary btn-lg m-1"
>View AR</a
>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
xmlns="http://www.w3.org/2000/svg"
role="img"
aria-label="Placeholder: Thumbnail"
preserveAspectRatio="xMidYMid slice"
focusable="false"
>
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#55595c"></rect>
</svg>
<div class="card-body">
<h3>T&BI in Heart</h3>
<h5>Tricuspid And Bicuspid Insufficiency (regurgitation) </h5>
<p class="card-text">
Tricuspid and Bicuspid valve regurgitation is a type of heart valve disease in which the valve between the two right heart chambers and two left heart chambers doesn't close properly.
</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="mainar.html?code=8" class="btn btn-secondary btn-lg m-1"
>View AR</a
>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
xmlns="http://www.w3.org/2000/svg"
role="img"
aria-label="Placeholder: Thumbnail"
preserveAspectRatio="xMidYMid slice"
focusable="false"
>
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#55595c"></rect>
</svg>
<div class="card-body">
<h3>HLHS in Heart</h3>
<h5>Hypoplastic Left Heart Syndrome</h5>
<p class="card-text">
HLHS is a severe condition in which the left side of the heart is underdeveloped, leading to inadequate circulation.
</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="mainar.html?code=9" class="btn btn-secondary btn-lg m-1"
>View AR</a
>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
xmlns="http://www.w3.org/2000/svg"
role="img"
aria-label="Placeholder: Thumbnail"
preserveAspectRatio="xMidYMid slice"
focusable="false"
>
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#55595c"></rect>
</svg>
<div class="card-body">
<h3>ASD in Heart</h3>
<h5>Atrial Septal Defect</h5>
<p class="card-text">
This defect involves a hole in the wall (septum) separating the
heart's two upper chambers (atria).
</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="mainar.html?code=10" class="btn btn-secondary btn-lg m-1"
>View AR</a
>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
xmlns="http://www.w3.org/2000/svg"
role="img"
aria-label="Placeholder: Thumbnail"
preserveAspectRatio="xMidYMid slice"
focusable="false"
>
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#55595c"></rect>
</svg>
<div class="card-body">
<h3>VSD in Heart</h3>
<h5>Ventricular Septal Defect</h5>
<p class="card-text">
VSD is a hole in the septum between the heart's two
lower chambers (ventricles).
</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="mainar.html?code=11" class="btn btn-secondary btn-lg m-1"
>View AR</a
>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="bd-footer py-4 py-md-5 mt-5 bg-body-tertiary">
<div class="container py-4 py-md-5 px-4 px-md-3 text-body-secondary">
<div class="row">
<div class="col-lg-3 mb-3">
<a
class="d-inline-flex align-items-center mb-2 text-body-emphasis text-decoration-none"
href="/"
aria-label="Bootstrap"
>
<span class="fs-5">CardioAR Insights</span>
</a>
<ul class="list-unstyled small">
<li class="mb-2">
</li>
</ul>
</div>
<div class="col-6 col-lg-2 offset-lg-1 mb-3">
<h5>Links</h5>
<ul class="list-unstyled">
<li class="mb-2"><a href="https://aruniankur.github.io/CardioARInsights/">CardioAR</a></li>
<li class="mb-2"><a href="https://github.com/aruniankur/CardioARInsights">Github</a></li>
<li class="mb-2"><a href="http://www.ivarlab.iitkgp.ac.in">iVAR Lab</a></li>
<li class="mb-2"><a href="https://www.iitkgp.ac.in">IIT kharagpur</a></li>
</ul>
</div>
<div class="col-6 col-lg-2 mb-3">
<h5>Links</h5>
<ul class="list-unstyled">
<li class="mb-2"><a href="https://stemkoski.github.io/AR-Examples/markers/hiro.png">AR Marker</a></li>
<li class="mb-2"><a href="mainar.html">Healthy Heart</a></li>
<li class="mb-2"><a href="https://aruniankur.github.io/heartmodel2/">3D onScreen</a></li>
<li class="mb-2"><a href="https://www.linkedin.com/in/aruni-ankur-748957249/">Developer</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"
></script>
</body>
</html>