forked from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 155
/
Copy pathindex.html
277 lines (214 loc) · 12.3 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
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
<!DOCTYPE html>
<html lang="en">
<!-- Head -->
<head> <!-- Metadata, OpenGraph and Schema.org -->
<!-- Standard metadata -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Spencer Pao</title>
<meta name="author" content="Spencer Pao" />
<meta name="description" content="A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
" />
<meta name="keywords" content="jekyll, jekyll-theme, academic-website, portfolio-website" />
<!-- Bootstrap & MDB -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-DF7Zhf293AJxJNTmh5zhoYYIMs2oXitRfBjY+9L//AY=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/mdb.min.css" integrity="sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw=" crossorigin="anonymous" />
<!-- Fonts & Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css" integrity="sha256-mUZM63G8m73Mcidfrv5E+Y61y7a12O5mW4ezU3bxqW4=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/academicons.min.css" integrity="sha256-i1+4qU2G2860dGGIOJscdC30s9beBXjFfzjWLjBRsBg=" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons">
<!-- Code Syntax Highlighting -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/github.css" media="none" id="highlight_theme_light" />
<!-- Styles -->
<link rel="shortcut icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⚛️</text></svg>">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="canonical" href="https://spencerpao.github.io/">
<!-- Dark Mode -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/native.css" media="none" id="highlight_theme_dark" />
<script src="/assets/js/theme.js"></script>
<script src="/assets/js/dark_mode.js"></script>
</head>
<!-- Body -->
<body class="fixed-top-nav ">
<!-- Header -->
<header>
<!-- Nav Bar -->
<nav id="navbar" class="navbar navbar-light navbar-expand-sm fixed-top">
<div class="container">
<!-- Social Icons -->
<div class="navbar-brand social">
<a href="mailto:%62%75%73%69%6E%65%73%73.%69%6E%71%75%69%72%79.%73%70%61%6F@%67%6D%61%69%6C.%63%6F%6D" title="email"><i class="fas fa-envelope"></i></a>
<a href="https://github.com/SpencerPao" title="GitHub" target="_blank" rel="noopener noreferrer"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/spencerpao" title="LinkedIn" target="_blank" rel="noopener noreferrer"><i class="fab fa-linkedin"></i></a>
<a href="https://spencerpao.github.io/feed.xml" title="RSS Feed"><i class="fas fa-rss-square"></i></a>
</div>
<!-- Navbar Toggle -->
<button class="navbar-toggler collapsed ml-auto" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar top-bar"></span>
<span class="icon-bar middle-bar"></span>
<span class="icon-bar bottom-bar"></span>
</button>
<div class="collapse navbar-collapse text-right" id="navbarNav">
<ul class="navbar-nav ml-auto flex-nowrap">
<!-- About -->
<li class="nav-item active">
<a class="nav-link" href="/">about<span class="sr-only">(current)</span></a>
</li>
<!-- Blog -->
<li class="nav-item ">
<a class="nav-link" href="/blog/">blog</a>
</li>
<!-- Other pages -->
<li class="nav-item ">
<a class="nav-link" href="/projects/">projects</a>
</li>
<!-- Toogle theme mode -->
<div class="toggle-container">
<a id="light-toggle">
<i class="fas fa-moon"></i>
<i class="fas fa-sun"></i>
</a>
</div>
</ul>
</div>
</div>
</nav>
</header>
<!-- Content -->
<div class="container mt-5">
<!-- about.html -->
<div class="post">
<header class="post-header">
<h1 class="post-title">
<span class="font-weight-bold">Spencer</span> Pao
</h1>
<p class="desc"><a href="https://github.com/SpencerPao" target="_blank" rel="noopener noreferrer">Code</a> <a href="https://www.youtube.com/c/SpencerPaoHere" target="_blank" rel="noopener noreferrer">Chill</a> <b> Imagine </b></p>
</header>
<article>
<div class="profile float-right">
<figure>
<picture>
<!-- <source media="(max-width: 480px)" srcset="/assets/img/prof_pic-480.webp" />
<source media="(max-width: 800px)" srcset="/assets/img/prof_pic-800.webp" />
<source media="(max-width: 1400px)" srcset="/assets/img/prof_pic-1400.webp" />
-->
<!-- Fallback to the original file -->
<img class="img-fluid z-dept-1 rounded" src="/assets/img/prof_pic.png" alt="prof_pic.png">
</picture>
</figure>
<div class="address">
<p>Located in Virginia, USA</p>
</div>
</div>
<div class="clearfix">
<p>Hello! My name is Spencer, and I absolutely love to combine data science capabilities with any type of industry. I love to create mini projects that explains or demonstrates how to use said application in your everyday life.</p>
<p>I am currently working at Booz Allen Hamilton as a Machine Learning Engineer with a focus on <b>Natural Language Processing </b> and <b>model deployment.</b></p>
<p>I also do pro-bono strategic consulting work with <a href="https://compassprobono.org/" target="_blank" rel="noopener noreferrer">Compass.</a> I am currently assisting on a growth strategic proposal to a nonprofit firm.</p>
<p>Perhaps you found this website through my <a href="https://www.youtube.com/c/SpencerPaoHere/" target="_blank" rel="noopener noreferrer">YouTube Channel</a>? If not, check it out! I have quite the video portfolio from finance to technological applications and theory accumulating there.</p>
<p>I am always looking for folks who are interested in aiding on ongoing or newly created projects.</p>
<ul>
<li>Contact me at <b>[email protected]</b> if interested!</li>
<li>Some of the Ongoing works:
<ul>
<li>Architecting cost effective and efficient code solutions</li>
<li>Evaluating Crypto (finance + code)</li>
<li>Creating Artwork with GANS (code)</li>
<li>Automating the evaluation of public companies (finance + code)
<ul>
<li>Explore and implement traditional theories of finance</li>
<li>Explore and implement quantitative strategies of finance</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>If you have an idea and want to see if I’d be interested in helping out, please contact me!</p>
</div>
<!-- News -->
<div class="news">
<h2>news</h2>
<div class="table-responsive">
<table class="table table-sm table-borderless">
<tr>
<th scope="row">May 22, 2022</th>
<td>
Looking to show appreciation? <a href="https://ko-fi.com/spencerpao" target="_blank" rel="noopener noreferrer">Buy me a coffee!</a>
</td>
</tr>
<tr>
<th scope="row">Mar 21, 2022</th>
<td>
I created my <a href="https://youtu.be/-UJJm_VMSdU" target="_blank" rel="noopener noreferrer">first YouTube short!</a>
</td>
</tr>
<tr>
<th scope="row">Mar 10, 2022</th>
<td>
First Video: Applied K-Means Clustering in R to reach more than 10,000 views!
</td>
</tr>
<tr>
<th scope="row">Mar 1, 2022</th>
<td>
<a class="news-title" href="/news/announcement_2/">A Not So Long Announcement.</a>
</td>
</tr>
<tr>
<th scope="row">Mar 1, 2022</th>
<td>
Website Created!
</td>
</tr>
</table>
</div>
</div>
<!-- Social -->
<div class="social">
<div class="contact-icons">
<a href="mailto:%62%75%73%69%6E%65%73%73.%69%6E%71%75%69%72%79.%73%70%61%6F@%67%6D%61%69%6C.%63%6F%6D" title="email"><i class="fas fa-envelope"></i></a>
<a href="https://github.com/SpencerPao" title="GitHub" target="_blank" rel="noopener noreferrer"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/spencerpao" title="LinkedIn" target="_blank" rel="noopener noreferrer"><i class="fab fa-linkedin"></i></a>
<a href="https://spencerpao.github.io/feed.xml" title="RSS Feed"><i class="fas fa-rss-square"></i></a>
</div>
<div class="contact-note">
The best way to contact me is through gmail.
</div>
</div>
</article>
</div>
</div>
<!-- Footer -->
<footer class="fixed-bottom">
<div class="container mt-0">
© Copyright 2022 Spencer Pao. Powered by <a href="https://jekyllrb.com/" target="_blank" rel="noopener noreferrer">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio" target="_blank" rel="noopener noreferrer">al-folio</a> theme. Hosted by <a href="https://pages.github.com/" target="_blank" rel="noopener noreferrer">GitHub Pages</a>.
</div>
</footer>
<!-- JavaScripts -->
<!-- jQuery -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<!-- Bootsrap & MDB scripts -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha256-l/1pMF/+J4TThfgARS6KwWrk/egwuVvhRzfLAMQ6Ds4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha256-SyTu6CwrfOhaznYZPoolVw2rxoY7lKYKQvqbtqN93HI=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/js/mdb.min.js" integrity="sha256-NdbiivsvWt7VYCt6hYNT3h/th9vSTL4EDWeGs5SN3DA=" crossorigin="anonymous"></script>
<!-- Masonry & imagesLoaded -->
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/masonry.pkgd.min.js" integrity="sha256-Nn1q/fx0H7SNLZMQ5Hw5JLaTRZp0yILA/FRexe19VdI=" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/imagesloaded@4/imagesloaded.pkgd.min.js"></script>
<script defer src="/assets/js/masonry.js" type="text/javascript"></script>
<!-- Medium Zoom JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/medium-zoom.min.js" integrity="sha256-EdPgYcPk/IIrw7FYeuJQexva49pVRZNmt3LculEr7zM=" crossorigin="anonymous"></script>
<script src="/assets/js/zoom.js"></script><!-- Load Common JS -->
<script src="/assets/js/common.js"></script>
<!-- MathJax -->
<script type="text/javascript">
window.MathJax = {
tex: {
tags: 'ams'
}
};
</script>
<script defer type="text/javascript" id="MathJax-script" src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js"></script>
<script defer src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
</body>
</html>