-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (54 loc) · 2.51 KB
/
index.html
File metadata and controls
62 lines (54 loc) · 2.51 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
---
layout: default
section: Home
nav_active: home
---
<h1>Home</h1>
<div class="home-top">
<div class="home-top-div" id="home-top-left">
<img class="home-images" src="./assets/images/singapore-crop.png" alt="at singapore airport" width="70%">
<h2>Robert Baumgartner</h2>
<p id="short-description">
Software engineer, PhD candidate at the TU Delft <a href="https://cyber-analytics.nl/" target="_blank">cyber-analytics lab</a>,
hobby musician and sports enthusiast.
</p>
<div class="education-div">
<h4>Education</h4>
<ul>
<li>PhD Computer Science, Delft University of Technology (2020-2025)<br>
Algorithm development and machine learning</li>
<li>M.Sc. Electrical Engineering, Technical University of Munich<br>
Focus on machine learning, robotics, and embedded systems</li>
<li>B.Sc. Electrical Engineering, University of Stuttgart<br>
Focus on semiconductors and signal processing</li>
</ul>
</div>
<div class="social-media-div">
<a href="https://github.com/RobBa" target="_blank" aria-label="GitHub">
<i class="bi bi-github"></i>
</a>
<a href="https://de.linkedin.com/in/robertbaumg" target="_blank" aria-label="LinkedIn">
<i class="bi bi-linkedin"></i>
</a>
<a href="https://scholar.google.com/citations?user=_Ii4Of0AAAAJ&hl=en" target="_blank" aria-label="Google Scholar">
<i class="ai ai-google-scholar"></i>
</a>
<a href="https://instagram.com/r_drops_photos?igshid=OGQ5ZDc2ODk2ZA==" target="_blank" aria-label="Instagram">
<i class="bi bi-instagram"></i>
</a>
</div>
</div>
<div class="home-top-div" id="home-top-right">
<h2>About me</h2>
<p>
Hi, I'm Robert, software engineer and PhD candidate at the TU Delft (work submitted, defense date pending).
Interested in fast software, machine learning, and computer architecture. I write about those in my blog.
</p>
<p>
Apart from coding and science I do sports like hitting the gym, table tennis, volleyball at the
beach, and surfing. Creatively I play guitar, and strive to learn as much as I can about writing and
producing music.
</p>
<img class="home-images" src="./assets/images/surf.jpg" alt="surfing" width="80%">
</div>
</div>