-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
289 lines (253 loc) · 16.8 KB
/
index.html
File metadata and controls
289 lines (253 loc) · 16.8 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
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
<!DOCTYPE html>
<html>
<head>
<title>Andrew Macpherson</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="title" content="Andrew Macpherson | My Portfolio">
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Nav Bar-->
<nav class="nav-wrapper">
<div class="menu-toggle" id="menu-toggle">☰</div> <!-- hamburger icon -->
<div class="topnav" id="nav-menu">
<a href="#about">About</a>
<a href="#work">Work</a>
<a href="#recommendations">Recommendations</a>
<a href="#contact">Contact</a>
<a href="#resume">Resumé</a>
</div>
</nav>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="assets/images/headshot1.jpg" alt=""></a>
<h1><strong>I am Andrew Macpherson</strong>, an analyst<br>
and programmer with a wide range<br>
of skills. Learn more about my work!</h1>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- About -->
<section id="about">
<header class="major">
<h2>Hi! I'm Andrew</h2>
</header>
<p>I am an analyst and programmer currently working as a <b>Continuous Improvement Manager</b> at New-Indy Packaging in Los Angeles County, California where I innovate and apply dynamic, data-driven solutions to improve operational efficiency and profitability.<br><br>
I graduated from Seattle Pacific University with degrees in Computer Science (B.S.), Physics (B.S.), and Honors Liberal Arts (B.A.). A motivated worker, I pride myself on my work ethic and ability to work both individually and as part of a team. I am passionate about telling stories with data to produce tangible results and am particularly experienced in aviation and operations. I am thrilled to say that my <a href="https://github.com/admacpherson/Astronomical-Identification-ML#academic-presentations">award-winning</a> work has been used in over 70 countries around the world across all 6 continents. Please take a look and feel free reach out to me with any questions or comments. I would love to be in touch.</p>
<ul class="actions">
<li><a href="#work" class="button">Learn More</a></li>
<li><a href="#contact" class="button">Contact</a></li>
</ul>
</section>
<!-- Work -->
<section id="work">
<h2>Highlighted Projects</h2>
<div class="row">
<article class="col-6 col-12-xsmall work-item">
<a href="assets/images/fulls/07.jpg" class="image fit thumb"><img src="assets/images/thumbs/HubbleField.jpg" alt="" /></a>
<h3>Computer Vision Deep Learning in Astronomical Image Classification</h3>
<p>I researched and developed and developed a prototype algorithm that can identify astronomical phenomena from photos automatically. Read on <a href="https://digitalcommons.spu.edu/honorsprojects/181/" target="_blank">Seattle Pacific University's Digital Commons</a></p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="assets/images/fulls/08.jpg" class="image fit thumb"><img src="assets/images/thumbs/Search.png" alt="" /></a>
<h3>Graduation Planning App</h3>
<p>I developed software with a team of peers that will assist students in class planning using robust data stuctures and databases.
<a href="https://github.com/Graduation-Planning-App/gpa-site" target="_blank">See the code</a></p>
</article>
</div>
<h2>Additional Projects</h2>
<div class="row">
<article class="col-6 col-12-xsmall work-item standalone">
<div class="border-box">
<a href="https://github.com/admacpherson/Pico-Daylight" target="_blank">
<h3>Raspberry Pi Pico Daylight Alarm Clock</h3>
<p>Combining hardware and software, I led a team to develop an Raspberry Pi-controlled alarm clock that mimicks the natural daylight cycle to promote circadian rhythm wellness amidst dark Seattle winters.</p></a>
</div>
</article>
<article class="col-6 col-12-xsmall work-item standalone">
<div class="border-box">
<a href="https://github.com/admacpherson/CPU-Simulator" target="_blank">
<h3>Python CPU Simulator</h3>
<p>Using Object-Oriented Programming principles, I created a Python program to simulate CPU functions includeing a cache, memory bus, and programmable instructions.</p></a>
</div>
</article>
<article class="col-6 col-12-xsmall work-item standalone">
<div class="border-box">
<a href="https://github.com/admacpherson/NYC-Airbnb-Data-Exploration" target="_blank">
<h3>NYC Airbnb Data Analysis</h3>
<p>I used various data analytics tools to perform an exploratory analysis of Airbnb listings within New York City. Libraries include Python, pandas, NumPy, Seaborn, matplotlib, and Folium.</p></a>
</div>
</article>
</div>
<h2>Career Experience</h2>
<div class="row">
<article class="col-6 col-12-xsmall work-item">
<a href="assets/images/fulls/09.jpg" class="image fit thumb"><img src="assets/images/thumbs/ProdLine.jpg" alt="" /></a>
<h3>Continuous Improvement Manager</h3>
<p>I improved operational efficiency using data-driven insights in a leadership role</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="assets/images/fulls/01.jpeg" class="image fit thumb"><img src="assets/images/thumbs/Inflight.jpg" alt="" /></a>
<h3>Inflight Operations Intern</h3>
<p>I worked with data and flight attendents to enhance a complex logistical network</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="assets/images/fulls/02.jpeg" class="image fit thumb"><img src="assets/images/thumbs/Harley.jpg" alt="" /></a>
<h3>Deputy Data Director</h3>
<p>I oversaw massive phone banks and managed large scale data for a U.S. Congressional Campaign</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="assets/images/fulls/03.jpeg" class="image fit thumb"><img src="assets/images/thumbs/physicstea.jpg" alt="" /></a>
<h3>Physics Learning Assistant</h3>
<p>I guided peers in understanding scientific material while concurrently studying pedagogy to constantly improve</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="assets/images/fulls/04.jpeg" class="image fit thumb"><img src="assets/images/thumbs/la.JPG" alt="" /></a>
<h3>Physics Tutor</h3>
<p>I consulted with students and parents to establish specific learning goals with marked improvements in student test scores
</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="assets/images/fulls/05.jpeg" class="image fit thumb"><img src="assets/images/thumbs/football.jpg" alt="" /></a>
<h3>Supervisor & Referee</h3>
<p>I implemented conflict management techniques in a fast-paced environement while recognizing and reacting
to complex situations in real time</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="assets/images/fulls/06.jpeg" class="image fit thumb"><img src="assets/images/thumbs/eagle.JPG" alt="" /></a>
<h3>Eagle Scout</h3>
<p>I led a troop of 60 boys and conducted a project that benefited a local Alzheimer's home</p>
</article>
</div>
<div id="resume"></div>
<ul class="actions">
<!-- Resume -->
<li><a href="resume.pdf" download="Andrew Macpherson Resume" target="_blank" id = "resume-download" class="button">Download My Resume</a></li>
<!-- LinkedIn -->
<li><a href="https://linkedin.com/in/macphersona" target="_blank" id = "linkedin" class="button">LinkedIn</a></li>
<!-- GitHub -->
<li><a href="https://github.com/admacpherson/" target="_blank" id = "GitHub" class="button">GitHub</a></li>
</ul>
</section>
<!-- RECOMMENDATIONS-->
<section id="recommendations">
<h2>Recommendations</h2>
<div class="row">
<div class="endorsement left">
<a href="https://www.linkedin.com/in/chloe-green-0a14b6114/" target="_blank"><img src="assets/images/endorsements/Green.png" class="endorser"></a>
<p> <span class="quote"><span class="quotation">“</span>
Andrew is a dedicated, committed, kind and caring student, who can thrive in any environment.</span><span class="quotation"> ”</span><br>
<span class="endorser left"> <span class="dash left">- </span>Chloe Green<br><i>Head of Global Opportunities, Roehampton University</i></span></p>
</div>
</div>
<div class="row">
<div class="endorsement right">
<p><span class="quote"><span class="quotation">“</span>
He knows when and how to ask questions in high levels or details, and is able to assess his skill level and set a reasonable goal and meet it diligently.</span><span class="quotation"> ”</span><br>
<span class="endorser right"><span class="dash right">- </span>Dr. Taiwoo Park<br><i>Former Teacher; Google Software Engineer</i></span></p>
<a href="hhttps://www.linkedin.com/in/teddypk/" target="_blank"><img src="assets/images/endorsements/Park.png" class="endorser"></a>
</div>
</div>
<div class="row">
<div class="endorsement left">
<a href="https://www.linkedin.com/in/rev-christopher-stratton-9600072/" target="_blank"><img src="assets/images/endorsements/Stratton.png" class="endorser"></a>
<p><span class="quote"><span class="quotation">“</span>
Andrew is thoughtful and conscientious. He works diligently at all he does, and attempts to see all sides of a problem in order to bring about good solutions. I have known him to be very persistent and mature for his age. He is particularly skilled at statistics and data analysis.</span> <span class="quotation"> ”</span><br>
<span class="endorser left"><span class="dash left">- </span>Rev. Chris Stratton<br><i>Academic Dean, Pacifica Christian High School</i></span></p>
</div>
</div>
<div class="row">
<div class="endorsement right">
<p><span class="quote"><span class="quotation">“</span>
One of the leaders amongst his peers, providing essential help on the data side of the program. He is active, persistent, and consistent, and receives my full endorsement for future employment opportunities.</span><span class="quotation"> ”</span><br>
<span class="endorser right"><span class="dash right">- </span>Adam Tallabas<br><i>Fellowship Coordinator, Harley Rouda for Congress</i></span></p>
<a href="https://www.linkedin.com/in/adamtallabasjr/" target="_blank"><img src="assets/images/endorsements/Tallabas.png" class="endorser"></a>
</div>
</div>
</section>
<!-- CONTACT -->
<section id="contact">
<h2>Get In Touch</h2>
<p>I'd love to hear more from you and am always looking for new opportunities. Please reach out to me and I would love to connect!</p>
<!-- Contact form -->
<div class="row">
<div class="col-8 col-12-small">
<form method="POST" action="https://formspree.io/f/xpzngqqr" target="_blank">
<div class="row gtr-uniform gtr-50">
<div class="col-6 col-12-xsmall"><input type="text" name="name" id="name" placeholder="Name" /></div>
<div class="col-6 col-12-xsmall"><input type="email" name="email" id="email" placeholder="Email" /></div>
<div class="col-12"><textarea name="message" id="message" placeholder="Message" rows="4"></textarea></div>
</div>
<ul class="actions">
<li id="form-submit" ><input type="submit" value="Send Message" /></li>
</ul>
</form>
</div>
</div>
<!-- Information Icons -->
<div class="row">
<div class="col-4 col-12-small">
<ul class="labeled-icons">
<li>
<h3 class="icon solid fa-briefcase"><span class="label">Office</span></h3>
Los Angeles County, CA
</li>
<li>
<h3 class="icon solid fa-home"><span class="label">Home</span></h3>
Huntington Beach, CA
</li>
<li>
<h3 class="icon solid fa-envelope"><span class="label">Email</span></h3>
<a href="mailto:andrewmacpherson01@gmail.com">andrewmacpherson01@gmail.com</a>
</li>
</ul>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://linkedin.com/in/macphersona" class="icon brands fa-linkedin" target="_blank"><span class="label">Dribbble</span></a></li>
<li><a href="mailto:andrewmacpherson01@gmail.com" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://github.com/admacpherson/" class="icon brands fa-github" target="_blank"><span class="label">Github</span></a></li>
</ul>
<ul id="copyright">
<li>© Andrew Macpherson 2025</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.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>
document.addEventListener('DOMContentLoaded', () => {
const toggleButton = document.getElementById('menu-toggle');
const navMenu = document.getElementById('nav-menu');
toggleButton.addEventListener('click', () => {
navMenu.classList.toggle('show');
});
// Optional: Auto-close menu after clicking a link
document.querySelectorAll('#nav-menu a').forEach(link => {
link.addEventListener('click', () => {
navMenu.classList.remove('show');
});
});
});
document.getElementById("copyright").innerHTML = ("© Andrew Macpherson " + new Date().getFullYear());
</script>
</body>
</html>
<!--
Made using the following template + my own web design skills!
Strata by HTML5 UP | html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->