-
Notifications
You must be signed in to change notification settings - Fork 1
/
authors.html
232 lines (177 loc) · 9.7 KB
/
authors.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
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<script src="./files/jquery-1.11.3.min.js.download"></script>
<script src="./files/jquery.fitvids.js.download"></script>
<script src="./files/highlight.min.js.download"></script>
<script src="./files/scripts.js.download"></script>
<head>
<title>ros-rvft: guidelines for developers and qa teams</title>
<link rel="stylesheet" href="./files/styles.css">
<link rel="stylesheet" href="./files/css">
<link rel="stylesheet" href="./files/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="-index.xml" rel="alternate" type="application/rss+xml">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.57.2">
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="ros-rvft">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="-">
<script async src="https://rum.cronitor.io/script.js"></script>
<script>
window.cronitor = window.cronitor || function() { (window.cronitor.q = window.cronitor.q || []).push(arguments); };
cronitor('config', { clientKey: '97d9d4d8389c85dd1e533df8355e7602' });
</script>
<script async="" src="./files/analytics.js.download"></script>
<script src="./files/MathJax.js.download" id="">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
displayMath: [['$$', '$$']],
processEscapes: true,
processEnvironments: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
TeX: {
equationNumbers: { autoNumber: "AMS" },
extensions: ["AMSmath.js", "AMSsymbols.js"]
}
}
});
MathJax.Hub.Queue(function () {
var all = MathJax.Hub.getAllJax(), i;
for (i = 0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
MathJax.Hub.Config({TeX: { equationNumbers: { autoNumber: "AMS" } }});
</script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-33213501-2', 'auto');
ga('send', 'pageview');
}
</script>
</head>
<body>
<div id="MathJax_Message" style="display: none;"></div>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-33213501-2', 'auto');
ga('send', 'pageview');
}
</script>
<header class="site-header">
<ul class="site-nav">
<li class="site-nav-item"> ROS-RVFT </li>
<li class="site-nav-item">
<a title="Guideline Catalog" href="https://ros-rvft.github.io/index">Guideline Catalog</a>
</li>
<li class="site-nav-item">
<a title="Replication package" href="https://ros-rvft.github.io/replication">Replication Package</a>
</li>
<li class="site-nav-item">
<a title="Evaluation" href="https://ros-rvft.github.io/evaluation">Evaluation</a>
</li>
<li class="site-nav-item">
<a title="Contribute" href="https://ros-rvft.github.io/contribute">Contribute</a>
</li>
<li class="site-nav-item">
<a title="Authors" href="https://ros-rvft.github.io/authors">Authors</a>
</li>
<li class="site-nav-item">
<a title="Research" href="https://ros-rvft.github.io/research">Cite Us!</a>
</li>
</ul>
</header>
<div id="container">
<div class="container">
<article class="post-container">
<header class="post-header">
<h1 class="post-title">About us</h1>
</header>
<div class="post-content clearfix">
<p><img src="./img/ricardo.jpg" style="float:right; overflow: auto;width:200px; margin-left: 1em;">
</p><p>
<br>
</p><h3>Ricardo Caldas (primary contact)</h3><p></p>
<p>PhD. Candidate, Chalmers University of Technology, Interaction Design and Software Engineering, Computer Science and Engineering
</p><p></p>
<p><a href="https://ricardocaldas.me/"> Contact Information</a></p>
<p>Email: <a href="mailto: [email protected]"> [email protected]</a></p>
<p><br><br></p>
<p><img src="./img/tony.png" style="float:right; overflow: auto;width:200px; margin-left: 1em;">
</p><p>
<br>
</p><h3>Juan Antonio Pinera Garcia</h3><p></p>
<p>PhD Candidate, Gran Sasso Science Institute</p><p></p>
<p><a href="https://www.gssi.it/people/students/students-computer-science/item/15647-pinera-garcia-juan-antonio"> Contact Information</a></p>
<p><br><br></p>
<p><img src="./img/matei.jpg" style="float:right; overflow: auto;width:200px; margin-left: 1em;">
</p><p>
<br>
</p><h3>Matei Schiopu</h3><p></p>
<p>Assistant Researcher, Chalmers University of Technology</p><p></p>
<p><a href="https://www.linkedin.com/in/matei-schiopu-37aa071a1/"> Contact Information</a></p>
<p><br><br></p>
<p><img src="./img/patrizio.jpg" style="float:right; overflow: auto;width:200px; margin-left: 1em;">
</p><p>
<br>
</p><h3>Patrizio Pelliccione</h3><p></p>
<p>Director of the Computer Science area and Professor in Computer Science and Software Engineering at GSSI (Gran Sasso Science Institute), Italy. </p><p></p>
<p><a href="http://www.patriziopelliccione.com/"> Contact Information</a></p>
<p><br><br></p>
<p><img src="./img/geanina.jpg" style="float:right; overflow: auto;width:200px; margin-left: 1em;">
</p><p>
<br>
</p><h3>Genaína Nunes Rodrigues</h3><p></p>
<p>Associate Professor of Computer Science, University of Brasilia
</p><p></p>
<p><a href="https://genaina.github.io/"> Contact Information</a></p>
<p><br><br></p>
<p><img src="./img/thorsten.jpg" style="float:right; overflow: auto;width:200px; margin-left: 1em;">
</p><p>
<br>
</p><h3>Thorsten Berger</h3><p></p>
<p>Chair of Software Engineering / Professor Ruhr University Bochum, Germany</p><p></p>
<p><a href="https://se.ruhr-uni-bochum.de/thorsten-berger/"> Contact Information</a></p>
<p><br><br></p>
</div>
<footer class="post-footer clearfix">
</div>
</div>
<footer class="footer">
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="ROS-RVFT: GUIDELINES FOR DEVELOPERS AND QA TEAMS" href="index.html">ROS-RVFT: GUIDELINES FOR DEVELOPERS AND QA TEAMS</a>
</h1>
</div>
<p class="footer-copyright">
<span>Ricardo Caldas, Juan Antonio Pinera Garcia, Matei Schiopu,
Patrizio Pelliccione, Genaina Rodrigues, and Thorsten Berger © 2024 </span>
</p>
<p class="footer-copyright"></p>
</div>
</footer>
</body>
</html>