-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
347 lines (324 loc) · 14.9 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
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
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zack Nagler</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/grids-responsive-min.css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Muli">
<link rel="stylesheet" href="main.css">
<link rel="icon" type="image/ico" href="zn-favicon.ico"/>
</head>
<body cz-shortcut-listen="true">
<div class="header">
<div class="home-menu pure-menu pure-menu-open pure-menu-horizontal pure-menu-fixed">
<p class="pure-menu-heading" >Zack Nagler</p>
<ul>
<li class="pure-menu-selected"><a href="https://github.com/znagler"><i class="fa navicon fa-github"></i></a></li>
<li><a href="mailto:[email protected]"><i class="fa navicon fa-envelope-o"> </i></a></li>
<li><a href="https://www.linkedin.com/in/zacharynagler"><i class="fa navicon fa-linkedin"> </i></a></li>
</ul>
</div>
</div>
<!-- SPLASH CONTAINER -->
<div class="splash-container">
<center><img src="finland-rotate-crop.jpg" height="700" width="1400"></center>
<div class="splash">
<h1 class="my-name">Zack Nagler</h1>
<p class="title splash-subhead">
Software Engineer
</p>
</div>
</div>
<!-- CONTENT AREA -->
<div class="content-wrapper">
<div class="content">
<h2 class="content-head is-center">
Projects
</h2>
<hr>
<!-- Find Cars (Machine Learning, Computer Vision)-->
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 icon-col">
<h2><i class="fa fa-circle"></i></h2>
<h4>technologies</h4>
<h4>product goal</h4>
<h4>learning goal</h4>
</div>
<div class="pure-u-1 pure-u-md-2-3 resume-list">
<h2><a class="project" href="https://github.com/znagler/find_cars/blob/master/README.md">Find Cars (Machine Learning, Computer Vision)</a> <span class="group-size"></span></h2>
<h4>Python, OpenCV</h4>
<h4>Use ML and CV techniques to detect cars in a video</h4>
<h4>selected project from Udacity Self-Driving Car Nanodegree</h4>
<ul class="fa-ul">
</ul>
</div>
</div>
<!-- Find Lane Lines (Machine Learning, Computer Vision)-->
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 icon-col">
<h2><i class="fa fa-circle"></i></h2>
<h4>technologies</h4>
<h4>product goal</h4>
<h4>learning goal</h4>
</div>
<div class="pure-u-1 pure-u-md-2-3 resume-list">
<h2><a class="project" href="https://github.com/znagler/find_lane_lines/blob/master/README.md">Find Lane Lines (Machine Learning, Computer Vision)</a> <span class="group-size"></span></h2>
<h4>Python, OpenCV</h4>
<h4>Use ML and CV techniques to detect lane lines in a video </h4>
<h4>selected project from Udacity Self-Driving Car Nanodegree</h4>
<ul class="fa-ul">
</ul>
</div>
</div>
<!-- Predict Justice Votes (Machine Learning, NLP)-->
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 icon-col">
<h2><i class="fa fa-circle"></i></h2>
<h4>technologies</h4>
<h4>product goal</h4>
</div>
<div class="pure-u-1 pure-u-md-2-3 resume-list">
<h2><a class="project" href="https://github.com/znagler/znagler.github.io/blob/master/scotus_portfolio.ipynb">Predict Justice Votes (Machine Learning, NLP)</a> <span class="group-size"></span></h2>
<h4>Python, Pandas, Scikit-Learn</h4>
<h4>Use ML and NLP on Supreme Court Oral Arguments to predict Justice votes </h4>
<ul class="fa-ul">
</ul>
</div>
</div>
<!-- Who did you donate to? End-to-end Machine Learning Web App-->
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 icon-col">
<h2><i class="fa fa-circle"></i></h2>
<h4>technologies</h4>
<h4>product goal</h4>
<h4>learning goal</h4>
</div>
<div class="pure-u-1 pure-u-md-2-3 resume-list">
<h2><a class="project" href="https://github.com/znagler/predict2016/blob/master/main.ipynb">Which candidate did you donate to? End-to-end ML web app</a></h2>
<h4>Python, Scikit-Learn, Pandas, Flask</h4>
<h4>use information like first name and occupation to guess preferred presidential candidate </h4>
<h4>provide a front-end to a random forest machine-learning estimator via Flask API</h4>
<ul class="fa-ul">
</ul>
</div>
</div>
<!-- 8-K gap -->
<!-- <div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 icon-col">
<h2><i class="fa fa-circle"></i></h2>
<h4>technologies</h4>
<h4>product goal</h4>
<h4>response</h4>
</div>
<div class="pure-u-1 pure-u-md-2-3 resume-list">
<h2><a class="project" href="http://datalab.law.columbia.edu/8kgap">The 8-K Trading Gap</a> <span class="group-size"></span></h2>
<h4>JavaScript, D3.JS, MySQL, Python</h4>
<h4>Illustrate abnormal returns on potential insider trades</h4>
<h4>tweeted by national news outlets, cited in Columbia's breakthrough paper</h4>
<ul class="fa-ul">
</ul>
</div>
</div> -->
<!-- Uber? -->
<!-- <div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 icon-col">
<h2><i class="fa fa-circle"></i></h2>
<h4>technologies</h4>
<h4>product goal</h4>
</div>
<div class="pure-u-1 pure-u-md-2-3 resume-list">
<h2><a class="project" href="http://datalab.law.columbia.edu/uber">Expansion of FiveThirtyEight Uber/Taxi Data Analysis</a> </h2>
<h4>D3JS, Python, MySQL</h4>
<h4> Exploration of NYC taxi and Uber data, building on <a class="body-text" href="http://fivethirtyeight.com/features/is-uber-making-nyc-rush-hour-traffic-worse/">this</a> article.</h4>
<ul class="fa-ul">
</ul>
</div>
</div> -->
<!-- CROWN Database -->
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 icon-col">
<h2><i class="fa fa-circle"></i></h2>
<h4>technologies</h4>
<h4>product goal</h4>
<h4>response</h4>
</div>
<div class="pure-u-1 pure-u-md-2-3 resume-list">
<h2><a class="project" href="http://crown.law.columbia.edu/">CROWN Database</a> <span class="group-size"></span></h2>
<h4>Ruby (Sinatra), JavaScript, D3.JS, MySQL, Python</h4>
<h4>make SEC data such as executive compensation transparent with data visualization</h4>
<h4>opening presentation at Columbia's Millstein Governance Forum, see demo video <a class="body-text" href="https://www.youtube.com/watch?v=VcqfNVKf5F4">here</a>.</h4>
<ul class="fa-ul">
</ul>
</div>
</div>
<!-- Taxi -->
<!-- <div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 icon-col">
<h2><i class="fa fa-circle"></i></h2>
<h4>technologies</h4>
<h4>product goal</h4>
</div>
<div class="pure-u-1 pure-u-md-2-3 resume-list">
<h2><a class="project" href="http://datalab.law.columbia.edu/taxi">Every NYC Taxi Pick-up for 18 months</a> <span class="group-size"></span></h2>
<h4>JavaScript, D3.JS, MySQL</h4>
<h4>visualize all NYC taxi pick-ups</h4>
<ul class="fa-ul">
</ul>
</div>
</div> -->
<!-- Heatmap -->
<!-- <div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 icon-col">
<h2><i class="fa fa-circle"></i></h2>
<h4>technologies</h4>
<h4>product goal</h4>
</div>
<div class="pure-u-1 pure-u-md-2-3 resume-list">
<h2><a class="project" href="http://datalab.law.columbia.edu/heatmap">EDGAR Monitoring Heatmap</a> <span class="group-size"></span></h2>
<h4>JavaScript, D3.JS, MySQL</h4>
<h4>visualize the severity of server delays on the SEC database over time</h4>
<ul class="fa-ul">
</ul>
</div>
</div> -->
<!-- Anagram -->
<!-- <div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 icon-col">
<a href="https://github.com/znagler/anagram_game"><h2><i class="fa fa-github"></i></h2></a>
<h4>technologies</h4>
<h4>product goal</h4>
<h4>learning goals</h4>
<h4>response</h4>
</div>
<div class="pure-u-1 pure-u-md-2-3 resume-list">
<h2><a class="project" href="http://www.panicgr.am">Panicgram</a></h2>
<h4>original logic in Python, re-written in JavaScript, Sinatra</h4>
<h4>fast-paced anagram-finding game, more in the <a class="body-text" href="https://github.com/znagler/anagram_game/blob/master/README.md">Readme</a></h4>
<h4>logic, JavaScript and CSS animation</h4>
<h4>generated over 10,000 games completed after post on reddit</h4>
<ul class="fa-ul">
</ul>
</div>
</div> -->
<!-- Rainbow-Cannon Academy -->
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 icon-col">
<a href="https://github.com/znagler/rainbow-cannon-academy"><h2><i class="fa fa-github"></i></h2></a>
<h4>technologies</h4>
<h4>product goal</h4>
<h4>learning goals</h4>
</div>
<div class="pure-u-1 pure-u-md-2-3 resume-list">
<h2><a class="project" href="http://rainbowcannonacademy.herokuapp.com/">Rainbow-Cannon Academy</a> <span class="group-size">(group project)</span></h2>
<h4>JavaScript, Rails, Phaser, JQuery, AJAX, Quizlet OAuth and API, Postgres</h4>
<h4>a game for studying flashcards, more in the <a class="body-text" href="https://github.com/znagler/rainbow-cannon-academy/blob/master/README.md">Readme</a></h4>
<h4>object-oriented JavaScript, project management</h4>
<ul class="fa-ul">
</ul>
</div>
</div>
<!-- Bernie Timeline -->
<!-- <div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 icon-col">
<h2><i class="fa fa-circle"></i></h2>
<h4>technologies</h4>
<h4>product goal</h4>
<h4>learning goals</h4>
</div>
<div class="pure-u-1 pure-u-md-2-3 resume-list">
<h2><a class="project" href="http://bernieviz.github.io">Bernie Sanders Timeline</a></h2>
<h4>JavaScript, D3.JS</h4>
<h4>unconventional remake of the plain timeline on Bernie Sanders' website</h4>
<h4>practice D3.JS</h4>
<ul class="fa-ul">
</ul>
</div>
</div>
-->
<!-- Missing Links -->
<!-- <div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 icon-col">
<a href="https://github.com/znagler/missing-links"><h2><i class="fa fa-github"></i></h2></a>
<h4>technologies</h4>
<h4>product goal</h4>
<h4>learning goals</h4>
</div>
<div class="pure-u-1 pure-u-md-2-3 resume-list">
<h2><a class="project" href="http://54.175.152.99/">Missing Links</a> <span class="group-size"></span></h2>
<h4>Node, Express, JavaScript (AJAX), deployed on AWS EC2</h4>
<h4>give clear directions from one Wiki to another (made with pure scraping, no API)</h4>
<h4>algorithms, exponential JS asynchrony, memory optimization, long HTTP responses</h4>
<ul class="fa-ul">
</ul>
</div>
</div> -->
<!-- Sudoku Solver -->
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 icon-col">
<a href="https://github.com/znagler/znagler.github.io/tree/master/sudoku"><h2><i class="fa fa-github"></i></h2></a>
<h4>technologies</h4>
<h4>product goal</h4>
<h4>learning goals</h4>
</div>
<div class="pure-u-1 pure-u-md-2-3 resume-list">
<h2><a class="project" href="sudoku/index.html">Sudoku Solver</a><span class="group-size"> (pair project)</span></h2>
<h4>original logic in Ruby, re-written in JavaScript</h4>
<h4>fast, front-end Sudoku solver made with our own recursive algorithm</h4>
<h4>algorithms, recursion, logic, JavaScript</h4>
<ul class="fa-ul">
</ul>
</div>
</div>
<!-- Old -->
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 icon-col">
<h2 style="font-size:18px" ><i class="fa fa-circle"></i></h2>
</div>
<div class="pure-u-1 pure-u-md-2-3 resume-list">
<h2 style="font-size:18px"><a class="project" href="https://angel.co/zachary-nagler">Screenshots of 2013-2016 work available on Angel profile</a></h2>
<ul class="fa-ul">
</ul>
</div>
</div>
<!-- Theremouse -->
<!-- <div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 icon-col">
<a href="https://github.com/znagler/theremouse"><h2><i class="fa fa-github"></i></h2></a>
<h4>technologies</h4>
<h4>product goal</h4>
<h4>learning goals</h4>
</div>
<div class="pure-u-1 pure-u-md-2-3 resume-list">
<h2><a class="project" href="theremouse/spotify.html">Theremouse [Spotify 'glitch' Hackathon]</a><span class="group-size"> (group project)</span></h2>
<h4>JavaScript, Firebase </h4>
<h4>create glitch sounds by overlaying theremin audio from all current users</h4>
<h4>Web Audio, Firebase</h4>
<ul class="fa-ul">
</ul>
</div>
</div> -->
<!-- Lynxshare -->
<!-- <div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3 icon-col">
<a href="https://github.com/znagler/lynxshare"><h2><i class="fa fa-github"></i></h2></a>
<h4>technologies</h4>
<h4>product goal</h4>
<h4>learning goals</h4>
</div>
<div class="pure-u-1 pure-u-md-2-3 resume-list">
<h2><a class="project" href="http://lynxshare.herokuapp.com/">LynxShare</a><span class="group-size"> (group project)</span></h2>
<h4>Rails, JavaScript, JQuery, AJAX, Postgres, Bcrypt, Basscss</h4>
<h4>link-storing and sharing app (clone of <a class="body-text" href="http://www.delicious.com"> Delicious.com</a>)</h4>
<h4>resource-heavy Rails app, AJAX for partial-string search, DB associations</h4>
<ul class="fa-ul">
</ul>
</div>
</div> -->
</div>
<div class="footer l-box is-center">
Thanks for visiting
</div>
</div>
</body></html>