-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (36 loc) · 1.7 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Liam Meier</title>
<link rel="stylesheet" type="text/css" href="css/liam.css" />
</head>
<body>
<main>
<a href="https://liam.website">
<img src="resources/headshot.jpg" alt="Liam Meier" title="Liam Meier" class="liam" />
</a>
<h1>Liam Meier</h1>
<p>
<h2>[FirstNameLastName]@gmail.com</h2>
</p>
<ul>
<h3>Work</h3>
<li>2021 ▹ Co Founder/CEO — <a href="https://getbrewsy.com">Brewsy</a> — New Orleans, LA</li>
<li>2020 ▹ Founding Engineer — <a href="https://screenplay.co">Apex</a> — San Francisco, CA</li>
<li>2019 ▹ Software Engineer — <a href="https://numer.ai">Numerai</a> — San Francisco, CA</li>
</ul>
<ul>
<h3>School</h3>
<li>2015-2019 ▹ Physics & Philosophy — <a href="https://nyuad.nyu.edu">NYU Abu Dhabi</a> — Abu Dhabi, AE</li>
</ul>
<ul>
<h3>Papers</h3>
<li>2019 ▹ <a href="https://academic.oup.com/mnras/article-abstract/500/1/1414/5948120">NIHAO XXVI: nature versus nurture, the star formation main sequence, and the origin of its scatter</a> — Monthly Notices of the Royal Astronomical Society </li>
<li>2018 ▹ <a href="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3205286">Automated Classification of Modes of Moral Reasoning in Judicial Decisions</a> — Computational Legal Studies</li>
</ul>
</main>
</body>
</html>