-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathold_index.html
More file actions
181 lines (81 loc) · 4.46 KB
/
old_index.html
File metadata and controls
181 lines (81 loc) · 4.46 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
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title> · Liam Meier</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta name="keywords" content="">
<meta property="og:title" content=" · Liam Meier ">
<meta property="og:site_name" content="Liam Meier"/>
<meta property="og:url" content="/" />
<meta property="og:locale" content="en-us">
<meta property="og:type" content="website" />
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="" />
<link rel="canonical" href="/" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/touch-icon-144-precomposed.png">
<link href="/favicon.png" rel="icon">
<meta name="generator" content="Hugo 0.54.0" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link href='https://fonts.googleapis.com/css?family=Merriweather:300%7CRaleway%7COpen+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<main id="main-wrapper" class="container main_wrapper has-sidebar">
<header id="main-header" class="container main_header">
<div class="container brand">
<div class="container title h1-like">
<a class="baselink" href="/">
Liam Meier
</a>
</div>
<div class="container topline">
</div>
</div>
<nav class="container nav primary no-print">
<a href="/">About</a>
<a href="/research">Research</a>
<a href="/LiamMeierResume.pdf">Resume</a>
<a href="https://github.com/lmeier">Github</a>
<a href="mailto:liam@liammeier.xyz">Email</a>
</nav>
<div class="container nav secondary no-print">
</div>
</header>
<section id="main-content" class="container main_content homepage">
<header class="container header">
</header>
<h5 id="currently-on-the-job-market-looking-for-a-software-engineering-position-in-the-sf-bay-area-ideally-one-where-i-get-to-work-close-to-lots-of-data">Currently on the job market! Looking for a software engineering position in the SF Bay Area (ideally one where I get to work close to lots of data).</h5>
<h1 id="about-me">About Me</h1>
<p><img src="resources/headshot.jpg"
alt="photo"
style="float: right;"
width = 150px
/></p>
<p>I’m a software engineer with a wide-ranging skillset. Most recently, I was at <a href="https://numer.ai/">Numerai</a>, a hedge fund building their trading models through a data-science tournament.</p>
<p>I graduated from NYU Abu Dhabi with a degree in physics and philosophy. There I built a variety of skills through research. I’m especially adept at using python (with sklearn, numpy, sciy, pandas, matplotlib) to make sense of large datasets. The bulk of my research was in astrophysics, but I’ve also done work in applied machine learning, glaciology, and ethical theory. Some of my work in applied machine learning has been accepted for publication, and I’m quite excited to see where my capstone projects, one in galaxy formation and the other at the intersection of ethics and decision theory, end up. Check out my research page for more details on these projects!</p>
<h1 id="personal">Personal</h1>
<p>I live and work in San Francisco, California. For most of my college years, I was based in Abu Dhabi, but I also spent time living in Singapore, Berlin, and New York City. Prior to moving to the Middle East, I lived in St. Louis, Missouri. And before that, I grew up in Breese, Illinois, an idyllic little farm town. I miss having a cornfield for a backyard.</p>
</section>
<footer id="main-footer" class="container main_footer">
<div class="container nav foot no-print">
<a class="toplink" href="#">back to top</a>
</div>
<div class="container credits">
<div class="container footline">
</div>
</div>
</footer>
</main>
</body>
</html>