-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelements.html
More file actions
198 lines (176 loc) · 7.87 KB
/
elements.html
File metadata and controls
198 lines (176 loc) · 7.87 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
<!DOCTYPE HTML>
<html>
<head>
<title>About Me - Max Patwardhan</title>
<link rel="icon" type="image/png" href="images/personal/icon.png">
<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">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Home</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">Projects</a></li>
<li><a href="macro.html">Photography</a></li>
<li class="active"><a href="elements.html">About Me</a></li>
</ul>
<ul class="icons">
<li><a href="https://github.com/MaxPatwardhan" class="icon brands fa-github"><span
class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/maxwell-patwardhan" class="icon brands fa-linkedin-in"><span
class="label">LinkedIn</span></a></li>
</ul>
</nav>
<div id="myPopup" class="popup">
<div class="popup-content">
<span class="close-button">×</span>
<h3>Not so good a listener, are you?</h3>
<p>
Or you have a distaste for authority. Either way, I respect it. <br>
Enjoy your sub-optimal browsing experience 😉
</p>
</div>
</div>
<!-- Main -->
<div id="main">
<section class="post">
<!-- Introduction Section -->
<section>
<h2>Hello!</h2>
<p><span class="image right"><img src="images/personal/portrait2 (1).jpg" alt=""
style="max-width: 400px;" /></span> I am a multifaceted engineer who is passionate about
electronic systems design, robotics,
mechanical design, and everything in-between. I completed my undergraduate degree in Colorado,
where I was first exposed to electronics design through my <a href="aadfr.html">capstone
project</a>. I then moved to Chicago for my Master's degree,
where I took part in a <a href="rds.html">second capstone project</a> and successfully defended
my <a href="metamaterial.html">thesis</a> in robotics. Currently, I work as a Hardware Engineer
at Atomos Systems, where I am working to help build embodied intelligence.
</p>
</section>
<hr />
<!-- Skills Section -->
<section style="margin-top: 50px; margin-bottom: 50px;">
<h2>Education </h2>
<header>
<h3>Master of Science in Mechanical Engineering</h3>
<p><b>Northwestern University</b><br>
<span style="font-style: normal;">Graduated June of 2024; Emphasis in Robotics &
Electronics; <b>GPA: 3.97</b></span><br>
<span style="font-style: normal;"><a href="metamaterial.html">Master's Thesis: <i>Design and
Deployment of Multistable Robotic Metamaterial</i></a></span>
</p>
</header>
<header>
<h3>Bachelor of Science in Mechanical Engineering</h3>
<p><b>University of Colorado at Boulder</b><br>
<span style="font-style: normal;">Graduated Cum Laude in May of 2023 with Engineering
Honors; Minor in Applied Mathematics; <b>GPA 3.73</b></span>
</p>
</header>
<h2>Skills & Expertise</h2>
<ul>
<li><strong>Hardware Design: </strong> Altium Designer, Eagle PCB, Schematic Capture, PCB
Layout, Component Selection</li>
<li><strong>Power Electronics:</strong> DC-DC Converters, Regulator Topology, LDO's, Battery and
Power Management Systems</li>
<li><strong>Programming:</strong> Python, C++, C#, C, Java, MATLAB, Simulink LabVIEW, HTML, Git
</li>
<li><strong>Networking & Communication:</strong> SPI, I<sup>2</sup>C, UART, USB, CAN, MQTT,
RF/Wi-Fi Interfaces</li>
<li><strong>Mechanical Engineering:</strong> Solidworks, NX, OnShape, 3D Printing, Machining
</li>
<li><strong>Methodologies:</strong> Agile, DFM, DFT, Design for Signal Integrity</li>
</ul>
</section>
<hr />
<section>
<h2>Other Interests</h2>
<p><span class="image left"><img src="images/personal/5.jpg" alt=""
style="max-width: 300px; height: auto;" /></span> Growing up in Colorado, I have
developed an affinity for all kinds of activities from mountain biking
to skiing and hiking. My ideal way to spend a day is a <a
href="https://www.strava.com/activities/5815931658/overview">long bike ride</a> through the
mountains -
a hobby I developed when training and racing with the CU Boulder Cycling team. I also like to
climb 14er's (mountains above 14,000 feet in elevation), and
lately I have been climbing them in Crocs (which I highly recommend, you doubters). I have
summited 29 of the 58 Colorado 14er's, 8 of them in the winter, 7 of them in Crocs,
and 1 in Crocs during the winter. In 2020, I began to play classical piano, and have been
working to learn Nocturnes and Waltzes from Romantic Era composers such as Chopin and Brahms.
Beyond that, I love to cook, play chess, and am fluent in French.</p>
</section>
<div style="clear: both;"></div>
<section id="gallery">
<div class="image-grid">
<div class="image-item">
<img src="images/personal/9.jpg" alt="Image 2">
</div>
<div class="image-item">
<img src="images/personal/2.JPG" alt="Image 4">
</div>
<div class="image-item">
<img src="images/personal/4.JPG" alt="Image 4">
</div>
<!-- Add more images as needed -->
</div>
</section>
<hr />
<!-- Contact Section -->
<section>
<h2>Contact</h2>
<p>I'm always open to discussing new opportunities! Feel free to reach out to me at:</p>
<div style="display: flex; align-items: center; gap: 10px;">
<h3 style="margin: 0;">Email:</h3>
<p style="margin: 0;"><a
href="mailto:maxwellpatwardhan@gmail.com">maxwellpatwardhan@gmail.com</a></p>
</div>
<p>Or connect with me on:</p>
<ul class="icons alt" style="display: flex; gap: 10px; list-style: none; padding: 0; margin: 0;">
<li><a href="https://github.com/MaxPatwardhan" class="icon brands alt fa-github"><span
class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/maxwell-patwardhan"
class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
</ul>
</section>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<div style="display: flex; align-items: center; gap: 10px;">
<h3 style="margin: 0;">Email:</h3>
<p style="margin: 0;"><a href="mailto:maxwellpatwardhan@gmail.com">maxwellpatwardhan@gmail.com</a></p>
</div>
<div style="display: flex; align-items: center; gap: 10px;">
<h3 style="margin: 0;">Other Pages:</h3>
<ul class="icons alt" style="display: flex; gap: 10px; list-style: none; padding: 0; margin: 0;">
<li><a href="https://github.com/MaxPatwardhan" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/maxwell-patwardhan" class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
</ul>
</div>
</section>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.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>
<script src="assets/js/slideshow.js"></script>
<script src="assets/js/popup1.js" defer></script>
</body>
</html>