-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
381 lines (380 loc) · 24.6 KB
/
index.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
<!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 -->
<!-- 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 comprehensive, extensible and field-proven MBSE tool and method<br>to successfully design systems architecture
</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="row">
<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_lifebuoy_indigo.svg" alt="Safeguard Your Deployment" class="lazyload" width="90" height="90"></p>
<div>
<h4>Safeguard Your Deployment</h4>
<p>Benefit from Thales cutting-edge technical & expertise</p>
<p><a href="services.html">Training, Coaching & Maintenance <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_cube_indigo.svg" alt="Get Your Complete MBSE Workbench" class="lazyload" width="90" height="90"></p>
<div>
<h4>Get Your Complete MBSE Workbench</h4>
<p>Manage requirements, collaboration, documents generation, ...</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 helps you extend Capella to fit your own 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" style="margin-top:60px;">
<div class="col-md-4 col-md-offset-2 fadeInUp wow fadeInLeft text-center" data-wow-duration="500ms" data-wow-delay=".5s">
<p>Capella Webinar</p>
<h3 class=" txt_white" style="margin-bottom: 0px;">Drone-Based Solution for Efficient Search and Rescue Missions</h3>
<p><i>Universidad de Antioquia</i></p>
<h4 class="txt_white">Online | Feb 6, 2025</h4>
<p><a href="https://www.bigmarker.com/obeo/Drone-Based-Solution-for-Efficient-Search-and-Rescue-Missions?utm_bmcr_source=Capella_website_home" class="btn btn-default btn-contact wow fadeInDown" data-wow-delay=".7s" data-wow-duration="500ms">Register</a></p>
</div>
<div class="col-md-4 fadeInUp wow fadeInLeft text-center" data-wow-duration="500ms" data-wow-delay=".5s">
<p>Capella Webinar</p>
<h3 class=" txt_white" style="margin-bottom: 0px;">System Modeling<br>Workbench</h3>
<p><i>Siemens DISW</i></p>
<h4 class="txt_white">Online | March 13, 2025</h4>
<p><a href="https://www.bigmarker.com/obeo/SMW-Webinar-a4d3702edcaaa5cdc750107f?utm_bmcr_source=Capella_website_home" class="btn btn-default btn-contact wow fadeInDown" data-wow-delay=".7s" data-wow-duration="500ms">Register</a></p>
</div>
</div>
</div>
</section><!--/#event-->
<!--
==================================================
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://www.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://www.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>