-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (84 loc) · 2.41 KB
/
index.html
File metadata and controls
91 lines (84 loc) · 2.41 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lukas Fritsch</title>
<!-- Favicon -->
<link
rel="icon"
href="https://avatars.githubusercontent.com/u/62833783"
type="image/x-icon"
/>
<!-- Font Awesome icons -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
/>
<!-- Core theme CSS -->
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div>
<img
class="profile-picture"
src="https://avatars.githubusercontent.com/u/62833783"
alt="Profile Picture"
/>
</div>
<div class="name">Lukas Fritsch</div>
<div class="text">
PhD Student in the field of uncertainty quantification and Bayesian model updating
</div>
<div class="links">
<a
class="link"
href="https://www.irz.uni-hannover.de/en/institute/people/fritsch"
target="_blank"
>
<i class="icon fa-irz"></i>Institute for
<span class="risk">Risk</span> and
<span class="reliability">Reliability</span>
</a>
<a
class="link"
href="https://www.irtg2657.uni-hannover.de/en/members/doctoral-candidates"
target="_blank"
>
<i class="icon fa-irtg"></i>International Research Training Group
<span class="irtg">2657</span>
</a>
<a
class="link"
href="https://www.researchgate.net/profile/Lukas-Fritsch-6"
target="_blank"
>
<i class="icon fab fa-researchgate researchgate"></i>ResearchGate
</a>
<a
class="link"
href="https://scholar.google.de/citations?user=D4CkLEYAAAAJ"
target="_blank"
>
<div class="scholar"><i class="icon fa-scholar"></i>Google Scholar</div>
</a>
<a
class="link"
href="https://www.linkedin.com/in/lukas-fritsch/"
target="_blank"
>
<i class="icon fab fa-linkedin linkedin"></i>Linkedin
</a>
<a class="link" href="https://github.com/lukasfritsch" target="_blank">
<i class="icon fab fa-github"></i>GitHub
</a>
<a
class="link"
href="https://orcid.org/0009-0000-0998-7479"
target="_blank"
>
<i class="icon fab fa-orcid orcid"></i>ORCID
</a>
</div>
</body>
</html>