-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathwebinars.html
More file actions
494 lines (449 loc) · 141 KB
/
webinars.html
File metadata and controls
494 lines (449 loc) · 141 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
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
<!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">
<link rel="icon" type="image/png" href="images/favicon.ico">
<title>Capella Webinars - Upcoming events, and replays of previous events</title>
<meta name="description"
content="Capella webinars bring regular insights on Capella technology and its ecosystem.">
<meta name="keywords" content="webinars, replay, slides, videos">
<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" />
<!-- Eclipse Foundation 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-5WLCZXC');
</script>
<!-- End Google Tag Manager -->
<!-- Template Javascript Files
================================================== -->
<!-- Angular -->
<base href="/">
<script src="js/angular-1.7.8.min.js"></script>
<script src="angular/capella.js"></script>
<!-- jquery -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/helpers.js"></script>
<script defer src="https://kit.fontawesome.com/16cf99803e.js" crossorigin="anonymous"></script>
</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 contact">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="block wow fadeInUp" data-wow-delay=".3s">
<section class="cd-intro">
<h1 class="wow fadeInUp animated" data-wow-delay=".4s">
Capella Webinars<br>
</h1>
</section> <!-- cd-intro -->
<h2 class="wow fadeInUp animated" data-wow-delay=".6s">
Regular live insights about Capella technology and its ecosystem
</h2>
<p></p>
</div>
</div>
</div>
</div>
</section>
<!--/#intro_banner-->
<section>
<div class="container">
<div class="row">
<div class="section-heading">
<h2 class="title wow fadeInDown" data-wow-delay=".6s">Upcoming Webinars</h2>
</div>
<!--
<p class="text-center wow fadeInDown" data-wow-delay=".6s">New webinars will be scheduled soon.<p>
<p class="text-center wow fadeInDown" data-wow-delay=".6s"><a href="https://www.linkedin.com/in/capella-mbse-tool/"><i class="fa fa-linkedin-square"></i> Stay tuned!</a></p><br>
-->
<div class="accordion dropdown_content">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#2026_06_11">
<h3>MBSE Vision 360: A Layered and Semantic Approach to Navigating Complex Models</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span class="descr"><i class="far fa-calendar-alt"></i> <b>June 11, 2026</b> | 5:00 PM CEST (Paris) | <i class="fa fa-user-alt"></i></span> Ulysse Audren de Kerdrel (LGM) | EN <button class="tag">Add-on</button> <button class="tag">Onboarding</button> <button class="tag">Decision-Making</button>
</div>
<div id="2026_06_11" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<p></p>
<p>In many industrial projects, the full potential of MBSE remains underexploited: models are rich, but often too complex to be accessible to all project stakeholders.</p>
<p>In this webinar, discover MBSE Vision 360, a solution developed by LGM to address this challenge.</p>
<p>This Capella add-on is designed to democratize access to and understanding of MBSE models:</p>
<p>
<ul>
<li>make models accessible to non-specialists through simple, direct interfaces to key information (KPIs, links, interfaces) for project managers, equipment managers, suppliers, and domain experts,</li>
<li>improve model quality with advanced capabilities for semantic review, consistency analysis, and traceability.</li>
</ul>
<p>This approach enables:</p>
<ul>
<li>better circulation of technical information,</li>
<li>improved requirements coverage,</li>
<li>faster decision-making,</li>
<li>and an overall increase in MBSE maturity across organizations.</li>
</ul>
<p><i><span class="txt_indigo">Ulysse Audren de Kerdrel</span> is a project engineer at LGM, specialized in complex systems engineering.</i></p>
<p><a class="btn btn-default" href="https://www.bigmarker.com/obeo/mbse-vision-360?utm_bmcr_source=capella_webinars_page">Register now</a></p>
</div>
</div>
</div>
</div>
<div class="row">
</div>
</section>
<section id="previous" class="bg_lightest_grey">
<div class="container">
<div class="section-heading">
<h2 class="title wow fadeInDown" data-wow-delay=".3s">Previous webinars</h2>
</div>
<div class="row">
<div id="webinars_accordion" class="accordion dropdown_content">
<div class="row">
<!--
<p> Video is coming soon <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i> Slides are coming soon<i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i> Transcript Summary is coming soon<i class="pl-2 fa fa-brands fa-file-text-o" aria-hidden="true"></i></p>
-->
<div class="accordion dropdown_content">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#2026_05_12">
<h3>Practice in COMAC to Conduct MBSA in Avionics System Based on Capella</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span class="descr"><i class="far fa-calendar-alt"></i> May 2026 | <i class="fa fa-user-alt"></i></span> Hu Po (COMAC), Xu Renfei (PGM) | CN <button class="tag">Case-study</button> <button class="tag">Avionics</button> <button class="tag">Safety</button>
</div>
<div id="2026_05_12" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<p></p>
<p><b>中国商飞航电系统基于Capella的MBSA应用实践</b></p>
<p>中国商飞是世界领先的民航客机供应商,其航电系统的架构设计主要依托Capella开展。在本期分享中,我们将介绍商飞是如何基于Capella的扩展开展符合4761的MBSA工作的。商飞的MBSA实践包括了对失效状态的定义、基于功能-逻辑-物理组件的失效传播建模、故障树的自动生成、基于最小割集分析结果的安全性分析等。</p>
<p><i><span class="txt_indigo">胡泊任职于COMAC</span>,担任安全性工程师。他在COMAC深度参与C919和C929飞机型号的安全评估工作,并主导C929的IMA级联影响分析工作。他致力于推动MBSA在中国民用航空领域的发展应用。</i></p>
<p><i><span class="txt_indigo">徐任飞</span>上海仆勾山科技有限公司MBSE技术总监。他曾参与并主导了动控、航电、机电、雷达等多个领域的MBSE实施项目,具备丰富的MBSE实施落地经验。近年来,徐任飞主要致力于Capella/ARCADIA技术路线在中国的推广和应用。</i></p>
<p>---</p>
<p>COMAC is one of the world's leading civil aircraft suppliers, and its avionics system architecture design is completed based on Capella. We will introduce how we extend Capella in COMAC to support 4761-compliant MBSA work. It includes how to define failure conditions in Capella PA model, how to carry out failure propagation modeling on Capella function, behavioral physical component, and node physical component, how to automatically generate fault trees for failure conditions, and how to carry out safety analysis based on the calculation results of the minimum cut set of each fault tree, and so on.</p>
<p><i><span class="txt_indigo">HU Po</span> serves as the Safety Engineer at COMAC, where he has been extensively involved in the safety assessment processes for the C919 and C929 aircrafts. He has also led the IMA cascading effect analysis for the C929. He is committed to advancing the development and implementation of MBSA within China's civil aviation industry.</i></p>
<p><i><span class="txt_indigo">Renfei Xu</span> is the Technical Director of MBSE from PGM. He has participated in many implementation projects of MBSE in areas like Engine Control, Avionics, Mechatronics, RADAR and so on. In recent years, he is dedicated to the promotion of Capella and ARCADIA in China.</i></p>
<p><a href="https://www.youtube.com/watch?v=hlsHRev8Edo&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://mbse-capella.org/resources/pdf/webinars/20260512_CapellaWebinar_Slides_Speaker.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a></p>
</div>
</div>
</div>
</div>
<div class="accordion dropdown_content">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#2026_04_21">
<h3>Capella in Transport and Infrastructure Projects</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span class="descr"><i class="far fa-calendar-alt"></i> April 2026 | <i class="fa fa-user-alt"></i></span> Tim Carter (Clarity SE) | EN <button class="tag">Methodology</button> <button class="tag">System behaviour</button> <button class="tag">Interfaces</button>
</div>
<div id="2026_04_21" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<p></p>
<p>Capella brings significant advantages to transport and infrastructure projects through its use of the ARCADIA framework. This includes structured use of Physical Architecture Nodes, Behavioural Components, and Functional Chains, enabling clear modelling of system behaviour and interfaces.</p><p>The REC/RPL paradigm supports rapid scaling of models with repeated elements, common in infrastructure and transport systems, while functional and component exchanges naturally reflect logical and physical interface patterns. </p>These features provide a solid foundation for interface documentation, further enhanced by Capella’s document generation capability, which enables efficient, repeatable production of artefacts at scale where many documents need to be produced.</p>
<p><i><span class="txt_indigo">Tim Carter</span> is a professional engineer with 25+ years of experience with complex systems engineering. Tim is a Principal Systems Engineer and experienced engineering leader at the corporate, business unit, programme, and project levels. Tim's systems engineering experience covers the breadth of defence, transport, and infrastructure projects. Tim is experienced in rolling out MBSE approaches to engineering organisations of different sizes and maturities.</i></p>
<p><a href="https://www.youtube.com/watch?v=IQvN8CLfOJo&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://mbse-capella.org/resources/pdf/webinars/20250923_CapellaWebinar_Slides_Speaker.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a></p>
</div>
</div>
</div>
</div>
<div class="accordion dropdown_content">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#2026_03_24">
<h3>How-to Model a Logical Architecture with Capella</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span class="descr"><i class="far fa-calendar-alt"></i> March 2026 | <i class="fa fa-user-alt"></i></span> Tim Carter (Clarity SE) | EN <button class="tag">Methodology</button> <button class="tag">Logical Architecture</button>
</div>
<div id="2026_03_24" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<p></p>
<p>While it is easy to conceptualise the final synthesised physical architecture and the black-box system analysis, logical architectures, by their nature, are abstract and more open to interpretation.</p>
<p>In this presentation, Tim Carter will explore a number of different interpretations of the ARCADIA logical architecture and in which scenarios they may be useful in achieving modelling goals and adding value.</p>
<p><i><span class="txt_indigo">Tim Carter</span> is a professional engineer with 25+ years of experience with complex systems engineering. Tim is a Principal Systems Engineer and experienced engineering leader at the corporate, business unit, programme, and project levels. Tim's systems engineering experience covers the breadth of defence, transport, and infrastructure projects. Tim is experienced in rolling out MBSE approaches to engineering organisations of different sizes and maturities.</i></p>
<p><a href="https://www.youtube.com/watch?v=niGHUh-zB7E&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-&index=1">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="resources/pdf/webinars/20260324_CapellaWebinar_Slides_Speaker.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a></p>
</div>
</div>
</div>
</div>
<div class="accordion dropdown_content">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#2026_02_26">
<h3>MBSE for Two Student Space Robotics Projects</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span class="descr"><i class="far fa-calendar-alt"></i> Febr 2026 | <i class="fa fa-user-alt"></i></span> K. Li and A. Pavalachandran (Sydney Interplanetary Rover Initiative) & A. Lita (ISAE Supaero) | EN <button class="tag">Space</button> <button class="tag">Academic</button> <button class="tag">Adoption</button>
</div>
<div id="2026_02_26" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<p></p>
<p>Student space robotics projects, such as lunar rovers, involve significant complexity in design, integration, and project management. When requirements, interfaces, and risks are spread across multiple spreadsheets, defects become harder to detect and system understanding difficult to share.</p>
<p>This webinar shows how student teams working on two different space projects quickly get started with Capella to apply MBSE and Arcadia, structure complex systems, improve collaboration, and reduce design risks under tight academic constraints.</p>
<p><b>1) Implementation of MBSE In A Student-Led Lunar Rover Team</b></p>
<p>This first talk presents the use of Model-Based Systems Engineering with the Arcadia method within the Sydney Interplanetary Rover Initiative (SIRI), a multidisciplinary student-led team.</p>
<p>Using Capella and SysML-based modeling, the rover system is developed across Arcadia’s four phases. Operational Analysis, System Analysis, Logical Architecture, and Physical Architecture. This structured approach supports requirement traceability, clarifies subsystem interactions, and improves design consistency.</p>
<p>The result is an Arcadia-driven MBSE framework that can be transferred to other student-led aerospace projects. The study also highlights MBSE’s role in reducing design conflicts and improving collaboration, leading to a smoother assembly, integration, and testing phase.</p>
<p><i><span class="txt_indigo">Kaylee Li</span> is the Founder & Project Lead of the Sydney Interplanetary Rover Initiative, SGAC Asia-Pacific Regional Executive Secretary, and the PR & Communications Team Lead for the Space Generation Congress 2025. She has worked across both defence and commercial space sectors, contributing to projects ranging from the multibillion-dollar JP9102 satellite program at Optus Satellite & Space Systems to Australia’s first lunar rover, Roo-ver, at Lunar Outpost Oceania.</i></p>
<p><i><span class="txt_indigo">Aruk Pavalachandran</span> is a final-year undergraduate student studying Aerospace Engineering (Honors) at the University of Sydney. He's the Lead Systems Engineer at Sydney Interplanetary Rover Initiative (SIRI), a student team designing and building a Lunar rover for the Australian Rover Challenge.</i></p>
<p><b>2) From Spreadsheets to Capella: How a Student Team Built a Rover and a Drone in One Year</b></p>
<p>This second talk presents how a novice student team from ISAE Supaero adopted Capella within a single academic year to structure the development of both a rover and a drone for the European Rover Challenge.</p>
<p>By mapping project rules and design activities across Capella’s Operational, System, Logical, and Physical layers, the team identified design gaps well before hardware freeze, shortened decision cycles, and enabled clear walkthroughs for both technical and non technical audiences, despite the absence of dedicated systems engineering support.</p>
<p>This experience shows that Capella, already widely used in large aerospace organizations, can also act as an accessible backbone for student teams operating under tight budgets and timelines.</p>
<p><i><span class="txt_indigo">Andreea Lita</span> has three years of experience in space systems engineering and holds an MSc in Aerospace Engineering, specialising in Space Systems Design and Operations, as well as Robotics and Automation. Working at SES - Redu Space Services, she currently supports ESA’s Fly Your Satellite! programme as a CubeSat Systems Engineer and Environmental Testing Engineer, and has contributed to two successfully launched missions with experimental payloads (on ISS and on the TEC's NYX capsule mission).</i></p>
<p><a href="https://www.youtube.com/watch?v=FH5SgB5H2QM&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="resources/pdf/webinars/20260236_CapellaWebinar_Slides_Speaker_SIRI.pdf">Slides SIRI<i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> <a href="/resources/pdf/webinars/20260226_CapellaWebinar_Slides_Speaker_ISAE.pdf">Slides ISAE Supaero<i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a></p>
</div>
</div>
</div>
</div>
<div class="accordion dropdown_content">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#2026_02_12">
<h3>Environmental Trade-offs into MBSE: An Application of Ecodesign for Capella for System Architects</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span class="descr"><i class="far fa-calendar-alt"></i> Febr 2026 | 5PM CET | <i class="fa fa-user-alt"></i></span> Thibault Montigaud (LGM) | EN <button class="tag">Lifecycle Assessment</button> <button class="tag">Environment</button> <button class="tag">Ecodesign</button>
</div>
<div id="2026_02_12" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<p></p>
<p>The growing demand for more environmentally sustainable products imposes new constraints and choices on system architects during the design phase. Traditionally, environmental performance trade-off analyses, such as Life Cycle Assessment (LCA), are carried out systematically outside of the Model-Based Systems Engineering (MBSE) workflow and nearly exclusively by LCA specialists, with no direct connection to system design decisions. As a result, actionable levers that could significantly influence a product’s environmental impact are typically identified too late for meaningful design intervention.</p>
<p>This presentation addresses this gap by making environmental trade-off analysis natively accessible to architects within their established modeling environment. We introduce the integration of environmental criteria and trade-off functionalities directly into Capella, a leading MBSE tool, via the Ecodesign for Capella add-on, a solution developed and provided by the software editor Obeo.</p>
<p>As early adopters, we share a practical use case and experience report on the innovative potential and unique market positioning of Ecodesign for Capella.</p>
<p>The approach has been validated through a realistic use case: a fictitious drone inspection product line, adapted from literature and the publicly available AIDA model from IRT Saint Exupéry. The add-on enabled seamless data integration, streamlined traceability of environmental attributes, and empowered architects to perform design-impactful trade-offs without leaving their MBSE environment.</p>
<p><i><span class="txt_indigo">Thibault Montigaud</span> joined LGM in 2016 after graduating with a degree in Industrial Risk Management from INSA Centre Val de Loire in Bourges and a degree in Automation from the University of Orléans. Currently a risk management specialist, he has contributed to the development of the profession, particularly in terms of models and their links with MBSE. He has also been responsible for the LGM group's eco-design offering since 2023. At the same time, Thibault has been teaching complex system modelling at INSA Centre Val de Loire since 2017 and has also been an expert in dependability (a committee covering sustainability) at AFNOR and IEC TC56 since 2022.</i></p>
<p><a href="https://www.youtube.com/watch?v=tBGAIkfgqQI&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="resources/pdf/webinars/20260212_CapellaWebinar_Slides_Speaker.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a></p>
</div>
</div>
</div>
<div class="accordion dropdown_content">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#2026_01_22">
<h3>MBSE for Space Systems Design with Capella: From Simulation Facilities to NEO Detection</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span class="descr"><i class="far fa-calendar-alt"></i> Jan 2026 | <i class="fa fa-user-alt"></i></span> Paula Andrea García Suárez & Juan Felipe Ríos (Universidad de Antioquia) | EN <button class="tag">Space</button> <button class="tag">Research</button>
</div>
<div id="2026_01_22" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<p></p>
<p>This webinar presents two projects from the University of Antioquia that apply a Model-Based Systems Engineering approach to space system development with Capella. Together, they illustrate how MBSE can support early design decisions, structure complex architectures and improve confidence in the feasibility of ambitious space missions.</p>
<p><ul><li><b>MBSE Used for design and development of a PoC for a space simulation Vacuum Chamber</b></li></ul></p>
<p>This presents the design and development process of a Proof Of Concept (PoC) for a modular vacuum chamber intended to simulate space-like conditions. The project is supported by Orbital Mining Corporation and is aligned with their vision and mission. The project was built under a Model Based Systems Engineering (MBSE) approach. The Capella tool and the Arcadia methodology were used to clearly structure the operational, functional and physical architectures of the system.</p>
<p>The vacuum chamber is intended to be versatile and to support space simulations. Throughout the development, requirements were stipulated and modeled, and a preliminary cost estimate was performed to analyze the feasibility of such a design. The result is a robust, flexible and scalable technical model that will serve as a basis for future work.</p>
<p><i><span class="txt_indigo">Paula Andrea García Suárez</span> is an Aerospace Engineer specialized in systems and project design for space applications. Experienced in MBSE, requirements engineering, and prototype development. Skilled in CAD modeling, mission analysis, and hands-on work in laboratory, workshop, and multidisciplinary environments.</i></p>
<p><ul><li><b>A MBSE Approach to the Development of a Space-Based Observatory for NEO Detection</b></li></ul></p>
<p>Near-Earth Objects (NEOs) are asteroids or comets whose orbits bring them within 1.3 AU of the Sun, sometimes crossing Earth’s path and potentially posing an impact risk. Detecting these objects is not always easy, many are very small to be spotted early, and those coming from the Sun’s direction are almost undetectable to ground-based telescopes. This project addresses that challenge by proposing the conceptual design of a space-based observatory aimed at detecting and tracking NEOs that are hard or impossible to see from Earth.</p>
<p>This work applies a Model-Based Systems Engineering (MBSE) approach, using Capella to model the operational concept, define requirements, and progressively build the functional, logical, and physical architectures of the observatory. Capella makes it possible to keep all these steps connected and traceable, which helps optimize the design of a complex system like the proposed observatory.</p>
<p><i><span class="txt_indigo">Juan Felipe</span> is an Aerospace Engineering specialized in Space Systems Engineering and MBSE. He has worked on multiple aerospace projects, applying MBSE to define system architectures, gather and define requirements, model and optimize complex systems, and ensure consistent integration across subsystems. He is especially interested in the design and optimization of space missions and systems, where MBSE plays a key role in handling complexity and ensuring mission success.</i></p>
<p><a href="https://www.youtube.com/watch?v=Ia2rTdv24U4&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="/resources/pdf/webinars/20260122_CapellaWebinar_Slides_Speaker.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a></p>
</div>
</div>
</div>
<div class="accordion dropdown_content">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#2025_12_11">
<h3>Connecting Capella with Jama Connect® Requirements and Test Cases</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span class="descr"><i class="far fa-calendar-alt"></i> Dec 2025 | <i class="fa fa-user-alt"></i></span> Patrick Knowles (Jama Software), Laurent Delaigue (Obeo) | EN <button class="tag">Requirements</button> <button class="tag">Integration</button> <button class="tag">Traceability</button>
</div>
<div id="2025_12_11" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<p></p>
<p>As system architecture is central to developing complex systems, making Capella models accessible to all stakeholders is key to keeping every discipline aligned. This is especially true when working on traceability coverage or managing regulatory compliance, where teams need to view, manage and navigate links between model elements, requirements and test cases.</p>
<p>In this webinar, you will learn how to publish Capella models to a controlled web server, making them easily accessible to your teams, and how to have bidirectional navigable traceability between Capella model elements and Jama Connect® artifacts.</p>
<p>This integration, provided by Obeo as part of Publication for Capella, replaces error prone manual checks by a smooth toolchain keeping all artifacts synchronized throughout the development lifecycle.</p>
<p>It also makes it easier for stakeholders to view, interact and navigate across any System Engineer data through web servers no matter were is stored the data: in Capella or in Jama Connect.</p>
<p>Finally, it enables the systems engineering team to detect issues earlier and reduce defects and rework, by ensuring that all stakeholders can quickly reach the most recent and complete information about system architecture, and related requirement and test case at any time.</p>
<p><i><span class="txt_indigo">Patrick Knowles</span> is Systems Engineering and Project Management Consultant at Jama Software. He is an experienced Systems Engineer and Project Manager with a demonstrated history of working in the Aerospace & Defense industry. Practitioner of both traditional waterfall product development and Agile methodologies and tools such as Azure DevOps and Jira. Strong systems thinker with a Bachelor of Engineering - BSE focused in Aerospace Engineering from University of Michigan, and a Bachelor of Arts - BA focused in Physics from Spring Arbor University.</i></p>
<p><i><span class="txt_indigo">Laurent Delaigue</span> is Product Lead at Obeo. He is an expert software engineer who's been working on model-based technologies at Obeo for the last 17 years. After working for several years on miscellaneous aspecs of model-based engineering (Code migration, Model Comparison, Code generation), he's been specializing on MBSE for 7 years. He is currently the Product Lead of two MBSE products at Obeo, both of which are tied to Capella.</i></p>
<p><a href="https://www.youtube.com/watch?v=HJ6St77DoEw&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="resources/pdf/webinars/20251211_CapellaWebinar_Slides_Speaker.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a></p>
</div>
</div>
</div>
<div class="accordion dropdown_content">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#2025_09_23">
<h3>Capella in Transport and Infrastructure</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span class="descr"><i class="far fa-calendar-alt"></i> Sept 2025 | <i class="fa fa-user-alt"></i></span> Tim Carter | EN <button class="tag">transportation</button> <button class="tag">infrastructure</button> <button class="tag">methodology</button>
</div>
<div id="2025_09_23" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<p></p>
<p>Capella brings significant advantages to transport and infrastructure projects through its use of the ARCADIA framework. This includes structured use of Physical Architecture Nodes, Behavioural Components, and Functional Chains, enabling clear modelling of system behaviour and interfaces. The REC/RPL paradigm supports rapid scaling of models with repeated elements, common in infrastructure and transport systems, while functional and component exchanges naturally reflect logical and physical interface patterns. These features provide a solid foundation for interface documentation, further enhanced by Capella’s document generation capability, which enables efficient, repeatable production of artefacts at scale where many documents need to be produced.</p>
<p><i><span class="txt_indigo">Tim Carter</span> DipMgt BEng(Hons) MEng CPEng NER is a professional engineer with 25+ years of experience with complex systems engineering. Tim is a Principal Systems Engineer and experienced engineering leader at the corporate, business unit, programme, and project levels. Tim's systems engineering experience covers the breadth of defence, transport, and infrastructure projects. Tim is experienced in rolling out MBSE approaches to engineering organisations of different sizes and maturities</i></p>
<p><a href="https://www.youtube.com/watch?v=UBdYf1uJR8A&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="resources/pdf/webinars/20250923_CapellaWebinar_Slides_Speaker.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a></p>
</div>
</div>
</div>
</div>
<div class="accordion dropdown_content">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#2025_09_25">
<h3>Performing Safety Analyses in Capella with ATICA: Our Experience</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span class="descr"><i class="far fa-calendar-alt"></i> Sept 2025 | <i class="fa fa-user-alt"></i></span> Fernando Macías & Daniel Villafañe (ANZEN Engineering) | EN <button class="tag">safety analysis</button> <button class="tag">add-on</button>
</div>
<div id="2025_09_25" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<p></p>
<p>In this webinar, we will share our journey integrating safety and reliability analyses within the Capella ecosystem through the development and application of ATICA. Designed as an addon to Capella and fully aligned with the ARCADIA methodology, ATICA enables seamless modelling and analysis workflows for engineers conducting Failure Hazard Analyses (FHA), Failure Mode and Effects Analyses (FMEA), and Fault Tree Analyses (FTA).</p><p>We will begin with a brief overview of Anzen Engineering’s digital engineering roadmap and how ATICA emerged from real-world needs in projects like CORSARIO. We will then explore how the ATICA methodology builds upon ARCADIA to embed RAMS tasks directly within the system model, using a dedicated safety metamodel and intuitive analysis viewpoints.</p><p>Through live examples, we will walk through the execution of FHA, FMEA, and FTA within Capella, demonstrating how changes in one analysis propagate across others — ensuring model-wide consistency. This end-to-end traceability enhances efficiency and reduces manual, error-prone efforts.</p><p>We will also introduce upcoming developments, including ATICA’s evolution towards SysML v2 and integration with additional tools — broadening its compatibility across MBSE ecosystems.</p><p>Whether you are a Capella user seeking to enhance your safety processes, or a safety engineer exploring model-based approaches, this webinar will offer actionable insights and practical takeaways.</p>
<p><i><span class="txt_indigo">Fernando Macías</span> is a software engineer with expertise in model-based methodologies, formal methods and software design and implementation.
At Anzen, Fernando’s work focuses on ATICA, our model-based tool for safety analysis. Fernando is in charge of evolving and maintaining ATICA’s functionalities, as well as defining the underlying meta-models used in ATICA and its related projects. He also supervises the deployment of web and on-premises services at Anzen.</i></p>
<p><i><span class="txt_indigo">Daniel Villafañe</span> is an aerospace engineer with expertise in avionics, systems and software engineering, and model-based design and analysis. At Anzen, Daniel’s work is focused on ATICA, our model-based tool for safety analysis in Capella. Daniel is in charge of building system models and applying systems engineering processes while using ATICA to improve results on safety and reliability analyses for aerospace avionics projects.</i></p>
<p><a href="https://www.youtube.com/watch?v=fkD2IVYEQsk&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="resources/pdf/webinars/20250925_CapellaWebinar_Slides_Speaker.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a></p>
</div>
</div>
</div>
</div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2025_06_26"> <h3>Seamless Integration of Capella with Jira and Confluence</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> June 2025 | <i class="fa fa-user-alt" aria-hidden="true"></i> Alex Fournié (Obeo) & Robert Baillargeon (SodiusWillert) | EN <button class="tag">collaboration</button> <button class="tag">traceability</button> <button class="tag">change management</button> <button class="tag">documentation</button> <div id="2025_06_26" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>As system architecture plays a pivotal role in the development of complex systems, it is essential to make Capella models accessible to all stakeholders to ensure alignment across disciplines. These models should also be connected to change management tools and naturally integrated within the broader system engineering documentation.</p><p>In this webinar, you'll discover how to publish Capella models to a web server and establish bi-directional connections with Confluence and Jira:</p><ul><li>make Capella models easily accessible to teams and partners;</li><li>create links between Capella model elements and related content documented in Confluence;</li><li>embed Capella diagrams and model descriptions directly into Confluence pages;</li><li>enhance coordination between system architecture and project management workflows tracked in Jira.</li></ul><p>This solution combines Obeo’s <i>Publication for Capella</i> add-on with SodiusWillert’s <i>OSLC Connect for Jira</i> and <i>OSLC Connect for Confluence</i>.</p><p>By closing the gap between architecture, documentation, and task tracking, this integration fosters better collaboration and alignment around a shared vision of the system under development.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Alex Fournié</span> is the MBSE Product Owner at Obeo.</i></i></p><p><i><i><span class="txt_indigo">Robert Baillargeon</span> is the Chief Product Officer at SodiusWillert. Before his role at SodiusWillert, Robert has led engineering and research teams developing systems and deploying tools in the Automotive industry. Robert is a provisional ASPICE assessor and has a Masters of Science degree in Software Engineering from Carnegie Mellon University.</i></i></p><p></p></div> <p> <a href="https://youtu.be/Ar9nRAi4IzI">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="resources/pdf/webinars/20250626_CapellaWebinar_Slides_Speaker.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> <a href="webinar_20250626.html">Transcript Summary <i class="pl-2 fa fa-brands fa-file-text-o" aria-hidden="true"></i></a></p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2025_05_15"> <h3>A System Definition Process for the Construction Industry</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> May 2025 | <i class="fa fa-user-alt" aria-hidden="true"></i> Alan Martin Redmond (Numerique Tech) | EN <button class="tag">building</button> <button class="tag">methodology</button> <div id="2025_05_15" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>This presentation is based on Horizon Europe Project Demo-BLog where the business needs where pre-defined, and the challenges focused on defining requirements at an abstract opportunity/problem space domain level for an automated renovation advice tool.</p><p>To accomplish this task, a System Definition process was undertaken to achieve the Engineering solution space domain. And to achieve the System Definition methodology the author decided to focus on first creating an Interface Control Document that consisted of high-level overview architecture of the target system CLEA (Digital Building Logbook) and the source system BDNB (Base de Données Nationale des Bâtiments).</p><p>However, the alternative architectures presented challenges such as how to validate the requirements at this stage. The chosen tool/technique was THALES (Model-Based System Engineering) – Capella Tool and Arcadia Methodology. The article presents this approach, which included: operational analysis, system needs analysis, logical architecture and discussions reflecting the physical architecture relating to the requirement phases of need understanding and solution architecture design.</p><p>The outcome of this presentation is The French Demonstration Preliminary Requirements and acknowledgement to the benefits of MBSE: Improved communications, Increased ability to manage system complexity, Improved product quality, Reduced Recycled Time, Reduced Risk, Enhanced knowledge capture and reuse of the information.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Alan Martin Redmond</span> is a Senior Consultant & Project Innovation Manager and a Business Development Engineer. Where he focuses primarily on Mobility, Energy and Industry, and Defense and Security. Alan holds a Doctor of Philosophy, part of the Computer Sciences Commons and the Construction Engineering and Management Commons from Technological University Dublin; a Professional Certificate in Systems Engineering from UCIrvine, a Postdoctoral Fellowship from the University of Toronto, Department of Civil Engineering. He is also a member of the ThinkMind // Modern Systems committee, international conferences of Modern Systems Engineering Solutions. Alan has extensive experience in European projects.</i></i></p></div> <p> <a href="https://youtu.be/o64pje-DdXE">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="resources/pdf/webinars/20250515_CapellaWebinar_Slides_Speaker.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2025_04_03"> <h3>Unifying Digital Threads: Capella and Interoperability to support a Synchronized Source of Truth</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> April 2025 | <i class="fa fa-user-alt" aria-hidden="true"></i> Jose Fuentes & Ilyes Yousfi (The REUSE Company) | EN <button class="tag">collaboration</button> <button class="tag">systems of systems</button> <button class="tag">add-on</button> <div id="2025_04_03" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>Modern systems have become more and more complex, requiring the use of a wide range of tools to successfully manage their development. Considering this situation, seamless connectivity and interactions between those tools is of paramount importance to build a consistent and valuable digital thread.</p><p>As many development programs involve different organizations, there is also a growing need for connecting digital threads together to facilitate decision making. This poses a challenge of building interoperable toolchains that enable collaboration, data exchange and global configuration management along the system life cycle.</p><p>Capella, while offering an excellent framework for program collaboration and systems of systems development with the ARCADIA Method, can participate in this endeavour by being integrated into a Synchronized Source of Truth (SSoT) that gathers all systems engineering assets. Some tasks and processes that would nurture this synchronized repository are:</p><ul><li>Bi-directional System/System element requirements synchronization and traceability,</li><li>Requirements attributes and consistency check,</li><li>Model synchronization between organizations,</li><li>Model conversion (SysML to ARCADIA),</li><li>Life Cycle-wide configuration management,</li><li>Model element reports publication.</li></ul><p>This talk will show how the integration of Capella models into SES ENGINEERING Studio’s multi-activity platform can benefit to collaborating organizations in development programs, ensuring data exchange and synchronization as well as ontology-controlled requirements management.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Jose Fuentes</span></i></i></p><ul><li><i>Chief Sales Manager of The REUSE Company</i></li><li><i>Former Product Manager of RQA and the Systems Engineering Suite</i></li><li><i>INCOSE CSEP Certified</i></li><li><i>Graduated in the INCOSE Institute for Technical Leadership</i></li><li><i>Member of the board of AEIS – The Spanish chapter of INCOSE</i></li><li><i>Active contributor to the INCOSE Guide to Writing Requirements</i></li><li><i>Other certifications: ITIL</i></li><li><i>Other interests: Project Management, Business Analysis, Risk Management</i></li></ul><p></p><p><i><span class="txt_indigo">Ilyes Yousfi</span></i></p><ul><li><i>Sales & Consulting Engineer at The REUSE Company</i></li><li><i>Member of INCOSE (AEIS - Spanish Chapter) and INCOSE ASEP Certified</i></li><li><i>Active major contributor to the 'INCOSE Guide to Writing Requirements' from INCOSE's Requirements Working Group</i></li><li><i>Co-author of 'Real-time quality assessment of the INCOSE Guide to Writing Requirements : A Tailoring Guide' by the REUSE Company</i></li><li><i>8+ years of experience supporting projects to enable a synchronized source of truth / digital thread and to improve requirements quality in companies of different industries : Aerospace/defense, automotion, biotech, etc.</i></li></ul><p></p></div> <p> <a href="https://youtu.be/MAweRXv9E8o">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="resources/pdf/webinars/20250403_CapellaWebinar_Slides_Speaker.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2025_03_13"> <h3>System Modeling Workbench - Aligning Configurations, Enhancing Collaboration, and Improving User Experience</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> March 2025 | <i class="fa fa-user-alt" aria-hidden="true"></i> Albino Pereira (Siemens DIS) | EN <button class="tag">integration</button> <button class="tag">multi-domain</button> <div id="2025_03_13" class="accordion-body collapse"> <div class="accordion-inner"><p>This webinar explores advancements in Systems Modeling Workbench, focusing on aligning system models with product configurations, integrating operational analysis into the digital thread, and leveraging TcX support for efficient collaboration. It also highlights user experience improvements, including requirements display in diagrams, model validation to reduce publication errors, and enhanced role-based design access.</p><p><i></i></p><p><i><i><span class="txt_indigo">Albino Pereira</span></i> is Software Development Manager at Siemens Digital Industries Software.</i></p><p></p></div> <p> <a href="https://youtu.be/QtDBBWvKnv8">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="resources/pdf/webinars/20250313_CapellaWebinar_Slides_Speaker.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2025_02_27"> <h3>Introduction to MBSE with Arcadia & Capella: from Fundamentals to Benefits</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> Feb 2025 | <i class="fa fa-user-alt" aria-hidden="true"></i> Thibault France (Obeo) | KR/EN <button class="tag">introduction</button> <div id="2025_02_27" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>In this Webinar, we present and introduce Arcadia methodology for MBSE, as well as live demonstration of Capella modeling tool.</p><p>The introduction and conclusion are in Korean, the presentation is in English.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Thibault France</span> (Obeo)</i></i></p><p></p></div> <p> <a href="https://youtu.be/wp-WKMM_20U">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2025_02_06"> <h3>Drone-Based Solution for Efficient Search and Rescue Missions</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> Feb 2025 | <i class="fa fa-user-alt" aria-hidden="true"></i> Gerardo de Jesus Ramirez & Juan Felipe Rios (University of Antioquia) | EN <button class="tag">case-study</button> <button class="tag">unmanned aerial vehicles</button> <div id="2025_02_06" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>The use of Unmanned Aerial Vehicles (UAVs), specifically VTOLs, in search and rescue missions is key for quickly locating victims in emergencies. This presentation will focus on designing and validating an integrated system, composed of search and rescue drones, utilizing Model-Based Systems Engineering (MBSE) with Capella to ensure coordination between mission components. Capella ensures all elements work together efficiently, optimizing response in critical situations.</p><p>Search drones, equipped with high-resolution cameras, thermal sensors, and GPS, detect, track, and map difficult-to-reach areas, facilitating precise identification of victims in complex environments. Capella ensures the correct integration of these drones with other mission systems, such as rescue drones and ground teams, ensuring smooth transfer of critical data like victims' location and terrain conditions. This optimizes decision-making and real-time coordination, maximizing mission effectiveness.</p><p>The rescue drone, in addition to transporting medical supplies, can carry two rescuers directly to the victim for necessary rescue and evacuation tasks. Capella facilitates traceability of requirements for both systems (search and rescue), addressing critical aspects for mission success.</p><p>Integrating advanced technologies like AI and machine learning enhances real-time decision-making, improving victim detection. Using MBSE and Capella ensures that each system component is validated and effectively integrated into the mission, which is crucial for increasing rescue mission effectiveness.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Gerardo de Jesus Ramirez</span></i> is a passionate Aerospace Engineering student and firefighter from Marinilla, Colombia. With a focus on programming and Model-Based Systems Engineering (MBSE), Gerardo combines his interest in physics with his commitment to innovation in the aerospace industry.</i></p><p><i><i><span class="txt_indigo">Juan Felipe Rios</span></i> is a final-year Aerospace Engineering student at the University of Antioquia in Colombia. He is passionate about systems engineering and its implementation through Model-Based Systems Engineering (MBSE), having developed skills in the design, modeling, and optimization of complex systems. His focus is on applying MBSE principles to enhance coordination and effectiveness in aerospace projects.</i></p><p></p></div> <p> <a href="https://youtu.be/ZlXByRxvkeo">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="resources/pdf/webinars/20250206_CapellaWebinar_Slides_Speaker.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2024_09_26"> <h3>Integration of Capella with Requirements Management Tools</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> Sept 2024 | <i class="fa fa-user-alt" aria-hidden="true"></i> Laurent Delaigue (Obeo) | EN <button class="tag">add-on</button> <button class="tag">collaboration</button> <button class="tag">requirements</button> <div id="2024_09_26" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>With the Arcadia method implemented by Capella, engineering is considered through three interrelated activities of equal importance:</p><ul><li>Requirements engineering</li><li>Need analysis and modelling</li><li>Architecture building and validation</li></ul><p>The first is generally conducted with a Requirements Management tool (such as Doors or Polarion), while the last two are conducted with Capella.</p><p>Using different tools raises questions about efficiently maintaining consistency and alignment between the architecture models and the requirements, and exposing a consistent integrated view of this interrelated data.</p><p>During this webinar, you will see how the Publication for Capella add-on enables publishing Capella models on a web server and connecting them with requirements, change requests, test cases, releases, and more, defined in third-party repositories.</p><p>This solution breaks down silos between teams by providing online access to an integrated view of your system architecture. It facilitates your engineering teams' ability to reuse work items and system elements in a consistent and aligned process.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Laurent Delaigue</span></i> is Product Lead at Obeo</i></p><p></p></div> <p> <a href="https://youtu.be/LFW6uToCWTI">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="resources/pdf/webinars/20240926_CapellaWebinar_Slides_Obeo.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2024_07_11"> <h3>Optimize Architecture by Generating N<sup>2</sup> Design Structure Matrices with DSM4Capella</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> July 2024 | <i class="fa fa-user-alt" aria-hidden="true"></i> Sébastien Dubé & Mirna Ojeda (Samares Engineering) | EN <button class="tag">add-on</button> <button class="tag">optimization</button> <div id="2024_07_11" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>We propose in this webinar the presentation of our implementation of DSM/N2 matrices applied to Capella Logical Architecture and use it as optimization technique for logical functions to components allocation.</p><p>Our implementation is the DSM4Capella add-on, proposed as open-source in LabsCapella.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Sébastien Dubé</span></i></i></p><p></p><ul><li><i>24 years experience in Systems and Embedded Software Engineering.</i></li><li><i>Chief Technical Officer and Senior Consultant in Systems Engineering.</i></li><li><i>Provide Training, Support, Coaching services on MBSE topics for Capella/ARCADIA and SysML language. Manage the Samares Research activities.</i></li></ul><p><i><i><span class="txt_indigo">Mirna Ojeda</span></i></i></p><p></p><ul><li><i>3 years experience in Systems Engineering and MBSE.</i></li><li><i>Systems Engineering Consultant.</i></li><li><i>Provide Training and support on MBSE (Capella and SysML), develop internal MBSE extensions using Python language.</i></li></ul><p></p></div> <p> <a href="https://youtu.be/oMZS8WUgifg">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="resources/pdf/webinars/20240711_CapellaWebinar_Slides_Speaker.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2024_06_20"> <h3>Working in a Multi-user Mode with Team for Capella</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> June 2024 | <i class="fa fa-user-alt" aria-hidden="true"></i> Maxime Porhel (Obeo) | EN <button class="tag">add-on</button> <button class="tag">collaboration</button> <div id="2024_06_20" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>Working with Capella models traditionally involves managing files, which requires careful coordination among team members to handle concurrent work. This often means having to establish strategies for reserving files or resolving conflicts after changes overlap.</p><p>By switching to multi-user mode in Capella, you can significantly enhance collaboration among your team of systems architects. This mode helps avoid the tedious management of file differences and reduces the risk of data loss.</p><p>Multi-user mode allows team members to work simultaneously and safely on the same model by using:</p><ul><li>A shared repository installed on a server to store the Capella model.</li><li>An add-on in your Capella workbench, activating a fine-grained locking mechanism that reserves model elements being edited.</li></ul><p>These components work in sync to automatically release locks when modifications are saved and make them available to all connected users.</p><p>During this webinar you will discover Team for Capella, an add-on that implements this approach to provide a seamless multi-user experience.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Maxime Porhel</span> is Product Lead of Team for Capella, Cloud for Capella and Obeo Designer Team Edition at Obeo. He has been involved in Sirius Development, Sequence Diagram and is now in charge of the collaborative layer components integrated in Obeo's products. He graduated from ENSTA Bretagne, a French State Engineering School.</i></i></p><p></p></div> <p> <a href="https://youtu.be/IFM4nbvC2Pw">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="resources/pdf/webinars/20240620_CapellaWebinar_Slides_Speaker.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2024_06_06"> <h3>Adopting Model-Based Practices with Capella and TASTE for Student-Developed CubeSat Systems</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> June 2024 | <i class="fa fa-user-alt" aria-hidden="true"></i> Giorgio Ciacchella (GU Orbit - University of Glasgow) | EN <button class="tag">case-study</button> <button class="tag">space</button> <button class="tag">academic</button> <div id="2024_06_06" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>In today's transforming industry, Model-Based approaches are often seen as an add-on, further complicating the already complex work of systems engineering and software development. But what if it did not have to be this way?</p><p>At GU Orbit, we have adopted the Arcadia method exactly to make the process of engineering complex space systems more accessible to undergraduate students. With its multi-level workflow, repetitive activities, and opinionated semantics enforced by the Capella tool, it effectively guides even inexperienced users in the design of rational systems. Additionally, taking advantage of its semantic similarity to the European Space Agency's TASTE toolchain for embedded software development, we have devised an overarching methodology to rigorously bridge the gap between high-level system specifications and low-level component code.</p><p>This Arcadia-based method comprises the entire systems engineering lifecycle in a unified V-shaped model. The design phase is performed in Capella, regularly traversing all main functional decomposition levels. Specific physical-level views are then used to translate the resulting model into TASTE, trivialising the implementation phase down to individual lines of code in the Specification and Description Language (SDL, ITU-T Z.100) and C/C++. Finally, the verification and validation phases are carried out at all levels of abstraction by comparing specific TASTE-generated diagrams, such as State Chart Views and Message Sequence Charts (MSC, ITU-T Z.120), against their Capella-defined counterparts.</p><p>In this webinar, we will illustrate this method in the context of GU Orbit's student-led development of autonomous nanosatellite avionics, which were successfully demonstrated during an early stratospheric balloon flight.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Giorgio Ciacchella</span> is Project Manager and Systems Engineer at GU Orbit. He is a Masters' student of Electronic and Software Engineering at the University of Glasgow, where he leads the local nanosatellite club GU Orbit. During his 3 years of involvement, he has been responsible for the adoption of MBSE practices and their application to the design of the avionics architecture, the development of critical flight software, and their deployment on a successful sounding balloon mission. He is interested in research and development on formal, model-based methods and tools for systems and software engineering, particularly targeting the embedded domain; his first publication (An Open-Source Method for Model-Based Development of Embedded Systems: Experience Report from a CubeSat Student Project) was awarded as the best work in its category at the 2023 International Astronautical Congress.</i></i></p><p></p></div> <p> <a href="https://youtu.be/pJ6uNE4Ow38?si=vGDl84uN8jLy_tXE">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="resources/pdf/webinars/20240606_CapellaWebinar_Slides_Speaker.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2023_12_14"> <h3>Powering Capella Champions: Enablers for Effective Model Authoring and Utilization</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> December 2023 | <i class="fa fa-user-alt" aria-hidden="true"></i> Tony Komar (Siemens DISW) | EN <button class="tag">methodology</button> <div id="2023_12_14" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>In today's complex systems engineering landscape, Capella has emerged as a powerful tool for model-based systems engineering (MBSE). This presentation explores key enablers for Capella champions to ensure the successful adoption and utilization of Capella within an organization.</p><p>Training: Effective training is foundational for developing Capella champions. Tailored programs, from beginner to advanced levels, empower individuals to become proficient in Capella. Strategies for designing training programs aligned with organizational goals are discussed.</p><p>Extensible Authoring: Capella's extensible authoring capabilities allow customization to specific domains and engineering practices. Developing custom viewpoints, libraries, and domain-specific extensions is crucial for a seamless fit with organizational requirements.</p><p>Accessible Model Content: To maximize the impact of Capella models, enabling non-authors to access and utilize model contents is essential. Strategies for visualization, reporting, and data sharing allow stakeholders to extract insights and make informed decisions.</p><p>Fostering Capella champions is crucial for successful MBSE adoption. Through comprehensive training, enhanced authoring capabilities, and enabling non-authors to leverage model contents, organizations can unlock Capella's potential, driving efficiency and innovation in systems engineering. This presentation offers practical guidance for organizations on their journey to becoming Capella champions and realizing the benefits of MBSE.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Tony Komar</span> has been practicing and supporting systems engineering for over 35 years. He is a key contributor to the development and deployment of model-based system engineering products for Siemens Digital Industries Software.</i></i></p><p></p></div> <p> <a href="https://youtu.be/heqUpxDaz_c">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://bit.ly/capella_webinar_231214_slides">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2023_10_05"> <h3>A Model Based System Architecture Methodology Leveraging the ARCADIA Method</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> October 2023 | <i class="fa fa-user-alt" aria-hidden="true"></i> Dr. Eric Dano (George Washington University) | EN <button class="tag">methodology</button> <div id="2023_10_05" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>System Architecture, its derived requirements and systems analysis performed, are often attributed to defining 70% of the cost and capabilities of a system. However, after nearly two decades of Model Based Systems Engineering (MBSE), there is a lack of architecture focused methodologies and tools to aid programs in creating a robust, transdisciplinary system architecture.</p><p>One notable exception is the Thales developed Architecture Analysis and Design Integrated Approach (ARCADIA) method and associated Capella modeling tool. The ARCADIA Architecture Development Method (ADM) provides instance-based methodologies for each ADM step with rich viewpoints and views to ensure a robust architecture is obtained. As the goal of the proposed methodology is to rapidly create a robust, transdisciplinary system architecture, ARCADIA was selected for its native alignment with this goal.</p><p>However, the ARCADIA method is like a framework and requires a defined methodology to be applied to it to determine what views, and in what order, constitutes the desired architectural model.</p><p>The proposed methodology defined these elements based on alignment with the IEEE 15288:2015 architecture standard, and to further the goals of ease of learning, rapid modeling, and reduced modeler workload/errors.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Dr. Eric Dano</span> is an Associate Professor of Practice, who started in the GWU EMSE department in the Fall 2022 semester. His research interests include improvement of complex engineered systems through robust system architecture, system thinking, model-based systems architecture/engineering, and system engineering practices. Prior to starting at GWU, he worked as a Systems Engineer at BAE Systems for over 25 years. During that time, he has served in numerous systems engineering roles including serving as System Architect/Chief Engineer on multiple advanced defense systems. Dr. Dano has been an INCOSE member since 2011 and is a past president of the New England chapter, a member of the Physics Honor Society (ΣΠΣ), the industry liaison for the ASEE-Mid Atlantic Section, a Senior member of IEEE and participates on numerous IEEE, NDIA and INCOSE working groups.</i></i></p><p></p></div> <p> <a href="https://youtu.be/--9Cnj3XJk0">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://bit.ly/capella_webinar_231005">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2023_09_14"> <h3>Digitally Assisted Design for Safety</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> September 2023 | <i class="fa fa-user-alt" aria-hidden="true"></i> Pablo López Negro (Anzen) | EN <button class="tag">add-on</button> <button class="tag">safety</button> <div id="2023_09_14" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>Is your system robust to the loss of one or more functions? Does your system require interaction with other systems to operate safely? Does the design and operational concept of the system include contingency means? Do these contingency means correctly mitigate the risks?</p><p>These and other similar considerations are becoming more important with the emergence of autonomous systems and complex systems of systems. The introduction of digital tools and in particular model-based systems engineering allows to capture the complexity of these products starting from the operational analysis and supporting the process throughout the whole product life cycle.</p><p>With ATICA, system architects and designers will be able to analyze safety implications starting from the conceptual needs and mission description; modeling risks associated to the system, assessing the probability of occurrence and severity, and deciding upon the needs of contingency and mitigation means. ATICA enriches the Arcadia framework and provides safety analysis capabilities for each step of the system definition, design, and verification process.</p><p>In this webinar we will address an example with an autonomous vertical take-off and landing (VTOL) vehicle, conceived for operation in urban environments (urban air mobility). We will present the operational description and system architecture, and we will conduct the Functional Hazard Analysis (FHA) directly from Capella and aligned with the normative standards in force in the aeronautic industry (ARP-4761 / ED-135).</p><p>Finally, we will introduce safety analysis covering the logical and physical architecture levels, showcasing the use of Capella, Arcadia and ATICA for Fault Tree Analysis (FTA) and Failure Modes and Effects Analysis (FMEA).</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Pablo López Negro</span> is the product owner of ATICA MBSA. He has been involved in the aerospace industry for nearly 10 years. Started as guidance, navigation and control engineer where he first discovered model-based / model-driven approaches and Capella. Then he evolved towards a system engineering position before becoming MBSE specialist and designer/developer of MBSE frameworks in Anzen.</i></i></p><p></p></div> <p> <a href="https://youtu.be/xh7Rvqdo-SE">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://www.slideshare.net/Obeo_corp/digitally-assisted-design-for-safety">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2023_08_02"> <h3>PdQSat: Aplicação MBSE em um projeto universitário</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> August 2023 | <i class="fa fa-user-alt" aria-hidden="true"></i> Bruna Queiroz & Maria Letícia Fraga (UFMG alumni) | PT <button class="tag">add-on</button> <button class="tag">simulation</button> <div id="2023_08_02" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>Neste webinar, Bruna Queiroz e Maria Letícia Fraga compartilharão sua experiência no uso do Capella para o desenvolvimento e propostas da arquitetura do PdQSat, um CubeSat desenvolvido pela Escola de Engenharia da UFMG e pelo Instituto de Ciências Exatas da UFMG.</p><p>O PdQSat é um projeto multidisciplinar com duas missões, uma de cunho tecnológico para caracterização de uma bateria de Li-S e um micro-supercapacitor, e outra missão voltada para o desenvolvimento educacional de estudantes e professores de diversas áreas da engenharia. Nesse contexto, MBSE foi utilizado para apoiar a análise do sistema e seu contexto, melhorar a comunicação entre os interessados e aumentar a qualidade do sistema final.</p><p>Junte-se a este webinar para descobrir como o MBSE e o Capella ajudaram a equipe a capturar e analisar o contexto operacional e as funções do sistema, além de projetar uma arquitetura que atende às necessidades e requisitos operacionais.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Bruna Queiroz (UFMG alumni)</span> é formada com mérito em Engenharia de Sistemas pela Universidade Federal de Minas Gerais no segundo semestre de 2021, adquirindo a medalha de ouro Oriane Magela Neto. Durante o percurso na UFMG participou em iniciativas como o Grêmio Estudantil, Organização da VIII Semana de Engenharia de Sistema e Iniciação Científica em Otimização Não-Linear pelo Laboratório ORCS (Operations Research and Complex Systems Lab). Ao final da sua graduação foi membra do projeto PdQSat (CubeSat acadêmico da UFMG), no qual executou atividades de Engenharia de Sistemas. Durante o percurso da graduação, fez estágio na Embraer e hoje atua como Engenheira de Desenvolvimento de Produto na Empresa.</i></i></p><p><i><i><span class="txt_indigo">Maria Letícia Fraga (UFMG alumni)</span> é formada em Engenharia Aeroespacial pela Universidade Federal de Minas Gerais em 2022. Durante sua trajetória na UFMG, participou de iniciativas como Grêmio Estudantil, no qual foi presidente, e Organização da Semana de Engenharia Aeroespacial, AeroCB V. Além disso, participou da elaboração da proposta inicial do projeto PdQSat para a Agência Espacial Brasileira, concluindo sua graduação com um trabalho relacionado à definição de arquiteturas e requisitos do projeto. Durante a graduação, fez estágio na Aviação Executiva da Embraer, e hoje atua como Engenheira de Desenvolvimento de Produtos no Sistema de Comandos de Voo para a aviação comercial da Empresa.</i></i></p><p></p></div> <p> <a href="https://bit.ly/capella_webinar_230802_video">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://bit.ly/capella_webinar_230802_slides">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2023_07_11"> <h3>Connecting Capella and ModelCenter to Analyze System Architecture</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> July 2023 | <i class="fa fa-user-alt" aria-hidden="true"></i> Alexandre Luc & Scott Ragon (Ansys) | EN <button class="tag">add-on</button> <button class="tag">simulation</button> <div id="2023_07_11" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>This webinar showcases the utilization of Capella to create the systems architecture model and the use of ModelCenter to connect Capella to any engineering analysis tool for requirements verification and system optimization throughout the product life cycle. The webinar also provides a forum for providing and garnering feedback on the features of the Capella connector and insights on roadmap initiatives. It is an engaging webinar that fosters collaboration.</p><p>During this session, our expert presenters demonstrate the seamless integration between Capella and ModelCenter, enabling the promise of MBSE. They illustrate how this integrated solution empowers engineers and system architects to effectively design, analyze, and optimize complex systems by leveraging Capella's robust modeling capabilities and ModelCenter's comprehensive analysis and optimization features. During this demonstration, participants engage in polls, and feedback sessions on the Capella connector.</p><p>Key Topics Covered:</p><ul><li>Introduction to Capella: A feature-rich modeling tool for system architecture design</li><li>Overview of ModelCenter: An integrated analysis and optimization platform</li><li>Integrating Capella with ModelCenter: Enabling efficient and collaborative MBSE workflows</li><li>Demonstrating real-world applications of Capella and ModelCenter integration</li><li>Engaging in a feedback session for MBSE implementation and best practices</li></ul><p>Whether you are a systems architect, engineer, or a professional involved in system development, this webinar provides valuable insights into leveraging Capella and ModelCenter to advance your MBSE implementation.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Alexandre Luc (Ansys)</span> is Senior Application Engineer. He works closely with sales engineers on pre-sales initiatives, from product demonstrations to opportunity assessments. He also provides training and post-sales support for Ansys Model-Based Engineering Solutions, supporting customers in their Digital Transformation journey.</i></i></p><p><i><i><span class="txt_indigo">Scott Ragon (Ansys)</span> is MBSE Product Manager at Ansys. He has more than 20 years of engineering, modeling and simulation, and design optimization experience.</i></i></p><p></p></div> <p> <a href="https://bit.ly/capella_webinar_230711_video">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://bit.ly/capella_webinar_230711_slide">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2023_06_22"> <h3>Mastering Arcadia Method: A Deep Dive into Extensive MBSE Resources</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> June 2023 | <i class="fa fa-user-alt" aria-hidden="true"></i> Jean-Luc Voirin (Thales) | EN <button class="tag">method</button> <button class="tag">documentation</button> <div id="2023_06_22" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>Arcadia is the model-based systems engineering method at the heart of the open-source Capella modeling tool.</p><p>Promoting a viewpoint-driven approach (as described in ISO/IEC 42010), it emphasizes a clear distinction between need and solution to support enterprise-wide collaboration and co-engineering.</p><p>To help systems engineers master Arcadia, the community continually produces resources in various formats (books, web pages, articles, videos, datasheets, etc.) and for different purposes, ranging from introductions to very precise topics.</p><p>During this webinar, you will embark on a journey through the extensive resources at your disposal. Mainly, you will have the exclusive opportunity to discover brand new documents derived from the experience of Jean-Luc Voirin, the principal author of the method, gained through his involvement in projects over many years.</p><p>Here's the link towards Jean-Luc Voirin <a href="https://mbse-capella.org/arcadia-qna.html">complete Arcadia Q&A</a></p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Jean-Luc Voirin (Thales)</span> is Director, Engineering and Modeling, in Thales Defense Missions Systems business unit and Technical Directorate. He has been an architect of real-time and near real-time computing and mission systems on civil and mission aircraft and fighters. He is the principal author of the Arcadia method and an active contributor to the definition of methods and tools. He has been involved in coaching activities across all Thales business units, in particular on flagship and critical projects.</i></i></p><p></p></div> <p> <a href="https://bit.ly/capella_webinar_230622_video">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://bit.ly/capella_webinar_230622_slides">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2023_04_13"> <h3>Assess the Environmental Impacts of your System Architecture</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> April 2023 | <i class="fa fa-user-alt" aria-hidden="true"></i> Arnaud Dieumegard (Obeo) | EN <button class="tag">add-on</button> <button class="tag">life cycle assessment</button> <div id="2023_04_13" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>How to make environmentally conscious decisions when designing a system?</p><p>Performing a life cycle assessment (LCA) can help you precisely identify the types of impacts a system has, from the extraction of raw materials to its end-of-life phase. However, this is often a tedious process that involves inputting the system architecture into an LCA tool and mapping it to environmental databases. This makes it difficult to repeat the process multiple times for the same system.</p><p>So why not reuse your Capella models to conduct LCAs?</p><p>Ecodesign for Capella is a new add-on that allows systems architects to enter data on the life expectancy of components, materials utilized, consumptions, and emissions directly in Capella, and automatically generate a life cycle inventory in an LCA tool like OpenLCA.</p><p>In the essential collaboration between systems and environmental engineers to reduce the environmental impacts of a complex system, this add-on enables them to make eco-responsible design choices from the beginning, by conducting reliable life cycle analyses, faster and more frequently.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Arnaud Dieumegard (Obeo)</span></i></i></p><ul><li><i><i>Eclipse Modeling Consultant</i></i></li><li><i><i>Ph.D. in Reliability for Systems and Software - INP Toulouse</i></i></li></ul><p></p><p></p></div> <p> <a href="https://bit.ly/capella_webinar_230413_video">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://bit.ly/capella_webinar_230413_slides">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2023_03_30"> <h3>Cybersecurity Assets & Threats Modeling with Capella</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> March 2023 | <i class="fa fa-user-alt" aria-hidden="true"></i> Juan Navas & Sophie Plazanet (Thales) | EN <button class="tag">add-on</button> <button class="tag">cybersecurity</button> <div id="2023_03_30" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>The increasing risk of cyberattacks on systems poses a significant threat to organizations and individuals worldwide.</p><p>Identifying threats as soon as possible during the engineering process is hence a stake for all of us. To do so, a close collaboration between systems and cybersecurity engineering teams is required.</p><p>Discover Darc, a new Capella add-on that enables systems engineers to address cybersecurity concerns while defining system architectures:</p><ul><li>Identify assets and trust boundaries.</li><li>Identify threats.</li><li>Characterize security needs.</li></ul><p></p><p></p><p><i><i></i></i></p><p><i><i><span class="txt_indigo">Juan Navas (Thales)</span> is MBSE Expert in Thales Corporate Engineering. He leads the team that accompanies managers and architects implement MBSE practices on operational projects to improve their engineering performance. He is a System Architect with +10 years’ experience, he holds a PhD in Computer Science, an MSc in control and computer science, and Electronics and Electrical Engineering Degrees.</i></i></p><p><i><i><span class="txt_indigo"> Sophie Plazanet (Thales)</span> has been working in System Engineering for several years, especially during the past 5 years in Thales. Passionate by MBSE, she joined in 2021 Thales Corporate Engineering where she is MBSE Coach, supporting the Thales’ engineering teams to adopt MBSE practices. She holds a Master of Engineering & Master of Research in Advanced Systems & Robotics (from Arts & Métiers ParisTech Engineering School).</i></i></p><p></p></div> <p> <a href="https://youtu.be/h1p7CeMbn40">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://bit.ly/capella_webinar_230330_slides">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2023_01_19"> <h3>Making Arcadia work for you - a look at framework tailoring in Thales UK</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> January 2023 | <i class="fa fa-user-alt" aria-hidden="true"></i> Alex Laing & Andrew Pemberton (Thales UK) | EN <button class="tag">how-to</button> <button class="tag">customization</button> <div id="2023_01_19" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>Architecture frameworks provide an approach to describing systems and the presentation of these elements and relationships to deliver the stakeholder needs. Essentially, frameworks provide templates for our engineering artefacts.</p><p>The design of a framework must accommodate a level of freedom in its usage; specific enough to answer the majority of stakeholder concerns, whilst generic enough to allow for differences between projects. This balancing act often results in framework design being more generic to allow for a wider audience. Having an untailored framework, which is more ‘open’, can lead to creating inconsistent viewpoints.</p><p>Arcadia is one such framework as implemented through the Capella tool. The framework provides 4 perspectives/levels for product definition:</p><ul><li>The Operational Analysis, where the user needs are considered. Note: no concept of the System at this level.</li><li>The System Analysis, where we define the contribution and scope of the System as a ‘black box’, identifying external interfaces, and top-level system functions.</li><li>The Logical Architecture, where we break the System down into logical ‘blocks’ and decompose the functionality.</li><li>The Physical Architecture, in which we define a (candidate) physical architecture, further decompose the functions, and deploy this functionality to the physical sub-systems, hardware, software and/or firmware.</li></ul><p></p><p>In this talk, we acknowledge the strengths of the Arcadia framework, and the benefits it brings, whilst considering the need to tailor the generic viewpoints. We will provide examples of how we have adopted the generic Arcadia framework and further specified some of the viewpoints to meet the needs of our stakeholders. We will discuss future work looking at how we can translate these specialisations across other areas of the model. Finally, we will provide some suggestions and advice on tailoring views to meet your own needs and ensuring stakeholder engagement with the model.</p><p></p><p><i><i></i></i></p><p><i><i><span class="txt_indigo">Alex Laing (Thales UK)</span> is a Senior Principal Systems Engineer. He has a degree in computer science and microprocessor systems from Strathclyde University, 16 years software experience plus 21 years systems engineering experience in defence, designing/developing/integrating and testing ESM/ECM/Radar and UAV systems. He is an MBSE Specialist in Thales UK, currently working in Engineering Support delivering modelling approach definition, training, coaching and mentoring across Thales UK businesses and projects.</i></i></p><p><i><i><span class="txt_indigo"> Andrew Pemberton (Thales UK)</span> is a Systems Engineering Modelling Referent. Andrew has a degree in electronic systems engineering from Cranfield University, 17 years experience across defence, aerospace and ground transportation delivering and defining systems engineering. He is currently working as Thales UK modelling referent delivering modelling approach definition, training, coaching and mentoring across Thales UK businesses and projects.</i></i></p><p></p></div> <p> <a href="https://bit.ly/capella_webinar_19012023_video">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://bit.ly/capella_webinar_19012023_slides">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2022_12_01"> <h3>Der lange Weg vom Angebot zum Projekt, unterstützt durch Capella</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> December 2022 | <i class="fa fa-user-alt" aria-hidden="true"></i> Michael Schäfer (Thales) | GE <button class="tag">case-study</button> <button class="tag">railway</button> <div id="2022_12_01" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>Als vor einigen Jahren in Nordeuropa ein großes Projekt im Bereich der Leit- und Sicherungstechnik für Eisenbahnen ausgeschrieben war, hat Thales sich an diesem Projekt beteiligt und dort zum ersten Mal in einer Angebotsphase ARCADIA als Methodik und Capella als Tool für Model-Based-System-Engineering eingesetzt. Auf den Capella Days 2018 wurden von uns die Ergebnisse dieses Einsatzes vorgestellt. In der Zwischenzeit hat sich nun dieses Angebotsprojekt in ein reales Projekt verwandelt.</p><p>Damit stellte sich die Frage, wie arbeiten wir in ARCADIA und Capella weiter. Der Vortrag zeigt daher den 'langen Weg' vom Angebotsmodell zum einem Projektmodell in Capella. Neben Fragen wie 'Was kann aus dem Angebotsmodell wiederverwendet werden?' oder 'Wie können wir die Anzahl der Systemarchitekten, die an dem Projekt arbeiten, schnell erhöhen?', werden auch einige der Fallstricke auf diesem Weg präsentiert. Zusätzlich gibt dieser Vortrag Antworten auf Fragen wie 'Welche der verschiedenen Sichten von ARCADIA sind für welchen Zweck geeignet?' oder 'Wie kann man spezielle Themen wie die Kommunikation mit Kunden, die Beschreibung externer Schnittstellen oder Sicherheitsaspekte für ein großes Eisenbahnverkehrsmanagementsystem modellieren?'.</p><p></p><p><i><i></i></i></p><p><i><i><span class="txt_indigo">Dr. Michael Schäfer (Thales)</span></i> ist nach seinem Physikstudium seit 1992 für Thales und die Vorgängerfirmen Alcatel und SEL als Software- und Systemarchitekt in den folgenden Bereichen tätig:</i></p><ul><li><i>Software- und System-Engineering, hauptsächlich im Bereich der Anforderungsanalyse für Bahnsteuerungssysteme verschiedener Kunden (in Deutschland, Saudi-Arabien, Dänemark, etc).</i></li><li><i>Systemarchitektur, insbesondere modellbasierte Ansätze speziell mit ARCADIA/Capella für Leittechnik im Bahnbetrieb.</i></li><li><i>Arbeit als Systemsicherheitsexperte für Eisenbahnsignaltechnik. In diesem Zusammenhang Mitglied in mehreren Standardisierungsarbeitsgruppen der CENELEC.</i></li><li><i>Coach und Lead System Architekt für aktuelle Bahnsteuerungsprojekte bei verschiedenen europäischen Bahnen, einschließlich Unterstützung für ARCADIA und Capella.</i></li></ul><p><i>Seit 2015 ist Dr. Michael Schäfer Certified System Engineering Professional (CSEP) von INCOSE.</i></p><p></p></div> <p> <a href="https://bit.ly/capella_webinar_01122022_video">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://bit.ly/capella_webinar_01122022_slides">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2022_10_13"> <h3>Model Simulation and Analysis in Capella</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> October 2022 | <i class="fa fa-user-alt" aria-hidden="true"></i> Kai Liu (Glaway) | EN <button class="tag">simulation</button> <button class="tag">add-on</button> <div id="2022_10_13" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>Through a large number of engineering practices in China, we found that customers not only pay attention to how the object product can be modeled more quickly and reasonably, but also pay attention to the correctness of the model itself. Therefore, the simulability and analyzability of the model are very important.</p><p>Users expect Capella to provide value in logic simulation and parametric analysis. According to the needs of customers, improvements have been made in the following aspects:</p><ol><li>We decided to add the concept and related elements of activity diagrams in Sysml to Capella to make the function flow executable;</li><li>Referring to the state machine specification in Sysml, we assign dynamic execution rules to the elements in the Capella state machine so that they can be simulated and operated;</li><li>Support nested calls and interrupt logic between state machines and activity diagrams to enrich the simulation scenarios.</li><li>Support integration and calling with Matlab to make algorithm verification simpler and more feasible.</li><li>Developed a running interface for simulation, so that engineers can get more information through simulation (for example: simulation animation effect; simulation speed adjustable;</li></ol><p></p><p>Simulation can be paused; simulation data can be modified in real-time and feedback can be obtained; simulation data can be recorded and related curves generated).</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Kai Liu (Glaway)</span> is the Technical Director of the MBSE business of Glaway. He has rich experience in engineering design and project practice in many enterprises in the fields of automobile, aviation, radar and so on.</i></i></p><p></p></div> <p> <a href="https://bit.ly/capella_webinar_13102022_video">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://bit.ly/capella_webinar_13102022_slides">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2022_09_22"> <h3>Applying MBSE as support for Systems Engineering Standards</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> September 2022 | <i class="fa fa-user-alt" aria-hidden="true"></i> Sébastien Dubé (SAMARES-ENGINEERING) | EN <button class="tag">best-practices</button> <button class="tag">case-study</button> <div id="2022_09_22" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>How to efficiently apply recommended practices of Systems Engineering: The Health Agriculture UAV case study</p><p>With the emergence of Cyber-Physical Systems (computer systems in which physical elements are controlled or monitored by computer-based algorithms), defining a solution that satisfies stakeholder needs and various constraints is a hard task to complete. This is the reason why the Systems Engineering community defined standardized practices (such as the ones defined in ISO15288:2015), to realize successful systems, several years ago.</p><p>However, performing these practices with the traditional 'document-based' approach may be limited due to the difficulty of checking the overall consistency of the engineering documents. Using MBSE methods and tools (such as those proposed by the ARCADIA method and Capella tool) is a great help to support the stakeholder requirements analysis and system requirements/architecture definition. However, it is sometimes difficult to 'map/instantiate' the standard processes (ISO15288:2015) to implementation using the ARCADIA method and Capella, especially when adapted to the specific practices of each company.</p><p>During this talk, you will gain insights concerning the relations between the ISO15288:2015 processes and the ARCADIA approach, illustrated using the Health Agriculture UAV case study, and focus on some common topics such as the implementation of MOEs/MOPs in the model.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Sébastien Dubé (SAMARES-ENGINEERING):</span></i></i></p><ul><li><i><i>Systems Engineering and Modelling Consultant, Capella and PLE expert</i></i></li><li><i><i>ARCADIA/Capella experienced coach and trainer</i></i></li><li><i><i>INCOSE CSEP and CESAMES Associate certifications</i></i></li><li><i><i>20 years' experience in Embedded Systems Architecture and development for various industries (Automotive, Railway, Avionics, Buildings…)</i></i></li></ul><p></p><p></p></div> <p> <a href="https://youtu.be/E-obpCZUcqA">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://bit.ly/capella_webinar_220922_slides">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2022_09_01"> <h3>Simulation with Python and MATLAB® in Capella</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> September 2022 | <i class="fa fa-user-alt" aria-hidden="true"></i> Renfei Xu (PGM) | EN <button class="tag">simulation</button> <button class="tag">add-on</button> <div id="2022_09_01" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>A common need in system architecture design is to verify that if the architect is correct and can satisfy its requirements.</p><p>Execution of system architect model means to interact with state machines to test system’s control logic. It can verify if the logical sequences of functions and interfaces in different scenarios are desired.</p><p>However, only sequence itself is not enough to verify its consequence or output. So we need each function to do what it is supposed to do during model execution to verify its output, and that is what we called “simulation”.</p><p>This presentation introduces how to embed Python or MATLAB® codes inside functions to do “simulation” within Capella.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Renfei Xu</span></i></i></p><ul><li><i><i> is the Technical Director of MBSE from PGM. He has participated in many implementation projects of MBSE in areas like Engine Control, Avionics, Mechatronics, RADAR and so on. In recent years, he is dedicated to the promotion of Capella and ARCADIA in China.</i><p></p></i><p></p></li></ul></div> <p> <a href="https://youtu.be/UiE0l-zdabY">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://bit.ly/capella_webinar_220901_slides">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2022_06_23"> <h3>Connecting textual requirements and Capella models</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> June 2022 | <i class="fa fa-user-alt" aria-hidden="true"></i> José Pereira (The Reuse Company) & José Fuentes (The Reuse Company) | EN <button class="tag">requirements</button> <button class="tag">add-on</button> <div id="2022_06_23" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>SES ENGINEERING Studio: Achieving the perfect equilibrium between Textual Requirements and Models in Capella enhanced by Automatic Interoperability, Quality & Traceability operations</p><p>The importance of models is imperative in any Systems Engineering project. However, truth is not exclusively found within models. The need to describe external contracts, regulations, or non-functional requirements, for instance, can be more efficiently satisfied by using textual specifications. In order to achieve the desired <i>Common Source of Truth</i>, model and textual requirements must be connected and coexist, desirable enhanced by the automatization of the consistency checking, automatically modifying one side when changes are produced on the other end...</p><p>Within The REUSE Company, we have realised how crucial it is to facilitate this connection and provide Systems Engineers with the tools required for applying SE across the entire process as seamlessly as possible. This solution is the SES ENGINEERING Studio, and within this webinar, the following capabilities will be shown:</p><ul><li>The SES ENGINEERING Studio offers the capability to assess consistency between textual requirements and Capella models.</li><li>Automatic generation of Capella models from Textual Requirements inside an RMS (Requirements Management System). This also involves the possibility to complete the exact opposite operation, generating textual requirements from Capella models.</li><li>Seamless traceability management between textual requirements (in any RMS) and model elements in Capella; This includes the possibility to automatically suggest traces based on the semantic content of the textual requirement.</li><li>If the preferred option is to maintain these textual requirements inside Capella, we offer the possibility to provide a round-trip process between any RMS and Requirements Viewpoint within Capella; thus, allowing that modification at either end, to be synchronized.</li><li>Automatic quality assessment of Capella models following a number of pre-established rules or allowing the users to define tailored rules.</li><li>Automatic interoperability between SysML and Arcadia models.</li></ul><p></p><p><i></i></p><p><i><i><span class="txt_indigo">José Pereira (The Reuse Company)</span></i></i></p><ul><li><i><i>Member of the Sales & Consulting Department within The REUSE Company.</i></i></li><li><i><i>Responsible for the Temperature War Systems Engineering Use Case.</i></i></li><li><i><i>Systems Engineering Methodology thesis development.</i></i></li><li><i><i>Complete SE Use Case based on the INCOSE 15288 Standard.</i></i></li><li><i><i>3 years of experience and supervised training under two members of the INCOSE Group, ASEP & CSEP.</i></i></li><li><i><i>Degree in Computer Science & Engineering.</i></i></li></ul><p></p><p><i><i><span class="txt_indigo">José Fuentes (The Reuse Company)</span></i></i></p><ul><li><i><i>Current position: Chief Sales Manager of The REUSE Company</i></i></li><li><i><i>Former Product Manager of RQA and the Systems Engineering Suite</i></i></li><li><i><i>INCOSE CSEP Certified</i></i></li><li><i><i>Graduated in the INCOSE Institute for Technical Leadership</i></i></li><li><i><i>Active contributor to the INCOSE Guide for Writing Requirements</i></i></li><li><i><i>Other certifications: ITIL</i></i></li><li><i><i>Other interests: Project Management, Business Analysis, Risk Management</i></i></li></ul><p></p><p></p></div> <p> <a href="https://youtu.be/C07-D3zdFoY">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://bit.ly/capella_webinar_220623_slides">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2022_05_19"> <h3>Get into MBSE-MBSA process with a dedicated toolchain</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> May 2022 | <i class="fa fa-user-alt" aria-hidden="true"></i> Jean Godot (ALL4TEC) & Jonathan Dumont (ALL4TEC) | EN <button class="tag">safety</button> <button class="tag">add-on</button> <div id="2022_05_19" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>E/E systems and cyber-physical systems are carrying out more and more advanced and safety critical features in many domains such as transport, energy, industry, farming, medical, etc. Therefore, during last few years, to manage the development of those complex systems, companies have moved from a document-based approach to a model-based approach associated with very specific tools.</p><p>However, system and safety engineering, and some other related engineering domains like cybersecurity for instance, are still too often conducted independently, whereas safety and system attributes are largely interdependent. There is a need to foster greater collaboration between these disciplines to avoid errors and also to maintain time-to-market.</p><p>That's why since several years, ALL4TEC, with its safety analysis tool Safety Architect, has been working to connect its tool with system solutions to couple MBSE and MBSA. The goal is to better ensure consistency between system design and safety analysis.</p><p>During this talk, ALL4TEC presented its Capella add-on that allows annotation of Capella models with basic safety information, smart export and dynamic connection to share data between Capella and Safety Architect to support MBSE-MBSA.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Jean Godot</span> joined ALL4TEC in 2018 as a R&D engineer to manage research projects and to participate in the development of Safety Architect. Jean holds a PhD in computer science from Paris-Saclay University in France and his areas of interests are system safety and cybersecurity.</i></i></p><p><i><i><span class="txt_indigo">Jonathan Dumont</span> started working for ALL4TEC in 2010 to develop the model-based safety analysis tool Safety Architect. It was the opportunity for him to discover the graphical modeling approach and to start working with the first versions of Obeo Designer. As a technical lead for the ALL4TEC development team, he followed the technological evolutions of Eclipse Sirius and deployed them into several tools developed by his company.</i></i></p><p></p></div> <p> <a href="https://bit.ly/capella_webinar_20220519_video">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://bit.ly/capella_webinar_220519_slides">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2022_04_07"> <h3>MBSE and Model-Based Testing with Capella</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> April 2022 | <i class="fa fa-user-alt" aria-hidden="true"></i> Benjamin Bossa (Spherea) & Yann Fusero (Spherea) | EN <button class="tag">how-to</button> <button class="tag">testing</button> <div id="2022_04_07" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>Nowadays, we are surrounded by system of systems, autonomous systems, interconnected systems or distributed heterogeneous systems with an increase in architecture complexity.<br>Keeping these systems operational is a challenge as the number of potential failures which may affect their availability also increases drastically. In order to optimize availability, maintenance activities have to be designed within the design phase of the system.</p><p>Whatever the implementation choice, detection, diagnostic or prevention of failures require tests.<br>The goal for autonomous systems also pushes towards embedded detection and prevention capabilities and thus arguing and decision making between system engineers and maintenance engineers to share solutions in their respective activities.</p><p>In this presentation, we talked about the ability of a system designed with Capella to be tested, including in the maintenance phase. This means to interconnect several kinds of models representing different perspectives: System Design (MBSE), RAMS Analysis (Reliability, Availability, Maintainability and Safety) and Testability.</p><p>We presented how a MBSE approach with Capella can be used to initiate a testability study performed with the eXpress tool from DSI International.</p><p></p><p><i></i></p><p><i><i><span class="txt_indigo">Benjamin Bossa</span> is a System Architect with +10 years’ experience on simulation and virtual testing. He is currently in charge of model based related activities at SPHEREA, implementing MBSE approach and studying cross engineering domain between System Engineering, Safety Assessment and Testing. He holds a PhD on Fluid dynamics and a Master’s Degree in Physics.</i></i></p><p><i><i><span class="txt_indigo">Yann Fusero</span> is a System Architect with +15 years’ experience on performing and implementing Systems Engineering practices in industrial organizations. He currently leads the Systems Engineering team with architects implementing MBSE approaches on operational projects. His team is in charge of Testability activities which allow definition of optimized test strategy for SPHEREA customers. He holds a PhD on Computer Science, a MSc on Electronics and Signal Processing and Master’s Degree in Engineering in Physics from ESPCI Paris.</i></i></p><p></p></div> <p> <a href="https://bit.ly/capella_webinar_220421_video">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://bit.ly/capella_webinar_220421_slides">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2022_04_23"> <h3>Capella Annual Message</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> April 2022 | <i class="fa fa-user-alt" aria-hidden="true"></i> Juan Navas (Thales) | EN <button class="tag">roadmap</button> <button class="tag">Add-ons</button> <div id="2022_04_23" class="accordion-body collapse"> <div class="accordion-inner"><p>2022, here we are! It's the perfect time to take a look back at 2021 and make plans for 2022!<br>In this webinar, Juan Navas presented the major events of 2021, the roadmap for 2022, and the main features included in the latest version of Capella.</p><p><i><i><span class="txt_indigo">Juan Navas</span> is MBSE Expert in Thales Corporate Engineering. He leads the team that accompanies managers and architects implement MBSE practices on operational projects to improve their engineering performance. He is a System Architect with +10 years’ experience, he holds a PhD in Computer Science, an MSc in control and computer science, and Electronics and Electrical Engineering Degrees.</i></i></p></div> <p> <a href="https://bit.ly/capella_webinar_220407_video">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2022_02_17"> <h3>System of Systems Modeling with Capella</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> February 2022 | <i class="fa fa-user-alt" aria-hidden="true"></i> Tony Komar (Siemens) | EN <button class="tag">how-to</button> <div id="2022_02_17" class="accordion-body collapse"> <div class="accordion-inner"><p>System of Systems modeling comes with a tough decision for practitioners using traditional SysML V1 tools. Do I go with SysML V1, or do I look at Unified Architecture Framework? Capella eliminates that challenge with one notation that can be used for both.</p><p><i>Tony Komar has been practicing and supporting systems engineering for over 35 years. He is a key contributor to the development and deployment of model-based system engineering products for Siemens Digital Industries Software.</i></p></div> <p> <a href="https://www.youtube.com/watch?v=WCC_iHyChKQ&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-&index=1">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://bit.ly/capella_webinar_220217_slides">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2022_01_20"> <h3>Capella (once again) in space, meeting nano-satellites</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> January 2022 | <i class="fa fa-user-alt" aria-hidden="true"></i> Jonathan Lasalle (Artal / Magellium) | EN <button class="tag">space</button> <button class="tag">Case-Study</button> <div id="2022_01_20" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>Previously, Capella models (slightly extended by new features dedicated to system test specification) was used by the French Space Agency (CNES) to demonstrate that the current document-centric process could be improved. Applied on the “Space Variable Objects Monitor (SVOM)” operational use case, it helped the CNES in the definition and the validation of its future space system dedicated to the gamma ray detection and study.</p><p>Proof being made, Kineis, created by the CNES and the CLS, reiterates the experience and continues to make it a strategic technology for science. Its current challenge is to add 25 state-of-the-art nano-satellites to the existing system to enhance IoT capabilities and address new markets. In line with the CNES Capella experience, Kineis decided to build its “System Test” process on Capella.</p> <p>The extendibility and the flexibility of Capella nevertheless allowed them to carry on the previously initiated toolchain in order to cover the full process and support more use cases</p><p></p><p><i>Jonathan Lasalle is in charge of MBSE-related activities at Artal / Magellium and he is architect of the Citrus framework dedicated to model-based test mean engineering.</i></p></div> <p> <a href="https://www.youtube.com/watch?v=_KemiYQ7w70&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-&index=2">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbHl0R0dWVFhKMHdxbDEwLUlmaVFNVVQ1a1J4UXxBQ3Jtc0tsdmhfcEdhaTE5ZEtIWDh1b3NieVM2ZF9pUTJ0YXBfWTl2WDg5MTBFSFFTY21jNFYwZjNXU1VwMEc1QXRVTFBvMGxnc1dabnFFM3luX3VDcldfVmw4SWpwRnRmQ0MyMFduTkJjbHVNUHZtVXotendNYw&q=https%3A%2F%2Fwww.slideshare.net%2FObeo_corp%2Fcapella-webinar-capella-once-again-in-space-meeting-nanosatellites">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2021_12_16"> <h3>Python for Capella</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> December, 2021 | <i class="fa fa-user-alt" aria-hidden="true"></i> Sophie Plazanet (Thales Group) and Arnaud Dieumegard (Obeo) | EN <button class="tag">Add-on</button> <div id="2021_12_16" class="accordion-body collapse"> <div class="accordion-inner"><p>2022, here we are! It's the perfect time to take a look back at 2021 and make plans for 2022! In this webinar, Juan Navas will present the major events of 2021, the roadmap for 2022, and the main features included in the latest version of Capella.</p><p><i>Sophie Plazanet: </i></p><ul><li><i>MBSE Specialist at Thales</i></li><li><i>Master of Engineering & Master of Research in Advanced Systems & Robotics – Arts & Métiers ParisTech.</i></li></ul><i> Arnaud Dieumegard:<ul><li>Eclipse Modeling Consultant at Obeo</li><li>Ph.D. in Reliability for Systems and Software - INP Toulouse</li></ul></i><p></p></div> <p> <a href="https://www.youtube.com/watch?v=-LEx-stcAHA&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-&index=3">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbU1SaHo2OWJrX3ZFb1FDdEFubW5jQnU3VFFZUXxBQ3Jtc0ttYlQtc3lSOEFIbDFZdk9YemZuVTV1UXpJMWJ2c1JRejlBSlFoeGxqaFJQYUhBc3VSVTNjM1BacldXVllUZ09KeVEwaG1sOVVmQ2JwN1NIS0o2ektEdFNjczM1R1B5Q0E3alpEX01ZY3EwelFCNHhHbw&q=https%3A%2F%2Fwww.slideshare.net%2FObeo_corp%2Fcapella-webinar-pyhton4capella">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2021_09_02"> <h3>What if you could simulate your Capella model ?</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> September, 2021 | <i class="fa fa-user-alt" aria-hidden="true"></i> Pierre Nowodzienski (Thales Group) | EN <button class="tag">Add-on</button> <button class="tag">Simulation</button> <div id="2021_09_02" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>When designing increasingly complex systems, engineers need to master the behavior of the solution they will deliver, throughout the engineering life-cycle.</p><p>Arcadia and Capella MBSE practices allow them to share a common understanding of the foreseen solution and to secure the solution definition. In some cases, engineers need to execute their architecture models to early validate the specified behavior, to perform architecture tradeoffs and to provide a reference for further implementation.</p><p>This webinar presented how we address these needs by coupling the best-in-class architectural design practices provided by Capella with the powerful simulation capabilities provided by Matlab & Simulink.</p><p></p><p><i>Pierre Nowodzienski: </i></p><ul><li><i>MBSE, Simulation & Digital Twin Expert - Thales</i></li><li><i>Master of Engineering - ENSEA</i></li></ul><p></p></div> <p> <a href="https://www.youtube.com/watch?v=PXnMfgEoTGM&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-&index=4">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbWdzRVlIMzBGY1JhRG11X3JXa0tVWVQ0bmZld3xBQ3Jtc0tta21XVWNZNmpLT3lZLTJRYnNib1k2Z1h2bHg0YmNpQjF2QW9KVU9sSENYeVU5NVVUOFZ6YXJWNHNrSDVYYlJSY2wwSk9LaEtQMVhPRTUzSUlYbkJoQlRrS0dQRmxWUThfSkhEZ2plcVhZekh1VTVXZw&q=https%3A%2F%2Fwww.slideshare.net%2Fsecret%2FMco3xiApmnornJ">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2021_07_01"> <h3>Modeling & Simulation of CubeSat-based Missions'Concept of Operations</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> July, 2021 | <i class="fa fa-user-alt" aria-hidden="true"></i> Danilo Pallamin de Almeida | EN <button class="tag">Space</button> <button class="tag">Simulation</button> <button class="tag">Case-study</button> <div id="2021_07_01" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>Discover how Arcadia/Capella is used to model and simulate concept of operations scenarios for CubeSat-based missions. During this webinar, Danilo Pallamin de Almeida, who worked as a Space Systems Engineer for the NanosatC-BR2 mission at INPE, the Brazilian Institute for Space Research, will present how CubeSat-based missions have been modeled with Capella.</p><p>The model describing an initial architecture mission and concept of operations (CONOPS) is used to generate a script that configures a satellite simulator with the corresponding mission parameters.</p><p>You will see how it allows the INPE to:</p><ul><li>run concept of operations scenarios simulations,</li><li>use the results for power/data-budget analyses and trade studies</li></ul><p></p><p><i>Danilo Pallamin de Almeida: </i></p><ul><li><i>MSc. Space Systems Engineering and Management - INPE</i></li><li><i>Mechatronics Engineer - EESC/USP</i></li><li><i>Systems Engineer - EnduroSat</i></li></ul><p></p></div> <p> <a href="https://www.youtube.com/watch?v=PXnMfgEoTGM&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-&index=4">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbXRzS2tGOGk3NXlQZEtvUmhwZVAyQ09kcFNkUXxBQ3Jtc0trM29FN2R3bnpJOWhnZWxXS2dYUUN6WU1LdzlwU0NhaHNiMUZUMFFIUkJFN2t6T0x4LWVpSHc3NXNPSlFQUWVLX293MndqRXF2MnJBV2loekFQUzZacFM2OExjNEFYSnZfUTg5YlZXaldSSmZlSjB5SQ&q=https%3A%2F%2Fwww.slideshare.net%2FObeo_corp%2Fwebinar-modeling-simulation-of-cubesatbased-missionsconcept-of-operations">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2021_06_10"> <h3>Using Capella on a Brazilian Nanosat Project</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> Juin, 2021 | <i class="fa fa-user-alt" aria-hidden="true"></i> Giulia Herdies | EN <button class="tag">Space</button> <button class="tag">Case-study</button> <div id="2021_06_10" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>With two nano satellites already in operation (NANOSATC-BR1 and NANOSATC-BR2), the Brazilian National Institute for Space Research (INPE-MCTI) is currently in the conceptual phase of a third mission (NANOSATC-BR3).</p><p>Giulia Herdies from the Federal University of Santa Maria in Brazil, will present how the Capella tool and the Arcadia method are used in the second phase of the project, to develop the concept of this mission.</p><p>During this webinar, she explains:</p><ul><li>Why the use of MBSE is vital for development of the conceptual phase, by allowing a global understanding of the mission by all involved.</li><li>How stakeholders' needs and project restrictions were broken down within the operational, functional and physical aspects, which resulted in a preliminary definition of a viable concept solution.</li></ul><p></p><p><i>Giulia Herdies is Aerospace Engineer Student at the Federal University of Santa Maria in Brazil</i></p></div> <p> <a href="https://www.youtube.com/watch?v=HhB-Ao1tpaY&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-&index=5">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbmtqSkxJNXpDZG9LeEJkcGxwZVBPVDBqYkJtd3xBQ3Jtc0tuRng5QnVIWFVGTG5STk1rRlZsTFZEUUdzMnpFV19fM2w0ZFd3WWNKTTJva1ZSRkdOb2ZlOTJVaFYyblZ4NXFfaVVoUDd3ZTdDM3dSTHMxaUpDNE45MTBTRTJodU42MWh1SnFRMXBEejRFV2VvalNWYw&q=https%3A%2F%2Fwww.slideshare.net%2FObeo_corp%2Fcapella-webinar-using-capella-on-a-brazilian-nanosat-project">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2021_05_27"> <h3>Towards the single source of truth with Publication & Cloud for Capella</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> May, 2021 | <i class="fa fa-user-alt" aria-hidden="true"></i> Stéphane Lacrampe (Obeo) | EN <button class="tag">Add-on</button> <div id="2021_05_27" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>The Capella tool, through multiple feedbacks and its rapid adoption by the systems engineers community, constitutes a major enabler for the success of this journey. The Arcadia method plays a significant role, by offering a pragmatic vision of MBSE, centered on the practices and concerns of systems engineers.</p><p>The holy grail of the single source of truth is at hand. But a tool like Capella is part of a larger ecosystem of engineering tools. The next challenge is now to make this repository of system data available to all stakeholders and to break down the silos between our engineering activities.</p><p>This webinar, after having introduced the problem, will illustrate how Publication for Capella and Cloud for Capella contribute to making the single source of truth a dream come true.</p><p></p><p><i>Co-founder of Obeo, Stéphane Lacrampe is the director of the North American subsidiary of Obeo in Vancouver, Canada.<br>MBSE enthusiast Arcadia/Capella evangelist, and Open Source advocate, Stéphane is also an active INCOSE member.</i></p></div> <p> <a href="https://www.youtube.com/watch?v=teja1DXXy-0&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-&index=7">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbnBkSFAyR1Z4bkxXZWpHWUpocm14R0FWeEVLQXxBQ3Jtc0tselEwYnBIYzlBeXNPWDVyQW03YjZqd3BJMF9OVUxJalpkaS1ocEwwbVk5dHp0Nk5tUXliUldPLTRuWm1tbUxrdEx1TjBaRVdBRzJTQ2xqWHdtOFVaTGNoZXV5THhPWmpaRi1xMXVTUnU2WVZCS0N5aw&q=https%3A%2F%2Fwww.slideshare.net%2FObeo_corp%2Fcapella-webinar-to-the-single-source-of-truth-with-publication-for-capella-cloud-for-capella">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2021_03_25"> <h3>Capella in the preliminary design of the micro launcher ENVOL </h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> March, 2021 | <i class="fa fa-user-alt" aria-hidden="true"></i> Julien Morane (CT Ingenierie) | EN <button class="tag">Space</button> <button class="tag">Case-study</button> <div id="2021_03_25" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>Discover why Capella has been chosen by CT Ingenierie and its partners, and how it has been deployed for guaranteeing the correct coordination between teams, requirement following, and for a rigorous description of the sub-systems developed by their partners.</p><p>CT Ingenierie is involved in the ENVOL project (European Newspace Vertical Orbital Launcher). Developing a small launch vehicle enabling cheap, frequent, and flexible access to the Low Earth Orbit.</p> <p>What is project ENVOL? The EU-funded ENVOL project intends to establish the first European commercial, competitive and green launch service.</p> <p>The project will designate an innovative and industrial low-cost launch system, then demonstrate and advance crucial launcher technologies to guarantee market preparedness and competitiveness, then prepare a business plan and identify the institutions able to attract investments.</p><p></p><p><i>Julien Morane is a system engineer in charge of the deployment of the MBSE activities in support of the CT Paris innovation projects for the space sector.</i></p></div> <p> <a href="https://www.youtube.com/watch?v=VCJO0n16SQk&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-&index=8">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbWFKU1N2UlJmWl9Gb05GVHpYRjlMQXcyTlo5UXxBQ3Jtc0tra1FNQzNZTnF6MmUweFY3d3NuQkc3aGdWXzdOQXdVR0RXM1R0b0NoeGw5X0NxQWhTSVZLUXg1SlVZQVpxUWZSYjV1VHZaYVZNOERYdWRKTXpZdDV2bDJDUlBKZWNacEh4a2pXMld3ZEdUc09fcjgzOA&q=https%3A%2F%2Fwww.slideshare.net%2FObeo_corp%2Fcapella-webinar-casestudy-by-ctingnierie-capella-in-the-preliminary-design-of-the-micro-launcher-envol">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div>
<div class="accordion-group"> <div class="accordion-heading"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#webinars_accordion" href="#2021_02_25"> <h3>What's New: Capella 2021 Annual Message</h3><span class="descr txt_lightest_grey"></span><span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a></div> <i class="far fa-calendar-alt" aria-hidden="true"></i> February, 2021 | <i class="fa fa-user-alt" aria-hidden="true"></i> Juan Navas, Modelling & Simulation Lead Expert (Thales) | EN <button class="tag">Roadmap</button> <div id="2021_02_25" class="accordion-body collapse"> <div class="accordion-inner"><p></p><p>Looking back at 2020 and forward into 2021.</p><p>In this webinar, Juan Navas will present the major milestones of 2020, the main features included in the brand new Capella 5.0, and the perspectives on the Capella ecosystem.</p><p>Juan Navas is MBSE Expert in Thales Corporate Engineering. He leads the team that accompanies managers and architects implement MBSE practices on operational projects to improve their engineering performance.<br>He is a System Architect with +10 years’ experience, he holds a PhD in Computer Science, an MSc in control and computer science, and Electronics and Electrical Engineering Degrees.</p><p></p><p><i><a href="https://www.linkedin.com/in/junavas/">Juan Navas</a> is MBSE Expert in Thales Corporate Engineering. He leads the team that accompanies managers and architects implement MBSE practices on operational projects to improve their engineering performance.<br>He is a System Architect with +10 years’ experience, he holds a PhD in Computer Science, an MSc in control and computer science, and Electronics and Electrical Engineering Degrees.</i></p></div> <p> <a href="https://www.youtube.com/watch?v=aIBVZtY_Wnw&list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-&index=9">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i></a> <a href="https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbGJ0VHlRTmpoMkpZdkV2Y2pqM1FtOUpzaEhnZ3xBQ3Jtc0trcjMydmo1ZDZzU2h2Nk1SUm1CVmZLejJMUlNkV3l0UmI1Rlc1dlZ5MzRrR0JValIwMC03d3RUWmthN2dnblpZbUJ0djVkS3poTTl1U21EZ18xYVc0ZmRmMUFoT1BLOVY4YVg2V3FDOEJxTWtubUU3VQ&q=https%3A%2F%2Fwww.slideshare.net%2FObeo_corp%2Fcapella-webinar-capella-annual-meeting-2021">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a> </p></div></div></div>
</div>
<p class="text-center"><a class="btn btn-default" href="https://www.youtube.com/playlist?list=PLfrEYVpSGVLxEFRODSWUTP8N5i3NTG4o-">Discover all the webinars <i class="fa fa-external-link" aria-hidden="true"></i></a></p>
</div>
</div>
</section>
<section class="text-center">
<div class="container">
<div class="section-heading">
<h1 class="title wow fadeInDown" data-wow-delay=".3s">Previous Webinars presentations</h1>
</div>
<div class="row">
<div class="col-sm-12 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<p><img src="images/icons/icon_slideshare.png" alt="Capella - Slideshares" ></p>
<div>
<h4>Slideshare clipboard</h4>
<p>Check the Capella webinars' slides</p>
<p><a href="https://www.slideshare.net/Obeo_corp/clipboards/capella-webinars">Discover All <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></a></p>
</div>
</div>
</div>
</div>
</section>
<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 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_webinars.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>