-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (57 loc) · 3.12 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AISE Lab</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<main class="main">
<h1 class="main-heading">Artificial Intelligence in Software Engineering (AISE) Lab</h1>
<p class="main-summary">
The AISE Lab at <a href="https://www.kristiania.no/">Kristiania University College</a> (Oslo, Norway)
performs research in the application of Artificial Intelligence (AI) techniques in the field of Software Engineering (SE).
Currently, one of our main research topics is the use of Evolutionary Algorithms (a sub-field of AI) to solve the
SE problem of automatically generating test cases for web and enterprise applications.
</p>
<p class="main-text">
One of the main goals of the group is to do research with practical value for SE practitioners.
This means that not only we have collaborations with different industrial partners, but also all of the
software outputs of our projects are released as open-source, with strong emphasis in developing
usable tools (and not just throw-away proof-of-concepts).
Our current flagship tool is called <b>EvoMaster</b> (<a href="https://www.evomaster.org">www.evomaster.org</a>).
</p>
<h2>Group Members</h2>
<!--<h3 class="main-members-heading">The group is currently formed by:</h3>-->
<ul class="main-members">
<li class="main-member"> <a href="https://www.arcuriandrea.org">Prof. Andrea Arcuri</a> (Professor, Head of Lab)</li>
<li class="main-member"> <a href="https://scholar.google.com/citations?user=y9N19mIAAAAJ&hl=en">Dr. Bogdan Marculescu</a> (Assistant Professor)</li>
<li class="main-member"> <a href="https://scholar.google.no/citations?user=rmSXMOoAAAAJ&hl=en&oi=sra">Dr. Man Zhang</a> (Postdoc)</li>
<li class="main-member"> <a href="https://scholar.google.co.uk/citations?user=qdt-DnQAAAAJ&hl=en&oi=ao">Dr. Asma Belhadi</a> (Postdoc)</li>
<li class="main-member">Amid Golmohammadi (PhD Student)</li>
<li class="main-member">Susruthan Seran (PhD Student)</li>
</ul>
<p class="main-text">
We are also very fortunate to have close collaborations with
<a href="https://lafhis.dc.uba.ar/~jgaleotti">Prof. Juan Pablo Galeotti</a>
and his research group at the University of Buenos Aires, Argentina.
</p>
<h2> Funded Projects</h2>
The lab is currently funded by:
<ul>
<li>2020-2025: ERC Consolidator Grant <i>"Using Evolutionary Algorithms to Understand and Secure Web/Enterprise Systems"</i>.</li>
<li>2018-2021: NFR Frinatek Grant <i>"EET: Evolutionary Enterprise Testing"</i>.</li>
</ul>
<h2> Hiring </h2>
<p>
Each year we usually have funding for <i>postdoc</i> and <i>PhD student</i> positions (in Oslo, Norway).
When such positions are available, the job ads will be posted here (e.g., links to <i>LinkedIn</i>).
</p>
<!--<ul>-->
<!-- <li> 2020: PhD positions. <a href="https://www.kristiania.no/en/about-kristiania/vacant-positions/?rmpage=job&rmjob=96&rmlang=UK">Two (2) positions available.</a></li>-->
<!-- <li> 2020: Postdoc positions. Closed.</li>-->
<!--</ul>-->
</main>
</body>
</html>