-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
867 lines (819 loc) · 51.5 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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Steve Myles</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="Steve Myles, some guy from Texas">
<meta name="author" content="Steve Myles">
<link rel="canonical" href="https://stevemyles.site/">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml">
<link rel="icon" type="image/png" href="https://stevemyles.site/img/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://stevemyles.site/img/favicon-16x16.png" sizes="16x16" />
<!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link rel="stylesheet" href="/style.css">
<!-- Google verification -->
<meta name="google-site-verification" content="v249ifvo2RPEG6ai3LJgSAG7PRDntewxOW37aBgrhZY">
<!-- Bing Verification -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-15892472-10"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-15892472-10');
</script>
<!-- Custom Fonts -->
<link rel="stylesheet" href="/css/font-awesome/css/font-awesome.min.css">
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#page-top">Steve Myles</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#about">About</a>
</li>
<li class="page-scroll">
<a href="#experience">Experience</a>
</li>
<li class="page-scroll">
<a href="#projects">Projects</a>
</li>
<li class="page-scroll">
<a href="#talks">Talks</a>
</li>
<li class="page-scroll">
<a href="/blog/">Blog</a>
</li>
<li class="page-scroll">
<a href="https://steve.mylesandmyles.info/">Tumblr</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="row">
<div class="col-lg-12">
<img class="img-responsive" src="img/profile.png" alt="">
<div class="intro-text">
<span class="name">Steve Myles</span>
<hr class="star-light">
<span class="skills">analytics and slow-speed distance running</span>
</div>
</div>
</div>
</div>
</header>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3>About</h3>
<hr class="star-primary">
<p>I'm Steve Myles, a.k.a. some guy from Texas. I've been doing data analytics for over 15 years. My educational background is in industrial engineering/operations research and business.
I've done independent coursework in data science as well. I enjoy using data to solve business problems. I also run distances slowly.
</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h4>Professional</h4>
<ul>
<li><p>I've spent my career in the consumer electronics industry, focusing on analytics and planning.</p></li>
<li><p class="page-scroll">An overview of my experience is <a href="#experience">below</a>, my CV is <a href="https://stevemyles.site/cv/">here</a>, and you can find me <a href="https://linkedin.com/in/stevenmyles">on LinkedIn</a>.</p></li>
</ul>
<h4>Interests</h4>
<ul>
<li><p class="bullet">Professional [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Analytics</p></li>
<li><p class="small">Contact center and repair center operations optimization</p></li>
<li><p class="small">Data science</p></li>
<li><p class="small">Data visualization</p></li>
<li><p class="small">Healthcare applications of analytics, operations research, and industrial engineering</p></li>
<li><p class="small">Reverse supply chain management</p></li>
</ul>
</div>
</li>
<li><p class="bullet">Personal [<span class="expand">+</span>]</p>
<div class="detail">
<p class="small">
<ul>
<li><p class="small"><a href="https://www.librarything.com/profile/scumdogsteev">Reading</a></p></li>
<li><p class="small"><a href="https://photos.scumdogentertainment.com/">(Extremely) Amateur photography</a></p></li>
<li><p class="small"><a href="https://steve.mylesandmyles.info/tagged/october_horror_films">Watching movies</a></p></li>
<li><p class="small"><a href="https://www.last.fm/user/scumdogsteev">Listening to music</a></p></li>
<li><p class="small"><a href="https://www.mylesandmyles.info/">Running</a> (though I’m not exactly what you’d call fast)<br /><br />
<img class="img-responsive" src="img/running.jpg" alt=""><br /><br />
<ul>
<li><p class="small"><a href="https://www.athlinks.com/athletes/30708036">Results</a></p></li>
<li><p class="small">PRs</p>
<ul>
<li><p class="small">5K: 26:37 (2018)</p></li>
<li><p class="small">5mi: 48:24 (2014)</p></li>
<li><p class="small">10K: 59:49 (2013)</p></li>
<li><p class="small">11K: 1:07:21 (2011)</p></li>
<li><p class="small">Half marathon: 2:13:06 (2018)</p></li>
<li><p class="small">Marathon: 5:39:01 (2013)</p></li>
</ul>
</li>
</ul>
</li>
</ul>
</p>
</div>
</li>
<li><p class="bullet">Causes [<span class="expand">+</span>]</p>
<div class="detail">
<p class="small">
<a href="https://bethematch.org/" target="_self"><img class="img-responsive" alt="bethematch.org" src="img/bethematch.jpg" /></a>
<a href="https://action.humanesociety.org/site/Survey?ACTION_REQUIRED=URI_ACTION_USER_REQUESTS&SURVEY_ID=1840&s_src=pmbadgeribbon" target="_blank"><img class="img-responsive" alt="The Humane Society of the United States" border="0" src="https://www.humanesociety.org/assets/images/web-badges/stop_puppy_mills_ribbon.jpg" /></a>
<a href="https://www.lls.org/" title="LLS" target="_self"><img class="img-responsive" alt="LLS" src="img/lls.gif" /></a>
</p>
</div>
</li>
</ul>
</div>
<div class="col-md-4">
<h4>Personal</h4>
<ul>
<li><p>I am married to my lovely wife <a href="https://www.elizabethmyles.com/">Elizabeth</a>. She is the coolest person in the world.</p></li>
<li><p>I grew up in Lubbock, Texas and currently reside in Texas.</p></li>
<li><p>I am an <a href="http://www.eaglescout.org/index.htm">Eagle Scout</a>. Troop 543 represent.</p></li>
</ul>
<h4>People I Know</h4>
<ul>
<li><p class="bullet">Family [<span class="expand">+</span>]</p>
<div class="detail">
<p class="small">
<ul>
<li><p class="small"><a href="https://www.mylesandmyles.info/" title="Myles & Myles" target="_self">Myles & Myles</a> - my wife and I</p></li>
<li><p class="small"><a href="http://www.mem.com/ContentDisplay.aspx?ID=5686270" title="my mother">Barbara Myles</a> – my mother</p></li>
<li><p class="small"><a href="http://www.phys.ttu.edu/~cmyles/" title="my father">Charles Myles</a> – my father</p></li>
<li><p class="small"><a href="https://www.linkedin.com/in/chriswmyles" title="my brother">Chris Myles</a> – my brother</p></li>
<li><p class="small"><a href="http://navylog.navymemorial.org/myles-clyde">Clyde Myles</a> – my grandfather</p></li>
</ul>
</p>
</div>
</li>
<li><p class="bullet">Friends and Colleagues [<span class="expand">+</span>]</p>
<div class="detail">
<p class="small">
<ul>
<li><p class="small"><a href="http://www.williamscochrane.com/" target="_self">Kevin Cochrane</a></p></li>
<li><p class="small"><a href="http://www.benheavner.com/" target="_self">Ben Heavner</a></p></li>
<li><p class="small"><a href="http://lookwhatdannymade.com/" target="_self">Danny Holwerda</a></p></li>
<li><p class="small"><a href="http://pranompopup.com/">Dream Kasestatad</a></p></li>
<li><p class="small"><a href="http://www.legmar.com/">Matt Legler</a></p></li>
<li><p class="small"><a href="https://www.rentpath.com/blog/profiles/will-lin/">Will Lin</a></p></li>
<li><p class="small"><a href="http://www.griffith.edu.au/criminology-law/school-criminology-criminal-justice/staff/dr-myesa-knox-mahoney" target="_self">Myesa Knox Mahoney</a></p></li>
<li><p class="small"><a href="http://www.irishtexanphoto.com/" target="_self">Larry McCormick</a></p></li>
<li><p class="small"><a href="http://colinmcroberts.com/" target="_self">Colin McRoberts</a></p></li>
<li><p class="small"><a href="https://jeffmiller.artstation.com/" target="_self">Jeff Miller</a></p></li>
<li><p class="small"><a href="http://noisybox.net/">Jason Plumb</a></p></li>
<li><p class="small"><a href="http://www.chach-house.net/" target="_self">Seth Thornberry</a></p></li>
<li><p class="small"><a href="http://berryberrybusy.t-berry.com/" target="_self">Tara Thornberry</a></p></li>
<li><p class="small"><a href="https://engineering.wayne.edu/profile/saravanan.venkatachalam/">Saravanan Venkatachalam</a></p></li>
<li><p class="small"><a href="https://fredgyost.com/">Fred Yost</a></p></li>
</ul>
</p>
</div>
</li>
<li><p class="bullet">Professors [<span class="expand">+</span>]</p>
<div class="detail">
<p class="small">
<ul>
<li><p class="small"><a href="http://www.limag.refer.org/Pagespersonnes/GafaitiCV2007.htm">Hafid Gafaiti</a></p></li>
<li><p class="small"><a href="https://ise.utk.edu/peopletwo/john-e-kobza/">John E. Kobza</a></p></li>
<li><p class="small"><a href="https://www.sampoernauniversity.ac.id/academics/faculty-of-engineering-technology/">Surya D. Liman</a></p></li>
<li><p class="small"><a href="https://neeley.tcu.edu/DirectoryProfile/Our-Team/e422f5e1-f81d-43c5-a810-300ca930d622">Tracey Rockett</a></p></li>
<li><p class="small"><a href="https://www.depts.ttu.edu/imse/faculty/milton_smith/index.php">Milton Smith</a></p></li>
</ul>
</p>
</div>
</li>
</ul>
</div>
<div class="col-md-4">
<h4>Education</h4>
<ul>
<li><p><a href="https://mba.utdallas.edu/academics/professional-mba-online/" target="_self">Master of Business Administration</a>, <a href="http://jindal.utdallas.edu/" target="_self">Naveen Jindal School of Management</a>, <a href="http://www.utdallas.edu/" target="_self">University of Texas at Dallas</a>, 2012</p></li>
<li><p><a href="https://www.depts.ttu.edu/imse/graduate/industrial_engineering_ms.php" target="_blank">Master of Science in Industrial Engineering</a> with concentration in <a href="http://en.wikipedia.org/wiki/Operations_research">Operations Research</a>, <a href="http://www.ttu.edu/">Texas Tech University</a>, 2004</p></li>
<li><p><a href="https://www.depts.ttu.edu/imse/undergrad/" target="_blank">Bachelor of Science in Industrial Engineering</a>, Texas Tech University, 2002</p></li>
<li><p><a href="http://lhs.lubbockisd.org/" target="_blank">Lubbock High School</a>, <a href="http://www.lhs1997.rocks/">1997</a></p></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience" class="success">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3>Experience</h3>
<hr class="star-light">
<p>I've done data analytics, primarily in the consumer electronics industry, for over 15 years.
For more detail, please see <a href="https://stevemyles.site/cv/">my CV</a>.</p>
</div>
</div>
<br />
<div class="row">
<div class="col-lg-12">
<ul>
<li><p class="bullet"><a href="https://www.hp.com/">HP</a> — Houston, TX — 2017-present [<span class="expand2">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Senior Analyst, Customer Data & Insights — November 2019 - present</p>
<ul>
<li><p class="small">Data analytics related to Personal Systems product cost and shipments</p></li>
</ul>
</li>
<li><p class="small">Senior Analyst, Workstation Cost Management — February 2017 - October 2019</p>
<ul>
<li><p class="small">Tracked product costs throughout development lifecycle for workstation products</p></li>
</ul>
</li>
</ul>
</div>
</li>
<li><p class="bullet"><a href="https://www.apple.com/">Apple Inc.</a> — Austin, TX — 2014-2017 [<span class="expand2">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Forecasting and Planning Analyst, Retail Contact Center — July 2014 - February 2017</p>
<ul>
<li><p class="small">Utilized operational data to forecast weekly and monthly transactional and manpower (FTE) requirements for worldwide Order Administration (September 2015 - February 2017) and phone sales and service for the Americas, EMEA, and Japan (July 2014 - August 2015)</p></li>
<li><p class="small">Automated (via VBA) and improved (through the addition of regression and time series models, i.e., exponential smoothing) existing forecasting and planning models </p></li>
</ul>
</li>
</ul>
</div>
</li>
<li><p class="bullet">Hewlett-Packard Company (now <a href="https://www.hp.com/">HP</a>) — Houston, TX — 2004-2014 [<span class="expand2">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Senior Business Analyst, Americas Customer Service and Support — April 2011 - July 2014</p>
<ul>
<li><p class="small">Led a seven person team in multiple geographies to provide technical analyses and subject matter expertise for analytics, inventory control, and optimization projects.</p></li>
<li><p class="small">Built decision support tools using business intelligence applications (Tableau and QlikView).</p></li>
</ul>
</li>
<li><p class="small">Operations Research Analyst, Americas Customer Support Operations — August 2004 - April 2011</p>
<ul>
<li><p class="small">Consulted on planning, forecasting, staffing, and inventory activities with internal and outsourced contact centers and repair centers in multiple geographies.</p></li>
<li><p class="small">Developed and implemented operations research models (LP, MIP, and simulation) for contact centers and repair centers, including daily delivery of call volume across multiple contact centers and determining the disposition
of repair inventory for build vs. buy decision-making.</li>
</ul>
</li>
</ul>
</div>
</li>
<li><p class="bullet"><a href="http://www.ttu.edu/">Texas Tech University</a> Department of Industrial Engineering (now <a href="http://www.depts.ttu.edu/ieweb/">Department of Industrial, Manufacturing, and Systems Engineering</a>) — Lubbock, TX — 2002-2004 [<span class="expand2">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Teaching Assistant — August 2003 - May 2004</p>
<ul>
<li><p class="small">Graded homework and projects for undergraduate classes of 50+ students per semester.</p></li>
</ul>
</li>
<li><p class="small">Research Assistant — August 2002 - August 2003</p>
<ul>
<li><p class="small">Researched <a href="https://stevemyles.site/blog/2007/11/06/inventory-control-for-automated-drug-dispensing-machines/">an inventory control model for automated pharmaceutical dispensing machines</a>, potentially saving approx. $100,000 annually for a local hospital.</p></li>
</ul>
</li>
</ul>
</div>
</li>
<li><p class="bullet"><a href="http://www.ethicon.com/">Ethicon, Inc.</a> (a Johnson & Johnson Company) — San Angelo, TX — 2000 [<span class="expand2">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Materials Management Coop — May - December 2000</p>
<ul>
<li><p class="small">Supervised twenty-five warehouse associates and oversaw timely filling of orders.</p></li>
<li><p class="small">Developed work standards (i.e., expected throughput) for warehouse associates.</p></li>
</ul>
</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3>Projects</h3>
<hr class="star-primary">
<p>I like to solve analytics problems. I also write simple code that can be used as a pedagogical tool; I used to code in Turbo Pascal but lately I've been using R. I enjoy working with Tableau as well.</p>
</div>
</div>
<div class="row row-centered">
<div class="col-md-4 col-centered">
<h4>computer-related</h4>
<ul>
<li><p class="bullet">R Packages [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="bullet small"><a href="https://stevemyles.site/mlsjunkgen/">mlsjunkgen</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: <a href="https://stevemyles.site/mlsjunkgen/">R Package</a></p></li>
<li><p class="small">Description: R implementation of a pseudorandom number generator</p></li>
<li><p class="small">Course: originally from <a href="http://catalog.ttu.edu/preview_course_nopop.php?catoid=2&coid=9253">IE 5317 - Statistical Analysis for Digital Simulation</a></p></li>
<li><p class="small">More Info: <a href="https://stevemyles.site/blog/2012/07/06/the-mls-junk-generator/">blog post</a>, <a href="https://cran.r-project.org/web/packages/mlsjunkgen/index.html">CRAN</a>, <a href="https://github.com/scumdogsteev/mlsjunkgen">code</a></p></li>
<li><p class="small">Year of initial release: 2015</p></li>
</ul>
</div>
</li>
<li><p class="bullet small"><a href="https://stevemyles.site/phonenumber/">phonenumber</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: <a href="https://stevemyles.site/phonenumber/">R package</a></p></li>
<li><p class="small">Description: a simple R Package that converts English letters to numbers and numbers to English letters as on a telephone keypad</p></li>
<li><p class="small">More info: <a href="https://stevemyles.site/blog/2015/07/12/phonenumber/">blog post</a>, <a href="https://cran.r-project.org/web/packages/phonenumber/index.html">CRAN</a>, <a href="https://github.com/scumdogsteev/phonenumber">code</a></p></li>
<li><p class="small">Year of initial release: 2015</p></li>
</ul>
</div>
</li>
</ul>
</div>
</li>
<li><p class="bullet">Other Code [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="bullet small"><a href="https://stevemyles.site/blog/2015/03/02/r-functions-and-such/">R Functions and Such</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: R</p></li>
<li><p class="small">Description: repository of R scripts that might be useful for other projects (and that I don’t want to have to find/recreate)</p></li>
<li><p class="small">More info: <a href="https://stevemyles.site/blog/2015/03/02/r-functions-and-such/">blog post</a>, <a href="https://github.com/scumdogsteev/R-functions-and-such">code</a></p></li>
<li><p class="small">Year: 2015</p></li>
</ul>
</div>
</li>
<li><p class="bullet small"><a href="https://stevemyles.site/blog/2015/01/22/data-science-specialization/">Data Science Specialization</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: R, etc.</p></li>
<li><p class="small">Description/Courses: coursework from the <a href="https://www.coursera.org/specializations/jhu-data-science">Johns Hopkins University/Coursera Data Science Specialization</a></p></li>
<li><p class="small">Years: 2014-present</p></li>
</ul>
</div>
</li>
<li><p class="bullet small"><a href="https://stevemyles.site/blog/2013/09/07/epubcheck-helper/">ePubCheck Helper</a> [<span class="expand">+</span>]</p>
<div class="detail small">
<ul>
<li><p class="small">Project Type: batch</p></li>
<li><p class="small">Description: a simple batch file that allows the user to drag and drop an EPUB file to run <a href="https://github.com/IDPF/epubcheck" title="ePubCheck" target="_self">ePubCheck</a></p></li>
<li><p class="small">More info: <a href="https://github.com/scumdogsteev/epc-helper">code</a></a></p></li>
<li><p class="small">Year of initial release: 2013</p></li>
</ul>
</div>
</li>
<li><p class="bullet small"><a href="https://stevemyles.site/blog/2012/07/06/the-mls-junk-generator/">MLS Junk Generator</a> [<span class="expand">+</span>]</p>
<div class="detail small">
<ul>
<li><p class="small">Project Types: <a href="https://github.com/scumdogsteev/mls-junk-generator">VBA/Excel</a></p></li>
<li><p class="small">Description: implementation of a pseudorandom number generator</p></li>
<li><p class="small">Course: <a href="http://catalog.ttu.edu/preview_course_nopop.php?catoid=2&coid=9253">IE 5317 - Statistical Analysis for Digital Simulation</a></p></li>
<li><p class="small">More Info: <a href="https://github.com/scumdogsteev/mls-junk-generator">code</a></p></li>
<li><p class="small">Year of initial release: 2012</p></li>
<li><p class="small">Year of initial coding: 2004</p></li>
</ul>
</div>
</li>
<li><p class="bullet small"><a href="https://stevemyles.site/blog/2006/07/10/tic-tac-toe/">Tic Tac Toe</a> [<span class="expand">+</span>]</p>
<div class="detail small">
<ul>
<li><p class="small">Project Type: Turbo Pascal (Win32)</p></li>
<li><p class="small">Description: a Tic Tac Toe game I coded in graduate school</p></li>
<li><p class="small">Course: <a href="http://catalog.ttu.edu/preview_course_nopop.php?catoid=2&coid=9244">IE 5307 - Cognitive Engineering</a></p></li>
<li><p class="small">More info: <a href="https://github.com/scumdogsteev/tic-tac-toe">code</a></p></li>
<li><p class="small">Year of initial release: 2012</p></li>
<li><p class="small">Year of initial coding: 2004</p></li>
</ul>
</div>
</li>
<li><p class="bullet small"><a href="https://stevemyles.site/blog/2006/07/12/stochastic-inventory-control/">Stochastic "Inventory Control"</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: Turbo Pascal (Win32)</p></li>
<li><p class="small">Description: Markov chains, Jacobi iterations, and more</p></li>
<li><p class="small">Course: <a href="http://catalog.ttu.edu/preview_course_nopop.php?catoid=2&coid=9265">IE 5331 - Stochastic Processes ("Theoretical Studies in Advanced Industrial Engineering Topics")</a></p></li>
<li><p class="small">More info: <a href="https://github.com/scumdogsteev/stochastic-inventory-control">code</a></p></li>
<li><p class="small">Year of initial release: 2006</p></li>
<li><p class="small">Year of initial coding: 2003</p></li>
</ul>
</div>
</li>
<li><p class="bullet small"><a href="https://stevemyles.site/blog/2015/06/19/turbo-pascal-stuff/">Turbo Pascal Stuff</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: Turbo Pascal (Win32)</p></li>
<li><p class="small">Description: procedures and programs from my high school computer science classes</p></li>
<li><p class="small">Courses: Computer Science I and II</p></li>
<li><p class="small">More info: <a href="https://github.com/scumdogsteev/turbo-pascal-stuff">code</a></p></li>
<li><p class="small">Year of initial release: 2015</p></li>
<li><p class="small">Year of initial coding: 1994-1997</p></li>
</ul>
</div>
</li>
</ul>
</div>
</li>
<li><p class="bullet">Non-Code [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="bullet small"><a href="https://stevemyles.site/blog/2017/06/24/breweries-visualized/">Breweries, Visualized</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: <a href="https://www.tableau.com/">Tableau</a></p></li>
<li><p class="small">Description: an interactive table and map of breweries I’ve visited and the pictures I have taken of them</p></li>
<li><p class="small">Year: 2017</p></li>
</ul>
</div>
</li>
<li><p class="bullet small"><a href="https://stevemyles.site/blog/2014/11/24/my-travels/">My Travels</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: <a href="https://www.tableau.com/">Tableau</a></p></li>
<li><p class="small">Description: an interactive map of countries/states/provinces I’ve visited</p></li>
<li><p class="small">Year: 2014</p></li>
</ul>
</div>
</li>
<li><p class="bullet small"><a href="https://stevemyles.site/blog/2009/11/21/nanowrimo-tracker/">NaNoWriMo Tracker</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: Excel</p></li>
<li><p class="small">Description: track your <a href="https://www.nanowrimo.org/">NaNoWriMo</a> word count</p></li>
<li><p class="small">More Info: <a href="https://github.com/scumdogsteev/nanowrimo-tracker">Excel file</a></p></li>
<li><p class="small">Year of initial release: 2009</p></li>
</ul>
</div>
</li>
</ul>
</div>
</li>
</ul>
</div>
<div class="col-md-4 col-centered">
<h4>education-related</h4>
<ul>
<li><p class="bullet"><a href="https://steve.mylesandmyles.info/tagged/madame-curious" target="_self">Madame Curious Comes to Visit</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: writing/teaching</p></li>
<li><p class="small">Description: <a href="http://madamecurious1.pbworks.com/w/page/25355636/FrontPage" target="_self">Madame Curious</a> came to visit me <a href="http://madamecurious1.pbworks.com/w/page/32833131/Hewlett-Packard%2C%20Houston%2C%20TX">to learn about the type of work I do</a></p></li>
<li><p class="small">Year: 2010</li>
<li><p class="small">Me and Madame Curious: <br /><br /><img class="img-responsive" src="img/mmecurious.jpg" alt=""></p></li>
</ul>
</div>
</li>
<li><p class="bullet">(Non-Code) School Projects [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="bullet small"><a href="https://steve.mylesandmyles.info/projects/domestics/">“Domestics”</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: radio</p></li>
<li><p class="small">Description: I co-hosted/hosted a radio show (local music) on <a href="http://www.ktxtfm.org/raider/">KTXT-FM</a> when I was in graduate school</p></li>
<li><p class="small">Years: 2002-2004</p></li>
<li><p class="small">Listen:<br /> <iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/119362101&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe></p></li>
</ul>
</div>
</li>
<li><p class="bullet small"><a href="https://stevemyles.site/blog/2007/11/06/inventory-control-for-automated-drug-dispensing-machines/">Inventory Control for Automated Drug Dispensing Machines: A Service Level Policy</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: research/inventory control</p></li>
<li><p class="small">Description: in graduate school, I worked on this project which was presented at INFORMS 2007</p></li>
<li><p class="small">Years: 2002-2004, presented 2007</p></li>
<li class="page-scroll"><p class="small">See below for <a href="#talks">slides</a></p></li>
</ul>
</div>
</li>
<li><p class="bullet small"><a href="https://stevemyles.site/blog/2012/04/14/ttu-ie-paperweight/" title="TTU IE Paperweight" target="_self">TTU IE Paperweight</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: machining</p></li>
<li><p class="small">Description: a paperweight that a group and I designed and machined</p></li>
<li><p class="small">Course: <a href="http://catalog.ttu.edu/preview_course_nopop.php?catoid=2&coid=9229">IE 4351 (now IE 4352) - Manufacturing Engineering II</a></p></li>
<li><p class="small">Year: 2002</p></li>
<li><p class="small">Engineering Drawing:<br /><img class="img-responsive" src="img/paperweight.jpg" alt=""></p></li>
</ul>
</div>
</li>
<li><p class="bullet small"><a href="https://stevemyles.site/blog/2014/12/05/ttu-clamp-on-table-vise/">TTU Clamp-on Table Vise</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: machining</p></li>
<li><p class="small">Description: a tabletop vise that I machined</p></li>
<li><p class="small">Course: <a href="http://catalog.ttu.edu/preview_course_nopop.php?catoid=2&coid=9218">IE 3351 - Manufacturing Engineering I</a></p></li>
<li><p class="small">Year: 2001</p></li>
<li><p class="small">Completed Vise:<br /><img class="img-responsive" src="img/vise.jpg" alt=""></p></li>
</ul>
</div>
</li>
<li><p class="bullet small">Additional school projects are in the "Other Code" category to the left</p>
</li>
</ul>
</div>
</li>
</ul>
</div>
<div class="col-md-4 col-centered">
<h4>other</h4>
<ul>
<li><p class="bullet"><a href="https://steve.mylesandmyles.info/tagged/october_horror_films" target="_self">October Horror Films/13 Nights of Horror</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: movie-watching</p></li>
<li><p class="small">Description: for the thirteen Octobers from 2009-2021, my wife and I watched at least one horror film per day. Beginning in 2022, we started watching 13 horror films during the month of Octber.</p></li>
<li><p class="small">13 Nights of Horror:
<a href="https://letterboxd.com/scumdogsteev/list/13-nights-of-horror-2022/" title="2022" target="_self">2022</a> |
</p></li>
<li><p class="small">October Horror Films:
<a href="https://steve.mylesandmyles.info/post/673758068379697152/october-horror-films-2021-summary" title="2021" target="_self">2021</a> |
<a href="https://steve.mylesandmyles.info/post/634091431202635776/october-horror-films-2020-summary" title="2020" target="_self">2020</a> |
<a href="https://steve.mylesandmyles.info/post/188754996483/october-horror-films-2019-summary" title="2019" target="_self">2019</a> |
<a href="https://steve.mylesandmyles.info/post/179724670948/october-horror-films-2018-summary" title="2018" target="_self">2018</a> |
<a href="https://steve.mylesandmyles.info/post/167169457483/october-horror-films-2017-summary" title="2017" target="_self">2017</a> |
<a href="https://steve.mylesandmyles.info/post/152835306773/october-horror-films-2016-summary" title="2016" target="_self">2016</a> |
<a href="https://steve.mylesandmyles.info/post/132372668873/october-horror-films-2015-summary" title="2015" target="_self">2015</a> |
<a href="https://steve.mylesandmyles.info/post/102059500425/october-horror-films-2014-summary" title="2014" target="_self">2014</a> |
<a href="https://steve.mylesandmyles.info/post/66635152200/october-horror-films-2013-summary" title="2013" target="_self">2013</a> |
<a href="https://steve.mylesandmyles.info/post/34813555588/october-horror-films-2012-summary" title="2012" target="_self">2012</a> |
<a href="https://steve.mylesandmyles.info/post/12260208922/october-horror-films-2011-summary" title="2011" target="_self">2011</a> |
<a href="https://steve.mylesandmyles.info/post/12096077084/october-horror-films-2010-summary" title="2010" target="_self">2010</a> |
<a href="https://steve.mylesandmyles.info/post/546694859/october-2009-horror-films" title="2009" target="_self">2009</a>
</p></li>
</ul>
</div>
</li>
<li><p class="bullet"><a href="https://racemedals.tumblr.com/">Race Medals</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: <a href="https://racemedals.tumblr.com/">tumblr</a></p></li>
<li><p class="small">Description: a tumblr featuring medals from endurance races</p></li>
<li><p class="small">Year started: 2014</p></li>
</ul>
</div>
</li>
<li><p class="bullet"><a href="https://www.scumdogentertainment.com/">SCUMDOG Entertainment</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: visual art</p></li>
<li><p class="small">Description: flyers, t-shirts, etc.</p></li>
<li><p class="small">Year founded: 1999</p></li>
<li><p class="small">Logo: <a href="https://www.scumdogentertainment.com/"><img class="img-responsive" src="img/scumdog.gif" alt=""></a></p></li>
</ul>
</div>
</li>
<li><p class="bullet"><a href="https://photos.scumdogentertainment.com/">Stochasticity</a> (my photos) [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: Photography</p></li>
<li><p class="small">Description: I like taking pictures. Some of them turn out ok.</li>
<li><p class="small">See also: <a href="https://steve.mylesandmyles.info/tagged/my-photos">my photos on my tumblr</a></li>
<li><p class="bullet small">See also: <a href="https://photos.scumdogentertainment.com/tagged/365project">365project</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: Photography</p></li>
<li><p class="small">Description: <a href="http://365project.org/">365project</a> - “Document your life with a daily photo!” Good thing I picked a 366 day year to try this one.</p></li>
<li><p class="small">Year: 2016</p></li>
</ul>
</div>
</li>
</ul>
</div>
</li>
<li><p class="bullet"><a href="https://steve.mylesandmyles.info/post/12183161932/mylesandmyles-no-zombie-were-going-to-eat"><em>Zombi</em> cake</a> [<span class="expand">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Project Type: baking/decorating (cake, cookies, candy) + photography</p></li>
<li><p class="small">Description: <a href="https://www.flickr.com/photos/scumdogsteev/albums/72157628024353230">a cake my wife and I made/decorated</a>, inspired by the poster for <a href="https://steve.mylesandmyles.info/post/12183161932/mylesandmyles-no-zombie-were-going-to-eat">Lucio Fulci’s<em> Zombi</em></a></p></li>
<li><p class="small">Year: 2011</p></li>
<li><p class="small">Poster:<br /> <img class="img-responsive" src="img/zombi1.jpg" alt=""></p></li>
<li><p class="small">Cake:<br /> <img class="img-responsive" src="img/zombi2.jpg" alt=""></p></li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- Talks Section -->
<section id="talks" class="success">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3>Talks & Presentations</h3>
<hr class="star-light">
<p>I've presented at conferences and given talks to students.</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul>
<li><p class="bullet">My IE Career [<span class="expand2">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Description: An overview of my career for an undergraduate class.</p></li>
<li><p class="small">Venue: <a href="https://www.ttu.edu/">Texas Tech University</a> <a href="https://www.depts.ttu.edu/imse/">Department of Industrial, Manufacturing & Systems Enginering</a> <a href="https://catalog.ttu.edu/preview_course_nopop.php?catoid=19&coid=110250">IE 2401</a></p></li>
<li><p class="small">Date: 25 April 2023</p></li>
</ul>
</div>
</li>
<li><p class="bullet"><a href="https://stevemyles.site/blog/2012/09/09/storytelling-for-engineers/">Storytelling for Engineers</a> [<span class="expand2">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Venue: <a href="https://www.uh.edu/">University of Houston</a> <a href="https://www.egr.uh.edu/">Cullen College of Engineering</a> <a href="https://promes.egr.uh.edu/">PROMES</a> <a href="https://stevemyles.site/blog/2012/09/09/uh-maximizing-your-power-weekend/">Maximizing Your Power Weekend 2012</a></p></li>
<li><p class="small">Date: 7-8 September 2012</p></li>
<li><p class="small">Slides:</p>
<p class="small"><iframe src="//www.slideshare.net/slideshow/embed_code/key/rAbruuLEz5NLLb" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="//www.slideshare.net/stevemyles/storytelling-for-engineers-14242397" title="Storytelling for Engineers" target="_blank">Storytelling for Engineers</a> </strong> from <strong><a target="_blank" href="//www.slideshare.net/stevemyles">Steve Myles</a></strong> </div></p>
</li>
</ul>
</div>
</li>
<li><p class="bullet"><a href="https://www.egr.uh.edu/camps">University of Houston Engineering Summer Camp</a> - Young Engineers Panel Discussion [<span class="expand2">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Description: Panel discussion for a UH Engineering Summer Camp for high school students. The panel featured young engineers from across HP, sharing information about the transition from school to work and the different careers available to engineers.</p></li>
<li><p class="small">Venue: Hewlett-Packard Company</p></li>
<li><p class="small">Date: 21 June 2012</p></li>
</ul>
</div>
</li>
<li><p class="bullet"><a href="https://stevemyles.site/blog/2008/02/29/projecting-outsourced-contact-center-agent-availability/">Projecting Outsourced Contact Center Agent Availability</a> [<span class="expand2">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Presenters: <strong>Steven Myles</strong>, Viroj Buraparate, and Sunil Kumar G.</p></li>
<li><p class="small">Venue: <a href="https://www.upenn.edu/">University of Pennsylvania</a> <a href="https://www.wharton.upenn.edu/">Wharton</a> <a href="https://fic.wharton.upenn.edu/fic/">Financial Institutions Center</a> <a href="https://fic.wharton.upenn.edu/fic/call%20center%2008/agenda.htm">Contact Center Forum 2008</a></p></li>
<li><p class="small">Date: 28-29 February 2008</p></li>
</ul>
</div>
</li>
<li><p class="bullet"><a href="https://stevemyles.site/blog/2007/10/30/informs-2007-presentations/">Forecasting and Planning Diagnostic Techniques for Service Operations</a> [<span class="expand2">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Presenters: <strong>Steven Myles</strong>, Viroj Buraparate, and Atul Dhawan</p></li>
<li><p class="small">Venue: <a href="https://meetings2.informs.org/Seattle07/">INFORMS 2007</a></p></li>
<li><p class="small">Date: 4-7 November 2007</p></li>
</ul>
</div>
</li>
<li><p class="bullet"><a href="https://stevemyles.site/blog/2007/11/06/inventory-control-for-automated-drug-dispensing-machines/">Inventory Control for Automated Drug Dispensing Machines: A Service Level Policy</a> [<span class="expand2">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Presenters: <a href="https://ise.utk.edu/peopletwo/john-e-kobza/">John E. Kobza</a>, <strong>Steven Myles</strong>, Sean Dunagan, Garrett Heath, Surya D. Liman</p></li>
<li><p class="small">Venue: <a href="https://meetings2.informs.org/Seattle07/">INFORMS 2007</a></p></li>
<li><p class="small">Date: 4-7 November 2007</p></li>
<li><p class="small">Slides:</p>
<p class="small"><iframe src="//www.slideshare.net/slideshow/embed_code/key/EG5v2aBEkiCKZq" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="//www.slideshare.net/stevemyles/inventory-control-for-automated-drug-dispensing-machines-informs2007" title="Inventory Control For Automated Drug Dispensing Machines" target="_blank">Inventory Control For Automated Drug Dispensing Machines</a> </strong> from <strong><a target="_blank" href="//www.slideshare.net/stevemyles">Steve Myles</a></strong> </div></p>
</li>
</ul>
</div>
</li>
<li><p class="bullet"><a href="https://stevemyles.site/blog/2005/11/11/informs-2005-presentations/">Optimization Strategies for Resolving Inventory Problems in Customer Service Repair Centers</a> [<span class="expand2">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Presenters: <strong>Steven Myles</strong>, Viroj Buraparate, and Terrell Thruston</p></li>
<li><p class="small">Venue: <a href="https://meetings2.informs.org/NO2005/">INFORMS 2005</a></p></li>
<li><p class="small">Date: 13-16 November 2005</p></li>
</ul>
</div>
</li>
<li><p class="bullet"><a href="https://stevemyles.site/blog/2005/11/11/informs-2005-presentations/">Optimal Call Center Capacity Allocation Model</a> [<span class="expand2">+</span>]</p>
<div class="detail">
<ul>
<li><p class="small">Presenters: <a href="https://www.rentpath.com/profiles/will-lin/">Will Lin</a>, Atul Dhawan, <strong>Steven Myles</strong>, and <a href="https://engineering.wayne.edu/profile/saravanan.venkatachalam/">Saravanan Venkatachalam</a></p></li>
<li><p class="small">Venue: <a href="https://meetings2.informs.org/NO2005/">INFORMS 2005</a></p></li>
<li><p class="small">Date: 13-16 November 2005</p></li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
<h4>Links</h4>
<p>
<ul>
<li><p><a href="https://stevemyles.site/blog/">Lognormality</a> (blog)</p></li>
<li><p><a href="https://steve.mylesandmyles.info/">MEMORYLESSNESS</a> (tumblr)</p></li>
<li><p><a href="https://photos.scumdogentertainment.com/">Stochasticity</a> (my photos)</p></li>
<li><p><a href="https://about.me/stevemyles">about.me</a></p></li>
<li><p><a href="https://www.researchgate.net/profile/Steven_Myles2">ResearchGate</a></p></li>
</ul>
</p>
</div>
<div class="footer-col col-md-4">
<h4>Me Elsewhere</h4>
<ul class="list-inline">
<li>
<a href="https://www.linkedin.com/in/stevenmyles" class="btn-social btn-outline"><i class="fa fa-fw fa-linkedin"></i></a>
</li>
<li>
<a href="https://github.com/scumdogsteev" class="btn-social btn-outline"><i class="fa fa-fw fa-github"></i></a>
</li>
<li>
<a href="https://www.flickr.com/photos/scumdogsteev/" class="btn-social btn-outline"><i class="fa fa-fw fa-flickr"></i></a>
</li>
<li>
<a href="https://www.instagram.com/scumdogsteev/" class="btn-social btn-outline"><i class="fa fa-fw fa-instagram"></i></a>
</li>
<li>
<a href="https://www.youtube.com/user/scumdogsteev" class="btn-social btn-outline"><i class="fa fa-fw fa-youtube"></i></a>
</li>
<li>
<a href="https://soundcloud.com/scumdogsteev" class="btn-social btn-outline"><i class="fa fa-fw fa-soundcloud"></i></a>
</li>
<li>
<a href="https://steve.mylesandmyles.info/" class="btn-social btn-outline"><i class="fa fa-fw fa-tumblr"></i></a>
</li>
<li>
<a href="https://www.last.fm/user/scumdogsteev" class="btn-social btn-outline"><i class="fa fa-fw fa-lastfm"></i></a>
</li>
</ul>
</div>
<div class="footer-col col-md-4">
<h4>Credits</h4>
<p>Theme = <a href="http://jekyllthemes.org/themes/freelancer/">Freelancer</a> by <a href="https://startbootstrap.com">Start Bootstrap</a>. Hosting by <a href="https://pages.github.com/">GitHub Pages</a>.</p>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright © 1994-2021 <a href="mailto:[email protected]">Steve Myles</a>. <a href="/license/">Some rights reserved</a>.<br />
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll visible-xs visible-sm">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- jQuery Version 1.11.0 -->
<script src="/js/jquery-1.11.0.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="/js/jquery.easing.min.js"></script>
<script src="/js/classie.js"></script>
<script src="/js/cbpAnimatedHeader.js"></script>
<!-- Custom Theme JavaScript -->
<script src="/js/freelancer.js"></script>
<!-- ToggleDiv JavaScript -->
<script src="/js/toggleDiv.js"></script>
</body>
</html>