-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (74 loc) · 4.13 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="./css/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<title>Collin Zoeller</title>
</head>
<body>
<nav>
<div class="logo">Collin Zoeller</div>
<div class="nav-items">
<a href="./index.html">Home</a> <a href="./aboutme.html">About Me</a> <a href="./research.html"> Research</a> <a href="./CV/Zoeller_Collin_CV.pdf">CV</a>
</div>
</nav>
<section class="body-exterior">
<div class="body-interior">
<img src="./img/portrait.png" alt="Collin Zoeller" style="width:300px;height:300px;">
<h1>Collin Zoeller</h1>
<h3>
Pre-Doctoral Research Associate and ML Developer
</h3>
<div class="links">
<a href=https://www.linkedin.com/in/collinzoeller/>
<img src="./img/linkedin.png" alt="linkedin" style="width:40px;height:40px;">
</a>
<a href="https://github.com/ColZoel">
<img src="./img/github.png" alt="github" style="width:40px;height:40px;">
</a>
<a href="https://medium.com/@collin.zoeller/">
<img src="./img/medium.png" alt="medium" style="width:40px;height:40px;">
<a href="https://www.instagram.com/collin.zoeller/">
<img src="./img/instagram.png" alt="ig" style="width:45px;height:45px;">
</a>
<a href="mailto:zoellercollin@gmail.com">
<img src="./img/mail.png" alt="email" style="width:60px;height:60px;">
</a>
</div>
<hr class="headerline-thick">
<p>
<b>Howdy!</b>
<br><br>
As a pre-doctoral research associate at the <a href="https://www.cmu.edu/tepper/"> Tepper School of
Business at Carnegie Mellon University</a>, I leverage extremely large datasets of
administrative tax data furnished by the Internal Revenue Service to address critical questions in finance
and financial economics. My contributions have been presented to top leadership
and informed IRS policy. You can learn about these projects on the <a href="./research.html">Research</a> tab.
<br><br>
Outside my primary role, I am passionate about integrating emerging technologies like machine learning and
quantum computing into economics. I have developed tools like a Python wrapper for parallelized Stata
processes, written extensively about topics ranging from basic Stata implementation to exotic quantum mathematics,
and conducted group trainings to empower researchers to adopt these tools.
Economic research has yet to fully embrace these transformative tools, and I am passionate about driving this progress.
<br><br>Previously, I built CV tools for genealogy as the lead computer vision developer at
the <a href="https://record-linking-lab.byu.edu/">Record Linking Lab</a> at Brigham Young University.
You can explore the work I have been involved in on the <a href="./research.html"> Research </a> tab,
including an OCR and NLP pipeline I built for a collaboration with Harvard Business School.
<br><br>
With advanced coursework in machine learning and computer science from Carnegie Mellon, I bring expertise in
Python, Stata, SQL, and Linux, and I am familiar with R, CSS, and HTML. I also work with quantum platforms
like IBM Qiskit, Google Cirq, and AWS Braket.
<br><br> I am always eager to take on new projects, so feel free to reach out if you are interested in
working together!
</p>
</div>
</section>
</body>
</html>