-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
349 lines (291 loc) · 16.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>Keith Carolus | Personal Website</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Tangerine">
<link rel="stylesheet" type="text/css" href="https://cosmicvarion.github.io/css/styles.css">
</head>
<body>
<nav class="blue-grey darken-1">
<div class="nav-wrapper">
<a href="http://www.keithcarolus.com" class="brand-logo right">Keith Carolus</a>
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a>
<ul class="left hide-on-med-and-down">
<li><a href="#about_me">About Me</a></li>
<li><a href="#graduation_speech">Graduation Speech</a></li>
<li><a href="#hardware">Hardware</a></li>
<li><a href="#books_and_courses">Books and Courses</a></li>
<li><a href="#publications">Publications</a></li>
<!-- <li><a href="#projects">Projects</a></li> -->
<li><a href="#resume">Resume</a></li>
<li><a href="#connect4">Connect 4</a></li>
</ul>
<ul class="side-nav" id="mobile-demo">
<li><a href="#about_me">About Me</a></li>
<li><a href="#graduation_speech">Graduation Speech</a></li>
<li><a href="#hardware">Hardware</a></li>
<li><a href="#books_and_courses">Books and Courses</a></li>
<li><a href="#publications">Publications</a></li>
<!-- <li><a href="#projects">Projects</a></li> -->
<li><a href="#resume">Resume</a></li>
<li><a href="#connect4">Connect 4</a></li>
</ul>
</div>
</nav>
<div class="parallax-container" style="height=1000px">
<div class="parallax"><img width="100%" src="https://cosmicvarion.github.io/images/sunny.jpg"></div>
<div class="section no-pad-bot">
<div class="container">
<br><br><br><br><br><br><br><br><br><br>
<h1 class="footer blue-grey-text text-darken-1" style="color: #222d32;">Welcome</h1>
<div class="row">
<h5 class="header col s12 white-text" style="text-shadow: 0.5px 0.5px #90a4ae;">To my personal website</h5>
</div>
<div>
<div class="chip">
<img src="https://cosmicvarion.github.io/images/li.png">
<a href="https://www.linkedin.com/in/keithcarolus" style="color:#e59900;">LinkedIn</a>
</div>
<div class="chip">
<img src="https://cosmicvarion.github.io/images/gs.png">
<a href="https://scholar.google.com/citations?hl=en&user=xC_XoiUAAAAJ" style="color:#e59900;">Google Scholar</a>
</div>
<div class="chip">
<img src="https://cosmicvarion.github.io/images/gh.png">
<a href="https://github.com/cosmicvarion" style="color:#e59900;">GitHub</a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="section">
<br>
<div class="row" id="about_me">
<div class="col s8 center">
<div class="card blue-grey darken-1 hoverable">
<div class="card-image">
<img src="https://cosmicvarion.github.io/images/kilt.jpg">
<span class="card-title">About Me</span>
</div>
<div class="card-content white-text">
<p class="left-align light">
I am a computer engineering graduate of the University at Buffalo, '18, and a research software engineer.
</p>
<br>
<p class="left-align light">
Welcome to my personal website!
</p>
</div>
</div>
</div>
<div class="col s4 center">
<div class="card blue-grey darken-1 hoverable">
<div class="card-image">
<img src="https://cosmicvarion.github.io/images/watergarden.jpg">
</div>
</div>
<div class="card blue-grey darken-1 hoverable">
<div class="card-image">
<img src="https://cosmicvarion.github.io/images/me.jpg">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="section">
<div class="center" id="graduation_speech">
<div class="hoverable" style="position: relative; height: 0; overflow: hidden; padding-top: 56.25%;">
<iframe id="frame" frameborder="0" style="position:absolute; top:0; left: 0; width: 100%; height: 100%;" src="https://www.youtube-nocookie.com/embed/flReOyU6Hvo?rel=0&showinfo=0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
<br>
</div>
</div>
<div class="parallax-container" style="height=1000px">
<div class="parallax"><img width="100%" src="https://cosmicvarion.github.io/images/bay.jpg"></div>
</div>
<div class="container">
<div class="section">
<div class="center" id="hardware">
<h4>Hardware</h4>
<div class="row">
<div class="col s6 center">
<div class="card blue-grey darken-1 hoverable">
<div class="card-image">
<img src="https://cosmicvarion.github.io/images/sc17.jpg">
</div>
<div class="card-content white-text">
<p class="left-align light">
My personal deep learning machine, an EVGA SC17, with a full Nvidia GTX 1070, an i7, and 32GB DDR4.
</p>
</div>
</div>
<div class="col center">
<div class="card hoverable">
<div class="card-content">
<h5 style="word-wrap: break-word;">TARS Sponsors</h5>
<br>
<div class="card-image">
<img src="https://cosmicvarion.github.io/images/Logo-NVIDIA.jpg" style="max-width: 380px">
</div>
<br>
<div class="card-image">
<img src="https://cosmicvarion.github.io/images/sunylogo.jpg" style="max-width: 380px">
</div>
<br>
<div class="card-image">
<img src="https://cosmicvarion.github.io/images/bnac.jpg" style="max-width: 380px">
</div>
<br>
</div>
</div>
</div>
</div>
<div class="col s6 center">
<div class="card blue-grey darken-1 hoverable">
<div class="card-image">
<img src="https://cosmicvarion.github.io/images/tars.jpg">
<span class="card-title">TARS</span>
</div>
<div class="card-content white-text">
<p class="left-align light">
A professional deep learning machine I built at the Buffalo Neuroimaging Analysis Center thanks to the generous support of the UB Center for Undergraduate Research and Creative Activity and Nvidia, powered by 2 Nvidia Titan Xps, a 20-thread i9, and 128GB DDR4.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container" style="height=1000px">
<div class="parallax"><img width="100%" src="https://cosmicvarion.github.io/images/hill.jpg"></div>
</div>
<div class="container">
<div class="section">
<ul class="collection with-header hoverable" id="books_and_courses">
<li class="collection-header center"><h4>Favorite Books and Online Courses</h4></li>
<li class="collection-item">Project Hail Mary by Andy Weir</li>
<li class="collection-item">The Martian by Andy Weir</li>
<li class="collection-item">Ready Player One by Ernest Cline</li>
<li class="collection-item">Ready Player Two by Ernest Cline</li>
<li class="collection-item">On Intelligence by Jeff Hawkins</li>
<li class="collection-item">MIT OCW AI (<a href="https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-034-artificial-intelligence-fall-2010/">link</a>)</li>
<li class="collection-item">Stanford CS231n Convolutional Neural Networks for Visual Recognition (<a href="http://cs231n.github.io">link</a>)</li>
<li class="collection-item">Cracking the Coding Interview by Gayle Laakmann McDowell</li>
</ul>
<br>
<ul class="collection with-header hoverable" id="publications">
<li class="collection-header center"><h4>Select Publications</h4></li>
<li class="collection-item">
<b>Keith Carolus</b>, Tom A. Fuchs, Niels Bergsland, Deepa Ramasamy, Hoan Tran, Tomas Uher, Dana Horakova, Manuela Vaneckova, Eva Havrdova, Ralph H. B. Benedict, Robert Zivadinov, Michael G. Dwyer. Time Course of Lesion-Induced Atrophy in MS. Journal of Neurology. April 2022. (<a href="https://doi.org/10.1007/s00415-022-11094-y">link</a>)
</li>
<li class="collection-item">
Michael G. Dwyer, <b>Keith Carolus</b>, Niels Bergsland, Dejan Jakimovski, Bianca Weinstock-Guttman, Ferdinand Schweser, Ralph Benedict, Robert Zivadinov. Deep Learning Enables Thalamic Atrophy Measurement on Clinical Quality T2 FLAIR Images. American Academy of Neurology (AAN), Philadelphia, PA; May 4-10, 2019. (<a href="https://n.neurology.org/content/92/15_Supplement/P5.2-057">link</a>)
</li>
<li class="collection-item">
<b>Keith Carolus</b>, Tom Fuchs, Niels Bergsland, Deepa Ramasamy, Tomas Uher, Dana Horakova, Manuela Vaneckova, Eva Havrdova, Ralph Benedict, Robert Zivadinov, Michael Dwyer. Accelerated subcortical atrophy following new lesion accrual in directly connected tracts is significant and appears limited to the first year. American Academy of Neurology (AAN), Los Angeles, CA; April 21-27, 2018. (<a href="https://n.neurology.org/content/90/15_Supplement/P3.350">link</a>)
</li>
<li class="collection-item">
T A Fuchs, <b>K Carolus</b>, R H B Benedict, N Bergsland, D Ramasamy, D Jakimovski, B Weinstock-Guttman, A Kuceyeski, R Zivadinov, M G Dwyer. Impact of Focal White Matter Damage on Localized Subcortical Gray Matter Atrophy in Multiple Sclerosis: A 5-Year Study. American Journal of Neuroradiology. August 2018. (<a href="https://doi.org/10.3174/ajnr.A5720">link</a>)
</li>
<li class="collection-item">
Full list at <a href="https://scholar.google.com/citations?user=zsIxxd8AAAAJ">Google Scholar</a>
</li>
</ul>
<!-- <br>
<ul class="collection with-header hoverable" id="projects">
<li class="collection-header center"><h4>Projects</h4></li>
<li class="collection-header align-left"><h5>Extracurricular Projects</h5></li>
<li class="collection-item"><p><b>SmallPond Simulator</b></p> <p>SmallPond FPGA based architecture assembler, debugger, and simulator for CSE 443: Compilers at UB.</p></li>
<li class="collection-item"><p><b>connecto</b></p> <p>Implementation of CandyCrush in Python (<a href="https://github.com/cosmicvarion/connecto">link</a>).</p></li>
<li class="collection-item"><p><b>connect 4</b></p> <p> Arduino Connect 4 with wireless controller developed with Simran Singh (<a href="#connect4">link</a>).</p></li>
<li class="collection-item center">And many more to come!</li>
<li class="collection-header align-left"><h5>Coursework</h5></li>
<li class="collection-item"><p><b>TaDa</b> - UB CSE442: Software Engineering</p><p>A productivity app that is the best of Trello and Google Calendar (<a href="https://github.com/cosmicvarion/tada">link</a>).</p> </li>
<li class="collection-item"><p><b>Rhyme Bot</b> - UB CSE250: Data Structures</p><p>Python tool to provide the best rhymes matching user input.</p> </li>
<li class="collection-item"><p><b>Pale Blue Dot</b> - UB CSE250: Data Structures</p><p>Python tool to provide the next opportunity to observe the International Space Station from a coordinate location via the International Space Station's web API.</p> </li>
<li class="collection-item"><p><b>Treasure Hunter</b> - UB CSE250: Data Structures</p><p>C++ game where a player moves on a grid encountering enemies and treasures and accumulating points.</p> </li>
<li class="collection-item"><b>Multiplayer Scrabble with Remote Method Invocation</b> - UB CSE116: Introduction to Computer Science II <p>Semester group project to implement Scrabble with an object oriented design in Java - runnable on a server to which players may join.</p></li>
<li class="collection-item"><b>Space Invaders</b> - UB CSE115: Introduction to Computer Science I<p>Java implementation of the classic 2D game with an object oriented design.</p></li>
<li class="collection-header align-left"><h5>Professional</h5></li>
<li class="collection-item">Please see my resume (<a href="#resume">link</a>)</li>
</ul>
<br> -->
</div>
</div>
<div class="parallax-container" style="height=1000px">
<div class="parallax"><img width="100%" src="https://cosmicvarion.github.io/images/river.jpg"></div>
</div>
<div class="container">
<div id="resume" class="section">
<div class="center">
<h2>Resume</h2>
<p><a href="https://www.linkedin.com/in/keithcarolus/">LinkedIn</a></p>
<br>
<div style="position: relative; height: 0; overflow: hidden; padding-top: 77.27%;">
<iframe id="frame" frameborder="0" style="position:absolute; top:0; left: 0; width: 100%; height: 100%;" src="https://docs.google.com/gview?url=https://cosmicvarion.github.io/resources/resume.pdf&embedded=true"></iframe>
</div>
<br>
</div>
</div>
</div>
<div class="parallax-container" style="height=1000px">
<div class="parallax"><img width="100%" src="https://cosmicvarion.github.io/images/castle.jpg"></div>
</div>
<div class="container">
<div class="section">
<div class="row">
<div id="connect4">
<div class="col s12 center">
<div class="card blue-grey darken-1 hoverable">
<div class="card-image">
<img src="https://cosmicvarion.github.io/images/connect4.jpg">
<span class="card-title">Connect 4</span>
</div>
<div class="card-content white-text">
<p class="left-align light">Simran Singh and I won the CS Ed Week Demo Competition at UB. We developed an Arduino based connect 4 game with an LED matrix that could be controlled via bluetooth from an Android device.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="page-footer blue-grey darken-1" style="margin-top: 0px;">
<div class="container">
<div class="row">
<div class="col l4 offset-l2 s12">
<h5 class="white-text">Contact</h5>
<ul>
<li class="white-text">[email protected]</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright blue-grey">
<div class="container">
© 2022 by Keith Carolus
<a class="white-text right" href="https://materializecss.com">Made with love with Materialize.</a>
</div>
</div>
</footer>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<!-- <script type="text/javascript" src="https://cosmicvarion.github.io/js/script.js"></script> -->
<script language="javascript" type="text/javascript">
$(document).ready(function(){
$(".button-collapse").sideNav()
$('.parallax').parallax();
});
</script>
</body>
</html>