forked from wis-delft/wis-delft.github.io
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathvacancies.html
105 lines (97 loc) · 4.9 KB
/
vacancies.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
---
layout: default_style
title: Vacancies
---
<section class="section-global-wrapper">
<div class="container content-space">
<div class="row justify-content-center blog-post">
<h2> {{page.title}} </h2>
</div>
No vacancies at this point.
<!-- <div class="row">
<div class="col-md-12 margin-top-2">
<h4>Overview</h4>
<ul>
<li>
<a href="{{site.baseurl}}/vacancies#engineer">Research engineer in Big Data and AI</a>
</li>
<li>
<a href="{{site.baseurl}}/vacancies#scalable">PhD and Postdoc positions on Scalable & Consistent
Function-as-a-Service Systems</a>
</li>
</ul>
</div>
<div class="col-md-12 margin-top-4">
<div id="engineer" class="row margin-top-4">
<h4>
Research engineer in Big Data and AI
</h4>
</div> -->
<!--
<div class="row">
<p>
<strong>Summary:</strong>
we are searching for a motivated research software engineer to lead the development of
dataset discovery, data augmentation, and data integration tools using ML techniques. You will
be working alongside a team of excellent PhD & MSc students. You will build (or use your
existing) experience in working with modern (Big) data and cluster management tools (e.g.,
Apache Flink, Spark, Valentine, Kubernetes).
</p>
<p>
This position is a unique and exciting challenge to help create a new ground-breaking
technology. Your main goal will be to design and implement open-source software that handles
large-scale data and improve Machine Learning pipelines.
</p>
<ul>
<li>
You are an expert in software development (Python, Java, etc.), and you have a good habit of
maintaining the documentation of your code.
</li>
<li>
You will be working in a team with doctoral students and researchers. Together you will
explore the cutting-edge technologies in Data Management and Machine Learning/Deep Learning.
</li>
<li>
You are fluent in English and can communicate clearly and effectively.
</li>
</ul>
<p>
To apply, please contact
<a href="mailto:[email protected]">Dr. Asterios Katsifodimos</a>.
</p>
</div>
</div>
<div class="col-md-12 margin-top-4">
<div id="scalable" class="row margin-top-4">
<h4>
PhD and Postdoc positions on Scalable & Consistent Function-as-a-Service Systems
</h4>
</div>
<div class="row">
<p>
We are searching for two self-motivated PhD students and one postdoctoral researcher.
</p>
<p>
We are building a novel programming and execution model for data-intensive cloud applications,
guaranteeing consistency and scalability with minimal effort from programmers.
</p>
<p>
Towards this goal, we perform research on an intermediate representation (IR) for cloud
applications, capable of capturing programmers’ intent while being amenable to parallelization
and distribution. Under the hood lies Stateflow: a parallel, transactional FaaS system based on
streaming dataflows, able to execute general cloud applications. We are now extending Stateflow with
the ability to adapt at runtime and sustain low-latency at a high scale.
</p>
<p>
Apply if you like to work in the broad areas of distributed systems, Cloud computing,
programming languages/compilers, and database systems.
</p>
<p>
To apply, please contact
<a href="mailto:[email protected]">Dr. Asterios Katsifodimos</a>.
</p>
</div>
</div> -->
</div>
</div>
</section>