-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
245 lines (215 loc) · 13.1 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" integrity="sha384-b6lVK+yci+bfDmaY1u0zE8YYJt0TZxLEAFyYSLHId4xoVvsrQu3INevFKo+Xir8e" crossorigin="anonymous">
<link href="styles.css" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="Favicon.png">
<title>Swan — Open-source topology optimization toolbox</title>
<meta name="description" content="Swan is an open-source topology optimization toolbox capable of performing structural and material design.">
<meta name="google-site-verification" content="pr_Jm0UnfZOkjon7KUwwYKTzAtx8v9-VLXi1uvzTMWw" />
</head>
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-expand-md navbar-dark bg-dark sticky-top">
<div class="container navbar-collapse collapse w-100 order-1 order-md-0 dual-collapse2">
<div class="mx-auto order-0">
<a class="navbar-brand mx-auto" href="index.html"><img src="SwanLogo_White.png" height="32px"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#uwual-collapse2" aria-controls="uwual-collapse2" aria-expanded="false" aria-label="Toggle Navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="navbar-collapse collapse w-100 order-3 dual-collapse2" id="uwual-collapse2">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="features.html">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="results.html">Results</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
</ul>
</div>
</div>
</nav>
<main>
<!-- Hero -->
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="mix.png" class="d-block mx-lg-auto img-fluid" alt="Optimally designed parts" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-3 fw-bold lh-sm mb-3">About</h1>
<p class="lead">It's all about the people.</p>
<div class="pt-3 d-grid gap-2 d-md-flex justify-content-md-start">
<a href="https://github.com/SwanLab/Swan"><button type="button" class="btn btn-primary rounded-pill btn-lg px-4 me-sm-3 fw-bold">Contact us</button></a>
<a href="https://github.com/SwanLab/Swan"><button type="button" class="btn btn-outline-secondary rounded-pill btn-lg px-4">Get the code</button></a>
</div>
</div>
</div>
</div>
<!-- Contributors -->
<div class="container px-4 py-5" id="icon-grid">
<h2 class="pb-2 border-bottom">Contributors</h2>
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-2 row-cols-lg-3 g-4 py-5">
<div class="col d-flex align-items-start">
<img src="contributors/alexferrer.png" alt="Àlex Ferrer" width="64" height="64" class="rounded-circle shadow-lg">
<div class="ms-2">
<h5 class="fw-bold mb-0">Àlex Ferrer</h5>
<p>Researcher at CIMNE and lecturer at UPC, Àlex defended <a href="https://upcommons.upc.edu/handle/2117/108498">his thesis</a> on multi-scale topological design of materials.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<img src="contributors/ferrandelafuente.png" alt="Ferran de la Fuente" width="64" height="64" class="rounded-circle shadow-lg">
<div class="ms-2">
<h5 class="fw-bold mb-0">Ferran de la Fuente</h5>
<p>As part of <a href="https://upcommons.upc.edu/handle/2117/188789">his dissertation</a>, Ferran worked on topology optimization with a focus on manufacturability.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<img src="contributors/alberttorres.jpeg" alt="Albert Torres" width="64" height="64" class="rounded-circle shadow-lg ">
<div class="ms-2">
<h5 class="fw-bold mb-0">Albert Torres</h5>
<p>As part of <a href="https://upcommons.upc.edu/handle/2117/188971">his dissertation</a>, Albert focused on using topology optimization for material design.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<img src="contributors/raulrubio.jpeg" alt="Raul Rubio" width="64" height="64" class="rounded-circle shadow-lg ">
<div class="ms-2">
<h5 class="fw-bold mb-0">Raul Rubio</h5>
<p>As part of <a href="https://upcommons.upc.edu/handle/2117/188968">his dissertation</a>, Raul used the finite element method to study the flow around an airfoil.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<img src="contributors/ignacioizquierdo.jpeg" alt="Ignacio Izquierdo" width="64" height="64" class="rounded-circle shadow-lg ">
<div class="ms-2">
<h5 class="fw-bold mb-0">Ignacio Izquierdo</h5>
<p>As part of <a href="https://upcommons.upc.edu/handle/2117/188969">his dissertation</a>, Ignacio studied large deformations of a wing using both linear and non-linear models</p>
</div>
</div>
<div class="col d-flex align-items-start">
<img src="contributors/ignacioizquierdo.jpeg" alt="Oriol Trujillo" width="64" height="64" class="rounded-circle shadow-lg ">
<div class="ms-2">
<h5 class="fw-bold mb-0">Oriol Trujillo</h5>
<p>As part of <a href="https://upcommons.upc.edu/handle/2117/188992">his dissertation</a>, Oriol worked on topology optimization problems with stress constraints.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<img src="contributors/marcnunez.jpeg" alt="Marc Núñez" width="64" height="64" class="rounded-circle shadow-lg ">
<div class="ms-2">
<h5 class="fw-bold mb-0">Marc Núñez</h5>
<p>As part of <a href="https://upcommons.upc.edu/handle/2117/189114">his dissertation</a>, Marc set benchmark cases and studied the results using various filters and algorithms.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<img src="contributors/toncc.jpg" alt="Ton Creus" width="64" height="64" class="rounded-circle shadow-lg ">
<div class="ms-2">
<h5 class="fw-bold mb-0">Ton Creus</h5>
<p>As part of <a href="https://upcommons.upc.edu/handle/2117/372281">his dissertation</a>, Ton worked on accelerating the implementation of the finite element method.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<img src="contributors/aitzibermaneru.jpg" alt="Aitziber Mañeru" width="64" height="64" class="rounded-circle shadow-lg ">
<div class="ms-2">
<h5 class="fw-bold mb-0">Aitziber Mañeru</h5>
<p>As part of <a href="https://upcommons.upc.edu/handle/2117/372205">her dissertation</a>, Aitziber implemented the optimal design of topologies considering mode analysis.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<img src="contributors/arnaupena.png" alt="Arnau Pena" width="64" height="64" class="rounded-circle shadow-lg ">
<div class="ms-2">
<h5 class="fw-bold mb-0">Arnau Pena</h5>
<p>As part of <a href="https://upcommons.upc.edu/handle/2117/374521">his dissertation</a>, Arnau implemented and evaluated the results of the fmincon and a Null Space optimizers.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<img src="contributors/joelcarrasco.jpeg" alt="Joel Carrasco" width="64" height="64" class="rounded-circle shadow-lg ">
<div class="ms-2">
<h5 class="fw-bold mb-0">Joel Carrasco</h5>
<p>As part of his dissertation, Joel studied the relation of shape symmetry with isotropy and orthotropy in material design.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<img src="contributors/jofregeli.jpeg" alt="Jofre Geli" width="64" height="64" class="rounded-circle shadow-lg ">
<div class="ms-2">
<h5 class="fw-bold mb-0">Jofre Geli</h5>
<p>As part of <a href="https://upcommons.upc.edu/handle/2117/372268">his dissertation</a>, Jofre extended the SIMP-ALL formulation for material interpolation in n-dimensional cases.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<img src="contributors/joseantoniotorres.jpeg" alt="Jose Antonio Torres" width="64" height="64" class="rounded-circle shadow-lg ">
<div class="ms-2">
<h5 class="fw-bold mb-0">Jose Antonio Torres</h5>
<p>As part of <a href="https://upcommons.upc.edu/handle/2117/374685">his dissertation</a>, Jose focused on 3D printing and anisotropic perimeter constraints for topology optimization.</p>
</div>
</div>
</div>
</div>
<!-- Features -->
<div class="container px-4 py-5" id="featured-3">
<h2 class="pb-2 border-bottom">FAQs</h2>
<div class="row g-4 py-2 my-3 row-cols-1 row-cols-lg-2">
<div class="feature col">
<p class="lead fw-bold">
Who leads this?
</p>
</div>
<div class="feature col">
<p>
Swan is Àlex Ferrer's brainchild. He started developing this toolbox as part of his PhD thesis,
and its scope has since broadened. This code is currently used by the
<a href="https://www.cimne.com/3610/research-areas-and-groups/computational-materials-design--analysis/composites-and-advanced-materials-for-multifunctio">Composite
and Advanced Materials for Multifunctional Structures
</a> research group at CIMNE, the International Center for Numerical Methods in Engineering.
</p>
</div>
</div>
</div>
</div>
<!-- Contact -->
<div class="text-secondary px-4 py-5 text-center">
<div class="py-5">
<h1 class="display-5 fw-bold text-dark">Try it yourself</h1>
<div class="col-lg-6 mx-auto">
<p class="fs-5 mb-4">
Swan is completely free and open-source, so download the code and start optimizing! Feel free to
contact us if you want to add a new feature or are not quite sure how to tackle your problem.
</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<a href="https://github.com/SwanLab/Swan"><button type="button" class="btn btn-primary rounded-pill btn-lg px-4 me-sm-3 fw-bold">Contact us</button></a>
<a href="https://github.com/SwanLab/Swan"><button type="button" class="btn btn-warning rounded-pill btn-lg px-4">Get the code</button></a>
</div>
</div>
</div>
</div>
</main>
<footer class="footer mt-auto py-3 bg-light text-muted">
<div class="container px-4 py-2" id="featured-3">
<div class="row g-4 row-cols-1 row-cols-lg-3">
<div class="feature col">
<a class="navbar-brand mx-auto" href="index.html"><img src="SwanLogo_Gray.png" height="48px"></a>
</div>
<div class="feature col">
<div><a href="features.html" class="text-decoration-none link-secondary">Features</a></div>
<div><a href="results.html" class="text-decoration-none link-secondary">Results</a></div>
<div><a href="about.html" class="text-decoration-none link-secondary">About</a></div>
</div>
<div class="feature col">
<div><a href="https://github.com/SwanLab/Swan" class="text-decoration-none link-secondary">GitHub</a></div>
<div><a href="https://www.cimne.com/3610/research-areas-and-groups/computational-materials-design--analysis/composites-and-advanced-materials-for-multifunctio" class="text-decoration-none link-secondary">CAMMS</a></div>
</div>
</div>
</div>
</footer>
</body>
</html>