-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
410 lines (401 loc) · 26.4 KB
/
index.html
File metadata and controls
410 lines (401 loc) · 26.4 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
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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WCRD68P');</script>
<!-- End Google Tag Manager -->
<script defer src="https://cloud.umami.is/script.js" data-website-id="3c34170a-1da1-435b-83dd-54ff961055ec"></script>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="naver-site-verification" content="" />
<link rel="icon" type="image/png" href="images/favicon.ico">
<title>Capella | Open Source MBSE Tool</title>
<!-- Balises Open Graph -->
<meta property="og:title" content="Capella | Open Source MBSE Tool" />
<meta property="og:description" content="Capella is an Open Source Model-Based Systems Engineering tool that implements the Arcadia method." />
<meta property="og:image" content="images/arcadia/arcadia-overview_en.png">
<meta property="og:url" content="https://mbse-capella.org/">
<meta name="description" content="Capella is an Open Source Model-Based Systems Engineering tool that implements the Arcadia method.">
<meta name="keywords" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Template CSS Files
================================================== -->
<!-- Twitter Bootstrs CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- animate css -->
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<!-- template main css file -->
<link rel="stylesheet" href="css/main.css">
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/latofonts.css">
<link rel="stylesheet" href="css/flag-icons.min.css">
<!-- Cookie content -->
<link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
<!-- Template Javascript Files
================================================== -->
<!-- jquery -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/lazysizes.min.js" async></script>
<!-- Angular -->
<base href="/">
<script src="js/angular-1.7.8.min.js"></script>
<script src="angular/capella.js"></script>
<script src="js/helpers.js"></script>
<script defer src="https://kit.fontawesome.com/16cf99803e.js" crossorigin="anonymous"></script>
<meta name="google-site-verification" content="LHRarh7-eOQqDg2tLvSY7Cjagh0TORB5TaEzqyrcjKE" />
</head>
<body ng-app="capella" data-deferred-cloak>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WCRD68P"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!--
==================================================
Header Section
================================================== -->
<ng-include src="'angular/blocks/header.html'"></ng-include>
<!--
==================================================
Intro Section
================================================== -->
<section class="hero-area home">
<div class="container block">
<div class="row">
<div class="col-md-12 text-center">
<section class="cd-intro">
<h1 class="wow fadeInUp" data-wow-delay=".2s" >
Open Source Solution for<br>Model-Based Systems Engineering<br>
</h1>
</section> <!-- cd-intro -->
<h2 class="wow fadeInUp" data-wow-delay=".3s" >
Eclipse Capella™ is a powerful and extensible MBSE <b>software tool</b> that leverages<br>a field-proven <b>language</b> and <b>method</b> to successfully design the architecture of complex systems.
</h2>
<div class="row videos text-center">
<div class="col-md-4 col-md-offset-2 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay=".4s">
<h2 class="icon"><a href="https://www.youtube.com/watch?v=WSzlN4YT3gM"><i class="far fa-play-circle" aria-hidden="true" class="txt_white"></i></a></h2>
<h4><a href="https://www.youtube.com/watch?v=WSzlN4YT3gM">Discover Capella<br>in 2 minutes</a></h4>
</div>
<div class="col-md-4 col-xs-12 wow fadeInRight" data-wow-duration="500ms" data-wow-delay=".5s">
<h2 class="icon"><a href="https://youtu.be/97Bq80WHXKs"><i class="far fa-play-circle" aria-hidden="true"></i></a></h2>
<h4><a href="https://youtu.be/97Bq80WHXKs">The spirit of Arcadia and Capella<br>in 8 minutes</a></h4>
</div>
</div>
</div>
</div>
</div>
</section><!--/#intro_banner-->
<!--
==================================================
Your industrial-grade MBSE Workbench
================================================== -->
<section id="services" class="bg_lightest_grey text-center">
<div class="container">
<div class="section-heading">
<h2 class="title wow fadeInDown" data-wow-delay=".3s">Your industrial-grade MBSE Workbench</h2>
</div>
<div class="wow fadeInDown" data-wow-delay=".5s">
<h3>Capella, the modeling tool implementing the Arcadia methodology,<br>is the cornerstone of a comprehensive MBSE ecosystem.</h3>
<p>It provides a wide range of extensions enabling a consistent digital thread across engineering disciplines.<br>This ecosystem is supported by a worldwide network of MBSE experts who assist in the setup and deployment of industrial-grade MBSE solutions</p>
<p class="download-section"><img data-src="images/misc/capella-global.svg" alt="Capella is a global solution" class="lazyload" width="800"></p>
</div>
<div class="row download-section">
<div class="col-sm-4 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay=".2s">
<p><img data-src="images/icons/icon_persons_indigo.svg" alt="Ensure Deployment Success" class="lazyload" width="90" height="90"></p>
<div>
<h4>Ensure Deployment Success</h4>
<p>Rely on technical and methodological expert support to deploy MBSE in your enterprise</p>
<p><a href="https://www.obeosoft.com/en/capella-professional-offer#coaching">Training, Coaching & Support <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></a></p>
</div>
</div>
<div class="col-sm-4 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay=".3s">
<p><img data-src="images/icons/icon_circles_indigo.svg" alt="Power Up Your MBSE Workbench" class="lazyload" width="90" height="90"></p>
<div>
<h4>Power Up Your MBSE Workbench</h4>
<p>Extend Capella with ready-to-use extensions to manage requirements, collaboration, safety, ...</p>
<p><a href="addons.html">Open-Source and Commercial Add-Ons <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></a></p>
</div>
</div>
<div class="col-sm-4 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay=".4s">
<p><img data-src="images/icons/icon_tools_indigo.svg" alt="Adapt to Your Specifics" class="lazyload" width="90" height="90"></p>
<div>
<h4>Adapt to Your Specifics</h4>
<p>Obeo supports you in extending, tailoring, and integrating Capella to your specific needs</p>
<p><a href="https://www.obeosoft.com/en/capella-professional-offer#integration">Integration & Customization <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></a></p>
</div>
</div>
</div>
</div>
</section> <!-- #services -->
<!--
==================================================
Upcoming Events
================================================== -->
<section id="event" class="hero-area event">
<div class="container block">
<div class="row">
<div class="col-md-12 text-center txt_white wow fadeInDown" data-wow-delay=".3s">
<h2 class="title">Upcoming Events</h2>
<p>Meet the Capella experts and benefit from their experience. </p>
</div>
</div>
<div class="row wow">
<div class="col-md-6 fadeInUp wow fadeInLeft text-center" data-wow-duration="500ms" data-wow-delay=".5s">
<h3 class=" txt_white" style="margin-bottom: 0px;"><b>How-to Model a Logical<br>Architecture with Capella</b></h3>
<br><p>Capella Webinar</p>
<h4 class="txt_white">Online | Mar 24, 2026</h4>
<p>9:00 AM CET (Paris) | 7:00 PM AEDT (Sydney)</p>
<p><a href="https://www.bigmarker.com/obeo/how-to-model-a-logical-architecture-with-capella?utm_bmcr_source=capella_home_page" class="btn btn-default btn-contact wow fadeInDown" data-wow-delay=".7s" data-wow-duration="500ms">Register</a></p>
</div>
<div class="col-md-6 fadeInUp wow fadeInLeft text-center" data-wow-duration="500ms" data-wow-delay=".5s">
<h3 class=" txt_white" style="margin-bottom: 0px;"><b>Capella in Transport and<br>Infrastructure Projects</b></h3>
<br><p>Capella Webinar</p>
<h4 class="txt_white">Online | Apr 20, 2026</h4>
<p>3:00 PM PDT (Los Angeles) / 6:00 PM EDT (New York) / 12:00 AM CEST (Paris)</p>
<h4 class="txt_white">Online | Apr 21, 2026</h4>
<p>8:00 AM AEST (Sydney)</p>
<p><a href="https://www.bigmarker.com/obeo/capella-in-transport-and-infrastructure-projects?utm_bmcr_source=capella_home_page" class="btn btn-default btn-contact wow fadeInDown" data-wow-delay=".7s" data-wow-duration="500ms">Register</a></p>
</div>
</div>
</div>
</section>
<!-- Temporary Events version, when no event is scheduled
<section id="event" class="hero-area event">
<div class="container block">
<div class="row">
<div class="col-md-12 text-center txt_white wow fadeInDown" data-wow-delay=".3s">
<h2 class="title">Webinars</h2>
<p>Replays and slides from dozens of webinars on Capella and MBSE are available online. </p>
<p class="text-center"><a class="btn btn-default" href="webinars.html">Discover Capella Webinars <i class="fa fa-external-link" aria-hidden="true"></i></a></p>
</div>
</div>
</div>
</section>
-->
<!--
==================================================
Key Points - Features
================================================== -->
<section id="key_points" class="bg_lightest_grey text-center">
<div class="container">
<h2 class="title wow fadeInDown" data-wow-delay=".3s">A Comprehensive MBSE Solution</h2>
<div class="row">
<h3 class="wow fadeInDown" data-wow-delay=".5s">Capella provides methodological guidance, intuitive model editing,<br>and viewing capabilities for Systems, Software and Hardware Architects
</h3><br>
<div class="col-sm-4 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<p><img data-src="images/icons/icon_gears_indigo.svg" alt="Model-Based Systems Engineering Method" class="lazyload" width="90" height="90"></p>
<div>
<h4>Model-Based Systems Engineering Method</h4>
<p>Capella relies on Arcadia a field-proven model-based methodology that covers each engineering phase</p>
<p><a href="arcadia.html">Arcadia Method <i class="fa fa-arrow-circle-right" aria-hidden="true"></i>
</a></p>
</div>
</div>
<div class="col-sm-4 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<p><img data-src="images/icons/icon_settings_indigo.svg" alt="Customizable, Open and Scalable MBSE Tool" class="lazyload" width="90" height="90"></p>
<div>
<h4>Customizable, Open and Scalable MBSE Tool</h4>
<p>Your process, your viewpoints: Capella can be adaptable to your own engineering approach and integrated with your tools</p>
<p><a href="features.html">Capella Features <i class="fa fa-arrow-circle-right" aria-hidden="true"></i>
</a></p>
</div>
</div>
<div class="col-sm-4 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<p><img data-src="images/icons/icon_ribbon_gear_indigo.svg" alt="Successfully Deployed Solution" class="lazyload" width="90" height="90"></p>
<div>
<h4>Successfully Deployed Solution</h4>
<p>Capella is already used on concrete projects in numerous industrial sectors (aerospace, energy, transportation…)</p>
<p><a href="resources.html#case-studies">Case-Studies <i class="fa fa-arrow-circle-right" aria-hidden="true"></i>
</a></p>
</div>
</div>
</div>
</div>
</section> <!-- #key_points -->
<!--
==================================================
Books
================================================== -->
<section id="books" class="text-center">
<div class="container">
<div class="section-heading">
<h2 class="title wow fadeInDown" data-wow-delay=".3s">Books</h2>
<p>Two books thoroughly describe respectively the method and the tool.<br>
The Arcadia book describes and illustrates the fundamentals of the method and its contribution to engineering activities.<br>
The Capella book is a practical guide to using the workbench. </p>
</div>
<div class="row">
<div class="col-sm-4 col-sm-offset-2 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="0ms">
<p><a href="https://shop.elsevier.com/books/model-based-system-and-architecture-engineering-with-the-arcadia-method/voirin/978-1-78548-169-7" target="_blank"><img src="images/thumbs/thumb_book_jlvoirin.png" alt="Model-based System<br>and Architecture Engineering with the Arcadia Method" class="lazyload" width="311" height="350"></a></p>
<div>
<h6 class="text-uppercase txt_lightest_grey txt_weight_300">Jean-Luc Voirin</h6>
<h4>Model-based System<br>and Architecture Engineering<br>with the Arcadia Method</h4>
<p><a class="btn btn-default wow fadeInUp" data-wow-delay=".6s" href="https://www.elsevier.com/books/model-based-system-and-architecture-engineering-with-the-arcadia-method/voirin/978-1-78548-169-7">Read More</a></p>
</div>
</div>
<div class="col-sm-4 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<p><a href="https://shop.elsevier.com/books/systems-architecture-modeling-with-the-arcadia-method/roques/978-1-78548-168-0" target="_blank"><img src="images/thumbs/thumb_book_proques.png" alt="Systems Architecture Modeling with the Arcadia Method - A Practical Guide to Capella Modeling Tool" class="lazyload" width="311" height="350"></a></p>
<div>
<h6 class="text-uppercase txt_lightest_grey txt_weight_300">Pascal Roques</h6>
<h4>Systems Architecture Modeling with the Arcadia Method - A Practical Guide to Capella Modeling Tool</h4>
<p><a class="btn btn-default wow fadeInUp" data-wow-delay=".6s" href="https://www.elsevier.com/books/systems-architecture-modeling-with-the-arcadia-method/roques/978-1-78548-168-0">Read More</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- #books -->
<!--
==================================================
Case Studies
==================================================
-->
<section id="case-studies" class="text-center bg_lightest_grey">
<div class="container">
<h2 class="title wow fadeInDown" data-wow-delay=".3s">Case-Studies</h2>
<div class="row">
<div class="col-sm-4 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="0ms">
<p><a href="resources/pdf/Case_Study_Rolls_Royce.pdf"><img data-src="images/thumbs/thumb_casestudy_rollsroyce.png" alt="Rolls Royce" class="lazyload" width="297" height="281"></a></p>
<div>
<h6 class="text-uppercase txt_lightest_grey txt_weight_300">Aviation</h6>
<h4>Rolls Royce</h4>
<p>Arcadia and Capella for a<br>large complex mechanical system</p>
<p><a class="btn btn-default wow fadeInUp" data-wow-delay=".3s" href="resources/pdf/Case_Study_Rolls_Royce.pdf">Read</a></p>
<p><a class="wow fadeInUp" data-wow-delay=".4s" href='resources/pdf/Case_Study_Rolls_Royce_ZH.pdf'>Chinese Version <i class='fa fa-arrow-circle-right' aria-hidden='true'></i></a></p>
</div>
</div>
<div class="col-sm-4 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="0ms" >
<p><a href="resources/pdf/Case_Study_ArianeGroup.pdf"><img data-src="images/thumbs/thumb_casestudy_arianegroup.png" alt="Ariane Group" class="lazyload" width="297" height="281"></a></p>
<div>
<h6 class="text-uppercase txt_lightest_grey txt_weight_300">Aerospace</h6>
<h4>ArianeGroup</h4>
<p>Model-Based Systems Engineering<br>must become a team sport!!</p>
<p><a class="btn btn-default wow fadeInUp" data-wow-delay=".4s" href="resources/pdf/Case_Study_ArianeGroup.pdf">Read</a></p>
<p><a class="wow fadeInUp" data-wow-delay=".5s" href='resources/pdf/Case_Study_ArianeGroup_ZH.pdf'>Chinese Version <i class='fa fa-arrow-circle-right' aria-hidden='true'></i></a></p>
</div>
</div>
<div class="col-sm-4 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="0ms">
<p><a href="resources/pdf/Case_Study_CNES.pdf"><img data-src="images/thumbs/thumb_casestudy_cnes.png" alt="CNES" class="lazyload" width="297" height="281"></a>
</p>
<div>
<h6 class="text-uppercase txt_lightest_grey txt_weight_300">Space</h6>
<h4>CNES</h4>
<p>Successful Capella Landing on a<br>CNES Operational Use Case</p>
<p><a class="btn btn-default wow fadeInUp" data-wow-delay=".6s" href="resources/pdf/Case_Study_CNES.pdf">Read</a></p>
</div>
</div>
</div>
<p><a class="btn btn-default wow fadeInUp animated" data-wow-delay=".6s" href="case_studies.html">Discover All the Case-Studies</a></p>
</div>
</section>
<!--
==================================================
Videos
================================================== -->
<section id="videos" class="text-center">
<div class="container">
<div class="row linked_title ">
<h2 class="title wow fadeInDown" data-wow-delay=".3s">Capella in action</h2>
<div class="col-sm-4 col-xs-12 wow fadeInLeft video_thumbnail" data-wow-duration="500ms" data-wow-delay="0ms">
<p>
<a href="https://youtu.be/OGpHMR_j3AM"><img data-src="images/screenshots/embedded_methodological_guidance.png" alt="Embedded methodological guidance" class="lazyload" width="360" height="220"></a>
</p>
<div>
<h4><a href="https://youtu.be/OGpHMR_j3AM" target="_blank">Embedded methodological guidance</a></h4>
</div>
</div>
<div class="col-sm-4 col-xs-12 wow fadeInLeft video_thumbnail" data-wow-duration="500ms" data-wow-delay="0ms">
<p>
<a href="https://youtu.be/WtwAzftHd4A" target="_blank"><img data-src="images/screenshots/manage_model_complexity.png" alt="Manage model complexity" class="lazyload" width="360" height="220"></a>
</p>
<div>
<h4><a href="https://youtu.be/WtwAzftHd4A" target="_blank">Manage model complexity</a></h4>
</div>
</div>
<div class="col-sm-4 col-xs-12 wow fadeInLeft video_thumbnail" data-wow-duration="500ms" data-wow-delay="0ms">
<p>
<a href="https://youtu.be/cT43CmZM2go" target="_blank"><img data-src="images/screenshots/multiviewpoint_analysis.png" alt="Multi-viewpoint trade-off analysis" class="lazyload" width="360" height="220"></a>
</p>
<div>
<h4><a href="https://youtu.be/cT43CmZM2go" target="_blank">Multi-viewpoint trade-off analysis</a></h4>
</div>
</div>
</div>
<div class="col-md-12">
<p><a class="wow fadeInUp btn btn-default" data-wow-delay=".6s" href="https://www.youtube.com/EclipseCapella" target="_blank">View all</a></p>
</div>
</div>
</section> <!-- #videos -->
<!--
==================================================
Extensions Section
================================================== -->
<section id="extensions" class="bg_lightest_grey">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="block wow fadeInUp" data-wow-delay=".2s">
<h2 class="title wow fadeInUp cd-headline slide" data-wow-delay=".2s" >
Extend the power of Capella<br>with the latest plugins and add-ons<br>
</h2>
<p class="wow fadeInUp" data-wow-delay=".6s" >
Beyond Capella, discover the extensions provided by the ecosystem
<br>Collaborate with Your Team | Break Your Systems Down | Generate Documentation
</p><br>
<p><a class="wow fadeInUp" data-wow-delay=".9s" href="addons.html" data-section="#" >Discover All <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></a></p>
</div>
</div>
</div>
</div>
</section><!--/#extensions-->
<div id="back-to-top" data-spy="affix" data-offset-top="100"
class="back-to-top hidden-xs hidden-sm affix-top">
<button class="btn btn-default" title="Back to Top">
<i class="fa fa-caret-up"></i>
</button>
</div>
<script defer type="text/javascript">
// Back to top
jQuery('#back-to-top').on('click', function() {
jQuery("html, body").animate({
scrollTop : 0
}, 500);
return false;
});
</script>
<!--
==================================================
Call To Action Section Start
================================================== -->
<ng-include src="'angular/blocks/call2action.html'"></ng-include>
<!--
==================================================
Footer Section
================================================== -->
<ng-include src="'angular/blocks/footer.html'"></ng-include>
<!-- bootstrap js -->
<script defer src="js/bootstrap.min.js"></script>
<!-- wow js -->
<script defer src="js/wow.min.js"></script>
<script defer src="js/jquery.fancybox.js"></script>
<!-- template main js -->
<script defer src="js/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-57722280-1"></script>
<script async src="js/googleAnalytics.js"></script>
<script async src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
<!-- modernizr js -->
<script defer src="js/vendor/modernizr-2.6.2.min.js"></script>
</body>
</html>