-
Notifications
You must be signed in to change notification settings - Fork 11
/
workshopSB3C19.html
138 lines (103 loc) · 5.58 KB
/
workshopSB3C19.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
<!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="manSB3C19"><h1>SimVascular Workshop and New User Training @ SB3C 2019, June 25th</h1>
<h2>Organizers</h2>
<ul>
<li>Alison Marsden, Stanford University</li>
<li>David Parker, Stanford University</li>
<li>Shawn Shadden, UC Berkeley</li>
<li>Nathan Wilson, Open Source Medical Software Corporation</li>
</ul>
<h2>Workshop Description</h2>
<p>SimVascular is the only fully open source software package providing a complete pipeline from medical image data to cardiovascular blood flow simulation results and analysis (www.simvascular.org). It offers capabilities for image segmentation, unstructured adaptive meshing, physiologic boundary conditions, and two Navier-Stokes finite element solvers with fluid structure interaction capabilities, including large deformation motion with an Arbitrary Lagrangian Eulerian (ALE) formulation. 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.</p>
<p>In this workshop, we will interactively take new users through a step-by-step tutorial, covering basic steps of model construction, meshing, flow simulations, and best practices for high quality results. We will also introduce several new features of SimVascular, including a module for image segmentation with machine learning, a python scripting interface, and a pipeline for reduced-order modeling with a 1D solver. Following a series of 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/SimvascularSB3C2019Flyer.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>