-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
260 lines (227 loc) · 9.01 KB
/
index.html
File metadata and controls
260 lines (227 loc) · 9.01 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
<!DOCTYPE HTML>
<!--
Astral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en">
<head>
<title>Marcello Novak</title>
<link rel="shortcut icon" href="assets/css/images/icon.ico" type="image/x-icon">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper-->
<div id="wrapper">
<!-- Nav -->
<nav id="nav">
<a href="#" class="icon solid fa-user"> <span>Home</span> </a>
<a href="#about" class="icon solid fa-magnifying-glass"> <span>About Me</span> </a>
<a href="#projects" class="icon solid fa-compass-drafting"> <span>Projects</span> </a>
<a href="#work" class="icon solid fa-folder"> <span>Work</span> </a>
<a href="#resume" class="icon solid fa-file-lines"> <span>Resume</span> </a>
<a href="#contact" class="icon solid fa-envelope"> <span>Contact</span> </a>
</nav>
<!-- Main -->
<div id="main">
<!-- Home -->
<article id="home" class="panel intro">
<header>
<h1>Marcello Novak</h1>
<p>ERAU CE 2026</p>
</header>
<!-- Shortcut arrow straight to work page -->
<a href="#work" class="jumplink pic">
<span class="arrow icon solid fa-chevron-right"><span>See my work</span></span>
<img src="images/headshot.png" alt="Headshot Cover Photo" />
</a>
</article>
<!-- About -->
<article id="about" class="panel">
<header>
<h2>About Me</h2>
</header>
<p class="indented">
Since I was young, I've had a passion for technology. I've been building, coding,
and tinkering as long as I can remember. Apart from tech, I loved building
things with my hands and seeing how they would take shape. I've always been
fascinated by the interconnectedness of my surroundings; breaking apart things I
couldn't understand to see how they worked hands-on, physical and digital.
</p>
<header>
<h2>Education</h2>
</header>
<p class="indented">
I'm currently enrolled in the Computer Engineering program at Embry-Riddle Aeronautical
University with a mathematics minor, and I'm expecting to graduate in May 2026. As the
System Architect for my capstone, I am leading the top-level design and implementation
of a novel LLM model for onboard, offline image analysis, developed in collaboration with
NASA's Jet Propulsion Laboratory (JPL). This flight-ready system is designed to operate
on a Snapdragon processor and will be launched into space to study the effects of the
harsh space environment on LLM performance. I'm also a part of the EagleSAT and Robotics
clubs on campus, contributing to their designs and codebases. Most of my professional
software expertise lies in Python and C++, but I'm always working on various projects to
learn more languages and technologies.
</p>
<header>
<h2>Personal</h2>
</header>
<p class="indented">
In my spare time, I like to work on personal projects, such as this website, my Linux
servers, CAD design, and 3D printing. When I'm not huddled in front of some smoking
mass of technology, I enjoy reading, playing piano, hiking, skiing, weightlifting,
video editing, and gaming with my friends.
</p>
</article>
<!-- Project Experience -->
<article id="projects" class="panel">
<header>
<h2>Projects</h2>
</header>
<p>
A collection of personal and academic projects I've worked on.
</p>
<section>
<div class="row">
<!-- JPL LLM Capstone Page -->
<div class="col-4 col-6-medium col-12-small">
<a href="/projects/capstone/writeup_capstone.html" class="image fit">
<img src="images/projects/cover_capstone.png" alt="JPL LLM Capstone Project"></a>
</div>
<!-- Confidential Computing Research Page -->
<div class="col-4 col-6-medium col-12-small">
<a href="/projects/confcompute/writeup_confcompute.html" class="image fit">
<img src="images/projects/cover_confcompute.png" alt="Confidential Computing Research"></a>
</div>
<!-- Arch Linux Forum Posts Page -->
<div class="col-4 col-6-medium col-12-small">
<a href="/projects/archforums/writeup_archlinux.html" class="image fit">
<img src="images/projects/cover_archlinuxforums.png" alt="Arch Linux Forum Posts"></a>
</div>
<!-- Portfolio Website Page -->
<div class="col-4 col-6-medium col-12-small">
<a href="/projects/portfolio/writeup_portfolio.html" class="image fit">
<img src="images/projects/cover_portfolio.png" alt="Portfolio Website"></a>
</div>
<!-- Homelab Networking Page-->
<div class="col-4 col-6-medium col-12-small">
<a href="/projects/homelab/writeup_homelab.html" class="image fit">
<img src="images/projects/cover_homelab.png" alt="Homelab Networking"></a>
</div>
<!-- Sample Entry: --/>
<div class="col-4 col-6-medium col-12-small">
<a href="#" class="image fit">
<img src="images/pic10.jpg" alt=""></a>
</div>
<--------------------->
</div>
</section>
</article>
<!-- Work Experience -->
<article id="work" class="panel">
<header>
<h2>Work</h2>
</header>
<p>
A gallery of professional work and projects I've been involved with.
</p>
<section>
<div class="row">
<!-- Capula Internship Page -->
<div class="col-4 col-6-medium col-12-small">
<a href="/work/capula/writeup_capula.html" class="image fit">
<img src="images/work/cover_capula.png" alt="Capula Internship"></a>
</div>
<!-- GRIB2 Weather Page -->
<div class="col-4 col-6-medium col-12-small">
<a href="/work/eager/writeup_eager.html" class="image fit">
<img src="images/work/cover_eager.png" alt="Eager Research Project"></a>
</div>
<!-- Honeywell ANTHEM Internship -->
<div class="col-4 col-6-medium col-12-small">
<a href="/work/honeywell/writeup_honeywell.html" class="image fit">
<img src="images/work/cover_honeywell.png" alt="Honeywell ANTHEM Internship"></a>
</div>
</div>
</section>
</article>
<!-- Resume -->
<article id="resume" class="panel">
<header>
<h2>Resume</h2>
</header>
<iframe
src="documents/Novak Marcello Resume.pdf"
width="100%"
height="700px"
style="border: none; margin-bottom: 2em;"
title="Marcello Novak's Resume"
>
<p>Your browser may not be able to display the embedded PDF viewer.</p>
</iframe>
<p>
If you prefer, you can download a PDF copy here:
<a href="documents/Novak Marcello Resume.pdf" target="_blank" download>Download Resume</a>
</p>
</article>
<!-- Contact -->
<article id="contact" class="panel">
<header>
<h2>Contact Me</h2>
</header>
<form action="https://formspree.io/f/xrgvrkrp" method="POST">
<div>
<div class="row">
<div class="col-6 col-12-medium">
<label>
<input type="text" name="name" placeholder="Name" />
</label>
</div>
<div class="col-6 col-12-medium">
<label>
<input type="text" name="email" placeholder="Email" />
</label>
</div>
<div class="col-12">
<label>
<input type="text" name="subject" placeholder="Subject" />
</label>
</div>
<div class="col-12">
<label>
<textarea name="message" placeholder="Message" rows="6"></textarea>
</label>
</div>
<div class="col-12">
<input type="submit" value="Send Message" />
</div>
</div>
</div>
</form>
</article>
</div>
<!-- Footer -->
<div id="footer">
<ul class="copyright">
<li>© Marcello Novak</li>
<li>
<a href="https://github.com/marcellonovak/" target="_blank">
<i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/marcellonovak/" target="_blank">
<i class="fa-brands fa-linkedin"></i></a>
</li>
<li>Template: <a href="https://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>