-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
486 lines (485 loc) · 18.3 KB
/
portfolio.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
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
<!doctype html>
<html>
<head>
<title>Noah - Portfolio</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1,
user-scalable=no"
/>
<meta
name="description"
content="Noah's Portfolio and Work Experience | Engineering @ Carium •
Salesforce • Aldras • Otis • ASME | Independent Projects"
/>
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="./images/icons/favicon_50_w.webp" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<div id="headers"></div>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.min.css"
media="all"
rel="stylesheet"
type="text/css"
lazyload
/>
<!-- Main -->
<div id="main">
<div class="inner">
<h2 class="align-center">Independent Projects</h2>
<div id="independent_projects"></div>
<h2 class="align-center">Work Experience</h2>
<div id="top_portfolio" style="margin-top: 10vh"></div>
<hr class="desktop_only" />
<div class="row portfolio_row">
<div class="image_column">
<img
srcset="
./images/portfolio/other/otis_400_w.webp 400w,
./images/portfolio/other/otis_1000_w.webp 1000w
"
sizes="(max-width:
980px) 100vw, 30vw"
loading="lazy"
decoding="async"
src="./images/portfolio/other/otis.png"
alt="Otis"
/>
</div>
<div class="text_column">
<h3>
<a href="https://www.otis.com/en/us">Otis Elevator</a>
</h3>
<h4>Sales Intern, Southern Region, Remote US</h4>
<ul>
<li>
Designed automation script to accelerate data validation of
sales territory and specialization change transitions.
</li>
<li>
Followed up with accounts on after-market elevator product
proposals.
</li>
<li>
Designed promotional flyers and videos for 4 elevator products
to market decreased risk of viral infection.
</li>
</ul>
</div>
</div>
<hr class="desktop_only" />
<div class="row portfolio_row">
<div class="image_column">
<a href="portfolio-asme.html">
<img
srcset="
./images/portfolio/asme/asme_stlc_400_w.webp 400w,
./images/portfolio/asme/asme_stlc_1000_w.webp 1000w
"
sizes="(max-width:
980px) 100vw, 30vw"
loading="lazy"
decoding="async"
src="./images/portfolio/asme/asme_stlc.jpg"
alt="ASME"
/>
</a>
</div>
<div class="text_column">
<h3>
<a href="portfolio-asme.html">Northwestern ASME Chapter</a>
</h3>
<h4>Founder and President, Chicago, IL</h4>
<ul>
<li>
Directed efforts towards Innovative Additive Manufacturing 3D
competition involving the design of a hovercraft resupply
vehicle utilizing as many 3D printed parts as possible.
</li>
<li>
Conducted general meetings, information sessions, guest
speaker events, and representing Northwestern ASME at the 2018
International Mechanical Engineering Congress and Exposition.
</li>
</ul>
<div class="portfolio_more">
<a href="portfolio-asme.html">Read more →</a>
</div>
</div>
</div>
<hr class="desktop_only" />
<div class="row portfolio_row">
<div class="image_column">
<a href="portfolio-trane.html">
<img
srcset="
./images/portfolio/trane/trane_compressor_400_w.webp 400w,
./images/portfolio/trane/trane_compressor_1000_w.webp 1000w
"
sizes="(max-width: 980px) 100vw, 30vw"
loading="lazy"
decoding="async"
src="./images/portfolio/trane/trane_compressor.jpg"
alt="Trane"
/>
</a>
</div>
<div class="text_column">
<h3><a href="portfolio-trane.html">Trane Technologies</a></h3>
<h4>Systems Engineering Co-op, La Crosse, WI</h4>
<ul>
<li>
7 Coded adaptable automation scripts to accelerate repetitive
computer tasks.
</li>
<li>
Developed NLP and data visualization program to analyze user
quality data to identify trends in failure factors.
</li>
<li>
Performed data analysis of test data to improve predictive
machine learning engines.
</li>
</ul>
<div class="portfolio_more">
<a href="portfolio-trane.html">Read more →</a>
</div>
</div>
</div>
<hr class="desktop_only" />
<div class="row portfolio_row">
<div class="image_column">
<a href="portfolio-itw.html">
<img
srcset="
./images/portfolio/itw/itw_production_line_400_w.webp 400w,
./images/portfolio/itw/itw_production_line_1000_w.webp 1000w
"
sizes="(max-width: 980px) 100vw, 30vw"
loading="lazy"
decoding="async"
src="./images/portfolio/itw/itw_production_line.jpg"
alt="Illinois Tool Works"
/>
</a>
</div>
<div class="text_column">
<h3>
<a href="portfolio-itw.html"
>Illinois Tool Works - E.H. Wachs</a
>
</h3>
<h4>Engineering Intern, Chicago, IL</h4>
<ul>
<li>
Developed system of subassembly standard work to facilitate
subassembly outsourcing transition.
</li>
<li>
Spearheaded floor technician cross-training initiative in
order to streamline efficiency and maximize technician
downtime.
</li>
<li>
Analyzed configurations of new work cell designed for new pipe
cutting product.
</li>
</ul>
<div class="portfolio_more">
<a href="portfolio-itw.html">Read more →</a>
</div>
</div>
</div>
<hr class="desktop_only" />
<div class="row portfolio_row">
<div class="image_column">
<img
srcset="
./images/portfolio/other/msab_400_w.webp 400w,
./images/portfolio/other/msab_950_w.webp 1000w
"
sizes="(max-width:
980px) 100vw, 30vw"
loading="lazy"
decoding="async"
src="./images/portfolio/other/msab.jpg"
alt="MSAB"
/>
</div>
<div class="text_column">
<h3>Northwestern McCormick Student Advisory Board</h3>
<h4>Project Management, Chicago, IL</h4>
<ul>
<li>
Worked within team to plan Study Table events to bring
together tutors and underclassmen in preparation for final
exams.
</li>
<li>
Conducted general meetings, information sessions, guest
speaker events, and representing Northwestern ASME at the 2018
International Mechanical Engineering Congress and Exposition.
</li>
</ul>
</div>
</div>
<hr class="desktop_only" />
<div class="row portfolio_row">
<div class="image_column">
<a href="portfolio-caffinator.html">
<img
srcset="
./images/portfolio/caffinator/caffinator_design_400_w.webp 400w,
./images/portfolio/caffinator/caffinator_design_1000_w.webp 1000w
"
sizes="(max-width: 980px) 100vw, 30vw"
loading="lazy"
decoding="async"
src="./images/portfolio/caffinator/caffinator_design.jpg"
alt="Caffinator"
/>
</a>
</div>
<div class="text_column">
<h3>
<a href="portfolio-caffinator.html"
>Northwestern Product Design Course Project</a
>
</h3>
<h4>Client: Kranze Technology Solutions, Inc.</h4>
<ul>
<li>
Designed a physical electronic stimulation system to allow
engineers to perform software endurance tests on mobile
devices.
</li>
<li>
Analyzed interaction of custom clamps and electronically
driven belts to maneuver stylus arm across device screens
through 3D CAD modeling.
</li>
</ul>
<div class="portfolio_more">
<a href="portfolio-caffinator.html">Read more →</a>
</div>
</div>
</div>
<hr class="desktop_only" />
<div class="row portfolio_row">
<div class="image_column">
<img
srcset="
./images/portfolio/other/dtc1_collage_400_w.webp 400w,
./images/portfolio/other/dtc1_collage_1000_w.webp 1000w
"
sizes="(max-width: 980px) 100vw, 30vw"
loading="lazy"
decoding="async"
src="./images/portfolio/other/dtc1_collage.jpg"
alt="DTC 1 Collage"
style="border: 1px solid lightgrey"
/>
</div>
<div class="text_column">
<h3>Northwestern Product Design Course Project</h3>
<h4>Client: Shirley Ryan AbilityLab</h4>
<ul>
<li>
Evaluated physical forces on gait training patients to devise
a novel harness, allowing patients with pressure ulcers to
gait train without further injury.
</li>
<li>
Utilized product and cost analysis to select straps,
fasteners, and tightening mechanisms to maximize load bearing
ability.
</li>
</ul>
</div>
</div>
<hr class="desktop_only" />
<div class="row portfolio_row">
<div class="image_column">
<a href="portfolio-nanofluidics.html">
<img
srcset="
./images/portfolio/nanofluidics/nanofluidics_poster_400_w.webp 400w,
./images/portfolio/nanofluidics/nanofluidics_poster_1000_w.webp 1000w
"
sizes="(max-width: 980px) 100vw, 30vw"
loading="lazy"
decoding="async"
src="./images/portfolio/nanofluidics/nanofluidics_poster.jpg"
alt="Nanofluidics"
/>
</a>
</div>
<div class="text_column">
<h3>
<a href="portfolio-nanofluidics.html"
>Boston University Nanofluidics Research</a
>
</h3>
<h4>Nanoscale Energy-Fluids Transport Lab, Boston, MA</h4>
<ul>
<li>
Compared the nanofluidic flow behavior of water across bare
silicon with that across graphene-coated silicon surfaces.
</li>
<li>
Designed and manufactured graphene-coated silicon chips using
photoresist, laser etching, oxygen plasma, and acid baths.
</li>
<li>
Quantified the effect of graphene's low no-slip boundary using
a high-speed microscope camera and MATLAB code to perform
regression analysis.
</li>
</ul>
<div class="portfolio_more">
<a href="portfolio-nanofluidics.html">Read more →</a>
</div>
</div>
</div>
<hr class="desktop_only" />
<div class="row portfolio_row">
<div class="image_column">
<img
srcset="
./images/portfolio/other/alternative_energy_400_w.webp 400w,
./images/portfolio/other/alternative_energy_1000_w.webp 1000w
"
sizes="(max-width: 980px) 100vw, 30vw"
loading="lazy"
decoding="async"
src="./images/portfolio/other/alternative_energy.jpg"
alt="Alternative Energy Club"
/>
</div>
<div class="text_column">
<h3>Alternative Energy Club</h3>
<h4>Co-founder and Technical Director, Salem, OR</h4>
<ul>
<li>
Designed residential solar photovoltaic system for private
residential client.
</li>
<li>
Supervised selection of system panels, charge controllers, and
inverters.
</li>
<li>
Presented electrical one-line diagrams to clients to
communicate complex technical details.
</li>
<li>
Toured solar farms and interviewed solar manufacturing
experts.
</li>
</ul>
</div>
</div>
<hr class="desktop_only" />
<div class="row portfolio_row">
<div class="image_column">
<a href="portfolio-sciencecamp.html">
<img
srcset="
./images/portfolio/science_camp/science_camp_spaghetti_towers_400_w.webp 400w,
./images/portfolio/science_camp/science_camp_spaghetti_towers_1000_w.webp 1000w
"
sizes="(max-width: 980px) 100vw, 30vw"
loading="lazy"
decoding="async"
src="./images/portfolio/science_camp/science_camp_spaghetti_towers.jpg"
alt="Science Camp"
/>
</a>
</div>
<div class="text_column">
<h3>
<a href="portfolio-sciencecamp.html"
>Children's Community Center Science Camp</a
>
</h3>
<h4>Founder and Volunteer, Salem, OR</h4>
<ul>
<li>
Designed engaging science activities each summer to introduce
children to basic scientific concepts.
</li>
<li>
Led instructional lessons to demonstrate relevant applications
through involved, hands-on activities.
</li>
</ul>
<div class="portfolio_more">
<a href="portfolio-sciencecamp.html">Read more →</a>
</div>
</div>
</div>
<hr class="desktop_only" />
<div class="row portfolio_row">
<div class="image_column">
<img
srcset="
./images/portfolio/other/ta_tutoring_400_w.webp 400w,
./images/portfolio/other/ta_tutoring_1000_w.webp 1000w
"
sizes="(max-width: 980px) 100vw, 30vw"
loading="lazy"
decoding="async"
src="./images/portfolio/other/ta_tutoring.jpg"
alt="Teaching Assistant"
/>
</div>
<div class="text_column">
<h3>Calculus, Statistics, and Algebra Mathematics</h3>
<h4>High School Teaching Assistant, Salem, OR</h4>
<ul>
<li>
Instructed differential and integral calculus and directed the
creation and grading of homework problems.
</li>
<li>
Taught concepts of college algebra and its applications in
finance and modeling during summer term program.
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<a href="#top" style="margin-left: 90vw">
<img
srcset="
./images/icons/icon_scroll_up_25_w.webp 25w,
./images/icons/icon_scroll_up_50_w.webp 1000w
"
sizes="1.5em"
loading="lazy"
decoding="async"
src="./images/icons/icon_scroll_up.png"
class="scroll_icon"
alt="Scroll
Up"
style="position: inherit"
/>
</a>
</div>
</div>
<!-- Footer -->
<footer id="footer"></footer>
</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>