-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
51 lines (37 loc) · 1.96 KB
/
index.htm
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
<!DOCTYPE html>
<html lang="de">
<!--
Yanone-Font: Jan Gerne (SIL Open Font License)
http://www.yanone.de/typedesign/kaffeesatz/
http://www.google.com/fonts/specimen/Yanone+Kaffeesatz
Icons: Font Awesome
http://fortawesome.github.io/Font-Awesome/
-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jakob M. Goldmann</title>
<link href="css/yanone.css" rel="stylesheet" type="text/css" />
<link href="css/personal.css" rel="stylesheet" type="text/css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" rel="stylesheet"/>
</head>
<body>
<h1>Jakob M. Goldmann</h1>
<h2>NGS analysis for oncology</h2>
<div id="biografie">
<p>
Jakob is analyzing next-generation sequencing data for pharmaceutical drug development, currently at Byondis. He has been analyzing DNA sequencing data since 2012 and obtained a PhD in computational human genomics. He did research on de novo mutations and wrote scientific publications about germline biology. He coordinates projects in international, multi-disciplinary teams.
</p>
</div>
<div id="links">
<a href="https://www.linkedin.com/in/jakob-goldmann-b18979129"><i class="fab fa-linkedin"></i></a>
<a href="https://www.xing.com/profile/Jakob_Goldmann"> <i class="fab fa-xing"></i></a>
<a href="https://www.researchgate.net/profile/Jakob_Goldmann"><i class="fab fa-researchgate"></i></a>
<a href="https://orcid.org/0000-0002-8514-573X"> <i class="fab fa-orcid"></i></a>
<a href="mailto:jakob.goldmannÄDDmail.de"><i class="far fa-envelope-open"></i></a>
<a href="https://bitbucket.org/jgoldmann/"><i class="fab fa-bitbucket"></i></a>
<a href="https://github.com/jgoldmann"><i class="fab fa-github"></i></a>
<a href="https://mas.to/@jakobgoldmann"><i class="fab fa-mastodon"></i></a>
</div>
</body>
</html>