-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
181 lines (166 loc) · 7.04 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
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
181
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>David Earnest</title>
<meta name="author" content="David Earnest">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="images/favicon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<table style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:0px">
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:2.5%;width:63%;vertical-align:middle">
<p class="name" style="text-align: center;">
David Earnest
</p>
<p>
Hi! I'm David. I'm interested in building exciting software products that improve people's lives.
</p>
<p>
Just recently, I received my bachelor's degree in Computer Science from the University of Cincinnati. Previously, I have interned at Siemens PLM Software and Northrop Grumman.
</p>
<p style="text-align:center">
<a href="mailto:[email protected]">Email</a> /
<a href="data/David_Earnest_Resume_Jul24_2024.pdf">CV</a> /
<a href="https://github.com/earnesdm/">Github</a>
</p>
</td>
<td style="padding:2.5%;width:40%;max-width:40%">
<a href="images/zurcuti.png"><img style="width:100%;max-width:100%;object-fit: cover; border-radius: 50%;" alt="profile photo" src="images/zurcuti.png" class="hoverZoomLink"></a>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:20px;width:100%;vertical-align:middle">
<h2>Projects</h2>
<p>
I have completed a few projects related to artificial intelligence. Currently, I'm working on projects in deep offline reinforcement learning.
</p>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr onmouseout="smerf_stop()" onmouseover="smerf_start()">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='smerf_image'><video width=100% muted autoplay loop>
<source src="images/checkers.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div>
<img src='images/checkers.png' width=100%>
</div>
<script type="text/javascript">
function smerf_start() {
document.getElementById('smerf_image').style.opacity = "1";
}
function smerf_stop() {
document.getElementById('smerf_image').style.opacity = "0";
}
smerf_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://github.com/earnesdm/Python-Final">
<span class="papertitle">Checkers AI</span>
</a>
<br>
<strong>David Earnest</strong>
<br>
2019
<br>
<a href="https://github.com/earnesdm/Python-Final">code</a>
<p></p>
<p>
A simple checkers AI that will play against you using the Minimax algorithm. The approach here is roughly similar to IBM's Deep Blue chess AI.
</p>
</td>
</tr>
<tr onmouseout="nuvo_stop()" onmouseover="nuvo_start()">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='nuvo_image'><video width=100% muted autoplay loop>
<source src="images/ackely_differential_evolution.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div>
<img src='images/ackely_differential_evolution.jpg' width=100%>
</div>
<script type="text/javascript">
function nuvo_start() {
document.getElementById('nuvo_image').style.opacity = "1";
}
function nuvo_stop() {
document.getElementById('nuvo_image').style.opacity = "0";
}
nuvo_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="data/EA_Project.pdf">
<span class="papertitle">An Exploration of Ensemble Models in Evolutionary Algorithms</span>
</a>
<br>
<strong>David Earnest</strong>,
<br>
2022
<br>
<a href="https://github.com/earnesdm/Evolutionary-Algorithms">code</a>
/
<a href="data/EA_Project.pdf">paper</a>
<p></p>
<p>
A simple project that I did for a class in evolutionary algorithms. I tested the benefits of treating the population of an EA as an ensemble for classification tasks.
</p>
</td>
</tr>
<tr onmouseout="eclipse_stop()" onmouseover="eclipse_start()">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='eclipse_image'><video width=100% height=100% muted autoplay loop>
<source src="images/PV_Modeling.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div>
<img src='images/PV_Modeling.jpg' width="160">
</div>
<script type="text/javascript">
function eclipse_start() {
document.getElementById('eclipse_image').style.opacity = "1";
}
function eclipse_stop() {
document.getElementById('eclipse_image').style.opacity = "0";
}
eclipse_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://github.com/earnesdm/PV-Modeling/tree/main">
<span class="papertitle">PV Modeling</span>
</a>
<br>
<strong>David Earnest</strong>,
<br>
2021
<br>
<a href="https://github.com/earnesdm/PV-Modeling/tree/main">code</a>
/
<a href="data/Deep%20Learning%20Project.pdf">paper</a>
<p></p>
<p>
A simple class project that I did for my deep learning class.
</p>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
Inspired by <a href="https://jonbarron.info/">this</a> template.
</tbody></table>
</td>
</tr>
</table>
</body>
</html>