-
Notifications
You must be signed in to change notification settings - Fork 2
/
positions.html
39 lines (34 loc) · 1.42 KB
/
positions.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
---
layout: page
permalink: /positions/
title: Positions
---
<p class="lead m-5">
We are always seeking motivated, creative MSc and PhD students interested in joining this dynamic field. We seek to test our methods in a clinical environment. Therefore, we expect successful candidates to closely work with our clinical partners in order to integrate developed methods into the clinical workflow.
</p>
<h2 class="mt-5 text-center">Open Positions</h2>
<div class="">
<h3 class="mt-5">MSc/PhD Students</h3>
<ul>
<li>
Relevant background in biomedical engineering/electrical engineering/computer science or engineering
</li>
<li>
Strong programming skills, preferably in Python, and/or C++
</li>
<li>
Experience in machine/deep-learning and/or in MRI acquisition and analysis are preferable
</li>
</ul>
<p>Be sure to include: your CV, your grade sheet, and 2 references (academic and/or professional)</p>
</div>
<p class="lead">For further details, please contact <span id="email"></span></p>
<script>
var user = 'moti.freiman';
var domain = 'technion.ac.il';
var element = document.getElementById('email');
var link = document.createElement('a');
link.href = 'mailto:' + user + '@' + domain;
link.textContent = 'Dr. Moti Freiman';
element.appendChild(link);
</script>