-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
246 lines (241 loc) · 14.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Niko Natsoulas</title>
<link rel="stylesheet" href="style.css">
<script src="https://code.iconify.design/iconify-icon/1.0.7/iconify-icon.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link rel="canonical" href="https://nicholasnatsoulas.com/">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SMHMGJKP9F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SMHMGJKP9F');
</script>
<body>
<div class="homepage-container">
<header>
<div class="header-text">
<h1>Niko Natsoulas</h1>
<p class="location">
<a href="https://www.google.com/maps/place/Boulder,+CO" target="_blank" rel="noopener noreferrer">
<i class="fas fa-globe"></i>
Boulder, CO
</a>
</p>
<div class="social-links">
<a href="mailto:[email protected]" aria-label="Email">
<iconify-icon icon="mdi:email"></iconify-icon>
</a>
<a href="https://github.com/Natsoulas" aria-label="GitHub">
<iconify-icon icon="mdi:github"></iconify-icon>
</a>
<a href="https://www.linkedin.com/in/nicholasnatsoulas/" aria-label="LinkedIn">
<iconify-icon icon="mdi:linkedin"></iconify-icon>
</a>
<a href="https://www.researchgate.net/profile/Nicholas-Natsoulas" aria-label="ResearchGate">
<iconify-icon icon="simple-icons:researchgate" width="16" height="16"></iconify-icon>
</a>
</div>
</div>
<img src="images/profile.webp" alt="Niko Natsoulas" class="profile-image">
</header>
<main>
<section class="bio">
<p>I'm currently at CU Boulder working as a research assistant in Dr. Schaub's AVS Lab. In tandem, I am pursuing my M.S. in Astrodynamics & Satellite Navigation.</p>
<p>I previously worked at Vast, Varda, SpaceX, Blue Origin and NASA doing GNC Engineering internships. </p>
<p>My passion lies in GNC Engineering and I want to continue helping awesome spacecraft fly.</p>
<p>
<span>I'm based in Boulder for school and research. Reach out if you want to chat, download my resume</span>
<a href="files/Natsoulas_Nicholas_Resume.pdf" download="Natsoulas_Nicholas_Resume.pdf" target="_blank">here,</a>
<span>or check out my other platforms!</span>
</p>
</section>
<section class="work">
<h2>Work</h2>
<ul class="work-list">
<li class="work-item">
<div class="work-item-header">
<img src="icons/avslabIcon.jpeg" alt="Autonomous Vehicle Systems Lab">
<div class="work-title">
<span class="company-name">Autonomous Vehicle Systems Laboratory</span>
<span class="role">Graduate Research Assistantship</span>
</div>
<iconify-icon class="dropdown-arrow" icon="mdi:chevron-down"></iconify-icon>
</div>
<div class="work-item-content">
<p>Lab that researches spacecraft dynamics, formation flying, attitude control, and astrodynamics/flight simulation software.</p>
<p>I support the Basilisk astrodynamics simulation software development.</p>
</div>
</li>
<li class="work-item">
<div class="work-item-header">
<img src="icons/vastIcon.jpeg" alt="VAST">
<div class="work-title">
<span class="company-name">VAST</span>
<span class="role">GNC Engineering Intern</span>
</div>
<iconify-icon class="dropdown-arrow" icon="mdi:chevron-down"></iconify-icon>
</div>
<div class="work-item-content">
<p>Creating the first commercial space station and competing for NASA's CLD contract.</p>
<p>Developed a ton of GNC flight algorithms and flight simulation software in C++.</p>
</div>
</li>
<li class="work-item">
<div class="work-item-header">
<img src="icons/vardaIcon.jpeg" alt="Varda">
<div class="work-title">
<span class="company-name">Varda</span>
<span class="role">GNC Engineering Intern</span>
</div>
<iconify-icon class="dropdown-arrow" icon="mdi:chevron-down"></iconify-icon>
</div>
<div class="work-item-content">
<p>Space Drugs and Weapons technology. Space Cartel???</p>
<p>Reentry trajectory analysis, state estimation, Flight Safety Analysis, flight simulation software development, ground station tracking tooling.</p>
</div>
</li>
<li class="work-item">
<div class="work-item-header">
<img src="icons/spacexIcon.jpeg" alt="SpaceX">
<div class="work-title">
<span class="company-name">SpaceX</span>
<span class="role">GNC Engineering Intern</span>
</div>
<iconify-icon class="dropdown-arrow" icon="mdi:chevron-down"></iconify-icon>
</div>
<div class="work-item-content">
<p>Starlink Collision Avoidance GNC software development.</p>
<p>Developed a cool conjunction screening algorithm, the rest of the work was data visualization.</p>
</div>
</li>
<li class="work-item">
<div class="work-item-header">
<img src="icons/blueoriginIcon.jpeg" alt="Blue Origin">
<div class="work-title">
<span class="company-name">Blue Origin</span>
<span class="role">GNC Engineering Intern</span>
</div>
<iconify-icon class="dropdown-arrow" icon="mdi:chevron-down"></iconify-icon>
</div>
<div class="work-item-content">
<p>Lunar Mk1 Mission Design for Blue Moon lunar lander. </p>
<p>Calendar Sweep Automation software for Trajectory Optimization/Generation.</p>
</div>
</li>
</li>
<li class="work-item">
<div class="work-item-header">
<img src="icons/nasaIcon.jpeg" alt="NASA">
<div class="work-title">
<span class="company-name">NASA</span>
<span class="role">GNC Engineering Intern</span>
</div>
<iconify-icon class="dropdown-arrow" icon="mdi:chevron-down"></iconify-icon>
</div>
<div class="work-item-content">
<p>Attitude Control subsystem design for a massive interplanetary transporter mission design (cough cough Mars).</p>
<p>6-DOF simulation and analysis tool development for RCS thruster sizing and placement.</p>
</div>
</li>
<!-- Repeat similar structure for other work items -->
</ul>
</section>
<section class="projects">
<h2>Projects</h2>
<div class="project-grid">
<div class="project-item">
<img src="images/orbital-elements-thumbnail.jpg" alt="Keplerian Orbital Elements Visualization">
<p>Interactive visualization of Keplerian orbital elements for educational purposes.</p>
<p>
<a href="orbital-elements.html" target="_blank" rel="noopener noreferrer" class="underline">View Visualization</a>
<a href="https://github.com/Natsoulas/Natsoulas.github.io/blob/main/orbit-visualization.js" target="_blank" rel="noopener noreferrer" class="underline">GitHub Repo</a>
</p>
</div>
<div class="project-item">
<img src="images/AlphaThumbnail.jpg" alt="Project 1">
<p>
I worked on the design integration and validation of the Attitude Control System for the Alpha CubeSat.
</p>
<p>
<a href="files/Alpha_CubeSat_ACS_Formal_Report.pdf" target="_blank" rel="noopener noreferrer" class="underline">project report</a>
</p>
</div>
<div class="project-item">
<img src="images/espresso_stock_image.jpg" alt="Project 2">
<p>
I designed a PID control system for precise espresso brew temperature control and modded out an actual machine.
</p>
<p>
<a href="https://github.com/Natsoulas/espresso-pid" target="_blank" rel="noopener noreferrer" class="underline">GitHub Repo</a>
<a href="files/Espresso_Controls_Report.pdf" target="_blank" rel="noopener noreferrer" class="underline">project report</a>
</p>
</div>
<div class="project-item">
<img src="images/webdesign.jpg" alt="Project 3">
<p>Wrote this website with HTML, JS, and CSS, and a bit of stealing code here and there. Thanks Matt.
<a href="https://github.com/Natsoulas/Natsoulas.github.io" target="_blank" rel="noopener noreferrer" class="underline">GitHub Repo</a>
</p>
</div>
<div class="project-item">
<img src="images/spiral_rendezvous.png" alt="Project 4">
<p>C++ Satellite 6-DOF flight sim and 3-DOF LQR Rendezvous sim.</p>
<p>
<a href="https://github.com/Natsoulas/SatelliteSim" target="_blank" rel="noopener noreferrer" class="underline">6DOF GitHub Repo</a> <br>
<a href="https://github.com/Natsoulas/lqr_rendezvous" target="_blank" rel="noopener noreferrer" class="underline">3DOF LQR Rendezvous GitHub Repo</a>
</p>
</div>
<div class="project-item">
<img src="images/chemsepmars.png" alt="Project 5">
<p>Big and Nasty NASA Matlab 6DOF flight simulation for RCS thruster placement & sizing.</p>
<p>
<a href="https://github.com/Natsoulas/Interplanetary_Transporter_6DOF" target="_blank" rel="noopener noreferrer" class="underline">GitHub Repo for my Sim</a>
<a href="files/ASCEND-SEP-Chem_paper_2023_v3.pdf" target="_blank" rel="noopener noreferrer" class="underline">Ascend Paper on Overall Mission Design</a>
</p>
</div>
<div class="project-item">
<img src="images/kalman_filter_example.png" alt="Project 6">
<p>Implemented Kalman Filter examples from the KF Made Easy book in python.</p>
<p>
<a href="https://github.com/Natsoulas/Kalman_Filter_Examples" target="_blank" rel="noopener noreferrer" class="underline">GitHub Repo</a>
</p>
</div>
<!-- Add more project items as needed -->
</div>
</section>
</main>
<footer>
<p>Press <kbd>⌘ J</kbd> to open the search bar.</p>
</footer>
</div>
<div id="command-menu" class="command-menu hidden">
<div class="search-container">
<span class="search-icon">
<iconify-icon icon="mdi:magnify"></iconify-icon>
</span>
<input type="text" placeholder="Type a command or search...">
<button class="close-button">×</button>
</div>
<div class="menu-content">
<div class="section">
<div class="section-title">Actions</div>
<a href="#" class="menu-item" data-action="print">Print</a>
</div>
<div class="section">
<div class="section-title">Links</div>
<a href="https://github.com/Natsoulas" class="menu-item">GitHub</a>
<a href="https://www.linkedin.com/in/nicholasnatsoulas/" class="menu-item">LinkedIn</a>
<a href="https://www.researchgate.net/profile/Nicholas-Natsoulas" class="menu-item">ResearchGate</a>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>