-
Notifications
You must be signed in to change notification settings - Fork 3
/
capella_day_stuttgart_2018.html
502 lines (455 loc) · 28.4 KB
/
capella_day_stuttgart_2018.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
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
495
496
497
498
499
500
501
502
<!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 Day Stuttgart 2018</title>
<meta name="description"
content="Capella Day 2018 was held on March 13rd at Stuttgart.">
<meta name="keywords" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Template CSS Files
================================================== -->
<!-- Twitter Bootstrs CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- animate css -->
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<!-- template main css file -->
<link rel="stylesheet" href="css/main.css">
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/latofonts.css">
<link rel="stylesheet" href="css/flag-icons.min.css">
<!-- Cookie content -->
<link rel="stylesheet" type="text/css"
href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
<!-- 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 event">
<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 Day Stuttgart 2018<br>
</h1>
</section> <!-- cd-intro -->
<h2 class="wow fadeInUp animated" data-wow-delay=".6s">
The 13rd of March, 2018<br />
Thanks everyone !
</h2>
<p></p>
<a href="https://www.obeo.fr/en/capella-day-stuttgart-2018-presentations" target="_blank"
class="btn btn-default btn-contact wow fadeInDown" data-wow-delay=".7s"
data-wow-duration="500ms">Get the slides</a>
</div>
</div>
</div>
</div>
</section>
<!--/#intro_banner-->
<section id="overview">
<div class="container">
<div class="row">
<p>Capella Day was held on March 13rd at Stuttgart. If you want to know what happened there, please read this <a href="https://news.obeo.fr/en/post/back-from-capella-day-stuttgart-the-systems-engineering-conference-about-mbse-and-the-capella-tool">news</a>.</p>
<p>Stay tuned to know when and where the next Capella Day will be organized by following the <a href="https://twitter.com/capella_arcadia">@capella_arcadia Twitter account</a>, the Capella LinkedIn account, or joining the <a href="https://www.linkedin.com/groups/8605600">LinkedIn discussion group about Capella</a>.</p>
<p>Feel free to check <a href="http://mbse-capella.org/">the Capella official website</a> and its upcoming events section.</p>
<p>You can also discover the <a href="https://www.obeo.fr/en/capella-day-stuttgart-2018-presentations" target="_blank">slides</a>.</p>
<br />
<p> </p>
<img src="images/capella_day_2018/Banner_capellaDay2017.png" alt="Capella Days 2018 logo">
<h2 class="title wow fadeInDown" data-wow-delay=".3s">About</h2>
<h3>What is Capella Day?</h3>
<p>This one-day event, organized by Thales and Obeo, brings together the community of Capella and Arcadia:</p>
<ul>
<li>creators of this innovative systems engineering solution,</li>
<li>providers of Capella add-ons and services,</li>
<li>MBSE experts and industrial users.</li>
</ul>
<p>See <a href="capella_days.html">all the editions</a>.</p>
<h3>What is Capella?</h3>
<p>Capella is an open-source and field-proven Model-Based Systems Engineering (MBSE) solution to
successfully design systems architecture.</p>
<p>It provides systems, software and hardware architects with rich methodological guidance relying on
Arcadia, a comprehensive model-based engineering method based on both industrial experimentations
and system engineers' feedback</p>
<p>Natively supporting Arcadia , Capella can be customized to fit the specific needs of many industrial
domains.</p>
<p><a href="https://mbse-capella.org/">Learn more <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></a></p>
<section id="partners">
<div class="container">
<div class="row">
<h2 class="title wow fadeInDown" data-wow-delay=".3s">Partners</h2>
<p>Capella Day is organized by Obeo and Thales</p>
<p></p>
<a href="/industry-consortium/thales.html" target="_blank"><img src="images/logo_obeo.png" alt="Obeo logo"></a>
<p></p>
<a href="https://www.obeosoft.com/en/capella-professional-offer" target="_blank"><img
src="images/logo_thales.png" alt="Thales logo"></a>
</div>
</div>
</section>
<section id="program">
<div class="container">
<div class="row">
<h2 class="title wow fadeInDown" data-wow-delay=".3s">Agenda</h2>
<table class="table table-striped wow fadeInDown" data-wow-delay=".5s">
<thead>
<tr>
<th width="10%"></th>
<th class="txt_indigo" width="50%">Talks</th>
<th class="txt_indigo">Speakers</th>
</tr>
</thead>
<tbody>
<tr>
<td class="txt_indigo"><strong>08:45 - 09:15</strong></td>
<td><i>Coffee</i></td>
<td></td>
</tr>
<tr>
<td class="txt_indigo"><strong>09:15 - 09:30</strong></td>
<td class="txt_indigo"><strong>Introduction and Welcome</strong></td>
<td></td>
</tr>
<tr>
<td class="txt_indigo"><strong>09:30 - 10:30</strong></td>
<td class="txt_indigo">
<p><strong>Capella and Arcadia</strong></p>
<ul>
<li><a href="capella_day_stuttgart_2018.html#What_Makes_Capella_Different">What Makes Capella Different?</a></li>
<li><a href="capella_day_stuttgart_2018.html#Arcadia_by_the_example">Arcadia by the example, an introduction</a></li>
</ul>
</td>
<td>
<p> </p>
<ul>
<li>Stéphane Bonnet, <b>Thales Corporate Engineering</b></li>
<li>Jean-Luc Voirin, <b>Thales Corporate Engineering</b></li>
</ul>
</td>
</tr>
<tr>
<td class="txt_indigo"><strong>10:30 - 11:00</strong></td>
<td><i>Break</i></td>
<td></td>
</tr>
<tr>
<td class="txt_indigo"><strong>11:00 - 12:00</strong></td>
<td class="txt_indigo">
<p><strong>Feedbacks on Experience</strong></p>
<ul>
<li><a href="capella_day_stuttgart_2018.html#The_challenges_of_multi-disciplinary_systems_engineering">The challenges of multi-disciplinary systems engineering</a></li>
<li><a href="capella_day_stuttgart_2018.html#Use_of_Capella_in_bid_phase_of_railway_signalling_projects">Use of Capella in bid phase of railway signalling projects, experiences and challenges</a></li>
</ul>
</td>
<td>
<p> </p>
<ul>
<li>Clément Grise, <b>ArianeGroup</b></li>
<li>Dr Michael Schaefer, <b>Dr Michael Schaefer</b></li>
</ul>
</td>
</tr>
<tr>
<td class="txt_indigo"><strong>12:00 - 13:30</strong></td>
<td><i>Lunch</i></td>
<td></td>
</tr>
<tr>
<td class="txt_indigo"><strong>13:30 - 15:10</strong></td>
<td class="txt_indigo">
<p><strong>Add-ons and extensions</strong></p>
<ul>
<li><a href="capella_day_stuttgart_2018.html#Team_Collaboration_and_Document_Generation_with_Capella">Team Collaboration and Document Generation with Capella</a></li>
<li><a href="capella_day_stuttgart_2018.html#Managing_your_Capella_assets_with_Yuzu">Managing your Capella assets with Yuzu</a></li>
<li><a href="capella_day_stuttgart_2018.html#Systematic_reuse_of_Capella_assets_with_pure_variants">Reuse of Capella assets with pure::variants – How to capitalize on your assets?</a></li>
</ul>
</td>
<td>
<p> </p>
<ul>
<li>Laurent Delaigue, <b>Obeo</b></li>
<li>Benoit Viaud, <b>Artal</b></li>
<li>Prof. Dr. Danilo Beuche, <b>Pure-Systems GmbH</b></li>
</ul>
</td>
<td></td>
</tr>
<tr>
<td class="txt_indigo"><strong>15:00 - 15:30</strong></td>
<td><i>Break</i></td>
<td></td>
</tr>
<tr>
<td class="txt_indigo"><strong>15:30 - 17:00</strong></td>
<td class="txt_indigo">
<p><strong>Community and Ecosystem</strong></p>
<ul>
<li><a href="capella_day_stuttgart_2018.html#Guide_to_Arcadia_and_Capella_successful_adoption">Guide to Arcadia and Capella successful adoption</a></li>
<li><a href="capella_day_stuttgart_2018.html#The_Capella_Industrial_Consortium">The Capella Industrial Consortium</a></li>
<li>Panel</li>
</ul>
</td>
<td>
<p> </p>
<ul>
<li>Pascal Roques, <b>PRFC</b></li>
<li>Ralph Müller, <b>The Eclipse Foundation</b></li>
</ul>
</td>
<td></td>
</tr>
<tr>
<td class="txt_indigo"><strong>Closing</strong></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<section id="talks">
<div class="container">
<div class="row">
<h2 class="title wow fadeInDown" data-wow-delay=".3s">Talks</h2>
<h3 id="What_Makes_Capella_Different">What Makes Capella Different?</h3>
<p>Is Capella just another modeling solution?</p>
<p>After all, you also draw boxes and arrows. After all, you also model structure, data, interfaces, behavior. After all, you also have to define your own modeling guidelines and objectives.</p>
<p>So, what makes Capella different from the other modeling solutions out there?</p>
<p>What is the scope of Capella and its corresponding methodology Arcadia? How can you benefit from nearly 10 years of MBSE return on experiment? Why is open source a game changer? How can you contribute to shape the future of your own engineering environment?</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_day_2018/100px-Sbonnet.jpg" alt="Stéphane Bonnet" width="120"></td>
<td>
<h4>Stéphane Bonnet, Thales Corporate Engineering</h4>
<i>Stéphane Bonnet is in charge of Thales Corporate MBSE Coaching and Design Authority of the Capella open source modeling solution. For the last ten years, he has led the development of Capella and has been an active contributor to the Arcadia model-based method for systems, hardware and software architectural design. In Thales, he is animating a wide community of modeling experts from all domains and countries to investigate low-maturity modeling topics, capture end-user needs, and orient method and workbench roadmaps..</i></td>
</tr>
</table>
<a href='https://www.obeosoft.com/ressources/presentations/What-Makes-Capella-Different-SBonnet-Thales.pdf'>Slides <i class='fa fa-file-pdf-o' aria-hidden='true'></i></a>
<p> </p>
<h3 id="Arcadia_by_the_example">Arcadia by the example, an introduction</h3>
<p>What kind of engineering data are managed in Arcadia? How are they related and confronted to each other’s? How can this help in defining a solution and checking its adequacy with need? Answers to these questions will be illustrated by an insight inside an example model whose elaboration will be commented.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_day_2018/100px-Jlvoirin.jpg" alt="Jean-Luc Voirin" width="120"></td>
<td>
<h4>Jean-Luc Voirin, Thales Corporate Engineering</h4>
<i>Jean-Luc Voirin 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 is involved in coaching activities across all Thales business units, in particular on flagship and critical projects.</i></td>
</tr>
</table>
<a href='https://www.obeosoft.com/ressources/presentations/Arcadia-Example-Introduction-JLVoirin-Thales.pdf'>Slides <i class='fa fa-file-pdf-o' aria-hidden='true'></i></a>
<p> </p>
<h3 id="The_challenges_of_multi-disciplinary_systems_engineering">The challenges of multi-disciplinary systems engineering</h3>
<p>In this talk you will learn how ArianeGroup is meeting the challenges of multi-disciplinary system engineering through MBSE and the introduction of the Arcadia Method and Capella.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_day_2018/100px-AHuet.png" alt="Alain Huet" width="120"></td>
<td>
<h4>Alain Huet, ArianeGroup</h4>
<i>Alain Huet is head of System Engineering Solutions at Airbus Safran Launchers, managing the adoption of MBSE. Working in the Airbus group for more than 35 years, he has been participating in the development of numerous defence and space programs such as satellites, launchers, space vehicles, and air traffic management. On these systems he has used and implemented processes, methods and tools to manage requirements, validation & verification, real time and hardware in the loop simulations.</i></td>
</tr>
</table>
<a href='https://www.obeosoft.com/ressources/presentations/Challenges-Multi-disciplinary-Systems-Engineering-CGrise-Ariane-Group.pdf'>Slides <i class='fa fa-file-pdf-o' aria-hidden='true'></i></a>
<p> </p>
<h3 id="Use_of_Capella_in_bid_phase_of_railway_signalling_projects">Use of Capella in bid phase of railway signalling projects, experiences and challenges</h3>
<p>Capella and the underlying method ARCADIA are well known as system architecture tools used in the development phase of systems. But the preceding bid phase often require a creation of a rough system architecture, for example for the coordination of the interfaces to neighbouring systems.</p>
<p>This presentation shows how the different layers of ARCADIA and the corresponding implementation in Capella could be used to solve several problems occurring in the bid phase. Additional it illustrates the challenges resulting from the broad variability of solution in the railway signalling business.</p>
<p> </p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_day_2018/100px-Mschaefer.jpg" alt="Michael Schaefer" width="120"></td>
<td>
<h4>Dr Michael Schaefer, Thales Deutschland</h4>
<i>Dr Michael Schaeffer is working since 1992 for Thales and the predecessor companies Alcatel and SEL as software and system architect in the following areas:</i>
<li>Software architecture for mail line and urban rail control systems in Germany, Austria and Switzerland</li>
<li>System engineering, mainly requirements analysis and management for Signalling Systems of several customers (in Germany (Deutsche Bahn), Saudi-Arabia, Denmark, etc.)</li>
<li>System architecture, esp. model based approaches with several UML tools, as well as with Arcadia/Capella for large scale Signalling Systems</li>
<li>Working as System Safety expert for Railway Signalling. In this context member of several standardization working groups of CENELEC</li>
<li>As Lead System Architect for Main Line Rail Signalling in Thales Germany responsible for developing a Model Based Reference System Architecture to manage the variability of railway signalling solutions</li>
Since 2015 he is Certified System Engineering Professional (CSEP) of INCOSE.</i></td>
</td>
</tr>
</table>
<a href='https://www.obeosoft.com/ressources/presentations/Use-Capella-Bid-Phase-Railway-Signalling-Projects-Experiences-Challenges-MSchaefer-Thales.pdf'>Slides <i class='fa fa-file-pdf-o' aria-hidden='true'></i></a>
<p> </p>
<h3 id="Team_Collaboration_and_Document_Generation_with_Capella">Team Collaboration and Document Generation with Capella</h3>
<p>Your MBSE projects involve teams working concurrently? You need to produce many documents from the models of your systems?</p>
<p>During this talk, you will discover two Capella adds-on: Team for Capella and M2Doc.</p>
<p>Team for Capella allows users to collaborate on remotely shared models and representations, while M2Doc automates the production of MS Word™ files from your models.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_day_2018/100px-Ldelaigue.jpeg" alt="Laurent Delaigue" width="120"></td>
<td>
<h4>Laurent Delaigue, Obeo</h4>
<i>Laurent Delaigue has been working in the field of model engineering for 15 years. As a modeling consultant at Obeo for 10 years, he participates in numerous modeling projects generally based on open- ource technologies such as Acceleo, Sirius or Capella.</i></td>
</tr>
</table>
<a href='https://www.obeosoft.com/ressources/presentations/Team-Collaboration-Document-Generation-LDelaigue-Obeo.pdf'>Slides <i class='fa fa-file-pdf-o' aria-hidden='true'></i></a>
<p> </p>
<h3 id="Managing_your_Capella_assets_with_Yuzu">Managing your Capella assets with Yuzu</h3>
<p>To support reuse strategies, Capella provides the powerful mechanism of REC/REP that, along with libraries, allows to organize reusable building blocks. To go further, the latest version of Capella embeds a new modeling accelerator that drastically ease the creation process of a REC library. With these exciting features, no doubt that the number of libraries will keep increasing. And when you mix this with version management, the combinations rapidly explode. In all your production, how to find the right library?
</p>
<p>Yuzu is an asset management solution - based on the OMG RAS standard - that will allow you to keep track of all the Capella projects and libraries. In addition to the business meta-information filled by the author, Yuzu automatically extracts additional data, metrics and dependencies from the Capella model and then publish the packaged model in a repository. Later, the powerful query engine allows you to search for a specific model, based on any meta-information or model content and download it along with all its dependencies. Never lose track of your Capella models again!</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_day/benoit_viaud.jpg" alt="Benoit Viaud" width="120"></td>
<td>
<h4>Benoit Viaud, Artal</h4>
<i>Benoit Viaud leads Artal’s System Engineering unit. He initiated the creation of Citrus, a one-stop-shop engineering framework for simulation and is deeply involved in its deployment in Airbus. Active member of Clarity project, he also carries out coaching and consulting activities around Capella.</i></td>
</tr>
</table>
<a href='https://www.obeosoft.com/ressources/presentations/Managing-Capella-Assets-Yuzu-BViaud-Artal.pdf'>Slides <i class='fa fa-file-pdf-o' aria-hidden='true'></i></a>
<p> </p>
<h3 id="Systematic_reuse_of_Capella_assets_with_pure_variants">Systematic reuse of Capella assets with pure::variants – How to capitalize on your assets?
</h3>
<p>Compared to single product development, developing and maintaining a portfolio of related products comes with additional challenges. A systematic approach is needed to realize a high reuse rate that minimizes the maintenance effort and maximizes the productivity.
</p><p>Prof. Dr. Danilo Beuche will present how these challenges can be tackled for all assets of the development lifecycle using pure::variants, focusing on its integration with Capella.
</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_day_2018/100px-Dbeuche.jpg" alt="Danilo Beuche" width="120"></td>
<td>
<h4>Prof. Dr. Danilo Beuche, Pure-Systems</h4>
<i>Prof. Dr. Danilo Beuche is CEO of pure-systems GmbH. pure-systems is a software company specialized in services and tool development for the application of product line technologies in software-intensive systems He started to work in the field of embedded operating systems and software families in the mid 90's. He also received his PhD in this area. His work on tool support for feature based software development finally lead to the founding of pure-systems in 2001.</i></td>
</tr>
</table>
<a href='https://www.obeosoft.com/ressources/presentations/Reuse-Capella-Assets-Purevariants-DBeuche-PureSystems.pdf'>Slides <i class='fa fa-file-pdf-o' aria-hidden='true'></i></a>
<p> </p>
<h3 id="Guide_to_Arcadia_and_Capella_successful_adoption">Guide to Arcadia and Capella successful adoption</h3>
<p>This presentation will focus on key factors in order to adopt MBSE successfully with Arcadia/Capella.
</p>
<p>What are the questions to ask before embracing MBSE, how to organize teams, what are the key steps of adoption, what are the main pitfalls?
</p><p>We will try to provide insight into recent Capella adoption efforts from various companies, lessons learned and best practices.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_day_2018/100px-Proques.jpg" alt="Pascal Roques" width="120"></td>
<td>
<h4>Pascal Roques, PRFC</h4>
<i>Pascal Roques is a Senior Consultant with more than 25 years of experience in consulting and training in modeling with SADT, OMT, UML, SysML and Arcadia/Capella, He is a regular trainer for Thales on Systems Modeling with Arcadia, long before Capella was open-sourced. Since 2008, he has led more than 140 Capella courses in France and Europe for more than a thousand engineers. Pascal is the author of the first book published on Capella at Elsevier - Iste Editions.</i></td>
</tr>
</table>
<a href='https://www.obeosoft.com/ressources/presentations/Guide-Arcadia-Capella-Successful-Adoption-PRoques-PRFC.pdf'>Slides <i class='fa fa-file-pdf-o' aria-hidden='true'></i></a>
<p> </p>
<h3 id="The_Capella_Industrial_Consortium">The Capella Industrial Consortium
</h3>
<p>In the last few decades, companies have developed business models around open source providing services, extensions, courses and so on: Business friendly ecosystems around open source technologies like Linux, Eclipse, Apache have developed. In the late 2000's, the Eclipse Foundation started to replicate the best practices that made the success of the Eclipse platform to new domains, and to integrate industry players that were seen as software consumers at the core of these new ecosystems. The main driver for these new form of consortia was to use open source as a framework for open collaboration and open innovation.</p>
<p>The presentation will briefly discuss the challenges that industries are facing (cross-company, cross-domain, long-term availability, open innovation). After that, we will present the Capella Industry Consortium (IC) that has been created as a new Eclipse Working Group to develop the Capella ecosystem with vendor-neutral and open governance. It aims at fostering collaborations, sharing investment and best practices and leveraging Open Innovation to co-develop new MBSE capabilities. The scope of this Working Group focuses on the Capella tool, the add-ons and the underlying technologies.
</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_day_2018/100px-Rmuller.jpg" alt="Ralph Müller" width="120"></td>
<td>
<h4>Ralph Müller, The Eclipse Foundation</h4>
<i>Ralph Müller is currently the Managing Director of the Eclipse Foundation Europe GmbH, a subsidiary of the Eclipse Foundation Inc., responsible for supporting the Eclipse open-source community and commercial ecosystem in Europe. With over 260 corporate members worldwide and over 150 projects, Eclipse is one of the world’s most successful open source communities. Prior to joining Eclipse in 2005, I have worked for Vector Informatik, IBM , OTI and Siemens. He has earned a degree as a Diplom-Informatiker from the Technical University of Darmstadt, Germany.</i></td>
</tr>
</table>
<a href='https://www.obeosoft.com/ressources/presentations/Capella-Industry-Consortium-GBlondelle-Eclipse.pdf'>Slides <i class='fa fa-file-pdf-o' aria-hidden='true'></i></a>
</div>
</div>
</section>
<section id="previous">
<div class="container">
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h2 class="title">Previous edition</h2>
<ul>
<li><a href="capella_day_toulouse_2017.html">Capella Day Toulouse 2017</a></li>
</ul>
</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_capella_day.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>