-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsharingtutorial.html
602 lines (591 loc) · 23 KB
/
sharingtutorial.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
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
<!DOCTYPE html>
<html lang="en">
<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.1" />
<link rel="stylesheet" href="css/style_documentation.css?v=1.0.1" />
<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>
<nav class="navbar sticky-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">
<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 active">
<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>
<section class="skiptoTop">
<span id="top"><i class="fa-solid fa-circle-arrow-up"></i></span>
</section>
<div class="container-fluid main-content centerBox">
<h1>Sharing Models</h1>
<div class="row" id="model-gallery">
<div class="col-lg-3 col-sm-12 tOC">
<form>
<a class="accordion" href="tutorial.html">Tutorial</a>
<br />
<a class="accordion" href="gallerytutorial.html"
>Using the Gallery</a
>
<a class="accordion" href="filtertutorial.html"
>Using the Filters</a
>
<a class="accordion" href="menututorial.html">Using the Menu Bar</a>
<br />
<button
class="accordion tOCDropDown"
id="accordion041"
type="button"
>
Sharing a model
</button>
<div class="panel" id="panel041">
<a class="accordion" href="#How_to_get_the_Link_for_One_Model"
>How to get the link</a
>
<a class="accordion" href="#Viewing_the_shared_model"
>Viewing the shared model</a
>
</div>
<button
class="accordion tOCDropDown"
id="accordion042"
type="button"
>
Sharing a simulation result
</button>
<div class="panel" id="panel042">
<a class="accordion" href="#How_to_get_the_Link_for_Sim_Results"
>How to get the link</a
>
<a class="accordion" href="#Viewing_the_shared_result"
>Viewing the shared result</a
>
</div>
<button
class="accordion tOCDropDown"
id="accordion043"
type="button"
>
Sharing multiple models
</button>
<div class="panel" id="panel043">
<a
class="accordion"
href="#How_to_get_the_Link_for_Multiple_Model"
>How to get the link</a
>
<a class="accordion" href="#Viewing_the_shared_models"
>Viewing the shared models</a
>
</div>
<!-- end panel -->
</form>
<!-- end form for table of contents -->
</div>
<!-- end table of contents-->
<div class="col-lg-9 col-12">
<div id="documentation">
<h2 id="Sharing_a_model">Sharing a model</h2>
<h3 id="How_to_get_the_Link_for_One_Model">How to get the link</h3>
<p>There are two ways to get the link to share a model.</p>
<ol>
<li>
The first way to get a link to share one model is by clicking on
the share icon when viewing a model. To find how to view this
informational panel, go to
<a href="gallerytutorial.html#Viewing_model_details"
>viewing model details</a
>.
<img
src="img/help/sharing/viewing_model_sharebutton.png"
alt="Image of panel with share icon"
/>
By clicking on this icon, you will copy the link to share the
model. The link may look something like
<a
target="_blank"
style="word-wrap: break-word"
href="https://www.vascularmodel.com/share.html?NThOWTE4OU4_"
>https://www.vascularmodel.com/share.html?NThOWTE4OU4_</a
>.
</li>
<br />
<li>
The other way to get a link to share one model is to click on
the Get Shareable Link icon when you only have one model
selected.
<img
class="smaller"
src="img/help/sharing/menubar_oneselected_highlight.png"
alt="Image of share all icon"
/>
For more information about the Share icon, go to
<a href="menututorial.html#The_Share_Icon">The Share Icon</a>.
</li>
</ol>
<h3 id="Viewing_the_shared_model">Viewing the shared model</h3>
<p>
When you enter the shareable link into a browser, a descripton of
the shared model will appear. The first displayed information
about the model is its name and image. In the example below,
someone is viewing model 0059_H_PULMFON_TAT.
</p>
<img
class="inline"
src="img/help/sharing/sharingmodel_frontpage_name.png"
alt="Opening page when one model is shared"
/>
<img
class="inline"
src="img/help/sharing/sharingmodel_frontpage_image.png"
alt="Opening page when one model is shared highlight image"
/>
<p>
To download the model that was shared, click the download link
under the name of the model. A download confirmation message will
appear upon clicking the link.
</p>
<img
class="inline"
src="img/help/sharing/sharingmodel_frontpage_download.png"
alt="Opening page when one model is shared highlight download"
/>
<img
class="inline"
src="img/help/sharing/model_confirm_download.jpg"
alt="Opening page when one model is shared highlight download"
/>
<p>
Below the name and image is more information about the model.
Here, you can also know the size of the model's project files and
view additional notes on the model.
</p>
<img
src="img/help/sharing/sharingmodel_notes.png"
alt="Details table under image and name highlight details"
/>
<p>
You can also return to the dataset by clicking on the Return to
Gallery icon on the top right of the page.
</p>
<img
src="img/help/sharing/sharingmodel_frontpage_returntogallery.png"
alt="Return to gallery icon highlighted"
/>
<p>
If a model has simulation results avaliable, there will be a
Results tab at the top left of the page. Click on this tab to view
the model's simulation results.
</p>
<img
src="img/help/sharing/sharingmodel_frontpage_resultstab.png"
alt="Results tab highlighted"
/>
For more information on the simulation results share page, go to
<a href="#Viewing_the_shared_result">viewing the shared result</a>.
<h2 id="Sharing_a_simulation_result">
Sharing a simulation result
</h2>
<h3 id="How_to_get_the_Link_for_Sim_Results">
How to get the link
</h3>
<p>
There is only one way to share a simulation result, and that is
through the gallery by clicking on an individual model.
</p>
<p>
Once viewing an individual model, click on the Results tab and use
the dropdown menu to toggle between the simulation result that you
want to share.
</p>
<p>
Click on the share button when you are viewing the simulation
result that you want to share. You cannot share multiple
simulation results at the same time.
</p>
<img
class="inline"
src="img/help/gallery/results_tab.png"
alt="Results tab highlighted"
/>
<img
class="inline"
src="img/help/gallery/viewing_results_2_sharebutton.png"
alt="Results tab highlighted"
/>
<p>
By clicking on this icon, you will copy the link to share the
simulation result. The link may look something like
<a
target="_blank"
style="word-wrap: break-word"
href="https://www.vascularmodel.com/share.html?NDVOWTI4Mk5S"
>https://www.vascularmodel.com/share.html?NDVOWTI4Mk5S</a
>.
</p>
<h3 id="Viewing_the_shared_result">Viewing the shared result</h3>
<p>
If a simulation result specifically was shared, then that shared
result will be the one selected in the dropdown menu and currently
displayed. If the simulation result page was accessed through the
Results tab after viewing a shared model, then the first
simulation result in the dropdown menu is selected and displayed.
</p>
<p>
The name of the simulation result you are viewing is specified at
the top of the page. To toggle between simulation results from the
model, click on the dropdown menu that follows "You are viewing"
</p>
<img
class="inline"
src="img/help/sharing/sharing_results_name.png"
alt="Highlight name for simulation results tab"
/>
<img
class="inline"
src="img/help/sharing/sharing_results_toggle_highlightdropdown.png"
alt="Highlight dropdown for simulation results tab"
/>
<p>
Below the name of the simulation result you are viewing, there is
a download link to download the simulation result you are viewing.
A download confirmation message will appear upon clicking the
link.
</p>
<img
class="inline"
src="img/help/sharing/sharing_results_2_highlightdownload.png"
alt="Download link for simulation results tab"
/>
<img
class="inline"
src="img/help/sharing/results_confirm_download.jpg"
alt="Confirm download for simulation results tab"
/>
<p>
Below the download link, there is information on the simulation
result, including the size of the simulation result file and
additional notes on the simulation result if applicable.
</p>
<img
src="img/help/sharing/sharing_results_2_notes.png"
alt="Highlight name for simulation results tab"
/>
<h2 id="Sharing_multiple_models">Sharing multiple models</h2>
<h3 id="How_to_get_the_Link_for_Multiple_Model">
How to get the link
</h3>
<p>
To share multiple models, select the models you want to share and
then click on the Select All icon in the menu bar.
</p>
<img
class="smaller"
src="img/help/sharing/menubar_three_selected_highlightshare.png"
alt="Image of Share All Icon"
/>
<p>
For more information about the Select icon, go to
<a href="menututorial.html#The_Select_and_Deselect_All_Icon"
>The Select and Deselect All Icon</a
>.
</p>
<h3 id="Viewing_the_shared_models">Viewing the shared models</h3>
<p>
When you create a link to share multiple models, you can then view
your selected models in a table.
</p>
<p>
Three functions are avaliable on this page. You can see how many
models you are viewing and view a brief summary of each model.
</p>
<img
class="inline"
src="img/help/sharing/multi_models_shared_highlightnumber.png"
alt="Image of table for shared models highlight number."
/>
<img
class="inline"
src="img/help/sharing/multi_models_shared_highlighttable.png"
alt="Image of table for shared models highlight details."
/>
<p>
Above is an example of what this page might look like. In this
case, someone has shared 107 models.
</p>
<p>
You can also download all of the project files of the models by
clicking on the download button. Upon clicking download, a
confirmation message will appear.
</p>
<img
class="inline"
src="img/help/sharing/multi_models_shared_highlightdownload.png"
alt="Image of table for shared models highlight download."
/>
<img
class="inline"
src="img/help/sharing/multi_model_confirmdownload.jpg"
alt="Image of confirmation message"
/>
<p>
To view models individually, click on the model's row, and a new
page will open viewing the individual model.
</p>
<img
class="inline"
src="img/help/sharing/multi_models_shared_singlerow.png"
alt="Image of hovering above row"
/>
<img
class="inline"
src="img/help/sharing/view_mouse_row.jpg"
alt="Image of page that appears"
/>
<p>
For more information about viewing this page, go to
<a href="sharingtutorial.html#Viewing_the_shared_model"
>viewing the shared model</a
>.
</p>
</div>
<!-- end documentation-->
</div>
<!-- end column-->
</div>
<!-- end row-->
</div>
<!-- end container -->
<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/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/documentation.js?v=1.0.1"></script>
</body>
</html>