-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (54 loc) · 1.3 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
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="en-NZ">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title> Leif Metcalf CV </title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="cv">
<header class="title">
<h1> Leif Metcalf </h1>
<address>
<a href="tel:+64221353820"> +64 022 135 3820 </a>
<a href="mailto:[email protected]"> [email protected] </a>
</address>
</header>
<header class="section">
<h2> Education </h2>
<hr>
</header>
<h3> University of Auckland </h3>
<h3> Auckland </h3>
<h3 class="years"> 2019–2022, 2024 </h3>
<ul>
<li> Bachelor of Science (Honours), majoring in Mathematics </li>
<li> Interests
<ul>
<li> Finite groups </li>
<li> Combinatorics </li>
</ul>
</li>
</ul>
<header class="section">
<h2> Experience </h2>
<hr>
</header>
<h3> Tsuru Capital </h3>
<h3> Tokyo </h3>
<h3 class="years"> 2020 </h3>
<ul>
<li> Six-month internship </li>
<li> Wrote Haskell to monitor our trades and other market data. </li>
</ul>
<h3> Jane Street </h3>
<h3> Hong Kong </h3>
<h3 class="years"> 2021, 2023 </h3>
<ul>
<li> Full-time </li>
<li> Managed live trading and tested potential strategies. I learned about market dynamics and how to test hypotheses with low-signal-to-noise data. </li>
</ul>
</div>
</body>
</html>