-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
288 lines (250 loc) · 12.4 KB
/
index.html
File metadata and controls
288 lines (250 loc) · 12.4 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
<!DOCTYPE html>
<html>
<head>
<!-- Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="David Song">
<meta name="description" content="">
<meta name="p:domain_verify" content="98baea31adf5fad445c2674d152e280d"/>
<link rel="canonical" href="https://meetdavidsong.com/" />
<!-- Title -->
<title>Meet David Song. A portfolio.</title>
<!-- Assets -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="stylesheets/style.css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="scripts/base.js"></script>
</head>
<body class="index">
<div class="cover">
<div class="c-outer face-center-container">
<div class="c-middle">
<div class="c-inner face-container">
<img class="face-image" src="images/face.png" />
<p class="face-title">DAVID SONG</p>
<p class="face-description">STUBBORN PROGRAMMER</p>
</div>
</div>
</div>
<a class="anchor-nav" id="nav"></a>
<div class="nav">
<div class="nav-left">
<ul>
<li><a href="#">David Song</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
</div>
<div class="nav-mid">
<ul>
<li id="about-sect-menu"><a href="#about">
<span class="text">About</span>
<i class="fa fa-user fa-fw"></i>
</a></li>
<li id="education-sect-menu"><a href="#education">
<span class="text">Education</span>
<i class="fa fa-graduation-cap fa-fw"></i>
</a></li>
<li id="projects-sect-menu"><a href="#projects">
<span class="text">Projects</span>
<i class="fa fa-paper-plane fa-fw"></i>
</a></li>
<li id="experience-sect-menu"><a href="#experience">
<span class="text">Experience</span>
<i class="fa fa-briefcase fa-fw"></i>
</a></li>
<li id="contact-sect-menu"><a href="#contact">
<span class="text">Contact</span>
<i class="fa fa-phone fa-fw"></i>
</a></li>
</ul>
</div>
<div class="nav-right">
<ul>
<li><a href="//github.com/dstratossong">GitHub</a></li>
<li><a href="/resume.pdf">Resume</a></li>
</ul>
</div>
</div>
</div>
<a class="anchor" id="about"></a>
<section class="content" id="about-sect">
<div class="about-container contained">
<div class="section-title-container">
<p class="section-title">About</p>
</div>
<p class="section-paragraph">
Hi! I am a software developer with high standards for best-fitting design, efficient implementation and best styling, and the stubbornness to meet these standards. Eager to try, learn and conquer new things, I have tried out many new tools, like Meteor and Ionic, when it was still in its beta stages. At the same time, I have solid experience in production-ready frameworks like Ruby on Rails. I live to provide support and momentum with teammates, and in turn, work at my best alongside a fun and supportive team.
</p>
<p class="section-paragraph">
I am currently exploring machine learning algorithms, and writing full applications with a functional language Clojure. Outside of coding, I am a critical reader of fiction, student of the books of Malcolm Gladwell, and an occasional blogger.
</p>
</div>
</section>
<a class="anchor" id="education"></a>
<section class="content" id="education-sect">
<div class="education-container contained">
<div class="section-title-container">
<p class="section-title">Education</p>
</div>
<div class="row section-item">
<div class="col-laptop col-halign-r col-valign-m">
<img class="waterloo" src="images/uwaterloo.png" />
</div>
<div class="col-laptop col-halign-l col-valign-m">
<p class="item-subtitle">Bachelor of Mathematics</p>
<p class="item-description">Honors Computer Science</p>
<p class="item-description">Class of 2018</p>
<p class="item-tags">Notable Courses: Algorithms, Data Structures, Object Oriented Design</p>
</div>
</div>
</div>
</section>
<a class="anchor" id="projects"></a>
<section class="content" id="projects-sect">
<div class="projects-container contained">
<div class="section-title-container">
<p class="section-title">Projects</p>
</div>
<!-- ConNextor -->
<div class="row section-item">
<div class="col-laptop col-halign-r col-valign-m">
<img src="images/connextor.png" />
</div>
<div class="col-laptop col-halign-l col-valign-m">
<p class="item-title">ConNextor</p>
<p class="item-description">Web platform as a bridge between students and real-world projects</p>
<p class="item-paragraph">ConNextor was a project I co-created which I spent almost a year making. I took it upon myself to keep the frontend aesthetically neat and responsive, as well as to follow conventions in the backend. While mainly responsible for implementing features after meetings, I also worked on setting up a pipeline with Docker to quicken the deployment process. In the last 4 months, I was also in charge of overseeing the server, providing the data our business strategy needs.</p>
<p class="item-tags">Tools: AWS, Docker, Ruby on Rails, Bootstrap, Postgres, Git</p>
<p class="item-links">Links: <a href="//www.connextor.co">Website</a>, <a href="//www.connextor.co/profiles/19">Profile</a></p>
<p></p>
</div>
</div>
<hr />
<!-- BioNaVist -->
<div class="row section-item">
<div class="col-laptop col-halign-r col-valign-m">
<img src="images/bionavist.png" />
</div>
<div class="col-laptop col-halign-l col-valign-m">
<p class="item-title">BioNaVist</p>
<p class="item-description">Ongoing research on building a dynamic knowledge graph from text</p>
<p class="item-paragraph">BioNaVist is a research project maintained by University of Waterloo students, and under the guidance of Professor Steve Guran of University of California, Berkeley. From the mined data, I improve the relation extraction algorithm using tools like clustering and machine learning. I am also responsible for making the infrastructure and backend for the web application.</p>
<p class="item-tags">Tools: NLP, Apache Spark, D3, Scala, NodeJS</p>
<p class="item-links">Links: <a href="//github.com/dstratossong/CREA-Web-App">GitHub (Web)</a>, <a href="//github.com/tuzhucheng/knowledge-extraction">GitHub (Extraction)</a>, <a href="http://52.25.232.222:3000/">Demo</a></p>
</div>
</div>
<hr />
<!-- Ice Sliders -->
<div class="row section-item">
<div class="col-laptop col-halign-r col-valign-m">
<img src="images/icesliders.png" />
</div>
<div class="col-laptop col-halign-l col-valign-m">
<p class="item-title">Ice Sliders</p>
<p class="item-description">A redesign of strategy game with multiplayer for Hack the North 2015</p>
<p class="item-paragraph">A project done with a team of 5 under 36 hours, we combined the variety of strengths in our team, ranging from music composition, design, mathematical algorithms, frontend and backend development. </p>
<p class="item-tags">Tools: SocketIO, HTML5/Canvas, NodeJS, C</p>
<p class="item-links">Links: <a href="//github.com/olop4444/HtNGame">GitHub</a>, <a href="http://52.25.232.222/">Demo</a></p>
</div>
</div>
<hr />
<!-- Recollect -->
<div class="row section-item">
<div class="col-laptop col-halign-r col-valign-m">
<img src="images/recollect.png" />
</div>
<div class="col-laptop col-halign-l col-valign-m">
<p class="item-title">Recollect</p>
<p class="item-description">A digital photo frame for DemantiaHack 2015</p>
<p class="item-paragraph">A chance for two developers to be introduced to mobile development through the Hybrid framework Ionic. We finished our application with a multitude of features like social media integration while simple to use for Demantia patients.</p>
<p class="item-tags">Tools: Ionic, AngularJS</p>
<p class="item-links">Links: <a href="//github.com/dstratossong/Recollect">GitHub</a></p>
</div>
</div>
</div>
</section>
<a class="anchor" id="experience"></a>
<section class="content" id="experience-sect">
<div class="experience-container contained">
<div class="section-title-container">
<p class="section-title">Experience</p>
</div>
<!-- Titan -->
<div class="row section-item">
<div class="col-laptop col-halign-r col-valign-m">
<img src="images/shipmatica.png" />
</div>
<div class="col-laptop col-halign-l col-valign-m">
<p class="item-title">Titan Technologies</p>
<p class="item-description">Small team that worked on Shipmatica, a consumer product shipping proxy</p>
<p class="item-paragraph">Within 3 weeks and with only JavaScript, designed and built an interactive online tool for mapping warehouses with integration to check inventory. Built a Java client-side handler for automatic shipping label purchasing and printing, and integrated with core application. </p>
<p class="item-tags">Tools: HTML5/Canvas, Postgres, Ant, JavaScript, Java</p>
<p class="item-links">Links: <a href="//shipmatica.com/">Product</a>, <a href="http://titan-technologies.org/">Company</a></p>
</div>
</div>
</div>
</section>
<a class="anchor" id="contact"></a>
<section class="content" id="contact-sect">
<div class="contact-container contained">
<ul class="contact-links">
<li><a class="button contact-method" href="//github.com/dstratossong" target="_blank">
<i class="fa fa-github fa-fw"></i> GitHub
</a></li>
<li><a class="button contact-method" href="//www.quora.com/profile/David-Song-20" target="_blank">
<i class="fa fa-quora-hack fa-fw"><b>Q</b></i> Quora
</a></li>
<li><a class="button contact-method" href="//twitter.com/somepeople4" target="_blank">
<i class="fa fa-twitter fa-fw"></i> Twitter
</a></li>
<li><a class="button contact-method" href="mailto:me@meetdavidsong.com" target="_blank">
<i class="fa fa-envelope fa-fw"></i> Email
</a></li>
</ul>
</div>
</section>
<a class="anchor" id="footer"></a>
<div class="footer-sect">
<div class="footer contained">
<table>
<td>
<p class="footer-section-title">Education</p>
<ul>
<li><a href="//uwaterloo.ca" target="_blank">University of Waterloo</a></li>
</ul>
</td>
<td>
<p class="footer-section-title">Projects</p>
<ul>
<li><a href="//connextor.co" target="_blank">ConNextor</a></li>
<li><a href="" target="_blank">BioNaVist(!)</a></li>
<li><a href="//devpost.com/software/htngame" target="_blank">Ice Sliders</a></li>
<li><a href="//devpost.com/software/recollect" target="_blank">Recollect</a></li>
</ul>
</td>
<td>
<p class="footer-section-title">Experience</p>
<ul>
<li><a href="http://titan-technologies.org/" target="_blank">Titan Technologies</a></li>
</ul>
</td>
<td>
<p class="footer-section-title">Contact</p>
<ul>
<li><a href="/blog" target="_blank">Blog</a></li>
<li><a href="//github.com/dstratossong" target="_blank">GitHub</a></li>
<li><a href="//www.quora.com/profile/David-Song-20" target="_blank">Quora</a></li>
<li><a href="//twitter.com/somepeople4" target="_blank">Twitter</a></li>
<li><a href="mailto:me@meetdavidsong.com" target="_blank">Email</a></li>
</ul>
</td>
</table>
</div>
<p class="closing-sentence">Built with a home-made Bootstrap library; Read about it <a href="/blog">here</a>.</p>
</section>
</body>
<script>
$(window).scroll(navScrollHook);
</script>
</html>