-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcapella_days_tmp.html
798 lines (796 loc) · 66.1 KB
/
capella_days_tmp.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
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<!-- 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 Days 2024 | Learn from Capella ecosystem members</title>
<meta name="description"
content="Capella Days 2024, the annual event of Capella ecosystem, was held online from November 19 to 21">
<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">
<!-- All 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">
<script src="https://kit.fontawesome.com/16cf99803e.js" crossorigin="anonymous"></script>
<!-- Cookie content -->
<link rel="stylesheet" type="text/css"
href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
<script
src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
<!-- 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>
<!-- modernizr js -->
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<!-- jquery -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- wow js -->
<script src="js/wow.min.js"></script>
<script src="js/jquery.fancybox.js"></script>
<!-- template main js -->
<script src="js/main.js"></script>
</head>
<body ng-app="capella" data-deferred-cloak>
<!--
==================================================
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 Days 2024<br>
</h1>
<h2 class="wow fadeInUp animated" data-wow-delay=".6s">
<b>Where the Capella Community Meets</b>
</h2>
<h3 class="wow fadeInUp animated" data-wow-delay=".8s">
November 19-21, 2024<br>Online | Free
</h3>
</section> <!-- cd-intro -->
<div class="row text-center">
<div class="col-md-3 col-md-offset-3" width="200">
<a href="https://www.bigmarker.com/series/capella-days-2024/series_summit?utm_bmcr_source=website" target="_blank"
class="btn btn-default btn-contact wow fadeInDown" data-wow-delay=".7s"
data-wow-duration="500ms">Save your spot</a>
</div>
<div class="col-md-3" width="200">
<a href="capella_days_2024.html#agenda"
class="btn btn-outline wow fadeInDown" data-wow-delay=".9s"
data-wow-duration="500ms">Program</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/#numbers_banner-->
<!--/#intro_banner-->
<section id="about_capelladays">
<div class="container">
<div class="row wow fadeInDown" data-wow-delay=".5s">
<h2 class="title">About</h2>
<p><a href="capella_days.html">Capella Days</a> regularly 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>Capella Days is your opportunity to learn from Capella ecosystem members! Benefit from the experience of industrial adopters who have sucessfully deployed an MBSE approach with Arcadia and Capella on their projects.</p>
</div>
</div>
</section>
<section id="organized_by">
<div class="container">
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h2 class="title">Organized by</h2>
<p>Capella Days 2024 is organized by Obeo and Thales.</p>
<p></p>
<div class="col-md-12 text-center">
<a href="https://www.obeosoft.com/en/capella-professional-offer" target="_blank"><img src="images/logo_obeo.png" alt="Obeo logo" width="250"></a>
<a href="industry-consortium/thales.html" target="_blank"><img src="images/logo_thales.png" alt="Thales logo" width="250"></a>
</div>
</div>
</div>
</section>
<section id="sponsored_by">
<div class="container">
<div class="row wow fadeInDown" data-wow-delay=".5s">
<h2 class="title">Sponsors</h2>
<p>Capella Days 2024 is sponsored by vibrant members of the Capella ecosystem: </p>
<div class="col-md-12 text-center">
<a href="https://www.pgmse.com/" ><img src="images/capella_days_2024/sponsors/logo_pgm.png" alt="PGM logo" width="150"></a>
<a href="https://www.samares-engineering.com/" ><img src="images/capella_days_2024/sponsors/logo_samares.png" alt="Samares Engineering logo" width="260"></a>
<a href="https://www.maplesoft.com/products/maplembse/"><img src="images/capella_days_2024/sponsors/logo_maplesoft.png" alt="Maplesoft logo" width="260"></a>
</div>
<div class="col-md-12 text-center">
<a href="https://lotustech.co.kr/"><img src="images/capella_days_2024/sponsors/logo_lotustech.png" alt="LOTUS Technologies logo" width="260"></a>
<a href="https://www.reusecompany.com/"><img src="images/capella_days_2024/sponsors/logo_thereusecompany.png" alt="The Reuse Company logo" width="260"></a>
<a href="https://www.anzenengineering.com/"><img src="images/capella_days_2024/sponsors/logo_anzen.png" alt="Anzen Engineering logo" width="260"></a>
</div>
<p></p>
<p>You are a provider of services or products related to Capella? <br>Support the event and gain visibility from the Capella practitioners by sponsoring Capella Days.</p>
<a href="resources/pdf/CapellaDays2024-Sponsorship.pdf"
class="btn btn-default btn-contact wow fadeInDown" data-wow-delay=".5s"
data-wow-duration="500ms">Sponsorship Program</a>
</div>
</div>
</section>
<section id="agenda">
<div class="container">
<div class="row wow fadeInDown" data-wow-delay=".5s">
<h2 class="title">Agenda</h2>
<div class="row" style="margin-left: 0px">
<div class="accordion dropdown_content">
<div class="accordion-group">
<div class="accordion-heading wow fadeInDown" data-wow-delay=".3s"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#session1">
<h3>Session 1: Tuesday 19th of November</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span><i class="fa fa-clock-o"></i> On Europe & America time zones</span>
</div>
<div id="session1" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<table class="table table-striped">
<thead>
<tr>
<th width="15%">Time</th>
<th width="40%">Talks</th>
<th width="45%">Speakers</th>
</tr>
</thead>
<tbody>
<tr>
<td class="txt_indigo">3:30 pm UTC+1</td>
<td class="txt_indigo">Welcome and Introduction</td>
<td class="txt_indigo"></td>
</tr>
<tr>
<td class="txt_indigo">3:35 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2024.html#talk_cern">Adoption of ARCADIA and Capella to Develop an Elimination Process of Radioactive Waste by Melting</a></strong><br>
<p class="text-uppercase" style="font-size:12px;letter-spacing:0px;color:#777">industrial process | scientific research | nuclear</p></td>
<td class="txt_indigo"><b>Luca Bruno</b> (<i>CERN</i>)</td>
</tr>
<tr>
<td class="txt_indigo">4:25 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2024.html#talk_thales">MBSE-Based IVV Approach</a></strong><br>
<p class="text-uppercase" style="font-size:12px;letter-spacing:0px;color:#777">co-engineering | defense | optronic</p><br></td>
<td class="txt_indigo"><b>Clara Biaudet Aboudaram</b> (<i>Thales</i>)<br><b>Olivier Hachet</b> (<i>Thales</i>)</td>
</tr>
<tr>
<td class="txt_indigo">5:15 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2024.html#talk_cnpem">Implementing Systems Engineering in Brazilian Synchrotron: A Workflow for Enhanced Beamline Design</a></strong><br>
<p class="text-uppercase" style="font-size:12px;letter-spacing:0px;color:#777">co-engineering | scientific research</p></td>
<td class="txt_indigo"><b>Cassiano Bueno</b> (<i>Brazilian Center for Research in Energy and Materials</i>)<br><b>Débora Alves</b> (<i>Brazilian Center for Research in Energy and Materials</i>)<br><b>Gabriel Moreno</b> (<i>Brazilian Center for Research in Energy and Materials</i>)
<tr>
<td class="txt_indigo">6:05 pm UTC+1</td>
<td class="txt_indigo">Closing</td>
<td class="txt_indigo"></td>
</tr>
</tbody>
</table>
<p style="font-size:12px"><i class="fa fa-clock-o"></i> 3:30 pm UTC+1 = <i class="fa fa-clock-o"></i> 3:30 pm CET (Paris) = <i class="fa fa-clock-o"></i> 11:30 am UTC-3 (Brasilia) = <i class="fa fa-clock-o"></i> 9:30 am EST (New York) = <i class="fa fa-clock-o"></i> 6:30 am PST (Los Angeles)</p>
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading wow fadeInDown" data-wow-delay=".3s"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#session3">
<h3>Session 2: Wednesday 20th of November</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span><i class="fa fa-clock-o"></i> On Europe & America time zones</span>
</div>
<div id="session3" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<table class="table table-striped">
<thead>
<tr>
<th width="15%">Time</th>
<th width="45%">Talks</th>
<th width="40%">Speakers</th>
</tr>
</thead>
<tbody>
<tr>
<td class="txt_indigo">3:30 pm UTC+1</td>
<td class="txt_indigo">Welcome and Introduction</td>
<td class="txt_indigo"></td>
</tr>
<tr>
<td class="txt_indigo">3:35 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2024.html#talk_siemens">Enhancing Industrial Equipment Reengineering with Model-Based Systems Engineering</a></strong><br>
<p class="text-uppercase" style="font-size:12px;letter-spacing:0px;color:#777">re-engineering | industrial manufacturing</p></td>
<td class="txt_indigo"><b>Jesko Drewes</b> (<i>Siemens Digital Industries Software</i>)<br>
<b>Cedric Czap</b> (<i>Siemens Digital Industries Software</i>)</td>
</tr>
<tr>
<td class="txt_indigo">4:25 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2024.html#talk_tno">Leveraging System Architecture Models for Diagnosis of High-Tech Systems</a></strong><br>
<p class="text-uppercase" style="font-size:12px;letter-spacing:0px;color:#777">digital diagnostic | industrial manufacturing | high-tech systems</p></td>
<td class="txt_indigo"><b>Thomas Nägele</b> (<i>TNO-ESI</i>)</td>
</tr>
<tr>
<td class="txt_indigo">5:15 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2024.html#talk_amat">Realizing the Full Value of MBSE Models through Digital Thread Implementation at Applied Materials</a></strong><br>
<p class="text-uppercase" style="font-size:12px;letter-spacing:0px;color:#777">digital thread | semiconductor equipment</p></td>
<td class="txt_indigo"><b>Anbarasu Mullainathan</b> (<i>Applied Materials</i>)<br>
<b>Orlando Trejo</b> (<i>Applied Materials</i>)<br>
<b>Subhash Kalavar</b> (<i>Applied Materials</i>)</td>
</tr>
<tr>
<td class="txt_indigo">6:05 pm UTC+1</td>
<td class="txt_indigo">Closing</td>
<td class="txt_indigo"></td>
</tr>
</tbody>
</table>
<p style="font-size:12px"><i class="fa fa-clock-o"></i> 3:30 pm UTC+1 = <i class="fa fa-clock-o"></i> 3:30 pm CET (Paris) = <i class="fa fa-clock-o"></i> 11:30 am UTC-3 (Brasilia) = <i class="fa fa-clock-o"></i> 9:30 am EST (New York) = <i class="fa fa-clock-o"></i> 6:30 am PST (Los Angeles)</p>
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading wow fadeInDown" data-wow-delay=".3s"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#session2">
<h3>Session 3: Thursday 21st of November</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span><i class="fa fa-clock-o"></i> On Asia/Pacific & Europe time zones</span>
</div>
<div id="session2" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<table class="table table-striped">
<thead>
<tr>
<th width="15%">Time</th>
<th width="45%">Talks</th>
<th width="40%">Speakers</th>
</tr>
</thead>
<tbody>
<tr>
<td class="txt_indigo">9:30 am UTC+1</td>
<td class="txt_indigo">Welcome and Introduction</td>
<td class="txt_indigo"></td>
</tr>
<tr>
<td class="txt_indigo">9:35 am UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2024.html#talk_nihon_university">Example of How Capella Can Be Used for CubeSat Development</a></strong><br>
<p class="text-uppercase" style="font-size:12px;letter-spacing:0px;color:#777">software design | high-tech systems | space</p></td>
<td class="txt_indigo"><b>Masahiko Yamazaki</b> (<i>Nihon University</i>)<br>
<b>Masaki Naito</b> (<i>Nihon University</i>)</td>
</tr>
<tr>
<td class="txt_indigo">10:25 am UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2024.html#talk_pixxel_bluekei">Leveraging Capella and ARCADIA for Satellite System Design and Integration</a></strong><br>
<p class="text-uppercase" style="font-size:12px;letter-spacing:0px;color:#777">subsystem integration | mission planning | space</p></td>
<td class="txt_indigo"><b>George Savio</b> (<i>Pixxel Space Technologies, Inc</i>)<br>
<b>Rahul Konidena</b> (<i>BlueKei Solutions</i>)<br>
<b>Tanmay Dube</b> (<i>BlueKei Solutions</i>)</td>
</tr>
<tr>
<td class="txt_indigo">11:15 am UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2024.html#talk_tas">Enabling MBSE with Simulation to Perform System Analysis for SOLARIS</a></strong><br>
<p class="text-uppercase" style="font-size:12px;letter-spacing:0px;color:#777">simulation | scientific research | space</p></td>
<td class="txt_indigo"><b>Serena Brizio</b> (<i>Thales Alenia Space</i>)<br>
<b>Stephan van Beek</b> (<i>MathWorks</i>)<br>
<b>Marco Bimbi</b> (<i>MathWorks</i>)<br>
<b>Lorenzo Guarino</b> (<i>MathWorks</i>)</td>
</tr>
<tr>
<td class="txt_indigo">12:05 pm UTC+1</td>
<td class="txt_indigo">Closing</td>
<td class="txt_indigo"></td>
</tr>
</tbody>
</table>
<p style="font-size:12px"><i class="fa fa-clock-o"></i> 9:30 am UTC+1 = <i class="fa fa-clock-o"></i> 2:00 pm IST (Pune) = <i class="fa fa-clock-o"></i> 4:30 pm CST (Beijing) = <i class="fa fa-clock-o"></i> 5:30 pm JST (Tokyo) = <i class="fa fa-clock-o"></i> 7:30 pm AEST (Sydney)</p>
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading wow fadeInDown" data-wow-delay=".3s"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#session4">
<h3>Session 4: Thursday 21st of November</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span><i class="fa fa-clock-o"></i> On Europe & America time zones</span>
</div>
<div id="session4" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<table class="table table-striped">
<thead>
<tr>
<th width="15%">Time</th>
<th width="45%">Talks</th>
<th width="40%">Speakers</th>
</tr>
</thead>
<tbody>
<tr>
<td class="txt_indigo">3:30 pm UTC+1</td>
<td class="txt_indigo">Welcome and Introduction</td>
<td class="txt_indigo"></td>
</tr>
<tr>
<td class="txt_indigo">3:35 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2024.html#talk_db">Accelerating Railway Digitization: Scaling Up MBSE in a High-Paced Organization</a></strong><br>
<p class="text-uppercase" style="font-size:12px;letter-spacing:0px;color:#777">co-engineering | large organization | railway</p></td>
<td class="txt_indigo"><b>Viktor Kravchenko</b> (<i>DB InfraGO AG</i>)<br>
<b>Moritz Weber</b> (<i>DB InfraGO AG</i>)<br>
<b>Julius Berges</b> (<i>DB InfraGO AG</i>)</td>
</tr>
<tr>
<td class="txt_indigo">4:25 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2024.html#talk_graz_university">Application of the Arcadia Method on a Bulk Carrier with Siemens Teamcenter PLM Integration</a></strong><br>
<p class="text-uppercase" style="font-size:12px;letter-spacing:0px;color:#777">ghg reduction | plm integration | maritime</p></td>
<td class="txt_indigo"><b>Mathias Dreier</b> (<i>Graz University of Technology</i>)<br>
<b>Matthias Bajzek</b> (<i>Graz University of Technology</i>)</td>
</tr>
<tr>
<td class="txt_indigo">5:15 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2024.html#talk_ubs">MBSE Confidentiality Management and Security Analysis of Capella Designs</a></strong><br>
<p class="text-uppercase" style="font-size:12px;letter-spacing:0px;color:#777">security policies | defense | research</p></td>
<td class="txt_indigo"><b>Michel Bourdellès</b> (<i>University of South Brittany</i>)</td>
</tr>
<tr>
<td class="txt_indigo">6:05 pm UTC+1</td>
<td class="txt_indigo">Closing</td>
<td class="txt_indigo"></td>
</tr>
</tbody>
</table>
<p style="font-size:12px"><i class="fa fa-clock-o"></i> 3:30 pm UTC+1 = <i class="fa fa-clock-o"></i> 3:30 pm CET (Paris) = <i class="fa fa-clock-o"></i> 11:30 am UTC-3 (Brasilia) = <i class="fa fa-clock-o"></i> 9:30 am EST (New York) = <i class="fa fa-clock-o"></i> 6:30 am PST (Los Angeles)</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="talks">
<div class="container">
<div class="row wow fadeInDown" data-wow-delay=".5s">
<h2 class="title">Talks</h2>
</div>
<span class="anchor" id="talk_cern"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Adoption of ARCADIA and Capella to Develop an Elimination Process of Radioactive Waste by Melting</h3>
<i class="fa fa-calendar-check"></i> <span class="descr">TUESDAY 19th of NOVEMBER | 3:35 pm UTC+1 <a href="resources/ical/capelladays_talk_cern.ics" >iCal</a> | <a href="https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=NG9yajV2MHBoOHMxNm8zcnBydjBhbG5wMmIgZnJlZGVyaWMubWFkaW90QG9iZW8uZnI&tmsrc=frederic.madiot%40obeo.fr" target="_blank"></i> GCal</a> <button class="tag">industrial process</button> <button class="tag">scientific research</button> <button class="tag">nuclear</button></span>
<p></p>
<p>The European Organization for Nuclear Research (CERN) has operated high-energy accelerators for 70 years of research in fundamental physics. CERN’s scientific activities currently produce up to 640 tons of radioactive waste (RW) per year, which are generated by the interaction between high energy particles and equipment present inside the accelerator complex. CERN reuses activated material as far as possible, the rest that cannot be reused or recycled is eliminated in dedicated disposal facilities for radioactive waste of the two Host States, France and Switzerland.</p>
<p>The ARCADIA methodology and the Capella tool were used for the first time by the CERN Radiation Protection Group to conceive and specify an effective process for the elimination by melting of metallic radioactive waste. A project was launched accordingly in 2019, whose aim was to prove the feasibility of the new process, termed “MAST” (Melting of Activated STeel). As a result, a batch of 19 m3 of Low-Level/Intermediate-Level metallic radioactive waste was successfully selected, characterized and then melted at the end of 2022, resulting in 8.3 ingots (1.9 m3) and 0.15 m3 of slag that were successfully disposed of in June 2023.</p>
<p>This talk provides an overview of how the ARCADIA methodology guided in the development of a complex RW industrial process as MAST by means of graphical elements alone. The Capella software was instrumental, providing a rich set of diagrams that covered all the design needs; it generated automatically a textual specification of the process that was required by the auditing French Authorities but that was actually never used throughout the development, implementation, and audit: the diagrams conveyed all information needed and served as a clear basis for its understanding when discussing with the development and auditing teams. Differences in the educational backgrounds of technicians, engineers or physicists played little or no role at all.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/luca_bruno.png" alt="Luca Bruno (CERN)" width="120"></td>
<td>
<h4>Luca Bruno (CERN)</h4>
<i>Luca Bruno studied nuclear engineering at the University of Palermo (Italy). After graduating, he moved to Germany, to work for the nuclear fusion project ITER and then to Switzerland, where he is active in the field of particle accelerator engineering since 1998. He is currently project leader of the new radioactive waste treatment and interim storage center of CERN, the European organization for nuclear research.</i>
</td>
</tr>
</table>
</div>
</span>
<span class="anchor" id="talk_thales"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>MBSE-Based IVV Approach</h3>
<span class="descr">TUESDAY 19th of NOVEMBER | 4:25 pm UTC+1 <button class="tag">co-engineering</button> <button class="tag">defense</button> <button class="tag">optronic</button></span>
<p></p>
<p>In a dynamic industrial context, Thales faces major challenges, including the need to adopt modern practices and integrate new technologies to remain competitive on the global market.</p>
<p>Thales recognizes the importance of digital transformation and model-based engineering (MBSE) in improving efficiency, quality and collaboration within the company. This drive for modernization is reflected in initiatives to rethink traditional working methods and adopt more agile and intelligent approaches.</p>
<p>Co-engineering is a collaborative process in which players work together simultaneously to design and develop solutions. It is based on a shared vision of the solution, where the different engineering processes jointly perform analyses, make decisions and control risks. One of the objectives of co-engineering is to get IVVQ teams to collaborate with development teams right from the needs analysis stage.</p>
<p>The aim is to enable IVV to use an Addon (called RMIVV) efficiently and intelligently in their activities. We aim to facilitate the definition of development increments as well as the integration schedule, using the Capella model associated with their projects. By optimizing the use of the add-on and providing a tool based-process, the IVV team will be able to speed up verification and validation processes, thereby reducing project delivery times.</p>
<p>Finally, one of the objectives is to facilitate the definition of development increments using the ARCADIA method via the CAPELLA tool, thereby reducing project delivery times, all through Co-Engineering.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/clara_biaudet_aboudaram.png" alt="Clara Biaudet Aboudaram (Thales)" width="120"></td>
<td>
<h4>Clara Biaudet Aboudaram (Thales)</h4>
<i>Clara Biaudet Aboudaram is an Embedded Systems Engineer, recently graduated from ECE Paris in the 2024 graduating class. Passionate about new technologies and innovation, Clara completed a six-month internship at Thales, where she worked on the RMIVV project within Capella, an add-on that helps define increments. Having recently completed her studies, she has just entered the workforce as a full-time engineer at Thales, where she continues to contribute to the RMIVV.</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/olivier_hachet.png" alt="Olivier Hachet (Thales)" width="120"></td>
<td>
<h4>Olivier Hachet (Thales)</h4>
<i>Olivier Hachet contributes to one of the engineering transformation projects for Thales Optronic business line, promoting a tool-based process that will enable projects to deploy a model-based engineering approach taking into account each of the disciplines involved in the development of embedded equipment. He began his career at Thales as a software architect and contributed to the standardization of component-oriented software approaches such as lwCCM and D&C. The particular need of embedded systems to ensure continuity between system engineering and software engineering naturally led him to take a strong interest in MBSE.</i>
</td>
</tr>
</table>
</div>
</span>
<span class="anchor" id="talk_cnpem"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Implementing Systems Engineering in Brazilian Synchrotron: A Workflow for Enhanced Beamline Design</h3>
<span class="descr">TUESDAY 19th of NOVEMBER | 5:15 pm UTC+1 <button class="tag">co-engineering</button> <button class="tag">scientific research</button></span>
<p></p>
<p>Among the range of particle accelerators, synchrotron light sources accelerate electrons close to the speed of light to emit intense X-ray beams, which can be used to investigate in detail an infinity of materials, from pre-salt rocks to cells. The Brazilian Center for Research in Energy and Materials (CNPEM) hosts SIRIUS, one of the few 4th-generation synchrotron light sources in operation worldwide, allowing much faster and precise experiments.</p>
<p>To fully exploit the capabilities of this advanced facility, experimental systems such as beamlines and end stations are required to meet stringent mechanical, thermal, and optical performance criteria. They now feature significantly more complex architecture and design, sometimes requiring position resolution and stability as fine as a few nanometers, and data acquisition rates of several kHz.</p>
<p>In response to this growing complexity, a system engineering workflow has been developed and is currently under evaluation by one of SIRIUS engineering teams. The workflow encompasses the beginning of the project lifecycle, from user needs assessment to high-level design , also including requirements management and early trade-off analyses. The last is only possible due to the possibilities offered by MBSE tools, which allow the connection between different engineering models, from different specialties. Nevertheless, the requirements management must accommodate the communication or knowledge transfer between scientific and engineering stakeholders, which also imposes a challenge to the workflow. To deal with these different aspects of the project, a connected software ecosystem is proposed, integrating tools such as Capella, Ansys ModelCenter and TraceCloud. This presentation will cover the proposed workflow and software ecosystem, practical applications in current projects at SIRIUS, a discussion of overcome challenges and an overview of future perspectives in systems engineering.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/cassiano_bueno.png" alt="Cassiano Bueno (CNPEM)" width="120"></td>
<td>
<h4>Cassiano Bueno (Brazilian Center for Research in Energy and Materials)</h4>
<i>Cassiano Bueno is a mechanical engineer with nearly 8 years of experience on the beamline instrumentation design team at the Brazilian Synchrotron Light Laboratory. Currently, he works on the design and integration of experimental end stations. Over the past year, Cassiano has collaborated with colleagues at LNLS to study and apply systems engineering to Sirius projects.</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/debora_alves.png" alt="Débora Alves (CNPEM)" width="120"></td>
<td>
<h4>Débora Alves (Brazilian Center for Research in Energy and Materials)</h4>
<i>Débora Alves is a Mechanical Engineer with experience in synchrotron project integration and scientific instrumentation. Currently at Sirius in the MArE (Model-based Architecture of Experimental Systems) group, her work is focused on developing and implementing a workflow to take requirements engineering through the design and implementation phases of projects.</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/gabriel_moreno.png" alt="Gabriel Moreno (CNPEM)" width="120"></td>
<td>
<h4>Gabriel Moreno (Brazilian Center for Research in Energy and Materials)</h4>
<i>Control and Automation (Mechatronics) Engineer, graduated from UNICAMP in 2015, currently coordinating the MARÉ group at the Brazilian Synchrotron National Laboratory (CNPEM - LNLS), with the group mission of implementing Model-Based Architecture for the next experimental Systems in Sirius. With 15 years of experience in synchrotron beamline instrumentation, gabriel specialized in precision engineering, particularly in designing and commissioning experimental stations and nano-positioning systems.</i>
</td>
</tr>
</table>
</div>
</span>
<span class="anchor" id="talk_siemens"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Enhancing Industrial Equipment Reengineering with Model-Based Systems Engineering</h3>
<span class="descr">WEDNESDAY 20th of NOVEMBER | 3:35 pm UTC+1 <button class="tag">re-engineering</button> <button class="tag">industrial manufacturing</button></span>
<p></p>
<p>In the dynamic environment of industrial manufacturing, the continuous improvement of machinery is essential to maintain competitiveness and meet evolving quality standards. This presentation explores the reengineering of a quality test machine for bottles using Model-Based Systems Engineering (MBSE) using Capella.</p>
<p>At the beginning the quality test machine is introduced, detailing its current functionalities and the challenges necessitating its improvement. Using Capella, the existing system is modeled with the aim to create a comprehensive representation of the machine's current state. This model serves as the foundation for identifying improvement opportunities and defining the system's constraints and potential areas for optimization. Subsequently, a model with the proposed enhancements is developed and presented.</p>
<p>Based on this example, the talk will elaborate how Model-Based System Engineering can be applied in an industrial manufacturing context. The principles and methodologies employed in this case study can be generalized to reengineer a wide range of industrial equipment, from assembly lines to packaging systems. By systematically modeling existing systems, identifying areas for improvement, and simulating proposed changes, MBSE provides a structured and scalable approach that can be adapted to different types of machinery and production environments.</p>
<p>Attendees will gain insights into how a model-based approach, particularly through the use of Capella, structures and therefore simplifies the reengineering process. With this presentation it is highlighted how Capella can be used to leverage the optimization of industrial equipment and processes.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/jesko_drewes.png" alt="Jesko Drewes (Siemens Digital Industries Software)" width="120"></td>
<td>
<h4>Jesko Drewes (Siemens Digital Industries Software)</h4>
<i>Jesko is part of the Systems Engineering Domain at Siemens Digital Industries Software. Before that I studied electrical engineering at the DHBW Stuttgart.</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/cedric_czap.png" alt="Cedric Czap (Siemens Digital Industries Software)" width="120"></td>
<td>
<h4>Cedric Czap (Siemens Digital Industries Software)</h4>
<i></i>
</td>
</tr>
</table>
</div>
</span>
<span class="anchor" id="talk_tno"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Leveraging System Architecture Models for Diagnosis of High-Tech Systems</h3>
<span class="descr">WEDNESDAY 20th of NOVEMBER | 4:25 pm UTC+1 <button class="tag">digital diagnostic</button> <button class="tag">industrial manufacturing</button> <button class="tag">high-tech systems</button></span>
<p></p>
<p>High-tech system manufacturers are increasingly interested in methodologies to support the servicing of their systems. The growing complexity of these systems, coupled with the criticality of their performance, necessitates advanced tools and techniques for troubleshooting failures and minimizing unexpected downtimes. Additionally, it is challenging to scale service organizations to meet the demands of a rapidly expanding installed base. To address these needs, we propose a model-driven methodology for diagnostics, in which, via a digital diagnostic reasoning system, we leverage design information to assist the service engineer in the troubleshooting process.</p>
<p>A diagnostic model is at the core of the proposed methodology. This model mainly contains information on the functional dependencies between the different subsystems and modules in the system. The structure of the model is based on the system’s functional breakdown, functional exchanges and the deployment on hardware, as they are modelled in Capella. Information about system observables and tests is added to relate field observations to the appropriate system functions. Upon usage, the observations from a troubled system in the field are provided to such a diagnostic model, which then uses the functional dependencies to reason over the possible root-causes.</p>
<p>In this talk, we will show how we use Capella as the main source of information for our diagnostic models and illustrate the use of such a model through a demo. We will also discuss some of the challenges we are still facing and possible next steps.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/thomas_nagele.png" alt="Thomas Nägele (TNO-ESI)" width="120"></td>
<td>
<h4>Thomas Nägele (TNO-ESI)</h4>
<i>I've obtained by PhD in Computer Science from the Radboud University in Nijmegen in 2020. In the past year, I have been working on the development of diagnostic methodologies for high-tech systems at TNO-ESI. These projects were always conducted together with large industrial partners in the Eindhoven area.</i>
</td>
</tr>
</table>
</div>
</span>
<span class="anchor" id="talk_amat"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Realizing the Full Value of MBSE Models through Digital Thread Implementation at Applied Materials</h3>
<span class="descr">WEDNESDAY 20th of NOVEMBER | 5:15 pm UTC+1 <button class="tag">digital thread</button> <button class="tag">semiconductor equipment</button></span>
<p></p>
<p>Model-Based Systems Engineering (MBSE) has redefined the paradigms of systems engineering, and Capella stands out as a quintessential MBSE tool. One of the emergent challenges in this space is the seamless translation of information from MBSE models into actionable data for downstream applications. Historically, the product design and validation processes have been reliant on cross-functional engineering teams collaborating with standalone documentations/systems thus making it slower and ineffective to do design iteration.</p>
<p>Using a case-study from the semiconductor equipment industry, our presentation describes a method of leveraging Capella MBSE models to streamline the Product Development process by establishing end to end traceability from Requirements to MBSE Models to CAD and CAE digital artifacts. Utilizing Teamcenter, Pycapellambse, Jupyter Notebook, we automated the extraction of vital MBSE model objects and its design parameters, essential for generating the relevant input for CAE analysis. Also seamlessly integrating Capella (SMW) into Teamcenter where Requirements and CAD artifacts are managed thus enabling the creation of Digital Thread. Having this type of tight connections between various digital artifacts from upstream to downstream in an enterprise level PLM system provides the much-needed data accessibility, fidelity and helps Engineers do quick Impact Analysis when there is a request for change in requirements or design.</p>
<p>This presentation will offer participants:</p>
<ol>
<li>The significance and role of MBSE models in building a robust Digital Thread.</li>
<li>An overview of our Teamcenter based solution, shedding light on how we author, manage and integrate Requirements and CAD objects with MBSE models from Capella.</li>
<li>Demonstrable advantages, insights, and takeaways from our semiconductor equipment industry case study, underscoring the transformative power of Digital Thread leveraging MBSE in accuracy, efficiency, and traceability.</li>
</ol></p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/anbarasu_mullainathan.png" alt="Anbarasu Mullainathan (Applied Materials)" width="120"></td>
<td>
<h4>Anbarasu Mullainathan (Applied Materials)</h4>
<i>Technology & Digital Transformation Enthusiast with Entrepreneurial & Growth mindset. 18+ Years’ experience in Software Development, Support, Program Management & Process Improvements in Product Lifecycle Management (PLM), CAD & other Engineering/Manufacturing IT applications with Six-Sigma Green-Belt Certification. Managed Teamcenter Customization, Implementation & Support Projects for Global Companies and gained an in-depth knowledge in Engineering, Manufacturing & Supply Chain Business Processes.</i>
</td>
</tr>
</table>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/orlando_trejo.png" alt="Orlando Trejo (Applied Materials)" width="120"></td>
<td>
<h4>Orlando Trejo (Applied Materials)</h4>
<i>Digital Engineering Director</i>
</td>
</tr>
</table>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/subhash_kalavar.png" alt="Subhash Kalavar (Applied Materials)" width="120"></td>
<td>
<h4>Subhash Kalavar (Applied Materials)</h4>
<i>Experienced Associate Director with a demonstrated history of working in the semiconductors industry. Skilled in Product Lifecycle Management, Requirements Analysis, Global Delivery, Software Development Life Cycle (SDLC), and Project Management.</i>
</td>
</tr>
</table>
</div>
</span>
<span class="anchor" id="talk_nihon_university"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Example of How Capella Can Be Used for CubeSat Development</h3>
<span class="descr">THURSDAY 21st of NOVEMBER | 9:35 am UTC+1 <button class="tag">software design</button> <button class="tag">high-tech systems</button> <button class="tag">space</button></span>
<p></p>
<p>In the presentation, we will mainly talk about how we use Capella and how we develop software for the nano satellite.</p>
<p>A joint project between Nihon University and the University of Shizuoka is developing a 6U satellite called PRELUDE. It will detect precursors of earthquakes in the ionosphere. We have started using Capella in last year and so far, we are using Capella for software development. It is a big problem for university-developed nanosatellites that the mission failure rate is more than 50%. The software controls the satellite once it is in orbit and it is not easy to reprogram, so it is important to make it flexible and robust. We use Capella to do that.</p>
<p>Software design can be difficult because programmers don't always see the big picture. It is hard to know if the software will meet all the requirements. Requirements can be divided into functional and non-functional requirements. Non-functional requirements specify criteria that can be used to judge the operation of a system, rather than specific behaviors. Although functional requirements are easy to find from a user’s point of view, non-functional requirements are difficult to find. In this scene, Capella can be used effectively because it has both a black-box approach, which reveals user needs, and a white-box approach, which is important for thinking about the internal system. Our satellite’s software has a layered architecture where each layer is compatible with Arcadia. For example, the logical layer in Capella is referenced when we write code for the driver layer. This methodology addresses the challenges of software development.</p>
<p>We are also looking at using Team for Capella to create a complete satellite model. This is a big challenge for university labs, where the knowledge base gets weaker with each new group of graduates. Not only that, building the whole system model helps us to share knowledge and understand the system better, which helps us to make it better.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/masahiko_yamazaki.png" alt="Masaki Naito (Nihon University)" width="120"></td>
<td>
<h4>Masahiko Yamazaki (Nihon University)</h4>
<i>Dr. Masahiko Yamazaki is an Associate Professor at the Department of Aerospace Engineering, College of Science and Technology, Nihon University, Japan. He specializes in CubeSat design and development methods, space systems engineering education, and the dimensionality reduction of mathematical models. Currently, he is developing a 6U CubeSat named PRELUDE to observe ionospheric variations preceding earthquakes, with a scheduled launch in FY 2025. He has developed the HEPTA-Sat international training program, to enable anyone to learn about nanosatellite systems.</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/masaki_naito.png" alt="Yamazaki Masahiko (Nihon University)" width="120"></td>
<td>
<h4>Masaki Naito (Nihon University)</h4>
<i>Masaki Naito is a fourth-year undergraduate student at the Yamazaki Lab, Department of Aerospace Engineering, College of Science and Technology, Nihon University, Japan. Sub-project manager of PRELUDE, a W6U-sized nanosatellite. Currently in charge of system integration and software development of the on-board computer. Masaki is researching for the CubeSat software modeling and optimization by using MBSE including Capella as graduation research.</i>
</td>
</tr>
</table>
</div>
</span>
<span class="anchor" id="talk_pixxel_bluekei"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Leveraging Capella and ARCADIA for Satellite System Design and Integration</h3>
<span class="descr">THURSDAY 21st of NOVEMBER | 10:25 am UTC+1 <button class="tag">subsystem integration</button> <button class="tag">mission planning</button> <button class="tag">space</button></span>
<p></p>
<p>Satellite design integrates various disciplines to achieve desired system capabilities, considering factors like launch stresses, space environment, and mission objectives. Effective management of complex interdependencies is crucial, aided by System Architectures (SA) and Interface Control Documents (ICD) that ensure consistency and collaboration. A system model with a derivation framework further enhances efficiency and provides a single source of truth.</p>
<p>Pixxel's framework combines the ARCADIA method with the Capella tool to address challenges in subsystem integration and mission planning. A hypothetical imaging satellite design demonstrates this approach, starting with Mission Requirements and leading to a Reference Mission Profile. Functional aspects of the Spacecraft and Ground Segment are modeled in Capella, with established design patterns directly incorporated into System Architecture Blank (SAB) and Exchange Scenarios (ES). New requirements are addressed using the System Dataflow Diagram (SDFB) before integration into SAB and ES diagrams, effectively representing the Reference Mission and Architecture.</p>
<p>A well-defined Mission Architecture ensures consistent traceability across all levels. Telemetry and telecommand interfaces are formalized using Capella's Contextual Internal Interface (CII) and Contextual External Interface (CEI) diagrams, with standardized templates enhancing clarity and reusability.</p>
<p>Imaging satellites require capabilities such as Power Generation, Orbit Maintenance, Pointing, Thermal Control, Command and Data Handling, Payload Operation, and Launch Lifecycle. These are categorized as Capella System Capabilities, making the system model straightforward to navigate and applicable across missions. The technology-agnostic logical-level decomposition and standardized architectural viewpoints ensure a cohesive, reusable framework. Pixxel's ongoing implementation continues to leverage these benefits.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/george_savio.png" alt="George Savio (Pixxel Space Technologies, Inc)" width="120"></td>
<td>
<h4>George Savio (Pixxel Space Technologies, Inc)</h4>
<i>Satellite System Engineer</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/rahul_konidena.png" alt="Rahul Konidena (BlueKei Solutions)" width="120"></td>
<td>
<h4>Rahul Konidena (BlueKei Solutions)</h4>
<i>MBSE Engineer</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/tanmay_dube.png" alt="Tanmay Dube (BlueKei Solutions)" width="120"></td>
<td>
<h4>Tanmay Dube (BlueKei Solutions)</h4>
<i>Systems Engineer</i>
</td>
</tr>
</table>
</div>
</span>
<span class="anchor" id="talk_tas"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Enabling MBSE with Simulation to Perform System Analysis for SOLARIS</h3>
<span class="descr">THURSDAY 21st of NOVEMBER | 11:15 am UTC+1 <button class="tag">simulation</button> <button class="tag">scientific research</button> <button class="tag">space</button></span>
<p></p>
<p>In this presentation we will explore the joint use of Model-Based System Engineering (Capella) and the use of Simulation (System Composer, Simulink) to perform architecture optimization and system analysis in the context of the project SBSP (Space-Based Solar Power, part of the ESA SOLARIS program).</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/serena_brizio.png" alt="Serena Brizio (Thales Alenia Space)" width="120"></td>
<td>
<h4>Serena Brizio (Thales Alenia Space)</h4>
<i>Serena Brizio is an aerospace engineer specializing in MBSE, currently at Thales Alenia Space. With a Master's from Politecnico di Torino, she has led MBSE projects at Airbus since 2020, focusing on risk analysis, system architecture, and tool development, and she was also a MBSE teacher at INSA in Toulouse. Then she joined Thales with the role of Avionic System Engineer for the space exploration program.</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/stephan_van_beek.png" alt="Stephan van Beek (Mathworks)" width="120"></td>
<td>
<h4>Stephan van Beek (MathWorks)</h4>
<i>Stephan van Beek brings over 15+ years of dedicated service at MathWorks, Eindhoven, where his role as a technical specialist has made him a key player in the Systems Engineering and Embedded Systems (FPGA, SoC) landscape. Stephan connects with customers across Europe and his ability to merge the principles of Model-Based Systems Engineering (MBSE) with Model-Based Design (MBD) have made him a go-to expert in his field.</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/marco_bimbi.png" alt="Marco Bimbi (Mathworks)" width="120"></td>
<td>
<h4>Marco Bimbi (MathWorks)</h4>
<i>Marco Bimbi is a technical specialist for Model Based Systems Engineering workflows for safety critical applications. Marco joined MathWorks in 2022. Before joining The MathWorks, he has worked for 10+ years in aerospace as well as rails industries such as Rolls-Royce and Deutsche Bahn focusing on Systems Engineering workflows for safety critical applications.</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/lorenzo_guarino.png" alt="Lorenzo Guarino (Thales Alenia Space)" width="120"></td>
<td>
<h4>Lorenzo Guarino (Thales Alenia Space)</h4>
<i>Lorenzo Guarino is an aerospace engineer specialized in the space field, currently employed at Thales Alenia Space. He earned his Master’s Degree through a collaboration between Politecnico di Torino and Thales Alenia Space, focusing on a dynamic application of Model-Based Systems Engineering (MBSE) for the ESA SOLARIS project. After his thesis, he joined Thales as a Mission Analysis and Operations engineer.</i>
</td>
</tr>
</table>
</div>
</span>
<span class="anchor" id="talk_db"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Accelerating Railway Digitization: Scaling Up MBSE in a High-Paced Organization</h3>
<span class="descr">THURSDAY 21st of NOVEMBER | 3:35 pm UTC+1 <button class="tag">co-engineering</button> <button class="tag">large organization</button> <button class="tag">railway</button></span>
<p></p>
<p>At <a href="https://digitale-schiene-deutschland.de/en">Digital Rail for Germany</a>, a railway sector initiative, we work on digitalization and application of latest technologies to bring more capacity to the existing network, increase quality and punctuality. To manage the complexity of the challenge at hand we adopted a Model-Based Systems Engineering (MBSE) approach and created an own engineering environment around Capella.</p>
<p>We use Capella for both internal development projects and together with our partners within Europe Rail Joint Undertaking. Due to the complexity of our environment Capella alone was not enough so we developed an engineering environment around Capella and integrated it with the rest of our engineering toolchain. Most of the bespoke development we've done is public on <a href="https://github.com/DSD-DBS">GitHub</a>.</p>
<p>However, scaling MBSE up across a large organization presents unique challenges. These include enabling collaboration on models across different organizations, making MBSE content accessible to non-MBSE stakeholders, and addressing the need for efficient training. Our presentation outlines our strategies to overcome these challenges:</p>
<ul>
<li><b>Capella Collaboration Manager</b>: An environment designed to reduce the entry barriers for MBSE. We'll demonstrate how users can quickly get into Capella and related tools without installing anything locally, automate tasks, and collaborate in real-time by sharing sessions with other users.</li>
<li><b>Model Accessibility for Non-MBSE Stakeholders</b>: We will showcase how to make MBSE content more accessible for a broader audience: communicating and reviewing model-derived deliverables, discussing content through comment threads, producing evidence of review, and tracking model changes.</li>
<li><b>Scalable Training Solutions</b>: As we prepare to launch multiple projects simultaneously, the need to onboard and train a large number of project engineers is critical. We will present our self-led, on-demand training solution that offers hands-on experience.</li>
</ul>
<p>This talk will provide valuable insights into how we address these challenges, ensuring that MBSE can be scaled effectively to support the digital transformation of Germany's railway system.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/viktor_kravchenko.png" alt="Viktor Kravchenko (DB InfraGO AG)" width="120"></td>
<td>
<h4>Viktor Kravchenko (DB InfraGO AG)</h4>
<i>Viktor Kravchenko is a Systems Engineering specialist with 15+ years of experience in aerospace and railway domains. In his current role at Digitale Schiene Deutshland he leads the Systems Engineering Toolchain team that takes care of the (MB)SE engineering environment and simplification of daily engineering work.</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/moritz_weber.png" alt="Moritz Weber (DB InfraGO AG)" width="120"></td>
<td>
<h4>Moritz Weber (DB InfraGO AG)</h4>
<i>Moritz Weber joined Digitale Schiene Deutschland in 2021 and leads development activities aimed at enhancing the Capella experience and improving collaboration through the Capella Collaboration Manager. His work involves overseeing the Capella environment across various servers, ensuring seamless integration in diverse setups.</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/julius_berges.png" alt="Julius Berges (DB InfraGO AG)" width="120"></td>
<td>
<h4>Julius Berges (DB InfraGO AG)</h4>
<i>Dr.-Ing. Julius Berges has been part of the Digital Rail for Germany initiative since 2024. As a member of the Systems Engineering Methods team, he specializes in advancing Model-based Systems Engineering (MBSE) methodologies to drive innovation and efficiency in rail systems.</i>
</td>
</tr>
</table>
</div>
</span>
<span class="anchor" id="talk_graz_university"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Application of the Arcadia Method on a Bulk Carrier with Siemens Teamcenter PLM Integration </h3>
<span class="descr">THURSDAY 21st of NOVEMBER | 4:25 pm UTC+1 <button class="tag">GHG reduction</button> <button class="tag">PLM integration</button> <button class="tag">maritime</button></span>
<p></p>
<p>The maritime industry is undergoing a major change to achieve the reduction of greenhouse gas (GHG) emissions from existing and future vessels. Marine shipping accounts for ~ 2.89% of global CO2e emissions in 2018, which is ~11% of the global transportation CO2e emissions in 2020. After the International Maritime Organization (IMO) introduced the “Initial IMO Strategy on Reduction of GHG Emissions from Ships” in 2018, the strategy was revised in 2023 and now aims to achieve net-zero GHG emissions from international shipping by around 2050.</p>
<p>Reaching this target demands enhanced operational efficiency, compliance with increasingly stringent regulations, as well as the integration and alignment of different systems within a complex network of stakeholders. New approaches are needed to manage the increasing complexity of the maritime industry and ship development, as the traditional ship design process lacks the ability to describe the operational context, stakeholder interactions, or alternative design options. Model-based systems engineering (MBSE) approaches, such as the Arcadia method, offer a promising strategy to gain a better understanding of the as-is situation and to develop advanced solutions.</p>
<p>This case study demonstrates the application of the Arcadia method for the maritime industry, focusing on the creation of a Siemens system modeling workbench (SMW) system architecture model and its integration into Siemens Teamcenter to realize a comprehensive product lifecycle management (PLM) approach. Selected system model elements are linked with other development artifacts such as requirements in order to demonstrate the possibilities of using system architecture models in ship development. The integration of Arcadia and the SMW system model into the ship development process and further use cases in this context are discussed.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/mathias_dreier.png" alt="Mathias Dreier (Graz University)" width="120"></td>
<td>
<h4>Mathias Dreier (Graz University of Technology - Institute of Machine Components and Methods of Development)</h4>
<i>Mathias Dreier, BSc, is a Master’s student and university assistant in Mechanical Engineering and Business Economics at Graz University of Technology. During an exchange year at the University of Tokyo, Mathias conducted his Master’s thesis on applying model-based systems engineering (MBSE) in the evolving maritime industry. In addition to his academic roles, Mathias currently works as a project engineer at ANTEMIA GmbH.</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/matthias_bajzek.png" alt="Matthias Bajzek (Graz University)" width="120"></td>
<td>
<h4>Matthias Bajzek (Graz University of Technology - Institute of Machine Components and Methods of Development)</h4>
<i>Dipl.-Ing. Dr.-techn. Matthias Bajzek, BSc, is a PhD researcher at Graz University of Technology. He holds a Bachelor’s, Master’s, and Doctoral degree in Mechanical Engineering and Business Economics. His research primarily focuses on the foundations of systems engineering and its application in automotive engineering. In addition to his academic work, Matthias is the co-founder and head of R&D and product development at ANTEMIA GmbH.</i>
</td>
</tr>
</table>
</div>
</span>
<span class="anchor" id="talk_ubs"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>MBSE Confidentiality Management and Security Analysis of Capella Designs</h3>
<span class="descr">THURSDAY 21st of NOVEMBER | 5:15 pm UTC+1 <button class="tag">security policies</button> <button class="tag">defense</button> <button class="tag">research</button></span>
<p></p>
<p>The use of modelling tools for the design of industrial systems is increasingly replacing the documentation production resulting from a classic system design process. One of the problems to be solved in order to fully succeed in this transition is information confidentiality management. It is also necessary to propose a system design process that allows an evolution through the whole design life cycle, and that guarantees a coherent design for a given level of confidentiality. To the best of our knowledge, neither current Model Based System Engineering (MBSE) tools, nor academic research propose solutions to this specific issue.</p>
<p>In this paper, we propose a model-based system design process to manage elements belonging to different levels of confidentiality. The process guarantees a plurality of confidentiality levels in line with Bell-Lapadula security policies for the secure management of system design and specification, as required for the protection of national and coalition defense information. It includes the separation into enclaves and adaptations guaranteeing the preservation of confidentiality and integrity to authorized users. We describe how this process can be leveraged for current modelling tools by exploiting existing multi-user functionality.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2024/speakers/michel_bourdelles.png" alt="Michel Bourdellès (University of South Brittany)" width="120"></td>
<td>
<h4>Michel Bourdellès (University of South Brittany)</h4>
<i>Michel Bourdellès has worked at University of South Brittany (Université Bretagne Sud) as a teacher-researcher since 2021. He previously worked as an engineer in a large defense company for more than 20 years.</i>
</td>
</tr>
</table>
</div>
</span>
</div>
</section>
<section id="previous">
<div class="container">
<div class="row wow fadeInDown" data-wow-delay=".5s">
<h2 class="title">Previous editions</h2>
<div class="container">
<div class="row wow fadeInDown text-center" data-wow-delay=".5s">
<a href="capella_days_2023.html"><img src="images/capella_days_2023/key_figures_capelladays_2023.png" alt="Capella Days 2023 Key Figures"></a>
</div>
</div>
<ul>
<li><a href="capella_days_2023.html">Capella Days Online 2023</a></li>
<li><a href="capella_days_2022.html">Capella Days Online 2022</a></li>
<li><a href="capella_days_2021.html">Capella Days Online 2021</a></li>
<li><a href="capella_days_2020.html">Capella Days Online 2020</a></li>
<li><a href="capella_day_munich_2019.html">Capella Day Munich 2019</a></li>
<li><a href="capella_day_stuttgart_2018.html">Capella Day Stuttgart 2018</a></li>
<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>
<script async src="js/googleAnalytics.js"></script>
</body>
</html>