-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
286 lines (284 loc) · 13.8 KB
/
index.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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="author" content="Christian Singer" />
<meta name="description" content="Personal Website of Christian Singer Msc in Visual Computing"/>
<meta property="og:title" content="Christian Singer" />
<meta property="og:description" content="Personal Website of Christian Singer Msc in Visual Computing" />
<meta property="og:image" content="images/profile_pic.jpg" />
<title>Christian Singer</title>
<link rel="stylesheet" href="style.css" />
</head>
<link rel="icon" href="images/liberty-torch.png" type="image/x-icon">
<body>
<div class="website-container">
<!-- profile and navigation -->
<div class="website-col-1">
<div class="profile">
<img class="profile-pic" src="images/profile_pic_small.jpg" alt="Profile Picture">
<div class="social">
<ul>
<li>
<a href="https://github.com/Thunfischpirat" target="_blank" rel="noopener noreferrer">
<img class="icon-small" src="images/github-icon.svg" alt="GitHub">
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/christian-singer-868548235/"
target="_blank"
rel="noopener noreferrer">
<img class="icon-small" src="images/linkedin-icon.svg" alt="LinkedIn">
</a>
</li>
<li>
<a href="mailto:christiansinger09@gmail.com" target="_blank" rel="noopener noreferrer">
<img class="icon-small" src="images/email-icon.svg" alt="Email">
</a>
</li>
</ul>
</div>
</div>
<!-- Navigation -->
<nav class="menu">
<ul>
<li><a href="#bio">Bio</a></li>
<li><a href="#projects">Projects</a></li>
</ul>
</nav>
</div>
<!-- Content -->
<div class="website-col-2">
<!-- Bio -->
<div id="bio" class="content">
<h1>Bio</h1>
<p>
I am a Master student in
<a href="https://www.uni-saarland.de/studium/angebot/master/visual-computing.html">
Visual Computing
</a>
at the Saarland University currently doing my
Thesis at
<a href="https://www.dfki.de/web/forschung/forschungsbereiche/agenten-und-simulierte-realitaet">
DFKI
</a>
Saarbrücken on tracking of reaction-fronts in microscale combustion experiments.
I have 5+ years of experience mainly working with Python on projects in industry and academia. I
am interested in classical and deep learning-based approaches to computer vision, image processing,
and computer graphics.
</p>
</div>
<div class="tab-titles">
<div class="tab-buttons">
<a href="#education-content" class="tab-links">Education</a>
<a href="#work-experience-content" class="tab-links">Work-Experience</a>
<a href="#skills-content" class="tab-links">Skills</a>
<a href="#interests" class="tab-links">Interests</a>
</div>
</div>
<!-- Education -->
<div class="tab-contents" id="education-content">
<div class="content-item">
<h2>Saarland University</h2>
<h3 class="type">Master of Science - MS, Visual Computing</h3>
<p class="duration"> Oct. 2022 - now</p>
<p class="info">Current grade: 1.7</p>
</div>
<div class="content-item">
<h2>Mannheim University of Applied Sciences</h2>
<h3 class="type">Master of Science - MS, Medical Data Science</h3>
<p class="duration"> Sept. 2021 - Sept. 2022</p>
<p class="info">Final grade: 1.3</p>
</div>
<div class="content-item">
<h2 class>RPTU Kaiserslautern</h2>
<h3 class="title-type">Bachelor of Science - BS, Mathematics</h3>
<p class="duration"> Okt. 2017 - Aug. 2021</p>
<p class="info">Final grade: 2.2</p>
</div>
</div>
<!-- Work Experience -->
<div class="tab-contents" id="work-experience-content">
<div class="content-item">
<h2>DFKI</h2>
<h3 class="type">Product Owner - Master Thesis</h3>
<p class="duration"> Apr. 2024 - Now</p>
<p class="info">
Tracking of Self-Propagating Reaction Fronts in Reactive Multilayer Foils based on high-speed Microscopy Recordings.
</p>
</div>
<div class="content-item">
<h2>Saarland University</h2>
<h3 class="type">Internship</h3>
<p class="duration"> Mai. 2024 - Now</p>
<p class="info">
Working with a team of 12 people on augmenting the rendering framework "Lightwave" of the Computer Graphics chair.
</p>
</div>
<div class="content-item">
<h2>Vision Impulse</h2>
<h3 class="type">Working Student</h3>
<p class="duration"> Oct. 2023 - Feb. 2024</p>
<p class="info">
Design and Implement Neural Networks in PyTorch to predict agricultural yields from
hyperspectral satellite images.
</p>
</div>
<div class="content-item">
<h2>Schwarz IT KG</h2>
<h3 class="type">Working Student</h3>
<p class="duration"> Mai. 2022 - Sep. 2023</p>
<p class="info">
Design and Implement Neural Networks in PyTorch for Object detection and segmentation.
</p>
</div>
<div class="content-item">
<h2>Fraunhofer ITWM</h2>
<h3 class="title-type">Internship & Working Student</h3>
<p class="duration"> March. 2020 - Sep. 2021</p>
<p class="info" style="line-height: 2">
Processing and analysis of medical data in Python and classification with Random Forest. <br>
Development of a web application for using the model in a clinical setting.
</p>
</div>
</div>
<!-- Skills -->
<div class="tab-contents" id="skills-content">
<div class="content-item">
<h2>Programming Languages</h2>
<p class="info">Python, C/C++</p>
</div>
<div class="content-item">
<h2>Frameworks & Libraries</h2>
<p class="info">PyTorch, OpenCV, NumPy, Pandas, Scikit-Learn, Scikit-Image</p>
</div>
<div class="content-item">
<h2>Tools & Other</h2>
<p class="info">Git, CMake, VS Code, PyCharm, CSS, HTML</p>
</div>
</div>
<!-- Interests -->
<div class="tab-contents" id="interests">
<div class="content-item">
<h4>Languages</h4>
<p class="info">
I like learning languages. Apart from my mother language German and English, I speak fluent
French, Spanish and Lebanese Arabic.
</p>
</div>
<div class="content-item">
<h4>Sports</h4>
<p class="info">
I'm into strength training. I've built my own home gym with
a power rack, adjustable bench and various bar- and dumbbells.
I'm currently training 4 times a week.
</p>
</div>
<div class="content-item">
<h4>Cooking</h4>
I like to cook Levantine food. I'm pretty decent at making Hummus, Foul and different grilled items.
</div>
<div class="content-item">
<h4>Humanities</h4>
<p class="info">
I'm interested in the philosophy and history of liberalism.
I especially like the works of Friedrich Hayek.
</p>
</div>
</div>
<!-- Projects -->
<div id="projects" class="content">
<h1>Projects</h1>
<div class="project-container">
<ul>
<li>
<img class="project-img" src="images/frontier_rouge.jpg" alt="Project 1">
<div class="project-info">
<h2>
Rendering Competition
<a href="https://computer-graphics-showcase.vercel.app/"
target="_blank"
rel="noopener noreferrer">
<img class="icon-small" src="images/open-link.svg" alt="rendering-comp">
</a>
</h2>
<p>
Implemented a ray tracer in C++ with additional postprocessing
and other features. Created a scene in Blender and rendered it
with our own ray tracer.
</p>
</div>
</li>
<li>
<img class="project-img" src="images/inpainted_cars.png" alt="Project 2">
<div class="project-info">
<h2>
Inpainting Detection
<a href="https://github.com/HLCV-23/Inpainting-Detection"
target="_blank"
rel="noopener noreferrer">
<img class="icon-small" src="images/open-link.svg" alt="inpaint-detect">
</a>
</h2>
<p>
We created a data-generation pipeline that leverages Facebook AI's
Segment Anything model to cut out semantically meaningful parts of
images and inpaint them with Stable Diffusion. We then trained a classifier
on the dataset to decide if an image contained inpainted regions.
</p>
</div>
</li>
<li>
<img class="project-img" src="images/neural_network.png" alt="Project 3">
<div class="project-info">
<h2>
Neural Network
<a href="https://github.com/Thunfischpirat/NeuralNetwork"
target="_blank"
rel="noopener noreferrer">
<img class="icon-small" src="images/open-link.svg" alt="rendering-comp">
</a>
</h2>
<p>
Implemented a fully connected neural network in Python from scratch
with backpropagation and gradient descent. The networks depth and
width can be adjusted by the user.
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Download CV -->
<div class="download-button">
<a href="files/CV.pdf" download>
<button class="btn">Download CV</button>
</a>
</div>
</div>
</body>
<footer>
<p>© 2024 Christian Singer</p>
<div class="social">
<ul>
<li>
<a href="https://github.com/Thunfischpirat" target="_blank" rel="noopener noreferrer">
<img class="icon-small" src="images/github-icon.svg" alt="GitHub">
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/christian-singer-868548235/"
target="_blank"
rel="noopener noreferrer">
<img class="icon-small" src="images/linkedin-icon.svg" alt="LinkedIn">
</a>
</li>
<li>
<a href="mailto:christiansinger09@gmail.com" target="_blank" rel="noopener noreferrer">
<img class="icon-small" src="images/email-icon.svg" alt="Email">
</a>
</li>
</ul>
</div>
</footer>