-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
230 lines (204 loc) · 9.48 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
<!DOCTYPE html>
<html>
<title>Nils Wendt</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
height: 100%;
color: #777;
line-height: 1.8;
}
/* Create a Parallax Effect */
/* only 1 img used so far */
.bgimg-1, .bgimg-2, .bgimg-3 {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* First image (Logo. Full height) */
.bgimg-1 {
background-image: url('images/topimage.jpg');
/* background-image: url('eventualbackground1.png'); */
min-height: 100%;
}
.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
.bgimg-1, .bgimg-2, .bgimg-3 {
background-attachment: scroll;
min-height: 400px;
}
}
</style>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar" id="myNavbar">
<a class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large w3-right" href="javascript:void(0);" onclick="toggleFunction()" title="Toggle Navigation Menu">
<i class="fa fa-bars"></i>
</a>
<div class="w3-right"> <!-- DELETE THIS DIV TO PUT NAVBAR TO THE LEFT -->
<a href="#home" class="w3-bar-item w3-button">HOME</a>
<a href="#about" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-user"></i> ABOUT</a>
<a href="#portfolio" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-th"></i> PORTFOLIO</a>
<a href="#contact" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-envelope"></i> CONTACT</a>
</div>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium">
<a href="#about" class="w3-bar-item w3-button" onclick="toggleFunction()">ABOUT</a>
<a href="#portfolio" class="w3-bar-item w3-button" onclick="toggleFunction()">PORTFOLIO</a>
<a href="#contact" class="w3-bar-item w3-button" onclick="toggleFunction()">CONTACT</a>
</div>
</div>
<!-- First Parallax Image with Logo Text -->
<div class="bgimg-1 w3-display-container w3-opacity-min" id="home">
<div class="w3-display-middle" style="white-space:nowrap;">
<span class="w3-center w3-padding-large w3-black w3-xlarge w3-wide " style="opacity: 0.7;">NILS WENDT</span>
</div>
</div>
<!-- Container (About Section) -->
<div class="w3-content w3-container w3-padding-48" id="about">
<h3 class="w3-center">ABOUT ME</h3>
<p>
Welcome to my website! My name is Nils and I am currently a student at the Technical University Munich.
My studies focus on Machine Learning, Data Science and Artificial Intelligence.
In my free time, I like to meet my friends, play basketball, watch Arte documentaries
or do some nerdy stuff like this website.
You can also find some of my favourite projects below.
</p>
</div>
<!-- Container (Portfolio Section) -->
<div class="w3-content w3-container " id="portfolio">
<h3 class="w3-center">PROJECTS</h3>
<div class="w3-row-padding w3-left">
<div class="w3-left m3" style="margin-bottom: 40px;">
<h3 class="w3-center">
International Monetary Fund and Harvard Data Analytics Group
</h3>
<p>
During the summer of 2020, I worked with a group of students and the
Africa Department of the International Monetary Fund on one of my favourite
and most insightful projects so far. Our team analysed real-world data
such as satellite imagery, google trends data, and mobile payment data to
predict economic activity in Sub-Saharan Africa. The IMF will be able to incorporate our prediction models into their forecasts thanks to our publication.
</p>
<div class="w3-center ">
<p style="line-height: 0.5;">Related articles:</p>
<a href="https://www.imf.org/en/Publications/WP/Issues/2021/05/01/Impact-of-COVID-19-Nowcasting-and-Big-Data-to-Track-Economic-Activity-in-Sub-Saharan-Africa-50296">
The IMF paper</a><br>
<a href="https://www.harvardanalytics.org/insights/imf-team">
Harvard Data Analytics Group</a><br><a href="https://news.harvard.edu/gazette/story/2020/08/student-data-analytics-group-steps-in-to-fight-covid/">
The Harvard Gazette</a>
<!-- <p> <a href="https://www.harvardanalytics.org/insights/imf-team">
Harvard Data Analytics Group</a> </p> -->
</div>
</div>
<div class="w3-left m3" style="margin-bottom: 40px;">
<h3 class="w3-center">Harvard University, <a href="https://vcg.seas.harvard.edu/">Visual Computing Group</a></h3>
<p>During my time in the Visual Computing Group at Harvard University,
I learned a lot about Python programming, designing efficient algorithms
for super-large datasets, data visualization and machine learning models.
<br> We published a paper for MICCAI 2020, MICCAI 2021 (under revision) and released a fully labeled
connectomics dataset for the scientific community. Furthermore, I
published a <a href="https://github.com/ygCoconut/mAP_3Dvolume">machine
learning model evaluation tool</a> that works super-fast
for very large 3D datasets.
</p>
<div class="w3-center">
<p style="line-height: 0.5;">Related information:</p>
<!-- The MICCAI 2021 paper is still under revision -->
<!-- <br> -->
<a href="https://donglaiw.github.io/paper/2020_miccai_mitoEM.pdf">
The MICCAI 2020 paper</a>
<br><a href="https://arxiv.org/abs/2107.05840">
The MICCAI 2021 paper</a>
<br> <a href="https://connectomics.readthedocs.io/en/latest/">
The pytorch_connectomics library</a>
</div>
</div>
<div class="w3-left m3" style="margin-bottom: 40px;">
<h3 class="w3-center">Learning Rust</h3>
<p>Before starting my daily study routine, I like to do a page of
the <a href="https://doc.rust-lang.org/book/">Rust programming
handbook</a>. Rust is my first low-level language. Rust is
comparable to C or C++, but designed to be particularly safe.
By the time I am writing this, I am at chapter 10 out of 20.
</p>
</div>
<!-- PANDA! -->
<!-- <div class="w3-col-2 m3 w3-center">
<img src="panda.jpg" style="width:60%">
</div> -->
</div>
</div>
<!-- Container (Contact Section) -->
<div class="w3-content w3-container" style="padding-top: 40px;" id="contact">
<h3 class="w3-center">WANT TO REACH OUT?</h3>
<p class="w3-center"><em>
Please share with me your improvement ideas for this website
or leave me a message if you want to get in touch.
</em></p>
<!-- icons and infos -->
<div class="w3-large w3-margin-bottom">
<!-- unused maps description -->
<!-- <i class="fa fa-map-marker fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Berlin, Paris, Munich, Milan, Boston<br> -->
<i class="fa fa-github fa-fw w3-hover-text-black w3-xlarge" style="margin-right: 3px;"></i>
<a href="https://github.com/ygCoconut">ygCoconut</a>
<br>
<i class="fa fa-envelope fa-fw w3-hover-text-black w3-large"
style="padding-left: 6px; margin-right: 10px;"></i> [email protected]<br>
</div>
<!-- todo: Reach out form! -->
<!-- <form action="mailto:[email protected]" target="_blank"> -->
<!-- <form action="/action_page.php" target="_blank">
<div class="w3-row-padding" style="margin:0 -16px 8px -16px">
<div class="w3-half">
<input class="w3-input w3-border" type="text" placeholder="Name" required name="Name">
</div>
<div class="w3-half">
<input class="w3-input w3-border" type="text" placeholder="Email" required name="Email">
</div>
</div>
<input class="w3-input w3-border" type="text" placeholder="Message" required name="Message">
<button class="w3-button w3-black w3-right w3-section" type="submit">
<i class="fa fa-paper-plane"></i> SEND MESSAGE
</button> -->
<!-- </form> -->
</div>
<!-- Footer -->
<footer class="w3-center w3-padding-16 w3-opacity">
<a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>
</footer>
<script>
// Email form:
// Change style of navbar on scroll
window.onscroll = function() {myFunction()};
function myFunction() {
var navbar = document.getElementById("myNavbar");
if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
navbar.className = "w3-bar" + " w3-card" + " w3-animate-top" + " w3-white";
} else {
navbar.className = navbar.className.replace(" w3-card w3-animate-top w3-white", "");
}
}
// Used to toggle the menu on small screens when clicking on the menu button
function toggleFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>