forked from Chippd/chippd.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
308 lines (256 loc) · 13.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Jeremy Hummel's GitHub Projects" />
<meta property="og:description" content="A portfolio of various GitHub projects I have worked on. For each project, I've included a brief description of what it does, and what languages/libraries I used." />
<meta property="og:url" content="https://jmhummel.github.io" />
<meta property="og:image" content="http://jmhummel.github.io/img/opengraph.png" />
<title>Jeremy Hummel's GitHub Projects</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<!-- <link rel="stylesheet" href="css/animate.css"> -->
<link rel="stylesheet" href="css/style.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- Leave those next 4 lines if you care about users using IE8 -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-98018349-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
</div>
</nav>
<div class="container-fluid">
<div class="text-center">
<img src="img/profiler-round2.jpg" width=200 class="profile-pic">
<h1>Jeremy Hummel</h1>
<h3>Software Engineer</h3>
<h5>Fullstack Developer</h5>
<div class="text-center" style="margin:20px">
<a href="http://www.linkedin.com/in/jmhummel1/" class="" target="_blank">
linkedin.com/in/jmhummel1
</a>
</div>
</div>
<div class="row row-grey">
<div class="col-sm-8 col-sm-offset-2">
<div class="row work-item-row">
<div class="col-lg-8 col-lg-push-4">
<img src="img/imdb-predictive-analytics.png" class="img-responsive center-block">
</div>
<div class="col-lg-4 col-lg-pull-8">
<h2><a href="https://github.com/jmhummel/IMDb-predictive-analytics" target="blank">IMDb Predictive Analytics</a></h2>
<p>A Jupyter notebook that uses a dataset of over 5000+ movies scraped from IMDb, and attempts to predict whether a movie will be highly rated based on the training data.</p>
<h4>Technology</h4>
<p>This notebook is written in Python and uses Pandas for transforming and cleaning the dataset, Matplotlib for visulization, and Scikit-learn for machine learning.</p>
</div>
</div>
<div class="row text-center">
<div class="col-xs-12">
<img src="img/techlogos/jupyter.png" class="techlogo" width="100">
<img src="img/techlogos/python.png" class="techlogo" width="100">
<img src="img/techlogos/pandas.png" class="techlogo" width="100">
<img src="img/techlogos/matplotlib.png" class="techlogo" width="100">
<img src="img/techlogos/scikit-learn.png" class="techlogo" width="100">
</div>
</div>
<div class="row text-center" style="margin:20px;">
<a class="btn btn-launch" href="https://github.com/jmhummel/IMDb-predictive-analytics" target="blank">View on Github</a>
</div>
</div>
</div>
<div class="row row-white">
<div class="col-sm-8 col-sm-offset-2">
<div class="row work-item-row">
<div class="col-lg-8 col-lg-push-4">
<img src="img/traveling-salesman.png" class="img-responsive center-block">
</div>
<div class="col-lg-4 col-lg-pull-8">
<h2><a href="https://github.com/jmhummel/Traveling-Saleman-Genetic-Algorithm" target="blank">Traveling Salesman Genetic Algorithm</a></h2>
<p>Using a genetic algorithm, and real data from Google Maps, we try to find the quickest route that visits all 49 capitals in the Continental United States.</p>
<h4>Technology</h4>
<p>This project is written in Python, and uses several different Google Map APIs: Directions, Distance Matrix, Static Maps, and Geocoding. The genetic algorithm implements stochastic selection and partionally matched crossover.</p>
</div>
</div>
<div class="row text-center">
<div class="col-xs-12">
<img src="img/techlogos/python.png" class="techlogo" width="100">
<img src="img/techlogos/googlemapsapi.png" class="techlogo" width="100">
</div>
</div>
<div class="row text-center" style="margin:20px;">
<a class="btn btn-launch" href="https://github.com/jmhummel/Traveling-Saleman-Genetic-Algorithm" target="blank">View on Github</a>
</div>
</div>
</div>
<div class="row row-grey">
<div class="col-sm-8 col-sm-offset-2">
<div class="row work-item-row">
<div class="col-lg-8 col-lg-push-4">
<img src="img/ginrummy.png" class="img-responsive center-block">
</div>
<div class="col-lg-4 col-lg-pull-8">
<h2><a href="https://github.com/jmhummel/Gin-Rummy" target="blank">Gin Rummy</a></h2>
<p>A purely text-based implementation of Gin Rummy, where the user can play against a computer opponent.</p>
<h4>Technology</h4>
<p>Written in Java 8.</p>
</div>
</div>
<div class="row text-center">
<div class="col-xs-12">
<img src="img/techlogos/java.png" class="techlogo" width="100">
</div>
</div>
<div class="row text-center" style="margin:20px;">
<a class="btn btn-launch" href="https://github.com/jmhummel/Gin-Rummy" target="blank">View on Github</a>
</div>
</div>
</div>
<!-- <div class="row row-white">
<div class="col-sm-8 col-sm-offset-2">
<div class="row work-item-row">
<div class="col-lg-8">
<img src="img/mydeliverypal.png" class="img-responsive">
</div>
<div class="col-lg-4">
<h2><a href="https://play.google.com/store/apps/details?id=com.chrisdermody.mydeliverypal&hl=en" target="blank">My Delivery Pal</a></h2>
<p>An Android application for delivery drivers and couriers, making them faster and more efficient at their job</p>
<h4>Technology</h4>
<p>Delivery Pal is build with Ionic, Angular, and Firebase for real-time location tracking. Integrating with the Google Maps API for address lookup and navigation. A Node.js server hosted on Heroku acts as a middel-man, handling backend logic and database updates within Firebase</p>
</div>
</div>
<div class="row text-center">
<div class="col-xs-12">
<img src="img/techlogos/ionic.png" class="techlogo" width="100">
<img src="img/techlogos/angular.png" class="techlogo" width="100">
<img src="img/techlogos/node.png" class="techlogo" width="100">
<img src="img/techlogos/heroku.png" class="techlogo" width="100">
<img src="img/techlogos/firebase.png" class="techlogo" width="100">
</div>
</div>
<div class="row text-center" style="margin:20px;">
<a class="btn btn-launch" href="https://play.google.com/store/apps/details?id=com.chrisdermody.mydeliverypal&hl=en" target="blank">Go to app</a>
</div>
</div>
</div> -->
<!-- <div class="row row-grey">
<div class="col-sm-8 col-sm-offset-2">
<div class="row work-item-row">
<div class="col-lg-8 col-lg-push-4">
<img src="img/vistoryscreen1.png" class="img-responsive">
</div>
<div class="col-lg-4 col-lg-pull-8">
<h2><a href="http://vistoryapp.com" target="blank">Vistory</a></h2>
<h4>Mobile Car App</h4>
<p>An Android application for vehicle owners to quickly and easily log maintenance and parts costs for their cars.</p>
<h4>Technology</h4>
<p>Vistory is built on the Ionic platform that uses the Angular.js framework to build cross-platform mobile applications. On the backend Vistory uses an Express/Node.js app on Heroku to handle user accounts and authentication, while a remote noSQL database sits on Cloudant for backing up user data</p>
</div>
</div>
<div class="row text-center">
<div class="col-xs-12">
<img src="img/techlogos/ionic.png" class="techlogo" width="100">
<img src="img/techlogos/angular.png" class="techlogo" width="100">
<img src="img/techlogos/node.png" class="techlogo" width="100">
<img src="img/techlogos/heroku.png" class="techlogo" width="100">
<img src="img/techlogos/pouch-grey.png" class="techlogo" width="100">
<img src="img/techlogos/cloudant.png" class="techlogo" width="100">
</div>
</div>
<div class="row text-center" style="margin:20px;">
<a class="btn btn-launch" href="http://vistoryapp.com" target="blank">Open app site</a>
</div>
</div>
</div> -->
<!-- <div class="row row-white">
<div class="col-sm-8 col-sm-offset-2">
<div class="row work-item-row">
<div class="col-lg-8 col-lg-push-4 text-center">
<img src="img/techlogos/Slack.png" class="img-responsive" width="300" style="margin: auto; margin-top:50px">
</div>
<div class="col-lg-4 col-lg-pull-8">
<h2><a href="https://github.com/Chippd/slackDomainChecker" target="blank">Slack Chat Bot</a></h2>
<p>A Slack chat bot built to quickly check domain name availability across the most popular TLD's. </p>
<h4>Technology</h4>
<p>The Slack bot interacts with a Node.js app living on Heroku, which requests information from a free domain-checking api, parses the response, and delivers a colour-coded response back to the client.</p>
</div>
</div>
<div class="row text-center">
<div class="col-xs-12">
<img src="img/techlogos/node.png" class="techlogo" width="100">
<img src="img/techlogos/heroku.png" class="techlogo" width="100">
</div>
</div>
<div class="row text-center" style="margin:20px;">
<a class="btn btn-launch" href="https://github.com/Chippd/slackDomainChecker" target="blank">View on Github</a>
</div>
</div>
</div> -->
<!-- <div class="row row-grey">
<div class="col-sm-8 col-sm-offset-2">
<div class="row work-item-row">
<div class="col-lg-8">
<img src="img/sail-experience.png" class="img-responsive">
</div>
<div class="col-lg-4">
<h2>Sail Experience Greece</h2>
<h4>Wordpress</h4>
<p>My client required a visually impressive lead capture website where customers could see the yachts, villas and packages on offer and submit requests for more information</p>
<h4>Technology</h4>
<p>Sail Experience was built using the WordPress CMS as the client requested the ability to update the site copy themselves and add/remove products as needed. The theme is a premium theme, customised to suit the needs of the business</p>
</div>
</div>
<div class="row text-center">
<div class="col-xs-12">
<img src="img/techlogos/wordpress.png" class="techlogo" width="100">
</div>
</div>
<div class="row text-center" style="margin:20px;">
<a class="btn btn-launch" href="http://sail-experience.com" target="blank">Open site</a>
</div>
</div>
</div> -->
<!-- <div class="row row-tools row-grey">
<div class="col-sm-12 text-center">
<h3>Tools I Use</h3>
<img src="img/tool-logos/sketch.png" class="techlogo" width="150">
<img src="img/tool-logos/git.png" class="techlogo" width="150">
<img src="img/tool-logos/sublime.png" class="techlogo" width="150">
</div>
</div> -->
<div class="row row-footer text-center">
<div class="col">
<div style="margin:50px;">
<h3 style="margin:50px 0 15px">I'm available for work, get in touch</h3>
<a href="http://www.linkedin.com/in/jmhummel1/" class="" target="_blank">
linkedin.com/in/jmhummel1
</a>
</div>
</div>
</div>
</div>
<!--
<div class="container-fluid">
</div> -->
<!-- <div class="text-center">
<p style="margin-top:20px"">*Also love building other things, like VBA macros, mobile applications, chat bots, and the odd motorbike...</p>
</div> -->
<!-- Including Bootstrap JS (with its jQuery dependency) so that dynamic components work -->
<script src="js/jquery-3.1.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- <script src="js/myScripts.js"></script> -->
</body>
</html>