-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
619 lines (512 loc) · 33.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2022-04-03 Sun 12:47 -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ibex - Quantitative methods for cyber-physical programming</title>
<meta name="generator" content="Org mode">
<meta name="author" content="Renato Neves">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
html,button,input,select,textarea { color: #484C66;}html { font-size: 90%; line-height: 1.4;}*,*:before,*:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}a { white-space: pre; white-space: pre-wrap; white-space: pre-line; white-space: -pre-wrap; white-space: -o-pre-wrap; white-space: -moz-pre-wrap; white-space: -hp-pre-wrap; word-wrap: break-word; text-decoration: none;}a:hover { color: #0A4C89;}/* * Remove text-shadow in selection highlight: h5bp.com/i * These selection rule sets have to be separate. * Customize the background color to match your design. */::-moz-selection { background: #0A4C89; color: #FFF; text-shadow: none;}::selection { background: #0A4C89; color: #FFF; text-shadow: none;}/* * A better looking default horizontal rule */hr { display: block; height: 1px; border: 0; border-top: 1px dashed #CCC; margin: 1em 0; padding: 0;}/* * Remove the gap between images, videos, audio and canvas and the bottom of * their containers: h5bp.com/i/440 */audio,canvas,img,video { vertical-align: middle;}/* * Remove default fieldset styles. */fieldset { border: 0; margin: 0; padding: 0;}/* * Allow only vertical resizing of textareas. */textarea { resize: vertical;}/* ========================================================================== Author's custom styles ========================================================================== */.todo,.done,.tag { font-family: "Source Pro", Monaco, "Courier New", monospace; padding: 0 0.3em; background-color: #EEE; border: 1px solid #CCC;}.todo { color: #DD4433;}.done { color: #44934B;}.tag { font-size: 80%; font-weight: normal; margin: 0 0.3em; display: none;}.timestamp { color: #BEBEBE;}.timestamp-kwd { color: #5F9EA0;}.right { margin-left: auto; margin-right: 0px; text-align: right;}.left { margin-left: 0px; margin-right: auto; text-align: left;}.center { margin-left: auto; margin-right: auto; text-align: center;}.underline { text-decoration: underline;}#postamble p,#preamble p { font-size: 90%; margin: .2em;}pre,code { font-family: "Source Pro", Monaco, "Courier New", monospace; padding-left: 0.3em; padding-right: 0.3em;}pre { font-size: 90%; padding: 8pt; overflow: auto; white-space: pre; word-wrap: normal;}pre.src { position: relative;}pre.src:before { display: none; position: absolute; background-color: #FFF; top: 0.5em; right: 0.5em; padding: 4px; border: 1px solid #CCC;}pre.src-sh:before { content: "Shell Script";}pre.src-bash:before { content: "Bash Script";}pre.src-emacs-lisp:before { content: "Emacs Lisp";}pre.src-R:before { content: "R";}pre.src-perl:before { content: "Perl";}pre.src-java:before { content: "Java";}pre.src-sql:before { content: "SQL";}pre.src-c:before { content: "C";}pre.src-cpp:before { content: "C++";}pre.src-html:before { content: "HTML";}table { border-collapse: collapse; display: block; overflow-x: auto;}caption.t-above { caption-side: top;}caption.t-bottom { caption-side: bottom;}td, th { vertical-align: top; border: 1px solid #CCC; padding: 0.5em;}th.right { text-align: center;}th.left { text-align: center;}th.center { text-align: center;}td.right { text-align: right;}td.left { text-align: left;}td.center { text-align: center;}dt { font-weight: bold;}#footnotes { border-top: 5px solid #0A4C89; margin-bottom: 5em;}#footnotes h2 { display: none;}#text-footnotes { margin-top: 1em;}.footpara:nth-child(2) { display: inline;}.footpara { display: block;}.footdef sup:before { content: "[";}.footdef sup:after { content: "]";}.footdef p { display: inline;}figure { margin: 0;}figure img { max-width: 100%;}figcaption { text-align: center; font-size: 0.8rem;}.inlinetask { padding: 10px; border: 2px solid gray; margin: 10px; background: #ffffcc;}#org-div-home-and-up { text-align: right; font-size: 70%; white-space: nowrap;}textarea { overflow-x: auto;}.linenr { font-size: smaller;}.code-highlighted { background-color: #ffff00;}.org-info-js_info-navigation { border-style: none;}#org-info-js_console-label { font-size: 10px; font-weight: bold; white-space: nowrap;}.org-info-js_search-highlight { background-color: #ffff00; color: #000000; font-weight: bold;}p.verse,blockquote { margin: 0; padding: 0; padding-left: 3%; border-left: 5px solid #0A4C89;}body { font-family: Lora, "Source Sans Pro", Georgia, serif; width: 92%; max-width: 1024px; margin: 0 auto; background-color: #FFF;}h2 { line-height: 1.62em;}.title { margin: 0 0 2em 0; line-height: 2em; border-bottom: 5px solid #0A4C89; text-align: center;}#postamble { font-size: 80%; line-height: 1.4em; text-align: right;}h1, h2, h3, h4, h5, h6 { font-family: "Source Sans Pro", sans-serif; color: #222;}.outline-2 { margin-bottom: 4em;}.outline-2 h2 { border-bottom: 1px solid #CCC;}.outline-text-2 code, pre { background-color: #EEE;}#table-of-contents { display: none; margin-left: 0.5em;}#text-table-of-contents ul { padding-left: 1.8em;}#text-table-of-contents li { list-style-type: circle; margin: 0.4em 0;}#text-table-of-contents ul ul { margin: 0;}#text-table-of-contents li li { font-weight: normal; font-size: 90%; margin: 0;}#content { overflow: hidden; *zoom: 1;}/* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */}@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */}/* ========================================================================== Print styles. Inlined to avoid required HTTP connection: h5bp.com/r ========================================================================== */@media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links for images, or javascript/internal links */ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { /* border: 1px solid #999; */ page-break-inside: avoid; } thead { display: table-header-group; /* h5bp.com/t */ } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } #table-of-contents { display: block; width: initial; border: none; } #table-of-contents a { text-decoration: none; }}/* large screen */@media screen and (min-width: 40rem) { html { font-size: 100%; } #table-of-contents { display: block; padding: 1em; width: 32%; min-width: 18em; float: right; background-color: #EEE; position: relative; /* required by z-index */ z-index: 5000; border: 1px solid #CCC; } .tag { display: initial; }}
</style>
<script type="text/javascript">
$(function() { $('.note').before("<p class='admonition-title note'>Note</p>"); $('.seealso').before("<p class='admonition-title seealso'>See also</p>"); $('.warning').before("<p class='admonition-title warning'>Warning</p>"); $('.caution').before("<p class='admonition-title caution'>Caution</p>"); $('.attention').before("<p class='admonition-title attention'>Attention</p>"); $('.tip').before("<p class='admonition-title tip'>Tip</p>"); $('.important').before("<p class='admonition-title important'>Important</p>"); $('.hint').before("<p class='admonition-title hint'>Hint</p>"); $('.error').before("<p class='admonition-title error'>Error</p>"); $('.danger').before("<p class='admonition-title danger'>Danger</p>");});$( document ).ready(function() { $(document).on('click', "[data-toggle='wy-nav-top']", function() { $("[data-toggle='wy-nav-shift']").toggleClass("shift"); $("[data-toggle='rst-versions']").toggleClass("shift"); }); $(document).on('click', ".wy-menu-vertical .current ul li a", function() { $("[data-toggle='wy-nav-shift']").removeClass("shift"); $("[data-toggle='rst-versions']").toggleClass("shift"); }); $(document).on('click', "[data-toggle='rst-current-version']", function() { $("[data-toggle='rst-versions']").toggleClass("shift-up"); }); $("table.docutils:not(.field-list)").wrap("<div class='wy-table-responsive'></div>");});$( document ).ready(function() { $('#text-table-of-contents ul').first().addClass('nav'); $('body').scrollspy({target: '#text-table-of-contents'}); var $postamble = $('#postamble'); var $tableOfContents = $('#table-of-contents'); $tableOfContents.css({paddingBottom: $postamble.outerHeight()}); var toggleSidebar = $('<div id="toggle-sidebar"><a href="#table-of-contents"><h2>Table of Contents</h2></a></div>'); $('#content').prepend(toggleSidebar); var closeBtn = $('<a class="close-sidebar" href="#">Close</a>'); var tocTitle = $('#table-of-contents').find('h2'); tocTitle.append(closeBtn);});window.SphinxRtdTheme = (function (jquery) { var stickyNav = (function () { var navBar, win, stickyNavCssClass = 'stickynav', applyStickNav = function () { if (navBar.height() <= win.height()) { navBar.addClass(stickyNavCssClass); } else { navBar.removeClass(stickyNavCssClass); } }, enable = function () { applyStickNav(); win.on('resize', applyStickNav); }, init = function () { navBar = jquery('nav.wy-nav-side:first'); win = jquery(window); }; jquery(init); return { enable : enable }; }()); return { StickyNav : stickyNav };}($));
</script>
<script type="text/javascript">
// @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.classList.add("code-highlighted");
target.classList.add("code-highlighted");
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.classList.remove("code-highlighted");
target.classList.remove("code-highlighted");
}
}
/*]]>*///-->
// @license-end
</script>
</head>
<body>
<div id="content">
<header>
<h1 class="title">Ibex - Quantitative methods for cyber-physical programming</h1>
</header><nav id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#org0f0f68e">Project's description</a></li>
<li><a href="#orgf092031">Research team</a></li>
<li><a href="#orga556ff4">Publications</a></li>
<li><a href="#org0f95d45">Dissemination</a></li>
<li><a href="#orgfdcf1e7">Previous projects</a></li>
<li><a href="#org714a10e">Acknowledgements</a></li>
</ul>
</div>
</nav>
<hr>
<div id="outline-container-org0f0f68e" class="outline-2">
<h2 id="org0f0f68e">Project's description</h2>
<div class="outline-text-2" id="text-org0f0f68e">
<p>
<figure id="org0e8a9dc">
<img src="Spanish_Ibex_Portrait.jpg" alt="Spanish_Ibex_Portrait.jpg" style="float:left; margin: 0px 10px 00px 0px" title="Iberian Ibex" width="300">
</figure>
Thanks to advances in computational power and miniaturisation,
software is increasingly embedded in infrastructures and industrial
processes to boost efficiency, safety, and production. In
this context it is now qualified as <b>cyber-physical</b> to emphasise its
tight interaction with physical processes (such as velocity,
movement, and temperature), and to sign a shift from usual software
engineering practices to a more multifaceted view that combines
computer science, control theory, and analysis. There has been
important progress in the development of mathematical foundations
for cyber-physical systems. Existing results typically take the form
of a <b>hybrid process algebra</b>, which add the notion of a
differential equation to an existing, well-established process
algebra.
However, the fact that computational processes are intermixed with physical
ones raises challenging aspects that severely hinder these results as
foundations for an engineering discipline of cyber-physical
software. Specifically, the latter bring an inherent layer of
<b>uncertainty</b>, due to noise in sensors and actuators.
Moreover, they
require notions of <b>behavioural distance</b> for realistically comparing
two systems in an algebraic, rigorous way. The goal of this project is
thus to develop the mathematical foundations of cyber-physical
programming by taking into account the quantitative aspects discussed
above: uncertainty and behavioural distance. Note that our goal is
<b>not</b> develop a specific programming language for cyber-physical
systems, but rather to focus on core, semantic foundations and calculi
which will then serve as basis for developing such languages.
</div>
</div>
<div id="outline-container-orgf092031" class="outline-2">
<h2 id="orgf092031">Research team</h2>
<div class="outline-text-2" id="text-orgf092031">
The project's team is comprised of the researchers listed below,
which bring together three different research centres: <a href="https://haslab.uminho.pt/">HASLab (INESC-TEC)</a>, <a href="http://www.cister.isep.ipp.pt/">CISTER-ISEP</a>,
and <a href="https://cidma.ua.pt/">CIDMA-UA</a>.
<ul class="org-ul">
<li><a href="https://alfa.di.uminho.pt/~nevrenato/">Renato Neves (PI)</a></li>
<li><a href="https://www.di.uminho.pt/~lsb/">Luís Soares Barbosa (co-PI)</a></li>
<li><a href="https://www.di.uminho.pt/~jno/">José Nuno Oliveira</a></li>
<li><a href="https://scholar.google.pt/citations?user=IC09imkAAAAJ&hl=pt-PT">Leandro Gomes</a></li>
<li><a href="https://jose.proenca.org/">José Proença</a></li>
<li><a href="http://www.cister.isep.ipp.pt/people/david_pereira/">David Pereira</a></li>
<li><a href="http://www.cister.isep.ipp.pt/people/kai_li/">Kai Li</a></li>
<li><a href="http://sweet.ua.pt/madeira/">Alexandre Madeira</a></li>
<li><a href="https://www.inesctec.pt/en/people/andre-manuel-sequeira">André Sequeira</a></li>
<li><a href="https://www.inesctec.pt/pt/pessoas/juliana-patricio-souza">Juliana Souza</a></li>
<li><a href="https://www.norileo.com/">Norihiro Yamada</a></li>
<li><a href="https://cister-labs.pt/people/reydel_olano/">Reydel Olano</a></li>
</ul>
</div>
</div>
<div id="outline-container-orga556ff4" class="outline-2">
<h2 id="orga556ff4">Publications</h2>
<div class="outline-text-2" id="text-orga556ff4">
</div>
<!-- add bib here -->
<p><a name="edixhoven23"></a>
Luc Edixhoven, Sung-Shik Jongmans, José Proença, and Ilaria Castellani.
Branching pomsets: design, expressiveness and applications to
choreographies.
<em>Journal of Logical and Algebraic Methods in Programming</em>,
136:100919, 2024.
[ <a href="bib_bib.html#edixhoven23">bib</a> |
<a href="http://dx.doi.org/10.1016/j.jlamp.2023.100919">DOI</a> |
<a href="https://www.sciencedirect.com/science/article/pii/S2352220823000731">http</a> |
<a href="edixhoven23.pdf">.pdf</a> ]
</p>
<p><a name="dias24"></a>
Inês Dias.
An interpreter for a concurrent quantum language.
Master's thesis, University of Minho, January 2024.
[ <a href="bib_bib.html#dias24">bib</a> |
<a href="dias24.pdf">.pdf</a> ]
</p>
<p><a name="dahlqvist22"></a>
Fredrik Dahlqvist and Renato Neves.
The syntactic side of autonomous categories enriched over
generalised metric spaces.
<em>Logical Methods in Computer Science</em>, Volume 19, Issue 4,
December 2023.
[ <a href="bib_bib.html#dahlqvist22">bib</a> |
<a href="http://dx.doi.org/10.46298/lmcs-19(4:31)2023">DOI</a> |
<a href="https://lmcs.episciences.org/12719/pdf">http</a> |
<a href="dahlqvist23.pdf">.pdf</a> ]
</p>
<p><a name="correia23"></a>
Ricardo Correia.
Simulation of hybrid systems regulated by newtonian mechanics.
Master's thesis, University of Minho, December 2023.
[ <a href="bib_bib.html#correia23">bib</a> |
<a href="correia23.pdf">.pdf</a> ]
</p>
<p><a name="carvalho23"></a>
Rui Carvalho.
Adding uncertainty to real-time programming.
Master's thesis, University of Minho, September 2023.
[ <a href="bib_bib.html#carvalho23">bib</a> |
<a href="carvalho23.pdf">.pdf</a> ]
</p>
<p><a name="proenca22"></a>
Maurice H. ter Beek, Guillermina Cledou, Rolf Hennicker, and José
Proença.
Can we communicate? using dynamic logic to verify team automata.
In Marsha Chechik, Joost-Pieter Katoen, and Martin Leucker,
editors, <em>Formal Methods - 25th International Symposium, FM 2023,
Lübeck, Germany, March 6-10, 2023, Proceedings</em>, volume 14000 of <em>
Lecture Notes in Computer Science</em>, pages 122--141. Springer, 2023.
[ <a href="bib_bib.html#proenca22">bib</a> |
<a href="http://dx.doi.org/10.1007/978-3-031-27481-7\_9">DOI</a> |
<a href="https://doi.org/10.1007/978-3-031-27481-7\_9">http</a> |
<a href="proenca22.pdf">.pdf</a> ]
</p>
<p><a name="dahlqvist23"></a>
Fredrik Dahlqvist and Renato Neves.
A complete v-equational system for graded lambda-calculus.
In Marie Kerjean and Paul Blain Levy, editors, <em>Proceedings of
the 39th Conference on the Mathematical Foundations of Programming Semantics,
MFPS XXXIX, Indiana University, Bloomington, IN, USA, June 21-23, 2023</em>,
volume 3 of <em>EPTICS</em>. EpiSciences, 2023.
[ <a href="bib_bib.html#dahlqvist23">bib</a> |
<a href="http://dx.doi.org/10.46298/ENTICS.12299">DOI</a> |
<a href="https://entics.episciences.org/12299/pdf">http</a> |
<a href="dahlqvist23b.pdf">.pdf</a> ]
</p>
<p><a name="cunha22"></a>
Juliana Cunha, Alexandre Madeira, and Luís Soares Barbosa.
Structured specification of paraconsistent transition systems.
In Hossein Hojjat and Erika Ábrahám, editors, <em>
Fundamentals of Software Engineering - 10th International Conference, FSEN
2023, Tehran, Iran, May 4-5, 2023, Revised Selected Papers</em>, volume 14155 of
<em>Lecture Notes in Computer Science</em>, pages 1--17. Springer, 2023.
[ <a href="bib_bib.html#cunha22">bib</a> |
<a href="http://dx.doi.org/10.1007/978-3-031-42441-0\_1">DOI</a> |
<a href="https://doi.org/10.1007/978-3-031-42441-0\_1">http</a> |
<a href="cunha23.pdf">.pdf</a> ]
</p>
<p><a name="backhouse23"></a>
Roland Carl Backhouse and José Nuno Oliveira.
On difunctions.
<em>J. Log. Algebraic Methods Program.</em>, 134:100878, 2023.
[ <a href="bib_bib.html#backhouse23">bib</a> |
<a href="http://dx.doi.org/10.1016/J.JLAMP.2023.100878">DOI</a> |
<a href="https://doi.org/10.1016/j.jlamp.2023.100878">http</a> |
<a href="oliveira23b.pdf">.pdf</a> ]
</p>
<p><a name="terbeek23"></a>
Maurice H. ter Beek, Rolf Hennicker, and José Proença.
Realisability of global models of interaction.
In Erika Ábrahám, Clemens Dubslaff, and Silvia
Lizeth Tapia Tarifa, editors, <em>Theoretical Aspects of Computing - ICTAC
2023 - 20th International Colloquium, Lima, Peru, December 4-8, 2023,
Proceedings</em>, volume 14446 of <em>Lecture Notes in Computer Science</em>, pages
236--255. Springer, 2023.
[ <a href="bib_bib.html#terbeek23">bib</a> |
<a href="http://dx.doi.org/10.1007/978-3-031-47963-2\_15">DOI</a> |
<a href="https://doi.org/10.1007/978-3-031-47963-2\_15">http</a> |
<a href="terbeek23.pdf">.pdf</a> ]
</p>
<p><a name="proenca23"></a>
José Proença.
Overview on constrained multiparty synchronisation in team automata.
In Javier Cámara and Sung-Shik Jongmans, editors, <em>Formal
Aspects of Component Software - 19th International Conference, FACS 2023,
Virtual Event, October 19-20, 2023, Revised Selected Papers</em>, volume 14485 of
<em>Lecture Notes in Computer Science</em>. Springer, 2023.
[ <a href="bib_bib.html#proenca23">bib</a> |
<a href="proenca23.pdf">.pdf</a> ]
</p>
<p><a name="proenca23b"></a>
José Proença, David Pereira, Giann Spilere Nandi, Sina Borrami, and
Jonas Melchert.
Spreadsheet-based configuration of families of real-time
specifications.
In Maurice H. ter Beek and Clemens Dubslaff, editors, <em>
Proceedings of the First Workshop on Trends in Configurable Systems Analysis,
TiCSA@ETAPS 2023, Paris, France, 23rd April 2023</em>, volume 392 of <em>
EPTCS</em>, pages 27--39, 2023.
[ <a href="bib_bib.html#proenca23b">bib</a> |
<a href="http://dx.doi.org/10.4204/EPTCS.392.2">DOI</a> |
<a href="https://doi.org/10.4204/EPTCS.392.2">http</a> |
<a href="proenca23b.pdf">.pdf</a> ]
</p>
<p><a name="proenca23c"></a>
José Proença and Luc Edixhoven.
Caos: A reusable scala web animator of operational semantics.
In Sung-Shik Jongmans and Antónia Lopes, editors, <em>Coordination
Models and Languages - 25th IFIP WG 6.1 International Conference,
COORDINATION 2023, Held as Part of the 18th International Federated
Conference on Distributed Computing Techniques, DisCoTec 2023, Portugal, June
19-23, 2023, Proceedings</em>, volume 13908 of <em>Lecture Notes in Computer
Science</em>, pages 163--171. Springer, 2023.
[ <a href="bib_bib.html#proenca23c">bib</a> |
<a href="http://dx.doi.org/10.1007/978-3-031-35361-1_9">DOI</a> |
<a href="https://doi.org/10.1007/978-3-031-35361-1_9">http</a> |
<a href="proenca23c.pdf">.pdf</a> ]
</p>
<p><a name="kai23"></a>
Kai Li, Xin Yuan, Jingjing Zheng, Wei Ni, and Mohsen Guizani.
Exploring adversarial graph autoencoders to manipulate federated
learning in the internet of things.
In <em>2023 International Wireless Communications and Mobile
Computing (IWCMC)</em>, pages 898--903, 2023.
[ <a href="bib_bib.html#kai23">bib</a> |
<a href="http://dx.doi.org/10.1109/IWCMC58020.2023.10183217">DOI</a> |
<a href="kai23.pdf">.pdf</a> ]
</p>
<p><a name="sequeira23"></a>
André Sequeira, Luís Paulo Santos, and Luís Soares Barbosa.
Policy gradients using variational quantum circuits.
<em>Quantum Mach. Intell.</em>, 5(1):1--15, 2023.
[ <a href="bib_bib.html#sequeira23">bib</a> |
<a href="http://dx.doi.org/10.1007/S42484-023-00101-8">DOI</a> |
<a href="https://doi.org/10.1007/s42484-023-00101-8">http</a> |
<a href="sequeira23.pdf">.pdf</a> ]
</p>
<p><a name="barbosa23"></a>
Luís Soares Barbosa and Alexandre Madeira.
Capturing qubit decoherence through paraconsistent transition
systems.
In Shigeru Chiba, Youyou Cong, and Elisa Gonzalez Boix, editors, <em>
Companion Proceedings of the 7th International Conference on the Art,
Science, and Engineering of Programming, Programming 2023, Tokyo, Japan,
March 13-17, 2023</em>, pages 109--110. ACM, 2023.
[ <a href="bib_bib.html#barbosa23">bib</a> |
<a href="http://dx.doi.org/10.1145/3594671.3594689">DOI</a> |
<a href="barbosa23.pdf">.pdf</a> ]
</p>
<p><a name="cunha23"></a>
Juliana Cunha, Alexandre Madeira, and Luís Soares Barbosa.
Stepwise development of paraconsistent processes.
In Cristina David and Meng Sun, editors, <em>Theoretical Aspects of
Software Engineering - 17th International Symposium, TASE 2023, Bristol,
UK, July 4-6, 2023, Proceedings</em>, volume 13931 of <em>Lecture Notes in
Computer Science</em>, pages 327--343. Springer, 2023.
[ <a href="bib_bib.html#cunha23">bib</a> |
<a href="http://dx.doi.org/10.1007/978-3-031-35257-7\_20">DOI</a> |
<a href="https://doi.org/10.1007/978-3-031-35257-7\_20">http</a> |
<a href="cunha23.pdf">.pdf</a> ]
</p>
<p><a name="santos23"></a>
Jaime Santos, Daniel Figueiredo, and Alexandre Madeira.
iddl2dl - interval syntax to dl.
In Cristina David and Meng Sun, editors, <em>Theoretical Aspects of
Software Engineering - 17th International Symposium, TASE 2023, Bristol,
UK, July 4-6, 2023, Proceedings</em>, volume 13931 of <em>Lecture Notes in
Computer Science</em>, pages 240--247. Springer, 2023.
[ <a href="bib_bib.html#santos23">bib</a> |
<a href="http://dx.doi.org/10.1007/978-3-031-35257-7\_14">DOI</a> |
<a href="https://doi.org/10.1007/978-3-031-35257-7\_14">http</a> |
<a href="santos23.pdf">.pdf</a> ]
</p>
<p><a name="kai24"></a>
Kai Li, Jingjing Zheng, Xin Yuan, Wei Ni, Ozgur B. Akan, and H. Vincent Poor.
Data-agnostic model poisoning against federated learning: A graph
autoencoder approach, 2023.
[ <a href="bib_bib.html#kai24">bib</a> |
<a href="http://arxiv.org/abs/2311.18498">arXiv</a> |
<a href="kai24.pdf">.pdf</a> ]
</p>
<p><a name="proenca22c"></a>
Luc Edixhoven, Sung-Shik Jongmans, José Proença, and Guillermina
Cledou.
Branching pomsets for choreographies.
In Clément Aubert, Cinzia Di Giusto, Larisa Safina, and Alceste
Scalas, editors, <em>Proceedings 15th Interaction and Concurrency
Experience, ICE 2022, Lucca, Italy, 17th June 2022</em>, volume 365 of <em>
EPTCS</em>, pages 37--52, 2022.
[ <a href="bib_bib.html#proenca22c">bib</a> |
<a href="http://dx.doi.org/10.4204/EPTCS.365.3">DOI</a> |
<a href="https://doi.org/10.4204/EPTCS.365.3">http</a> |
<a href="proenca22c.pdf">.pdf</a> ]
</p>
<p><a name="proenca22b"></a>
Sung-Shik Jongmans and José Proença.
ST4MP: A blueprint of multiparty session typing for multilingual
programming.
In Tiziana Margaria and Bernhard Steffen, editors, <em>Leveraging
Applications of Formal Methods, Verification and Validation. Verification
Principles - 11th International Symposium, ISoLA 2022, Rhodes, Greece,
October 22-30, 2022, Proceedings, Part I</em>, volume 13701 of <em>Lecture
Notes in Computer Science</em>, pages 460--478. Springer, 2022.
[ <a href="bib_bib.html#proenca22b">bib</a> |
<a href="http://dx.doi.org/10.1007/978-3-031-19849-6\_26">DOI</a> |
<a href="https://doi.org/10.1007/978-3-031-19849-6\_26">http</a> |
<a href="proenca22b.pdf">.pdf</a> ]
</p>
<p><a name="oliveira22"></a>
Pedro Silva, José N. Oliveira, Nuno Macedo, and Alcino Cunha.
Quantitative relational modelling with qalloy.
In Abhik Roychoudhury, Cristian Cadar, and Miryung Kim, editors, <em>
Proceedings of the 30th ACM Joint European Software Engineering Conference
and Symposium on the Foundations of Software Engineering, ESEC/FSE 2022,
Singapore, Singapore, November 14-18, 2022</em>, pages 885--896. ACM, 2022.
[ <a href="bib_bib.html#oliveira22">bib</a> |
<a href="http://dx.doi.org/10.1145/3540250.3549154">DOI</a> |
<a href="https://doi.org/10.1145/3540250.3549154">http</a> |
<a href="oliveira22.pdf">.pdf</a> ]
</p>
<p><a name="gomes22"></a>
Leandro Gomes, Alexandre Madeira, and Luís Soares Barbosa.
Weighted synchronous automata.
<em>Math. Struct. Comput. Sci.</em>, 32(9):1234--1253, 2022.
[ <a href="bib_bib.html#gomes22">bib</a> |
<a href="http://dx.doi.org/10.1017/S0960129522000421">DOI</a> |
<a href="https://doi.org/10.1017/S0960129522000421">http</a> ]
</p>
<p><a name="cruz22"></a>
Ana Cruz, Alexandre Madeira, and Luís Soares Barbosa.
A logic for paraconsistent transition systems.
In Andrzej Indrzejczak and Michal Zawidzki, editors, <em>Proceedings
of the 10th International Conference on Non-Classical Logics. Theory and
Applications, NCL 2022, LódŹ, Poland, 14-18 March 2022</em>,
volume 358 of <em>EPTCS</em>, pages 270--284, 2022.
[ <a href="bib_bib.html#cruz22">bib</a> |
<a href="http://dx.doi.org/10.4204/EPTCS.358.20">DOI</a> |
<a href="https://doi.org/10.4204/EPTCS.358.20">http</a> |
<a href="cruz22.pdf">.pdf</a> ]
</p>
<p><a name="cruz22b"></a>
Ana Cruz, Alexandre Madeira, and Luís Soares Barbosa.
Paraconsistent transition systems.
In Daniele Nantes-Sobrinho and Pascal Fontaine, editors, <em>
Proceedings 17th International Workshop on Logical and Semantic Frameworks
with Applications, LSFA 2022, Belo Horizonte, Brazil (hybrid), 23-24
September 2022</em>, volume 376 of <em>EPTCS</em>, pages 3--15, 2022.
[ <a href="bib_bib.html#cruz22b">bib</a> |
<a href="http://dx.doi.org/10.4204/EPTCS.376.3">DOI</a> |
<a href="https://doi.org/10.4204/EPTCS.376.3">http</a> |
<a href="cunha23b.pdf">.pdf</a> ]
</p>
<p><a name="oliveira23"></a>
José Nuno Oliveira.
Why adjunctions matter - A functional programmer perspective.
In Alexandre Madeira and Manuel A. Martins, editors, <em>Recent
Trends in Algebraic Development Techniques - 26th IFIP WG 1.3
International Workshop, WADT 2022, Aveiro, Portugal, June 28-30, 2022,
Revised Selected Papers</em>, volume 13710 of <em>Lecture Notes in Computer
Science</em>, pages 25--59. Springer, 2022.
[ <a href="bib_bib.html#oliveira23">bib</a> |
<a href="http://dx.doi.org/10.1007/978-3-031-43345-0\_2">DOI</a> |
<a href="https://doi.org/10.1007/978-3-031-43345-0\_2">http</a> |
<a href="oliveira23.pdf">.pdf</a> ]
</p><hr><p><em>This file was generated by
<a href="http://www.lri.fr/~filliatr/bibtex2html/">bibtex2html</a> 1.99.</em></p>
<!-- end -->
</div>
<div id="outline-container-org0f95d45" class="outline-2">
<h2 id="org0f95d45">Dissemination</h2>
<div class="outline-text-2" id="text-org0f95d45">
<table>
<colgroup>
<col class="org-left">
<col class="org-left">
<col class="org-left">
</colgroup>
<tbody>
<tr>
<td class="org-left">Invited talk at <a href="https://niccoloveltri.github.io/tsem21/">C. S. Theory Seminar</a>, Tallinn.</td>
<td class="org-left"><a href="templ_pres.pdf">An Internal Language for Categories Enriched over Generalised Metric Spaces</a></td>
<td class="org-left">Jan. 2022</td>
</tr>
<tr>
<td class="org-left">Invited talk at <a href="https://www.coalg.org/cmcs22/">CMCS'22</a>, Munich.</td>
<td class="org-left"><a href="Renato.pdf">Coalgebra meets Hybrid Systems</a></td>
<td class="org-left">Abr. 2022</td>
</tr>
<tr>
<td class="org-left">Ibex workshop as part of <a href="http://wadt2022.web.ua.pt/">WADT'22</a>, Aveiro.</td>
<td class="org-left"> <a href="https://link.springer.com/book/10.1007/978-3-031-43345-0">Proceedings</a></td>
<td class="org-left">Jun. 2022</td>
</tr>
<tr>
<td class="org-left">Invited talk at <a href="https://facs-conference.github.io/2022/">FACS'22</a>, online. </td>
<td class="org-left"><a href="facs22.pdf">Semantics for Hybrid Components - Categorical Tools and Techniques</a></td>
<td class="org-left">Nov. 2022</td>
</tr>
<tr>
<td class="org-left">Ibex workshop as part of <a href="https://www.unesco.org/en/days/world-logic">Word Logic Day</a>, Aveiro.</td>
<td class="org-left"><a href="http://worldlogicday.web.ua.pt/">Website</a></td>
<td class="org-left">Jan. 2023</td>
</tr>
<tr>
<td class="org-left">Invited talk at <a href="https://www.uc.pt/en/fctuc/dmat/investigacao/cmuc">CMUC</a>, Coimbra. </td>
<td class="org-left"><a href="cmuc23.pdf">Higher-order quantitative equational theories</a></td>
<td class="org-left">May 2023</td>
</tr>
<tr>
<td class="org-left">Ibex workshop, Braga.</td>
<td class="org-left">---</a></td>
<td class="org-left">Jun. 2023</td>
</tr>
<tr>
<td class="org-left">Lecture at the summer school <a href="https://valu3s.eu/summer-school-2023/">VVML</a>, Genova.</td>
<td class="org-left"><a href="proenca_slides.pdf">Slides</a></td>
<td class="org-left">Jul. 2023</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-orgfdcf1e7" class="outline-2">
<h2 id="orgfdcf1e7">Previous related projects</h2>
<div class="outline-text-2" id="text-orgfdcf1e7">
<table>
<colgroup>
<col class="org-left">
<col class="org-left">
</colgroup>
<tbody>
<tr>
<td class="org-left"><a href="http://davinci.di.uminho.pt/">DaVinci</a></td>
<td class="org-left">Distributed Architectures: Variability and Interaction for Cyber-Physical Systems</td>
</tr>
<tr>
<td class="org-left"><a href="http://klee.di.uminho.pt/">Klee</a></td>
<td class="org-left">Coalgebraic Modeling and Analysis for Computational Synthetic Biology</td>
</tr>
<tr>
<td class="org-left"><a href="https://dali.di.uminho.pt/">Dalí</a></td>
<td class="org-left">Dynamic logics for cyber-physical systems: towards contract based design</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-org714a10e" class="outline-2">
<h2 id="org714a10e">Acknowledgements</h2>
<div class="outline-text-2" id="text-org714a10e">
<p>
Photo (of the <a href="https://en.wikipedia.org/wiki/Iberian_ibex">Iberian Ibex</a>) by <a href="https://www.arturodefrias.com/">Arturo de Frías</a>.
This work is financed by National Funds through FCT - Fundação para a
Ciência e a Tecnologia, I.P. (Portuguese Foundation for Science and Technology)
within the project IBEX, with reference 10.54499/PTDC/CCI-COM/4280/2021.
</p>
<figure id="org1106a63">
<img src="portugal.png" alt="portugal.png" style="float:right; margin: 0px 0px 0px 0px" title="Portugal" width="180">
</figure>
<figure id="org9b23aa7">
<img src="fct.jpg" alt="fct.jpg" style="float:right; margin: 0px 0px 0px 0px" title="FCT" width="270">
</figure>
</div>
</div>
</div>
<div id="postamble" class="status">
</div>
</body>
</html>