-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·181 lines (160 loc) · 11 KB
/
index.html
File metadata and controls
executable file
·181 lines (160 loc) · 11 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
<!DOCTYPE html>
<html>
<head>
<title>Adam Novitch</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Open+Sans'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
html,h1,h2,h3,h4,h5,h6,body {font-family: "Cambria", sans-serif}
body {font-family: "Open Sans", sans-serif}
</style>
<script src="https://kit.fontawesome.com/e88d358952.js" crossorigin="anonymous"></script>
</head>
<!--- <body class="w3-light-grey"> -->
<body style="background-color:#16161d;">
<!-- Page Container -->
<div class="w3-content w3-margin-top" style="max-width:1800px;">
<!-- The Grid -->
<div class="w3-row-padding">
<div class="w3-col l3">
<!-- Left Column -->
<!-- Info -->
<div>
<h1 class="w3-text-white">Adam Novitch</h1>
<div class="w3-container w3-text-white">
<p><i class="fa fa-home fa-fw w3-margin-right w3-large w3-text-red"></i>New London, CT</p>
<p><i class="fa fa-envelope fa-fw w3-margin-right w3-large w3-text-red"></i><a href="mailto:adam.novitch@gmail.com">adam.novitch@gmail.com</a></p>
<p><i class="fa fa-phone fa-fw w3-margin-right w3-large w3-text-red"></i>(914) 246-8715</p>
</div>
</div>
<!-- Docs -->
<div>
<h3 class="w3-text-white">Résumé
<a href="https://adamnovitch.github.io/Adam_Novitch_Resume.pdf"><i class="fa fa-file-pdf-o fa-fw w3-margin-left w3-xlarge w3-text-red"></i></a>
<a href="https://adamnovitch.github.io/Adam_Novitch_Resume.docx"><i class="fa fa-file-word-o fa-fw w3-margin-left w3-xlarge w3-text-red"></i></a>
<a href="https://github.com/adamnovitch"><i class="fa fa-github fa-fw w3-margin-left w3-xlarge w3-text-red"></i></a>
<a href="https://www.linkedin.com/in/adamnovitch/"><i class="fa fa-linkedin fa-fw w3-margin-left w3-xlarge w3-text-red"></i></a>
</h3>
</div>
<!-- Skills -->
<div class="w3-container">
<h5 class="w3-text-white"><b><i class="fa fa-cogs fa-fw w3-margin-right w3-text-red"></i>Skills</b></h5>
<div class="w3-container w3-text-white w3-margin-bottom">
Software Development, Linux, Scripting, Source Control, CI/CD, Unit Test, Engineering Requirements
</div>
<h5 class="w3-text-white"><b><i class="fa fa-wrench fa-fw w3-margin-right w3-text-red"></i>Tools</b></h5>
<div class="w3-container w3-text-white w3-margin-bottom">
Git, GitLab, Bitbucket, Jira, Green Hills, GDB, VectorCAST, Simulink
</div>
<h5 class="w3-text-white"><b><i class="fa fa-code fa-fw w3-margin-right w3-text-red"></i>Languages</b></h5>
<div class="w3-container w3-text-white w3-margin-bottom">
C, Linux Shell, Ada, Python
</div>
</div>
<!-- Education -->
<div>
<h3 class="w3-text-white">Education<i class="fa fa-graduation-cap fa-fw w3-margin-left w3-text-red"></i></h3>
<div class="w3-container">
<h5 class="w3-text-white"><b><a href="https://www.rpi.edu/">Rensselaer Polytechnic Institute</a></b></h5>
<h6 class="w3-text-red"><i class="fa fa-calendar fa-fw w3-margin-right"></i>2009 - 2013</h6>
<h6 class="w3-text-white"><a href="https://ecse.rpi.edu/">BS Computer & Systems Engineering</a></h6>
</div>
</div>
<!-- Other -->
<div>
<h3 class="w3-text-white">Other Activities</h3>
<div class="w3-container">
<!-- Link to TTRPG page -->
<!-- Pokemon -->
<h6 class="w3-text-white"><i class="fa fa-gamepad fa-fw w3-margin-right w3-text-red"></i><a href="https://github.com/adamnovitch/NeoCrystal">Pokémon Crystal Decompile Edit</a></h6>
<!-- Moderation -->
<h6 class="w3-text-white"><i class="fa-brands fa-discord fa-fw w3-margin-right w3-text-red"></i>Moderator for community server of nearly 40,000 members</h6>
</div>
</div>
<!-- End Left Column -->
</div>
<!-- Middle Column -->
<div class="w3-col l5">
<div class="w3-container">
<h2 class="w3-text-white"><i class="fa fa-desktop fa-fw w3-margin-right w3-xlarge w3-text-red"></i>Software Engineering</h2>
<p class="w3-text-white">Embedded Application Software Engineer with over a decade of experience developing for commercial avionics, marine defense, and elevator systems and products. Experience encompasses entire software development lifecycle including requirements definition, design documentation, software design and development, unit test, system integration, continuous integration, and mentorship. Projects have often required cross-disciplinary work as well as continued communication with clients and end users.</p>
<!-- OTIS -->
<div class="w3-container">
<h4 class="w3-text-white"><a href="https://www.otis.com/en/us/"><b>OTIS Elevator</b></a><i class="fa fa-sort fa-fw w3-margin-left w3-large w3-text-red"></i></h4>
<h6 style="float-left" class="w3-text-white">Senior Software Engineer</h6>
<h6 class="w3-text-red"><i class="fa fa-calendar fa-fw w3-margin-right"></i>November 2021 - <span class="w3-tag w3-red w3-round">Current</span></h6>
<h5 class="w3-text-white"><i class="fa fa-tasks w3-margin-right w3-text-red"></i>Projects & Products</h5>
<ul class="w3-text-white fa-ul" style="margin-left:55px;">
<li><i class="fa-li fa-solid fa-arrows-rotate w3-margin-right w3-text-red"></i>E2 High Rise Elevator Motion Command Software</li>
<ul><li style="list-style-type:none;">Ported software to new platform and integrated software with mobile application service interface.</i></ul>
<li><i class="fa-li fa fa-mobile w3-margin-right w3-text-red"></i>Gen 3 Core Field Acceptance Tests</li>
<ul><li style="list-style-type:none;">Implemented acceptance test procedures in user interface to reduce installation time by 5 hours per assembly, and further reduce time for maintenance and annual testing.</i></ul>
</ul>
<h5 class="w3-text-white"><i class="fa fa-tasks w3-margin-right w3-text-red"></i>Teams & Awards</h5>
<ul class="w3-text-white fa-ul" style="margin-left:55px;">
<li><i class="fa-li fa fa-arrows-up-to-line w3-margin-right w3-text-red"></i>Software Process Improvement Team</li>
<li><i class="fa-li fa fa-handshake w3-margin-right w3-text-red"></i>2025 Engineering Engagement Council</li>
<li><i class="fa-li fa fa-trophy w3-margin-right w3-text-red"></i>2023 OTIS EPIC Award - Gen 3 Core Field Acceptance Tests</li>
</ul>
<hr>
</div>
<!-- EB -->
<div class="w3-container">
<h4 class="w3-text-white"><a href="http://www.gdeb.com/"><b>Electric Boat Corporation</b></a><i class="fa fa-ship fa-fw w3-margin-left w3-large w3-text-red"></i></h4>
<h6 class="w3-text-red"><i class="fa fa-calendar fa-fw w3-margin-right"></i>December 2016 - November 2021</h6>
<h5 class="w3-text-white"><i class="fa fa-tasks w3-margin-right w3-text-red"></i>Projects & Products</h5>
<ul class="w3-text-white fa-ul" style="margin-left:55px;">
<li><i class="fa-li fa-solid fa-water w3-margin-right w3-text-red"></i>Columbia Class Submarine Ship Control</li>
<ul><li style="list-style-type:none;">Contributed to design, development, test, and source control for ship control software applications on new class of submarine.</i></ul>
</ul>
<h5 class="w3-text-white"><i class="fa fa-tasks w3-margin-right w3-text-red"></i>Teams & Awards</h5>
<ul class="w3-text-white fa-ul" style="margin-left:55px;">
<li><i class="fa-li fa fa-handshake w3-margin-right w3-text-red"></i>Software Engineering Development Environments Committee</li>
<li><i class="fa-li fa fa-trophy w3-margin-right w3-text-red"></i>2020 Operational Excellence Award - Source Control process design</li>
</ul>
<hr>
</div>
<!-- ENSCO -->
<div class="w3-container">
<h4 class="w3-text-white"><a href="https://www.ensco.com/aerospace"><b>ENSCO Avionics</b></a><i class="fa fa-plane fa-fw w3-margin-left w3-large w3-text-red"></i></h4>
<h6 class="w3-text-red"><i class="fa fa-calendar fa-fw w3-margin-right"></i>January 2014 - November 2016</h6>
<h5 class="w3-text-white"><i class="fa fa-tasks w3-margin-right w3-text-red"></i>Projects & Products</h5>
<ul class="w3-text-white fa-ul" style="margin-left:55px;">
<li><i class="fa-li fa fa-hand-o-left w3-margin-right w3-text-red"></i>Boeing 777 Cabin Control Panel</li>
<ul><li style="list-style-type:none;">Built and configured embedded Yocto Linux operating system for updated control panel. Supported introduction of git source control process. Performed unit testing.</i></ul>
<li><i class="fa-li fa fa-pie-chart w3-margin-right w3-text-red"></i>Engine Control Unit Testing</li>
</ul>
<hr>
</div>
<!-- End -->
</div>
<!-- End Middle Column -->
</div>
<!-- Right Column -->
<div class="w3-col l4">
<div class="w3-container">
<h2 class="w3-text-white"><i class="fa fa-dice-d20 fa-fw w3-margin-right w3-xlarge w3-text-red"></i>TTRPG Design & Consulting</h2>
<!-- TTRPG Consulting -->
<div class="w3-container">
<h4 class="w3-text-white"><i class="fa-regular fa-sun fa-fw w3-margin-right w3-large w3-text-red"></i><a href="https://www.warlockpod.com/"><b>Warlock Podcast</b></a></h4>
<ul class="w3-text-white fa-ul">
<li><h5><i style="min-width:25px" class="fa fa-star w3-margin-right w3-text-red"></i>Secrets of Myst: Bloodlines <a href="https://www.kickstarter.com/projects/warlockdnd/secrets-of-myst-an-anime-inspired-5e-one-dandd-supplement"><i class="fa-brands fa-kickstarter w3-margin-left w3-text-red"></i></a></h5></li>
<li><h5><i style="min-width:25px" class="fa fa-star w3-margin-right w3-text-red"></i>Secrets of Myst<a href="https://www.kickstarter.com/projects/warlockdnd/secrets-of-myst-5e"><i class="fa-brands fa-kickstarter w3-margin-left w3-text-red"></i></a></h5></li>
</ul>
<h4 class="w3-text-white"><i class="fa fa-compass fa-fw w3-margin-right w3-large w3-text-red"></i><a href="https://avantris.com/"><b>Avantris Entertainment</b></a></h4>
<ul class="w3-text-white fa-ul">
<li><h5><i style="min-width:25px" class="fa fa-moon w3-margin-right w3-text-red"></i>The Crooked Moon<a href="https://www.kickstarter.com/projects/legendsofavantris/the-crooked-moon-folk-horror-in-5e"><i class="fa-brands fa-kickstarter w3-margin-left w3-text-red"></i></a></h5></li>
</ul>
</div>
</div>
<!-- End Right Column -->
</div>
<!-- End Grid -->
</div>
<!-- End Page Container -->
</div>
</body>
</html>