-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
262 lines (259 loc) · 15.2 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Sen:800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<title>Pascal Schlaak | Portfolio</title>
<link rel="icon" type="image/png" href="./imgs/icons/logo_small.svg">
</head>
<body>
<div id="app">
<navbar-normal></navbar-normal>
<navbar-small></navbar-small>
<hamburger></hamburger>
<section id="hello-world" class="container-wide">
<div class="helloWorld-text">
<h1 class="text-huge" data-aos="fade-up">Hello World!</h1>
<p class="text" data-aos="fade-up" data-aos-delay="100">
My name is Pascal. I'm a student at the University of Applied Sciences in Aalen, studying my master
studies in Machine Learning and Data Analytics. Feel free to have a look at my projects below and
connect with me!
</p>
<div class="flex" id="contact-icons-start" data-aos="fade-up" data-aos-delay="200">
<a href="https://github.com/Schlagoo">
<div class="icon-contact" id="icon-github"></div>
</a>
<a href="https://www.linkedin.com/in/pascal-schlaak-845540174">
<div class="icon-contact" id="icon-linkedin"></div>
</a>
<a href="mailto:[email protected]">
<div class="icon-contact" id="icon-email"></div>
</a>
<a href="https://www.instagram.com/schlagoo/">
<div class="icon-contact" id="icon-instagram"></div>
</a>
<a href="https://www.facebook.com/pascal.schlaak.65">
<div class="icon-contact" id="icon-facebook"></div>
</a>
</div>
</div>
<div id="background"><img src="./imgs/background_coding.svg"></div>
<div id="clouds" data-aos="fade-right" data-aos-delay="300"><img src="./imgs/cloud.svg" id="cloud-1"></div>
<div id="clouds" data-aos="fade-down" data-aos-delay="400"><img src="./imgs/cloud.svg" id="cloud-2"></div>
<div id="clouds" data-aos="fade-left" data-aos-delay="500"><img src="./imgs/cloud.svg" id="cloud-3"></div>
</section>
<div class="down-arrow">
<a href="#interests"><i class="fas fa-chevron-down fa-3x"></i></a>
</div>
<section class="container" id="interests">
<h1>Interests</h1>
<p class="text">
While I was studying for my bachelor's degree at university, as in my spare time, I more and more have
found my enthusiasm for data science topics.
During my last internship and my bachelor thesis at BMW I was able to apply and deepen my knowledge in
this field.
As part of my current master's degree, I would like to gain even more knowledge and experience in this
subject area.
</p>
<div id="interest-ml" data-aos="fade-up-right">
<img src="./imgs/dots.png" id="dots">
<div class="grid onexthree shadow radius">
<div class="twocolumns">
<h3>Machine Learning</h3>
<p class="text">
I am very interested in artificial intelligence and machine learning. I like building,
testing and validating neural networks, especially CNNs.
During my time at BMW, I was involved in the development of an architecture for predicting
welding defects in the production of electric drives.
</p>
</div>
<div class="icon-interest flex flex-center">
<img src="./imgs/icons/interests/machine_learning.svg" alt="Machine Learning">
</div>
</div>
</div>
<div id="interest-da" data-aos="fade-up-left">
<img src="./imgs/dots.png" id="dots" style="right:0; transform: translate(0, -25px);">
<div class="grid onexthree shadow radius">
<div class="icon-interest flex flex-center">
<img src="./imgs/icons/interests/data_analytics.svg" alt="Data Analytics">
</div>
<div class="twocolumns-second">
<h3>Data Analytics</h3>
<p class="text">
In my spare time I like to generate and analyze larger data sets, to generate and visualize
interesting information.
I have published a few interesting projects right here on my website.
</p>
</div>
</div>
</div>
<div id="interest-cc" data-aos="fade-up-right">
<img src="./imgs/dots.png" id="dots">
<div class="grid onexthree shadow radius">
<div class="twocolumns">
<h3>Cloud and Edge Computing</h3>
<p class="text">
I deepened my knowledge for the Internet of Things, Cloud and Edge Computing during my
bachelor studies and my practical experience.
I like to use centralized approaches to processing logic, especially when working on
innovative projects.
</p>
</div>
<div class="icon-interest flex flex-center">
<img src="./imgs/icons/interests/cloud_computing.svg" alt="Cloud Computing">
</div>
</div>
</div>
<div id="interest-wd" data-aos="fade-up-left">
<img src="./imgs/dots.png" id="dots" style="right:0; transform: translate(0, -25px);">
<div class="grid onexthree shadow radius">
<div class="icon-interest flex flex-center">
<img src="./imgs/icons/interests/web_development.svg" alt="Web Development">
</div>
<div class="twocolumns-second">
<h3>Web Development</h3>
<p class="text">
Because of my interest in visualizing information, as well as web development courses during
my studies, I like to work on front-end too.
I would describe my style as minimalistic, neat and clear.
</p>
</div>
</div>
</div>
</section>
<div class="fine-line"></div>
<section class="container" id="projects" style="margin-bottom: 0;">
<h1>Projects</h1>
<p class="text">
Take a look at some of my projects, the results of which I find very interesting.
These are projects of different areas, which I did either in my spare time, work or study.
Due to confidentiality agreements I am unfortunately not allowed to publish some very interesting
project results.
But I am always open for new things!
</p>
<div class="project-grid" data-aos="fade-up">
<a href="./project_11.html">
<div class="project border" id="project-7">
<div><code class="topic">Data Analytics</code><code class="topic">Statistics</code>
</div>
<h2 style="font-size: 2.4rem;">Technical analysis of stock data</h2>
<p class="description">Analysis and visualization of technical indicators for interpreting
stocks based on historic data.</p>
<div class="fas fa-arrow-right fa-3x continue"></div>
</div>
</a>
<a href="./project_10.html">
<div class="project border" id="project-7">
<div><code class="topic">NLP</code><code class="topic">Clustering</code>
</div>
<h2 style="font-size: 2.4rem;">k-Means synopsis based movie clustering</h2>
<p class="description">Natural language processing of IMDb top 250 rated movies to generate
genre clusters based on plots.</p>
<div class="fas fa-arrow-right fa-3x continue"></div>
</div>
</a>
<a href="./project_9.html">
<div class="project border" id="project-7">
<div><code class="topic">Web Dev</code></div>
<h2 style="font-size: 2.4rem;">Web-based quiz during COVID-19 quarantine</h2>
<p class="description">Since I can't meet my friends through COVID-19, I developed a web-based
quiz to entertain over the Internet.</p>
<div class="fas fa-arrow-right fa-3x continue"></div>
</div>
</a>
<a href="./project_8.html" data-aos="fade-up" data-aos-delay="100">
<div class="project border" id="project-7">
<div><code class="topic">ML</code><code class="topic">Image classification</code></div>
<h2 style="font-size: 2.4rem;">ML Web App: Which dog breed are you?</h2>
<p class="description">Django web app for predicting the most similar dog breed of a human based
on image data.</p>
<div class="fas fa-arrow-right fa-3x continue"></div>
</div>
</a>
<a href="./project_7.html" data-aos="fade-up" data-aos-delay="200">
<div class="project border" id="project-7">
<div><code class="topic">Data Analytics</code></div>
<h2 style="font-size: 2.4rem;">Visualizing NY shooting incident data</h2>
<p class="description">Analysis and visualization of gunfights in New York published by NYPD
with Pandas in Python.</p>
<div class="fas fa-arrow-right fa-3x continue"></div>
</div>
</a>
<!-- <a href="./project_6.html" data-aos="fade-up">
<div class="project border" id="project-6">
<div><code class="topic">Data Viz</code><code class="topic">Containerization</code>
</div>
<h2 style="font-size: 2.4rem;">Stock performance summary automation</h2>
<p class="description">Automated query, generation and publication of candlestick graphs of
stock performances.</p>
<div class="fas fa-arrow-right fa-3x continue"></div>
</div>
</a> -->
<a href="./project_5.html" data-aos="fade-up" data-aos-delay="100">
<div class="project border" id="project-5">
<div><code class="topic">Data Analytics</code></div>
<h2 style="font-size: 2.4rem;">WhatsApp chat history analysis & visualization</h2>
<p class="description">Visualize WhatsApp group chat activity by analyzing exported chat
histories in Python.</p>
<div class="fas fa-arrow-right fa-3x continue"></div>
</div>
</a>
<a href="https://github.com/Schlagoo/keras_convnet_cifar100_fruits" data-aos="fade-up"
data-aos-delay="200">
<div class="project border" id="project-4">
<div><code class="topic">ML</code><code class="topic">Image classification</code></div>
<h2 style="font-size: 2.4rem;">CNN classifier for prediction of fruit labels</h2>
<p class="description">Convolutional Neural Network for detection and prediction of fruits of
the CIFAR-100 data set. </p>
<div class="fas fa-arrow-right fa-3x continue"></div>
</div>
</a>
<a href="./project_3.html" data-aos="fade-up">
<div class="project border" id="project-3">
<div><code class="topic">UI</code><code class="topic">UX</code><code
class="topic">Web Dev</code></div>
<h2 style="font-size: 2.4rem;">Charging station head unit interface</h2>
<p class="description">Head unit interface for selecting suitable electrical charging stations
based on personal circumstances.</p>
<div class="fas fa-arrow-right fa-3x continue"></div>
</div>
</a>
<a href="./project_2.html" data-aos="fade-up" data-aos-delay="100">
<div class="project border" id="project-2">
<div><code class="topic">Web Dev</code><code class="topic">Data Viz</code></div>
<h2 style="font-size: 2.4rem;">Visualization of container ship pollution</h2>
<p class="description">Visualization of the pollution of container ships and comparison with
other means of transport.</p>
<div class="fas fa-arrow-right fa-3x continue"></div>
</div>
</a>
</div>
</section>
<div class="fine-line"></div>
<section class="container" id="about-me">
<h1 style="margin-top: 0;">Would you like to know more about me?</h1>
<a href="./about.html" class="button">
<p class="text" style="margin: 0;">Click here</p>
</a>
</section>
<footer-portfolio></footer-portfolio>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
$(document).ready(function () {
$('#hamburger, #home, #proj, abo').click(function () {
$("#hamburger").toggleClass('open');
});
});
</script>
<script type="text/javascript" src="./main.js"></script>
</body>
</html>