-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphilipp.html
More file actions
95 lines (75 loc) · 3.92 KB
/
philipp.html
File metadata and controls
95 lines (75 loc) · 3.92 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
92
93
94
95
<!DOCTYPE HTML>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Susan E. Clark</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!--<link href="https://use.fontawesome.com/releases/v5.0.4/css/all.css" rel="stylesheet">-->
<link href="assets/css/all.css" rel="stylesheet">
<link href="assets/css/fontawesome.css" rel="stylesheet">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J7D8YGK6LV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J7D8YGK6LV');
</script>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- Three -->
<section class="spotlight style2 medium orient-right content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Philipp Frank</h2>
<p>Philipp Frank is an Astronomy and Machine Learning researcher who is developing and applying
statistical and AI methods to help deepen our understanding of the structure of the Milky Way
and the Cosmos. He did his PhD and a followup Postdoc in Germany at Ludwig Maximilians University
and the Max-Planck-Institute for Astrophysics where he worked on probabilistic ML and numerical
inference methods and contributed to applications ranging from radio interferometry, X- and gamma-ray imaging,
Cosmic Ray air-shower reconstructions, and 3d maps of the dust and gas content of our local Galactic neighborhood.
As a KIPAC Fellow at Stanford he aims to push 3D mapping of the interstellar medium to unprecedented scales
in both size and resolution, and incorporate multiple additional tracers for a more comprehensive picture
of local structures. This aims to shed light on the mechanisms of star formation and galaxy dynamics
across scales only accessible through our unique vantage point within the Galaxy.
</p>
<ul class="actions special">
<li><a href="http://www.ph-frank.de/" class="button">Philipp's Personal Website</a></li>
<!---<li><a href="https://ui.adsabs.harvard.edu/public-libraries/3whtBFLQRRW_e_qRFf9Z-g" class="button">Mehrnoosh's Publications</a></li>-->
</ul>
<ul class="actions special">
<li><a href="index.html#group" class="icon style2 solid major fa-arrow-rotate-left"></a></li>
</ul>
</div>
<div class="image">
<img src="images/Philipp.jpeg" alt="Philipp Frank" />
</div>
</section>
<!-- Footer -->
<footer class="wrapper style1 align-center">
<div class="inner">
<!--<ul class="icons">
<li><a href="#" class="icon brands style2 fa-twitter"><span class="label">Twitter</span></a></li>
</ul>-->
<p>© S. E. Clark. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>