Newer
Older
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
---
layout: default
title: PyRAT — Acknowledgments
---
<section class="section contact-page">
<div class="container">
<h1 class="title">Acknowledgments</h1>
<h3 style="margin-bottom: 1rem"> This work was supported by:</h3>
<div class="columns">
<div class="column is-one-third has-text-centered">
<a href="sparta.eu"><img width=100 src="{{'/assets/images/sparta-logo.png' | relative_url}}"></a>
</div>
<div class="column ack">
<p>
the SAFAIR subproject of the project SPARTA which has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 830892.
</p>
</div>
</div>
<div class="columns">
<div class="column is-one-third has-text-centered">
<a href="cps4eu.eu"><img width=100 src="{{'/assets/images/cps4eu-logo.png' | relative_url}}"></a>
</div>
<div class="column ack">
<p>
the CPS4EU project that has received funding from the ECSEL Joint Undertaking (JU) under grant agreement No 826276.
</p>
</div>
</div>
<div class="columns">
<div class="column is-one-third has-text-centered">
<a href="confiance.ai"><img width=100 src="{{'/assets/images/confiance-logo.jpg' | relative_url}}"></a>
</div>
<div class="column ack">
<p>
the confiance.ai research program, a French consortium with industrial and academic partners that aims to design and industrialize trustworthy AI-based critical systems.
</p>
</div>
</div>
<div class="columns ">
<div class="column is-one-third">
</div>
<div class="column ack">
<p>
the French Ministère des armées - Agence de l’innovation de défense (Ministry of Armed Forces - Defence Innovation Agency).
</p>
</div>
</div>
</div>
</section>