-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecruiting.html
More file actions
88 lines (67 loc) · 4.08 KB
/
Copy pathrecruiting.html
File metadata and controls
88 lines (67 loc) · 4.08 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Zsolt Istvan's Homepage</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
</head>
<body>
<div id="wrap">
<div id="top">
<h2>Zsolt István</a></h2>
<div id="menu">
<ul>
<li><a href="index.html#showresearch">RESEARCH</a></li>
<li><a href="index.html#showteaching">TEACHING</a></li>
<li><a href="doc/istvan-cv-sep-2018.pdf">CV</a></li>
</ul>
</div>
</div>
<div id="content">
<div id="content-centered" >
<a id="recruting"></a>
<h1>Hiring</h1>
<p>I am looking for talented PhD candidates to work with me in the area of systems at the IMDEA Software Institute in Madrid.</p>
<p>The topic of the research is addressing the increasing gap between data volumes and CPU performance in the datacenter, which limits our ability to solve complex problems. If we want to tackle future computational challenges, we must look beyond today's software and hardware architectures. This challenge can be approached on two tracks and the choice will depend on the student's existing expertise and research goals:
<ul>
<li>Exploring how large distributed systems (e.g., databases, blockchain, ML pipelines) can be re-designed to scale to unprecedented number of nodes and take advantage of the modern hardware features in the datacenter.</li>
<li>Using specialization (e.g., FPGAs, SmartNICs) as a way of proposing changes to the existing architectures and increasing the efficiency of data-intensive applications in the datacenter.</li>
</ul>
</p>
<p>
<h2>Who should apply?</h2>
<p>Ideal candidates have earned (or are in their last year of) a Master's degree in Computer Science, Computer Engineering or Electrical Engineering, with experience in a subset of the following areas:</p>
<ul>
<li>Networking and distributed programming</li>
<li>Data management systems</li>
<li>Operating systems</li>
<li>FPGA/ASIC development</li>
<li>High performance computing</li>
<li>Compilers</li>
</ul>
<h2>How to apply?</h2>
<p>
If you are interested in the position, please apply on our on-line platform with the following information: 1) your CV (with names and email addresses of three references), 2) an overview of your research interests and a concise summary of your Master's thesis or a project you contributed to (3 pages at most, uploaded as "Research Statement").
</p>
<p>
To submit, choose <b>5 - PhD Student</b> and enter reference code <b>2019-07-phd-systems</b> on our IMDEA <a href="https://careers.software.imdea.org/">Careers website</a> before <b>15th of September 2019</b>. Only applications submitted with the correct reference code will be considered.
</p>
<h2>About IMDEA </h2>
<p>The <a href="https://software.imdea.org/index.html">IMDEA Software Institute</a> provides a stimulating and collaborative research environment, together with competitive salaries and close ties to <a href="https://software.imdea.org/collaborations/industrial.html">industry</a>. The institute is located in the <a href="https://software.imdea.org/contact_and_directions/building.html">Montegancedo Science and Technology Park</a> in the outskirts of the vibrant city of Madrid, Spain. </p>
</div>
</div>
<div id="footer">
<p>Last updated: <i>February 2019</i>.</p>
<p>A mirror of this site is on <a href="https://zistvan.github.io/">Github</a></p>
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137472979-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-137472979-1');
</script>
</body>
</html>