forked from SimVascular/simvascular.github.io-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkshopWCB.html
More file actions
133 lines (98 loc) · 5.21 KB
/
workshopWCB.html
File metadata and controls
133 lines (98 loc) · 5.21 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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<title>SimVascular Workshops</title>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="css/shop-item.css" rel="stylesheet" type="text/css" />
<link href="css/codestyle.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="font-awesome-4.1.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/1.5.2/css/ionicons.min.css">
<link rel="shortcut icon" href="img/favicon.ico">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars" id="barIcon"></i>
</button>
<a class="navbar-brand" id="brandName" href="index.html">
<img src="img/svlogo/svLogoSmallText.png" alt="...">
</a>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="row" style="margin-top:75px;">
<div class="col-xs-1 col-sm-1 col-md-1 col-lg-1">
</div>
<div class="col-xs-10 col-sm-10 col-md-9 col-lg-5" id="manualContent">
<!--<div class="row">
<ul style="list-style-type:none;">
<li>
<a href="workshopWCB.html"><h2>World Congress of Biomechanics, Dublin, 2018</h2></a>
</li>
</ul>
</div>-->
<div class="row" id="manualContent">
<!-- ACTUAL CONTENT -->
<div class="manWCB"><h1>SimVascular workshop @ WCB 2018, July 8th</h1>
<h2>Registration</h2>
<p>Attendance is free for WCB attendees, however please RSVP <a href="https://goo.gl/forms/2WcLThZbf0vvyH892">here</a></p>
<h2>Workshop Description</h2>
<p>SimVascular is the only available open source software package that provides a complete pipeline from medical image data to cardiovascular blood flow simulation and analysis. It offers capabilities for image segmentation, unstructured adaptive meshing, and physiologic boundary condition application. SimVascular contains an efficient Navier-Stokes finite element solver with fluid structure interaction. An accompanying vascular model repository provides over 100 clinical data sets with simulation results from different parts of the vasculature to enable research. Extensive online documentation and tutorials with clinical examples are provided online (www.simvascular.org).</p>
<p>We will interactively take new users through a step-by-step tutorial of the entire software pipeline. Newly added features for image processing and 3D segmentation will be highlighted and demonstrated in detail. Following the interactive demonstrations, we will moderate a question and answer session for current and potential users.</p>
<p>Attendees are encouraged to bring a laptop and install the software ahead of time <a href="http://simvascular.github.io/#download">SimVascular Download</a>.</p>
</div>
<img src="img/workshops/SimVascular_Flyer_dublin18.png" width=100%
style="margin-bottom:75px; margin-top:35px;"/>
</div>
</div>
</div>
<!-- /.container -->
<nav class="navbar navbar-default navbar-fixed-bottom">
<div class="container-fluid text-center">
<ul class="nav navbar-nav">
<li><a>Copyright © SimVascular Development Team - 2017</a></li>
</ul>
</div>
<!-- /.container -->
</nav>
<script src="js/jquery-1.11.0.js" type="text/javascript"></script><script src="js/bootstrap.min.js" type="text/javascript"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
});
$('body').scrollspy({
target: '.bs-docs-sidebar',
offset: 40
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55333921-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript"
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
</body>
</html>