forked from keunhong/keunhong.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
209 lines (192 loc) · 7.66 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
---
layout: null
---
<!DOCTYPE html>
<html lang="en-US">
<head class="has-navbar-fixed-top">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>{{ site.name }}</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<!-- Global site tag (gtag.js) - Google Analytics -->
<!--script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', '{{ site.google_analytics }}');
</script-->
<link
href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@700&family=Noto+Sans:wght@400;500;600;700&display=swap"
rel="stylesheet">
<link href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<script src="{{ '/js/index.js' | relative_url }}"></script>
<link href="{{ '/css/bulma.min.css' | relative_url }}" rel="stylesheet">
<link href="{{ '/css/index.css' | relative_url }}" rel="stylesheet">
</head>
<body>
<!--somehow bulma navbar doesn't take space on page, so I insert a div element-->
<div style="height: 3.25rem;"></div>
<nav class="navbar is-fixed-top is-light" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-burger" role="button" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-end">
{% for item in site.data.navigation %}
<a class="navbar-item" style="text-align:right" href='{{site.baseurl}}{{item.link}}{{item.anchor}}'>
{{ item.name }}
</a>
{% endfor %}
</div>
</div>
</nav>
<section class="hero" id="about">
<div class="hero-body container is-max-desktop">
<div class="columns is-vcentered">
<div class="column is-4">
<div class="portrait">
<img src="{{ '/images/portrait.jpg' | relative_url }}" />
</div>
</div>
<div class="column">
<h1 class="title">
<b>Hello, I'm {{ site.name }}</b>
</h1>
<div class="content has-text-justified">
{{ site.description | markdownify }}
<div class="buttons">
<!--a class="external-link button is-light"
href="https://scholar.google.com/citations?user={{ site.google_scholar }}">
<span class="icon"><i class="ai ai-google-scholar"></i></span>
<span>Scholar</span>
</a-->
<a class="external-link button is-light" href="https://github.com/{{ site.github_username }}">
<span class="icon"><i class="fab fa-github"></i></span>
<span>GitHub</span>
</a>
<a class="external-link button is-light" href="https://x.com/{{ site.twitter_username }}">
<span class="icon"><i class="fa-brands fa-x-twitter"></i></span>
<span>X</span>
</a>
<a class="external-link button is-light" href="https://www.linkedin.com/in/{{ site.linkedin_name}}/">
<span class="icon"><i class="fab fa-linkedin-in"></i></span>
<span>LinkedIn</span>
</a>
<a class="external-link button is-light"
href="https://scholar.google.com/citations?user={{ site.google_scholar }}">
<span class="icon"><i class="ai ai-google-scholar"></i></span>
<span>Scholar</span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="hr">
<div class="container">
<hr>
</div>
</div>
<section class="section">
<div class="container is-max-desktop">
<h2 class="title is-3 anchor" id="publications">Publications</h2>
{% for publication in site.data.publications %}
{% include section.html %}
{% endfor %}
</div>
</section>
<section class="section">
<div class="container is-max-desktop">
<h2 class="title is-3 anchor" id="projects">Projects</h2>
{% for publication in site.data.projects %}
{% include section.html %}
{% endfor %}
</div>
</section>
<section class="section">
<div class="container is-max-desktop">
<h2 class="title is-3 anchor" id="misc">Miscellaneous</h2>
{% for publication in site.data.misc %}
{% include section.html %}
{% endfor %}
</div>
</section>
<section class="section">
<div class="container is-max-desktop">
<h2 class="title is-3 anchor" id="teaching">Teaching</h2>
<div class="publication-block columns">
<div class="column">
<div class="content">
<h3 class="publication-title">Practical course: Hands-On Introduction to Deep Reinforcement Learning</h3>
<div class="publication-venue">
<span>SS 2024</span>
</div>
<p class="publication-description">
<a href="https://github.com/OliEfr/hands-on-introduction-to-DRL-assignment/tree/main">Assignments 1, 2,
3</a>
</p>
<div class="publication-links buttons field has-addons">
<a class="external-link button is-small is-ghost" style="padding-left: .4em; " href="https://campus.tum.de/tumonline/ee/ui/ca2/app/desktop/#/slc.tm.cp/student/courses/950759169?$ctx=lang=en&$scrollTo=toc_overview">
<span class="icon"><i class="fas fa-book-open"></i></span>
<span>Course Page</span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="hr">
<div class="container">
<hr>
</div>
</div>
<section class="section">
<div class="container is-max-desktop">
{{ site.data.hobbies | markdownify }}
</div>
</section>
<footer class="footer">
<div class="container">
<div class="content footer-links has-text-centered">
<a href="mailto:{{ site.email }}">
<i class="fas fa-envelope" title="[email protected]"></i>
</a>
<a class="external-link" href="https://github.com/{{ site.github_username }}">
<i class="fab fa-github"></i>
</a>
<a class="external-link" href="https://x.com/{{ site.twitter_username }}">
<i class="fa-brands fa-x-twitter"></i>
</a>
<a class="external-link" href="https://www.linkedin.com/in/{{ site.linkedin_name }}/">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="external-link" href="https://scholar.google.com/citations?user={{ site.google_scholar }}">
<i class="ai ai-google-scholar"></i>
</a>
</div>
<div class="columns is-centered has-text-centered">
<div class="column is-8">
<div class="content">
<p>
Site borrowed from <a href="https://keunhong.com/">this</a> and inspired by <a
href="https://vsimkus.github.io/academic-jekyll/">this</a>. Feel free to reuse <a
href="https://github.com/OliEfr/OliEfr.github.io">this site</a>.
</p>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>