-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteaching.html
141 lines (129 loc) · 5.1 KB
/
teaching.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
---
layout: default
title: Teaching
---
<section id="teaching" class="sec sec-alt">
<div class="container">
<div class="row">
<div class="col-sm-12">
<!-- Courses -->
<h3 class="text-left">Courses</h3>
<p class="text-left">
The following courses are (were) taught with my assistance:
</p>
<ul class="text-left">
<li>Advanced Programming (2024-current)</li>
<li>Advanced Object-Oriented Programming (2020-2023)</li>
<li>Scalable computing (2020)</li>
</ul>
</div>
</div>
</div>
</section>
<section id="master" class="sec sec-alt">
<div class="container">
<div class="row">
<div class="col-sm-12">
<!-- Students -->
<h3 class="text-left">Master projects</h3>
<p class="text-left">
The following master projects are (were) under my supervision and/or assistance:
</p>
<!-- MSc -->
<p class="text-justify">
Mark Kloosterhuis,
Verification extension for Business Process Modeling (VxBPM) Tool,<br/>
University of Groningen,
May 2016,
supervision by Prof. dr. ir. Marco Aiello.
</p>
<p class="text-justify">
Piet den Dulk,
VxBPMN Designer: A Graphical Tool for Customizable Process Models Using the PVDI Framework,<br/>
University of Groningen,
September 2014,
supervision by Prof. dr. ir. Marco Aiello.
</p>
<p class="text-justify">
Adam Loorbach,
Measuring the efficiency offered to local e-Governments by Service Oriented Architectures,<br/>
University of Groningen,
August 2010,
supervision by Prof. dr. ir. Marco Aiello.
</p>
</div>
</div>
</div>
</section>
<section id="scientific-internships" class="sec sec-alt">
<div class="container">
<div class="row">
<div class="col-sm-12">
<!-- Students -->
<h3 class="text-left">Scientific internships</h3>
<p class="text-left">
The following scientific internships were under my supervision and/or assistance:
</p>
<p class="text-justify">
Antonin Thioux,
Analysis of Metastable Failure Detection using Machine Learning Techniques,<br/>
University of Groningen,
November 2023.
</p>
<p class="text-justify">
Andrés Tello,
Business Process Model Checking: using PDVI techniques & the NuSMV model checker tool,<br/>
University of Groningen,
May 2013,
supervision by Prof. dr. ir. Marco Aiello.
</p>
</div>
</div>
</div>
</section>
<section id="bachelor" class="sec sec-alt">
<div class="container">
<div class="row">
<div class="col-sm-12">
<!-- Students -->
<h3 class="text-left">Bachelor projects</h3>
<p class="text-left">
The following bachelor projects are (were) under my supervision and/or assistance:
</p>
<!-- BSc -->
<p class="text-justify">
Lorenzo Casale,
Enhancing Data Analysis with RDF and SPARQL, <br/>
University of Groningen,
July 2024.
</p>
<p class="text-justify">
Jeroen Klooster,
A token execution semantics for BPMN,<br/>
University of Groningen,
July 2023.
</p>
<p class="text-justify">
Merlijn Frikken,
Conversion of Business Process Modeling Notations,<br/>
University of Groningen,
December 2020.
</p>
<p class="text-justify">
Sam van Dijk,
Model checking business processes: The search for the most compatible model checker,<br/>
University of Groningen,
January 2014,
supervision by Prof. dr. ir. Marco Aiello.
</p>
<p class="text-justify">
Robbert-Jan Pijpker,
Business Process Variants: a Generation from Templates,<br/>
University of Groningen,
June 2013,
supervision by Prof. dr. ir. Marco Aiello.
</p>
</div>
</div>
</div>
</section>