-
Notifications
You must be signed in to change notification settings - Fork 2
/
additionaldata.html
338 lines (318 loc) · 14.4 KB
/
additionaldata.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
<!DOCTYPE html>
<html lang="en" class="html">
<head>
<link rel="icon" type="image/x-icon" href="img/favicon.ico?v=2"/>
<link rel="mask-icon" href="{{ base_path }}/img/favicon.ico?v=M44lzPylqQ"
color="#000000">
<!-- This corresponds to a fontawesome kit but can be customized -->
<script src="https://kit.fontawesome.com/48644805cd.js" crossorigin="anonymous"></script>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<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=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- Styles -->
<link rel="stylesheet" href="css/style.css?v=1.0.2">
<link rel="stylesheet" href="css/style_dataset.css?v=1.0.2">
<link rel="stylesheet" href="css/style_filter.css?v=1.0.2">
<title>Vascular Model Repository</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YVVR1546XJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YVVR1546XJ');
</script>
</head>
<body class="body">
<div id="page-container">
<nav class="navbar fixed-top navbar-expand-lg navbar-custom">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">VMR</a>
<button
class="navbar-toggler ml-auto custom-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-end"
id="navbarSupportedContent"
>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html"
>Home <span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item dropdown active">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Repository
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="dataset.html">Dataset</a>
<a class="dropdown-item" href="additionaldata.html"
>Additional data</a
>
<a class="dropdown-item" href="statistics.html">Statistics</a>
</div>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Support
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="documentation.html"
>Documentation</a
>
<a class="dropdown-item" href="tutorial.html">Tutorial</a>
<a class="dropdown-item" href="FAQs.html">FAQs</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contributors.html"
>Contributors <span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="contacts.html">Contact us</a>
</li>
</ul>
</div>
</div>
</nav>
<main class="cd-main-content">
<div class="cd-tab-filter-wrapper">
<div class="cd-tab-filter" style = "height: auto;">
<div>
<span id="counterPanel"></span>
</div>
</div> <!-- cd-tab-filter -->
</div> <!-- cd-tab-filter-wrapper -->
<section class="gallery">
<div id = "errorBlock" class="error-msg-block">
<span id="error-msg"></span>
<div>
<!-- return to gallery after downloading -->
<button style = "opacity: 0;" id = "returnToGalleryButton" class = "returnToGalleryButton">Return to Gallery</button>
</div>
</div>
<div class="container-fluid">
<div class="row" id="model-gallery">
<!-- models generated here -->
</div>
</div>
</section> <!-- cd-gallery -->
<section class="cd-filter">
<!-- button to Close and Filters header -->
<a href="#0" class="cd-filter-trigger insideFilterBar">Filters</a>
<a href="#0" class="cd-close">Close</a>
<!-- <div style="text-align: center;"><a role="button" class="btn btn-primary" id="apply-btn">Apply Filters</a></div> -->
<div class="filterOptions" style="position: absolute; top: 50px; width: 100%;">
<div style="display: block; float: left;">
<button class = "clearAllButton" id="clearAllButton" type="button">Clear All</button>
</div>
<div class="cd-filter-block" style="display: block; float: left; margin-top: 15px; width: 100%;">
<h4 title = "Search Bar">Search</h4>
<div class="cd-filter-content">
<input type="search" placeholder="Search" id="search-field">
</div> <!-- cd-filter-content -->
</div> <!-- cd-filter-block -->
<div class="cd-filter-block" style="display: block; float: right;">
<span id="helpFilters">Help <i class="fa-regular fa-circle-question"></i></span>
</div>
</div>
</section> <!-- cd-filter -->
<!-- Filters header for when filter bar not open -->
<a href="#0" class="cd-filter-trigger outsideFilterBar">Filters</a>
<section class="features" id = "features">
<form>
<table>
<tr>
<td>
<div title = "Select All" class = "spanForIcons">
<i id = "select-all" class="fa-regular fa-square-check featuresIcons"></i>
</div>
</td> <!-- end select-all icon -->
<td>
<div title="View Selected" id = "view-selected" class = "spanForIcons">
<span class="fa-stack fa-lg">
<i id = "selected-counter" class="fa fa-stack-1x"></i>
<i class="fa fa-solid fa-box-archive fa-stack-2x featuresIcons"></i>
</span>
</div>
</td> <!-- end view-selected icon -->
</tr> <!-- end row -->
<tr>
<td>
<div title="Download Selected" class = "spanForIcons">
<i id = "download-all" class="fa-solid fa-download featuresIcons"></i>
</div>
</td> <!-- end download-all icon -->
<td>
<div title="Get Shareable Link" class = "spanForIcons">
<i id = "sharelink-all" class="fa-solid fa-share featuresIcons"></i>
</div>
</td> <!-- end sharelink-all icon -->
</tr> <!-- end row -->
</table> <!-- table to arrange icons -->
</form>
</section> <!-- features -->
</main> <!-- cd-main-content -->
<div id = "confirmOverlay">
<!-- box to confirm user actions -->
<div id="confirmBox">
<div id="warning"></div>
<div class="message newParagraph" id="message"></div>
<div id="putDropDownHere"></div>
<div id="downloadSize" class = "newParagraph"></div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 text-center">
<span id="download-confirm-button" class="download-button download">Download</span>
</div>
<div class="col-xs-12 col-sm-12 top-right">
<a title="Close" id="close-confirm-button" class="close-button-modal no">
<i class="fa-solid fa-xmark"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- box to inform user of actions -->
<div id="informUser">
<div class="message"></div>
<div id="okayGoesHere"></div>
</div>
<!-- overlay for detailsModal -->
<div id="overlay">
<div class="container">
<div id="openModal" class="modalDialog">
<div class="containing_and_positioning_of_modal">
<!-- safeOfOverlayClick is where the user can click and the detailsModal does not close -->
<div id="body_of_modal" class="safeOfOverlayClick">
<p id="modal-greeting">Placeholder</p>
<div id="modal-closure" style="margin-bottom:10px;">Placeholder</div>
<!-- <div class="text-center" id="results_button_container" style="display: block">
<a title = "View Simulation Results" class="button button-modal results-button-modal">
<span id="iconHere">
<i class="fa-solid fa-folder-open" style="padding-right: 15px"></i>
</span>
<span id="textHere">
View Simulation Results
</span>
</a>
</div> -->
<!-- three buttons: close, download, share -->
<div class="row">
<div id="share_button" class="col-xs-4 col-sm-4 text-center">
<a title = "Share Model" class="button button-modal shareableLink-button-modal"><i class="fa-solid fa-share"></i></a>
</div>
<div id="pdf_button" class="col-xs-4 col-sm-4 text-center">
<a title = "Download PDF" class="button button-modal pdf-button-modal"><i class="fa-solid fa-file-pdf"></i></a>
</div>
<div id="download_button" class="col-xs-4 col-sm-4 text-center">
<a title = "Download Model" class="button button-modal download-button-modal"><i class="fa-solid fa-download"></i></a>
</div>
<div class="col-xs-4 col-sm-4 top-right">
<a title = "Close" class="button close-button-modal"><i class="fa-solid fa-xmark"></i></a>
</div>
<!-- 6LedB9gdAAAAANK8mQLhxsR7-mpeDlxzPdm9fQkV secret key -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- footer with contacts -->
<section id="contact-section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-4 col-12">
<div style="text-align: left;">
<div class="contact-info">
<ul class="contact-address">
<li><i class="fa fa-map-marker fa-lg"></i> Clark Center E1.3.<br> 318 Campus Drive,<br> Stanford, <br> CA 94305-5428</li>
<li><i class="fa fa-envelope"></i> [email protected]</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-12">
<div class="explore" style="text-align: left;">
<h5>Explore</h5>
<div><a href="dataset.html">Dataset</a></div>
<div><a href="tutorial.html">Tutorial</a></div>
<div><a href="documentation.html">Documentation</a></div>
<div><a href="FAQs.html">FAQs</a></div>
<div><a href="contacts.html">Contact us</a></div>
</div>
</div>
<div class="col-md-4 col-12" style="text-align: center;">
<div class="social-media">
<div>Follow SimVascular on social media</div>
<div class="container">
<div class="row">
<div class="col-4">
<div href="#" style="display: flex; justify-content: center; font-size:20px;">
<a href="https://www.facebook.com/groups/835227759855853" target="_blank" class="social-logo"><i class="fa fa-facebook fa-lg"></i></a>
</div>
</div>
<div class="col-4">
<div href="#" style="display: flex; justify-content: center; font-size:20px;">
<a href="https://twitter.com/simvascular" target="_blank" class="social-logo";><i class="fa fa-twitter fa-lg"></i></a>
</div>
</div>
<div class="col-4">
<div href="#" style="display: flex; justify-content: center; font-size:20px;">
<a href="https://www.youtube.com/channel/UCT61XgTRqpfb39Hyio9IqGQ" target="_blank" class="social-logo"><i class="fa fa-youtube fa-lg"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!-- <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> -->
<script src="js/JS_forAdditionalData/globalVar.js?v=1.0.4"></script>
<script src="js/jquery-2.1.1.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-csv/1.0.21/jquery.csv.min.js"></script>
<!-- <script src="js/jquery-2.1.1.js"></script> -->
<script src="js/jquery.mixitup.min.js"></script>
<script src="js/JS_forAdditionalData/main.js?v=1.0.4"></script>
<script src="js/JS_forAdditionalData/filters.js?v=1.0.4"></script>
<script src="js/JS_forAdditionalData/buttons.js?v=1.0.4"></script>
</body>
</html>