-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
362 lines (322 loc) · 16.3 KB
/
index.html
File metadata and controls
362 lines (322 loc) · 16.3 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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>wschimitsch</title>
<link rel="icon" type="image/x-icon" href="/img/human-greeting-variant.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"></script>
<script src="email.js"></script>
</head>
<body>
<div class="mb-4 mt-4 container d-flex">
<img class="img-thumbnail img-fluid w-25 h-25" src="img/schimitsch_headshot.JPG" alt="My Headshot!">
<div class="fs-heading d-flex flex-column justify-content-between ms-4">
<div>
<p class="fw-bold">William Schimitsch</p>
<p class="mb-4">Programmer & Runner — Among Other Things</p>
</div>
<div>
<p class="fw-bold">Current Role</p>
<p>Lab Data Integration Specialist</p>
<p>Ratio Therapeutics</p>
<p>19 Drydock Ave</p>
<p class="mb-4">Boston, MA 02210</p>
</div>
<p >
<a href="https://www.linkedin.com/in/william-schimitsch-3a4200225/"
target="_blank"
rel="noopener noreferrer">
LinkedIn
</a> |
<a data-bs-toggle="modal" data-bs-target="#contactModal" href="">Contact Me</a>
</p>
<div class="modal fade" id="contactModal" tabindex="-1" role="dialog" aria-labelledby="contactModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5>Contact Me</h5>
</div>
<div class="modal-body">
<form id="modal-form">
<input type="hidden" name="time" value="Mar 10 2025 08:46">
<div class="mb-2 form-group">
<input type="text" class="form-control" name="name" placeholder="Your Name" required>
</div>
<div class="mb-2 form-group">
<input type="email" class="form-control" name="email" placeholder="Your Email" required>
</div>
<div class="mb-2 form-group">
<input type="text" class="form-control" name="title" placeholder="Title" required>
</div>
<div class="mb-2 form-group">
<textarea class="form-control" name="message" placeholder="Content" rows="4" required></textarea>
</div>
<div class="text-end">
<input type="button" class="btn btn-secondary" data-bs-dismiss="modal" value="Cancel">
<input type="submit" class="btn btn-primary" value="Send">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="alertPlaceholder" class="position-fixed bottom-0 start-50 translate-middle-x mt-3 px-2" style="z-index:1100; width: 100%; max-width: 30vw;"></div>
<div class="fs-5 container">
<p class="mr-10">Hi! My name is Will Schimitsch. I'm originally from New York City, but after attending college for 4 years in Worcester, Massachusetts, I moved to Boston.
This site serves mostly as a kind of introduction or overview to the work and activities I have done and am interested in.
Feel free to reach out if you're interested in something you found on here.</p>
</div>
<div class="my-4 container">
<h4>Education</h4>
<hr>
<div class="ps-4">
<div class="d-flex justify-content-between">
<p>College of the Holy Cross, Worcester, MA</p>
<p>2021 - 2025</p>
</div>
<p>Bachelor of Arts, Computer Science</p>
<p>Honors: <i>Summa Cum Laude</i>, College Honors Program </p>
<p class="mb-4">Societies: <i>Phi Beta Kappa</i>, <i>Delta Phi Alpha</i></p>
<div class="d-flex justify-content-between">
<p>Regis High School, New York, NY</p>
<p>2017 - 2021</p>
</div>
</div>
</div>
<div class="my-4 container">
<h4>Research</h4>
<hr>
<div class="ps-4">
<p class="fw-bold">College Honors Program Senior Thesis</p>
<p>Schimitsch, William. "Achieving Fairness in Zoning Laws with Machine Learning" (2025).
<i>College Honors Program</i>, 729.
<a href="https://crossworks.holycross.edu/honors/729/"
target="_blank"
rel="noopener noreferrer">
https://crossworks.holycross.edu/<br>honors/729</a>.
</p>
<p>Advisor: Professor Farhad Mohsin (Computer Science)</p>
<p>Reader: Professor Daniel Klinghard (Political Science)</p>
<!-- <p>Presented at the Third Annual IJCAI CFD Workshop</p> -->
</div>
</div>
<div class="my-4 container">
<h4>Projects
<a href="https://github.com/wschimitsch"
target="_blank"
rel="noopener noreferrer">
<i class="bi bi-github"></i>
</a>
</h4>
<hr>
<div class="ps-4">
<!-- <p class="fw-bold">zoning
<a href="https://github.com/wschimitsch/zoning"
target="_blank"
rel="noopener noreferrer">
<i class="bi bi-git"></i>
</a>
</p> -->
<p class="fw-bold">running-calc
<a href="https://github.com/wschimitsch/running-calc"
target="_blank"
rel="noopener noreferrer">
<i class="bi bi-git"></i>
</a>
<ul class="ps-4">
<li>Utility tool for running metrics and information.</li>
<li>Calculate paces, splits, times, VO<sub>2</sub> max, and heart rate zones.</li>
<li>Estimate equivalent race efforts.</li>
<li>Built on top of Python
<a href="https://pypi.org/project/Pint/"
target="_blank"
rel="noopener noreferrer">
Pint
</a>
module.
</li>
</ul>
</p>
<p class="fw-bold">chess
<a href="https://github.com/wschimitsch/chess"
target="_blank"
rel="noopener noreferrer">
<i class="bi bi-git"></i>
</a>
<ul class="pa-4">
<li>Implementation of class chess using Java and
<a href="https://docs.oracle.com/javase/7/docs/api/javax/swing/package-summary.html"
target="_blank"
rel="noopener noreferrer">
Swing
</a>
</li>
<li>Leverages Java's object-oriented programming to implement the board and pieces.</li>
<li>Includes option for different time control or player color.</li>
<li>TODO: finish checkmate implementation</li>
<li>TODO: implement basic computer player and improve 2-player functionality (currently functions as more of a sandbox)</li>
</ul>
</p>
<p class="fw-bold">ada-flight-sim
<a href="https://github.com/wschimitsch/ada-flight-sim"
target="_blank"
rel="noopener noreferrer">
<i class="bi bi-git"></i>
</a>
<ul class="pa-4">
<li>Term project for Programming Languages course.</li>
<li>Built to display and explore
<a href="https://learn.adacore.com"
target="_blank"
rel="noopener noreferrer">
Ada</a>'s built-in features and capabilities.
</li>
<li>Dummy "flight simulator" that represents a critical system for scheduling flight landings/takeoffs.</li>
<li>Key features include nested exceptions and functions, custom defined types, and object-oriented programming</li>
</ul>
</p>
<p class="fw-bold">personal-website
<a href="https://github.com/wschimitsch/wschimitsch.github.io"
target="_blank"
rel="noopener noreferrer">
<i class="bi bi-git"></i>
</a>
<ul class="pa-4">
<li>Source HTML/JavaScript for this website!</li>
<li>Uses
<a href="https://getbootstrap.com"
target="_blank"
rel="noopener noreferrer">
Bootstrap
</a>
for CSS styling.
</li>
</ul>
</p>
</div>
</div>
<div class="my-4 container">
<h4>Work Experience</h4>
<hr>
<div class="ps-4">
<div class="d-flex justify-content-between">
<p class="fw-bold">Lab Data Integration Specialist</p>
<p>Jun. 2025 - Present</p>
</div>
<p>Ratio Therapeutics</p>
<p class="mb-2">Boston, MA</p>
<div class="d-flex justify-content-between">
<p class="fw-bold">Liturgical Coordinato</p>
<p>Sep. 2023 - May 2025</p>
</div>
<p>College of the Holy Cross Office of College Chaplains</p>
<p class="mb-2">Worcester, MA</p>
<div class="d-flex justify-content-between">
<p class="fw-bold">Computer Science Teaching Assistant</p>
<p>Sep. 2023 - May 2025</p>
</div>
<p>College of the Holy Cross Computer Science/Mathematics Department</p>
<p class="mb-2">Worcester, MA</p>
<div class="d-flex justify-content-between">
<p class="fw-bold">Web App Developer Intern</p>
<p>May 2023 - Aug. 2024</p>
</div>
<p>NotoVox, Inc.</p>
<p class="mb-2">Remote</p>
<div class="d-flex justify-content-between">
<p class="fw-bold">Lifeguard Manager</p>
<p>Aug. 2021 - Aug. 2023</p>
</div>
<p>Commonpoint Queens at Tanenbaum Family Pool</p>
<p class="mb-2">Little Neck, NY</p>
<div class="d-flex justify-content-between">
<p class="fw-bold">Lifeguard</p>
<p>Aug. 2019 - Aug. 2021</p>
</div>
<p>Commonpoint Queens at Tanenbaum Family Pool</p>
<p class="mb-2">Little Neck, NY</p>
</div>
</div>
<div class="my-4 container">
<h4>Miscellaneous</h4>
<hr>
<div class="ps-4">
<p class="fw-bold">Running</p>
<div class="ps-4">
<div class="d-flex justify-content-between">
<p>NCAA Division 1 Cross Country/Track & Field</p>
<p>2021-2025</p>
</div>
<ul class="mb-4">
<li>Competed for the College of the Holy Cross in cross country
(<a href="https://patriotleague.org/"
target="_blank"
rel="noopener noreferrer">Patriot League</a>)
and long distance track Events.
</li>
<li>Named cross country captain as a rising junior in June 2023.</li>
<li>Named track and field captain as a rising senior in June 2024.</li>
<li>Awarded the John C. Lawler Medal for the Holy Cross student-athlete(s) best displaying academic excellence.</li>
<li>Selected for the 2023, 2024 All-Academic Patriot League Cross Country team.</li>
<li>Achieved Patriot League Honor Roll each semester.</li>
<li>Placed second at the NEICAA (New England Intercollegiate Athletic Association) Indoor Track & Field Champtionships.</li>
<li>Best Performances</li>
<ul class="ps-4">
<li>Cross Country - <b>5K</b>: 15:01, <b>8K</b>: 25:11, <b>10K</b>: 31:54</li>
<li>Track - <b>1M</b>: 4:23, <b>3000m</b>: 8:26, <b>5000m</b>: 14:53, <b>10000m</b>: 31:46</li>
</ul>
<li>Other collegiate performances and information:
<a href="https://www.tfrrs.org/athletes/7928277/Holy_Cross/William_Schimitsch.html"
target="_blank"
rel="noopener noreferrer">
TFRRS</a>,
<a href="https://goholycross.com/sports/mens-cross-country/roster/william-schimitsch/15351"
target="_blank"
rel="noopener noreferrer">
Holy Cross Athletics
</a>
</li>
</ul>
<div class="d-flex justify-content-between">
<p>High School Varsity Cross Country/Track & Field</p>
<p>2017-2021</p>
</div>
<ul class="mb-2">
<li>Competed for Regis High School
(<a href="https://www.chsaany.org/"
target="_blank"
rel="noopener noreferrer">CHSAA</a>)
for 11 seasons of cross country and track & field.
</li>
<ul class="ps-4">
<li>Did not compete in outdoor track & field during freshman due to (poorly) playing junior varsity baseball.</li>
</ul>
<li>Ran 2 years of Varsity Cross Country and Track & Field.</li>
<li>High School personal bests and performances:
<a href="https://ma.milesplit.com/athletes/7420835-william-schimitsch"
target="_blank"
rel="noopener noreferrer">
MileSplit</a>,
<a href="https://www.athletic.net/athlete/19036197/cross-country/"
target="_blank"
rel="noopener noreferrer">
Athletic.net
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="mt-2 container">
<p>Last Updated: August 2025</p>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
</body>
</html>