-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
906 lines (835 loc) · 33.4 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
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<title>Steven Myles’s CV</title>
<script src="site_libs/header-attrs-2.21/header-attrs.js"></script>
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<style>h1 {font-size: 34px;}
h1.title {font-size: 38px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);}
pre:not([class]) { background-color: white }</style>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/font-awesome-6.4.0/css/all.min.css" rel="stylesheet" />
<link href="site_libs/font-awesome-6.4.0/css/v4-shims.min.css" rel="stylesheet" />
<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" />
<!-- 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>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
<link rel="stylesheet" href="css/styles.css" type="text/css" />
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
img {
max-width:100%;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
summary {
display: list-item;
}
details > summary > p:only-child {
display: inline;
}
pre code {
padding: 0;
}
</style>
<style type="text/css">
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #adb5bd;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
border-radius: 6px 0 6px 6px;
}
</style>
<script type="text/javascript">
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark the anchor link active (and if it's in a dropdown, also mark that active)
var dropdown = menuAnchor.closest('li.dropdown');
if (window.bootstrap) { // Bootstrap 4+
menuAnchor.addClass('active');
dropdown.find('> .dropdown-toggle').addClass('active');
} else { // Bootstrap 3
menuAnchor.parent().addClass('active');
dropdown.addClass('active');
}
// Navbar adjustments
var navHeight = $(".navbar").first().height() + 15;
var style = document.createElement('style');
var pt = "padding-top: " + navHeight + "px; ";
var mt = "margin-top: -" + navHeight + "px; ";
var css = "";
// offset scroll position for anchor links (for fixed navbar)
for (var i = 1; i <= 6; i++) {
css += ".section h" + i + "{ " + pt + mt + "}\n";
}
style.innerHTML = "body {" + pt + "padding-bottom: 40px; }\n" + css;
document.head.appendChild(style);
});
</script>
<!-- tabsets -->
<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
border: 1px solid #ddd;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "\e259";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "\e258";
font-family: 'Glyphicons Halflings';
border: none;
}
.tabset-dropdown > .nav-tabs > li.active {
display: block;
}
.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
background-color: transparent;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
display: block;
float: none;
}
.tabset-dropdown > .nav-tabs > li {
display: none;
}
</style>
<!-- code folding -->
</head>
<body>
<div class="container-fluid main-container">
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-bs-toggle="collapse" data-target="#navbar" data-bs-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Steven Myles's CV</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<span class="fa fa-caret-square-o-down"></span>
Sections
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="#professional-experience">Professional Experience</a>
</li>
<li>
<a href="#education">Education</a>
</li>
<li>
<a href="#professional-development-coursework">Professional Development Coursework</a>
</li>
<li>
<a href="#certifications">Certifications</a>
</li>
<li>
<a href="#selected-additional-experience">Selected Additional Experience</a>
</li>
<li>
<a href="#presentations">Presentations</a>
</li>
<li>
<a href="#software">Software</a>
</li>
<li>
<a href="#service-positions-and-activities">Service Positions and Activities</a>
</li>
<li>
<a href="#awards-and-honors">Awards and Honors</a>
</li>
</ul>
</li>
<li>
<a href="stevenmyles_cv.pdf">
<span class="fa fa-file-pdf"></span>
PDF version
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://stevemyles.site/">Main Site</a>
</li>
<li>
<a href="https://www.linkedin.com/in/stevenmyles">LinkedIn</a>
</li>
<li>
<a href="https://github.com/scumdogsteev">GitHub</a>
</li>
<li>
<a href="https://stevemyles.site/blog/">Blog</a>
</li>
<li>
<a href="https://steve.mylesandmyles.info/">Tumblr</a>
</li>
<li>
<a href="mailto:steve[at]mylesandmyles.info">Email</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div id="header">
<h1 class="title toc-ignore">Steven Myles’s CV</h1>
</div>
<div id="professional-experience" class="section level2">
<h2>Professional Experience</h2>
<p><strong>Data & Insights Analyst</strong>, <a
href="https://www.hp.com/">HP</a> Personal Systems Customer Experience
and Portfolio Strategy, Houston, TX, Nov-2019 – present</p>
<ul>
<li>Project manage development and implementation of internal tools
featuring multiple product details used by 500+ salespeople.</li>
<li>Develop Tableau dashboards to provide business insights related to
product cost, order, and shipment data.</li>
<li>Establish and optimize processes for reporting on product cost,
orders, and shipments.</li>
</ul>
<p><strong>Senior Analyst, Workstation Cost Management</strong>, <a
href="https://www.hp.com/">HP</a> Personal Systems Commercial System
& Cost Management, Houston, TX, Feb. 2017 – Oct. 2019</p>
<ul>
<li>Track and report costs for workstation products throughout the
product development lifecycle.</li>
<li>Work with R&D, Marketing, and Finance to ensure products
maintain expected margins.</li>
</ul>
<p><strong>Forecasting and Planning Analyst</strong>, <a
href="https://www.apple.com/">Apple Inc.</a> Retail Contact Center,
Austin, TX, Jul. 2014 – Feb. 2017</p>
<ul>
<li>Utilized operational data to forecast weekly and monthly
transactional and manpower (FTE) requirements for:
<ul>
<li><em>Sep. 2015 – Feb. 2017:</em> worldwide Order Administration
(Fraud Prevention, Payment Support, Order Support, and Business
Support).</li>
<li><em>Jul. 2014 – Aug. 2015:</em> phone sales and service for the
Americas, EMEA, and Japan.</li>
</ul></li>
<li>Automated (via VBA) and improved (through the addition of regression
and time series models, i.e., exponential smoothing) existing
forecasting and planning models.</li>
<li>Analyzed forecast accuracy and verified, investigated, and
quantified variances and impacts.</li>
<li>Developed and prepared standard reports to assist the Apple Retail
leadership team.</li>
</ul>
<p><strong>Senior Business Analyst</strong>, Hewlett-Packard Company
(now <a href="https://www.hp.com/">HP</a>), Customer Service and Support
(CSS) - Americas, Houston, TX, Apr. 2011 – Jul. 2014</p>
<ul>
<li>Led a seven person team in multiple geographies (India, Mexico,
Costa Rica) to provide technical analyses and subject matter expertise
for analytics, inventory control, and optimization projects.</li>
<li>Led and participated in cross-functional project teams for
predictive and descriptive analytics & reporting in customer support
operations.</li>
<li>Built decision support tools using business intelligence
applications (Tableau and QlikView).</li>
<li>Program managed the post-service event customer support survey for
the Americas region. Interfaced with internal teams and HP’s survey
vendor on behalf of regional stakeholders. Provided survey analytics and
reporting including target-setting for key performance indicators
(KPIs).</li>
<li>Served as HP’s analytics and reporting point of contact for an
outsourced contact center vendor. Led efforts to fix reporting issues
for this vendor’s sites.</li>
<li>Developed and delivered a week-long Tableau Desktop training course
for HP analysts.</li>
<li>Created an analytics forum for multiple HP customer support teams to
share analytics best practices.</li>
<li>Served as a PPS (Printing and Personal Systems Group) Ambassador,
helping to explain corporate and group initiatives to employees and
gathering employee feedback for CSS executives. Also helped organize
service projects and social events for the Houston-based employees in
the CSS organization.</li>
</ul>
<p><strong>Operations Research Analyst</strong>, Hewlett-Packard Company
(now <a href="https://www.hp.com/">HP</a>), Americas Customer Support
Operations, Houston, TX, Aug. 2004 – Apr. 2011</p>
<ul>
<li>Consulted on planning, forecasting, staffing, and inventory
activities with internal and outsourced contact centers and repair
centers in multiple geographies.</li>
<li>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>
<li>Co-developed and implemented a model for near real-time prediction
of contact center outsourcer costs.</li>
<li>Planned for the delivery of inbound customer support calls for
InkJet printers to multiple sites of internal and external contact
centers and predicted contact center KPIs using regression.</li>
</ul>
<p><strong>Teaching and Research Assistant</strong>, <a
href="https://www.ttu.edu/">Texas Tech University</a> Department of
Industrial Engineering (now <a
href="https://www.depts.ttu.edu/imse/">Department of Industrial,
Manufacturing, and Systems Engineering</a>), Lubbock, TX, Aug. 2002 –
May 2004</p>
<ul>
<li>Graded homework and projects for undergraduate classes of 50+
students per semester
<ul>
<li>IE 3301 (now <a
href="https://catalog.ttu.edu/preview_course_nopop.php?catoid=2&coid=9209">IE
3324</a>) – Engineering Economic Analysis, also provided tutoring,
Spring 2004</li>
<li>IE 3343 (now <a
href="https://catalog.ttu.edu/preview_course_nopop.php?catoid=2&coid=9217">IE
3346</a>) – Quality Assurance & Engineering Statistics, Spring
2003</li>
<li>IE 1305 (now <a
href="https://catalog.ttu.edu/preview_course_nopop.php?catoid=2&coid=9206">IE
1385</a>) – Engineering Analysis (Visual Basic Programming), Fall 2002
and Fall 2003</li>
</ul></li>
<li>Researched an inventory control model for automated pharmaceutical
dispensing machines, potentially saving approx. $100,000 annually for a
local hospital (<a
href="https://stevemyles.site/blog/2007/10/30/informs-2007-presentations/">presented</a>
at <a
href="https://web.archive.org/web/20140731003202/http://meetings2.informs.org/Seattle07/">INFORMS
2007</a>).</li>
</ul>
<p><strong>Materials Management Coop</strong>, <a
href="https://www.ethicon.com/">Ethicon, Inc. - a Johnson & Johnson
Company</a>, San Angelo, TX, May 2000 – Dec. 2000</p>
<ul>
<li>Supervised twenty-five warehouse associates and oversaw timely
filling of orders.</li>
<li>Developed work standards (i.e., expected throughput) for warehouse
associates.</li>
<li>Participated in cycle counts and variance analyses.</li>
</ul>
<!-- ```{r child = "includes/teaching-experience.md"}
``` -->
</div>
<div id="education" class="section level2">
<h2>Education</h2>
<p><a
href="https://la.utexas.edu/greatlearning/uta-data-science-business-analytics-program.html"><strong>Post
Graduate Program in Data Science and Business Analytics</strong></a>, <a
href="https://www.mccombs.utexas.edu/">McCombs School of Business</a>,
<a href="https://www.utexas.edu/">University of Texas at Austin</a>, (<a
href="https://la.utexas.edu/texasexeced/digitalVerification.html?key=qRQHw">certificate</a>),
Austin, TX, 2022</p>
<p><a
href="https://mba.utdallas.edu/academics/professional-mba-online/"><strong>Master
of Business Administration</strong></a>, <a
href="https://jindal.utdallas.edu/">Naveen Jindal School of
Management</a>, <a href="https://www.utdallas.edu/">University of Texas
at Dallas</a>, Richardson, TX, 2012</p>
<ul>
<li><a
href="https://jindal.utdallas.edu/academic-programs/graduate-degree-academic-honors/">Scholar
with High Distinction</a></li>
</ul>
<p><a
href="https://www.depts.ttu.edu/imse/graduate/industrial_engineering_ms.php"><strong>Master
of Science in Industrial Engineering</strong></a>, <a
href="https://www.ttu.edu/">Texas Tech University</a>, Lubbock, TX,
2004</p>
<ul>
<li>Concentration in Operations Research</li>
<li>Researched an inventory control model for automated pharmaceutical
dispensing machines, potentially saving approx. $100,000 annually for a
local hospital (<a
href="https://stevemyles.site/blog/2007/10/30/informs-2007-presentations/">presented</a>
at <a
href="https://web.archive.org/web/20140731003202/http://meetings2.informs.org/Seattle07/">INFORMS
2007</a>).</li>
</ul>
<p><a
href="https://www.depts.ttu.edu/imse/undergrad/index.php"><strong>Bachelor
of Science in Industrial Engineering</strong></a>, <a
href="https://www.ttu.edu/">Texas Tech University</a>, Lubbock, TX,
2002</p>
<ul>
<li>Cum Laude</li>
<li><a
href="https://www.depts.ttu.edu/classic_modern/french/frenchminor.php">Minor
in French</a></li>
</ul>
</div>
<div id="professional-development-coursework" class="section level2">
<h2>Professional Development Coursework</h2>
<ul>
<li><a
href="https://professional.mit.edu/course-catalog/machine-learning-data-decisions-english"><strong>Machine
Learning: From Data to Decisions</strong></a>, <a
href="https://professional.mit.edu/">MIT Professional Education</a> (<a
href="https://www.credential.net/320eb5b5-cb8b-4b6f-bd68-8f4070bb8b9a">certificate</a>),
Feb. - Apr. 2020</li>
<li><strong>Presenting Your Ideas at the Executive Level</strong>, <a
href="https://www.mandel.com/">Mandel Communications</a>, Mar. 2019</li>
<li><a
href="https://www.edwardtufte.com/tufte/courses"><strong>Presenting Data
and Information</strong></a>, <a
href="https://www.edwardtufte.com/">Edward Tufte</a>, Jan. 2018</li>
<li><a
href="https://www.coursera.org/specializations/jhu-data-science"><strong>Johns
Hopkins University/Coursera Data Science Specialization</strong></a>,
Dec. 2014 – Feb. 2016
<ul>
<li><a href="https://www.coursera.org/learn/data-products">Developing
Data Products</a> (<a
href="https://www.coursera.org/account/accomplishments/verify/P3NBJ33AUGFA">certificate</a>),
Jan. - Feb. 2016</li>
<li><a
href="https://www.coursera.org/learn/practical-machine-learning">Practical
Machine Learning</a> (<a
href="https://www.coursera.org/account/accomplishments/verify/V5JALUANX9">certificate</a>),
Dec. 2015</li>
<li><a
href="https://www.coursera.org/learn/regression-models">Regression
Models</a> (<a
href="https://www.coursera.org/account/accomplishments/verify/RktajSKCv3TVVW6K">certificate</a>),
Nov. 2015</li>
<li><a
href="https://www.coursera.org/learn/statistical-inference">Statistical
Inference</a> (<a
href="https://www.coursera.org/account/accomplishments/verify/dKFwKqHyNVTtBrMG">certificate</a>),
Jul. 2015</li>
<li><a
href="https://www.coursera.org/learn/reproducible-research">Reproducible
Research</a> (<a
href="https://www.coursera.org/account/accomplishments/verify/wmbjtzRmmVHmrk7N">certificate</a>),
May 2015</li>
<li><a
href="https://www.coursera.org/learn/exploratory-data-analysis">Exploratory
Data Analysis</a> (<a
href="https://www.coursera.org/account/accomplishments/verify/kpyZNcQJACM4WzzR">certificate</a>),
Apr. 2015</li>
<li><a href="https://www.coursera.org/learn/data-cleaning">Getting and
Cleaning Data</a> (<a
href="https://www.coursera.org/account/accomplishments/verify/vxDVEmY9gmYk2Ntz">certificate</a>),
Feb. 2015</li>
<li><a href="https://www.coursera.org/learn/r-programming">R
Programming</a> (<a
href="https://www.coursera.org/account/accomplishments/verify/4DfTDCffUhusWqzz">certificate</a>),
Jan. 2015</li>
<li><a href="https://www.coursera.org/learn/data-scientists-tools">The
Data Scientist’s Tool Box</a> (<a
href="https://www.coursera.org/account/accomplishments/verify/sxwMGDwRKmZHxL6M">certificate</a>),
Dec. 2014</li>
</ul></li>
<li><a
href="https://www.onlc.com/outline.asp?ccode=waci07"><strong>Access 2007
Introduction</strong></a>, <a href="https://www.onlc.com/">ONLC Training
Centers</a>, Dec. 2011</li>
<li><a
href="https://web.archive.org/web/20060717222143/http://www.sas.com/events/dmconf/emiw.html"><strong>Introduction
to Data Mining and SAS Enterprise Miner</strong></a>, <a
href="https://web.archive.org/web/20060824073228/http://www.sas.com/events/dmconf/">M2006</a>
Pre-Conference Training, <a href="https://www.sas.com/">SAS
Institute</a>, Oct. 2006</li>
<li><a
href="https://asq.org/courses/outlines/quality-audits.html"><strong>Quality
Audits for Improved Performance</strong></a>, <a
href="https://www.asq.org/">American Society for Quality</a>,
Jun. 2006</li>
<li><a
href="https://support.sas.com/edu/schedules.html?ctry=us&id=2588"><strong>SAS
Programming 1: Essentials</strong></a>, <a
href="https://www.sas.com/">SAS Institute</a>, 2006</li>
<li><a
href="https://www.strategyex.com/explore-our-courses/project-management/project-leadership-management-and-communications"><strong>Project
Leadership, Management, and Communications</strong></a>, <a
href="https://www.strategyex.com/">ESI International</a>, Mar. 2005</li>
</ul>
</div>
<div id="certifications" class="section level2">
<h2>Certifications</h2>
<ul>
<li><a
href="https://web.archive.org/web/20170830020228/http://conference.tableausoftware.com/2012/files/TC_StudyGuide.pdf"><strong>Tableau
Desktop 7 Core Certification</strong></a>, <a
href="https://www.tableau.com/">Tableau Software</a>, Nov. 2012</li>
<li><a
href="https://engineers.texas.gov/lic_eit_exinfo.htm"><strong>Engineer-in-Training</strong></a>,
<a href="https://engineers.texas.gov/">Texas Board of Professional
Engineers</a>, Mar. 2012 – Mar. 2020</li>
</ul>
<!-- ```{r child = "includes/publications.md"}
``` -->
</div>
<div id="presentations" class="section level2">
<h2>Presentations</h2>
<ol style="list-style-type: decimal">
<li>“<strong>My IE Career</strong>” by <strong>Steven Myles</strong>. <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> guest presentation, 25 April 2023</li>
<li>“<a
href="https://stevemyles.site/blog/2012/09/09/storytelling-for-engineers/"><strong>Storytelling
for Engineers</strong></a>” by <strong>Steven Myles</strong>. <a
href="https://www.uh.edu/">University of Houston</a> <a
href="https://www.egr.uh.edu/">Cullen College of Engineering</a> <a
href="http://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>, 7–8 September 2012</li>
<li>“<strong><a href="https://www.egr.uh.edu/camps">University of
Houston Engineering Summer Camp</a> - Young Engineers Panel
Discussion</strong>,” <a href="https://www.hp.com/">Hewlett-Packard
Company</a>, 21 June 2012</li>
<li>“<a
href="https://stevemyles.site/blog/2008/02/29/projecting-outsourced-contact-center-agent-availability/"><strong>Projecting
Outsourced Contact Center Agent Availability</strong></a>,” by
<strong>Steven Myles</strong>, Viroj Buraparate, and Sunil Kumar G. <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://web.archive.org/web/20100623190502/http://fic.wharton.upenn.edu/fic/call%20center%2008/agenda.htm">Contact
Center Forum 2008</a>, 28–29 February 2008</li>
<li>“<a
href="https://stevemyles.site/blog/2007/10/30/informs-2007-presentations/"><strong>Forecasting
and Planning Diagnostic Techniques for Service Operations</strong></a>,”
by <strong>Steven Myles</strong>, Viroj Buraparate, and Atul Dhawan. <a
href="https://web.archive.org/web/20140731003202/http://meetings2.informs.org/Seattle07/">INFORMS
2007</a>, 4–7 November 2007</li>
<li>“<a
href="https://stevemyles.site/blog/2007/10/30/informs-2007-presentations/"><strong>Inventory
Control for Automated Drug Dispensing Machines: A Service Level
Policy</strong></a>,” by <a
href="https://ise.utk.edu/people/john-e-kobza/">John E. Kobza</a>,
<strong>Steven Myles</strong>, Sean Dunagan, Garrett Heath, and Surya D.
Liman. <a
href="https://web.archive.org/web/20140731003202/http://meetings2.informs.org/Seattle07/">INFORMS
2007</a>, 4–7 November 2007</li>
<li>“<a
href="https://stevemyles.site/blog/2005/11/11/informs-2005-presentations/"><strong>Optimization
Strategies for Resolving Inventory Problems in Customer Service Repair
Centers</strong></a>,” by <strong>Steven Myles</strong>, Viroj
Buraparate, and Terrell Thruston. <a
href="https://web.archive.org/web/20170524053146/http://meetings2.informs.org/NO2005/">INFORMS
2005</a>, 13–16 November 2005</li>
<li>“<a
href="https://stevemyles.site/blog/2005/11/11/informs-2005-presentations/"><strong>Optimal
Call Center Capacity Allocation Model</strong></a>,” by Will Lin, Atul
Dhawan, <strong>Steven Myles</strong>, and <a
href="https://engineering.wayne.edu/profile/saravanan.venkatachalam/">Saravanan
Venkatachalam</a>. <a
href="https://web.archive.org/web/20170524053146/http://meetings2.informs.org/NO2005/">INFORMS
2005</a>, 13–16 November 2005</li>
</ol>
</div>
<div id="software" class="section level2">
<h2>Software</h2>
<ul>
<li><a
href="https://steve.mylesandmyles.info/projects/mls-junk-generator/"><strong>MLS
Junk Generator</strong></a>, <a
href="https://stevemyles.site/mlsjunkgen/">R package</a> (<a
href="https://cran.r-project.org/web/packages/mlsjunkgen/">CRAN</a>, <a
href="https://github.com/scumdogsteev/mlsjunkgen">GitHub</a>) and <a
href="https://github.com/scumdogsteev/mls-junk-generator">Excel/VBA</a>
pseudo-random number generator, Aug. 2015 (R package),
Jul. 2012/Jan. 2015 (VBA implementation)</li>
<li><a
href="https://stevemyles.site/phonenumber/"><strong>phonenumber</strong></a>,
R package (<a
href="https://cran.r-project.org/web/packages/phonenumber/">CRAN</a>, <a
href="https://github.com/scumdogsteev/phonenumber">GitHub</a>) that
converts letters to numbers and back as on a telephone’s keypad,
Jul. 2015</li>
<li><a
href="https://steve.mylesandmyles.info/projects/epc-helper/"><strong>ePubCheck
Helper</strong></a>, batch file that facilitates running <a
href="https://github.com/IDPF/epubcheck">ePubCheck</a> in Windows to
validate an EPUB document, Sep. 2013</li>
</ul>
</div>
<div id="selected-additional-experience" class="section level2">
<h2>Selected Additional Experience</h2>
<p><strong>Host/Co-host</strong>, <a
href="https://www.ktxtfm.org/raider/">KTXT-FM</a>, <a
href="https://www.ttu.edu/">Texas Tech University</a>, Lubbock, TX,
Aug. 2002 – May 2004</p>
<ul>
<li>Hosted/co-hosted “<a
href="http://steve.mylesandmyles.info/projects/domestics/">Domestics</a>,”
a radio program featuring local (Lubbock and Texas) music
<ul>
<li>Co-host, Jan. – May 2004, Aug. – Oct. 2003, Aug. 2002 – May
2003</li>
<li>Host, May – Aug. 2003, Oct. – Dec. 2003</li>
</ul></li>
<li>Featured local artists and promoted KTXT-sponsored activities on
campus and in the Lubbock area</li>
<li>Worked additional shifts at the radio station, providing news and
entertainment to the listening audience</li>
</ul>
<p><strong>Music Department Manager</strong>, <a
href="https://en.wikipedia.org/wiki/Hastings_Entertainment">Hastings
Entertainment</a>, Lubbock, TX, Aug. 2001 – Apr. 2002</p>
<ul>
<li>Managed the Music Department; yearly sales revenue estimated to be
around $1,000,000.</li>
<li>Supervised, trained, and delegated customer service, sales, and
department-related tasks to six Music Department Associates.</li>
<li>Collaborated with store and district management to establish sales
objectives.<br />
Met or exceeded these objectives.</li>
<li>Provided customer service and ensured compliance with corporate
merchandising policies.</li>
</ul>
</div>
<div id="service-positions-and-activities" class="section level2">
<h2>Service Positions and Activities</h2>
<p><strong>Board Member</strong> (Jun. 2020 – present) and
<strong>Treasurer</strong> (Jun. 2021 – present), <a
href="https://www.depts.ttu.edu/imse/alumni/iab/index.php">Industrial,
Manufacturing, and Systems Engineering Industrial Advisory Board</a>, <a
href="https://www.depts.ttu.edu/imse/">Department of Industrial,
Manufacturing & Systems Engineering</a>, <a
href="https://www.ttu.edu/">Texas Tech University</a>, Jun. 2020 –
present</p>
<ul>
<li>Provide curriculum and other feedback to the IMSE faculty.</li>
<li>Conduct mock interviews with and perform resume critiques for IMSE
students.</li>
</ul>
<p><strong>Fundraiser</strong>, Aramco Houston Marathon / Chevron
Houston Half Marathon, multiple dates</p>
<ul>
<li><a href="https://www.houstonfoodbank.org/">Houston Food Bank</a>,
Jan. 2018
<ul>
<li>Raised more than $1,000 by running the Aramco Houston Half Marathon
(with Elizabeth Myles).</li>
</ul></li>
<li><a href="https://www.lls.org/">Leukemia & Lymphoma Society</a>,
Jan. 2013
<ul>
<li>Raised more than $2,500 by running the Chevron Houston Marathon
(with Elizabeth Myles).</li>
</ul></li>
<li><a href="https://www.acs.org/">American Cancer Society</a>
<ul>
<li>Jan. 2008 – Raised $1,800 by running the Chevron Houston Marathon
(with Elizabeth Myles).</li>
<li>Jan. 2006 – Raised $500 by running the Aramco Houston Half
Marathon.</li>
</ul></li>
</ul>
<p><strong>Board Member</strong> and <strong>Chair of the Alumni
Feedback Committee</strong> (Mar. 2014 – Dec. 2018), <strong>Group
Member</strong> (Jun. 2012 – Feb. 2014), <a
href="http://www.ttuyoungguns.com/">Young Guns Texas Tech Young
Engineering Alumni</a>, Jun. 2012 – Dec. 2018</p>
<ul>
<li>Plan for, develop, and coordinate delivery of an alumni feedback
survey</li>
<li>Plan and conduct monthly committee meetings, devising ways to gather
alumni feedback for the <a
href="https://www.depts.ttu.edu/coe/">Whitacre College of Engineering
(WCOE)</a></li>
<li>Participate in Board decision-making, including group expansion to
additional cities</li>
<li>Helped organize the Austin group including planning group meetups
and coordination with the Board and the WCOE in terms of dates,
locations, etc.</li>
<li>Created, delivered, and analyzed a survey of recent alumni that was
presented to the Texas Tech University <a
href="https://www.depts.ttu.edu/coe/">Whitacre College of
Engineering</a> in order to allow it to better understand alumni
satisfaction and the quality of its programs relative to other
engineering institutions (February–April 2013).</li>
</ul>
<p><strong>Student Mentor</strong>, Institute of Industrial Engineers
(now <a href="https://www.iise.org/">Institute of Industrial and Systems
Engineers</a>), May 2005 – May 2006</p>
<ul>
<li>Mentored an undergraduate industrial engineering student, including
discussions about career paths and graduate programs.</li>
</ul>
<p><strong>External Vice President</strong>, <a
href="https://iisetexastech.wixsite.com/home">Texas Tech University
Chapter</a>, Institute of Industrial Engineers (now <a
href="https://www.iise.org/">Institute of Industrial and Systems
Engineers</a>), Aug. 2001 – May 2002</p>
<ul>
<li>Planned and coordinated annual trip, including logistics and
scheduling, for 20 students to visit three companies’ manufacturing
facilities.</li>
</ul>
<p><strong>President</strong>, <a
href="https://alphapimu.com/region-6/">Texas Tech University
Chapter</a>, <a href="https://alphapimu.com/">Alpha Pi Mu</a>, Aug. 2001
– May 2002</p>
<ul>
<li>Presided over meetings and planned service projects.</li>
</ul>
</div>
<div id="awards-and-honors" class="section level2">
<h2>Awards and Honors</h2>
<ul>
<li><strong>HP Personal Systems Commercial System & Cost Management
Award</strong>, May 2020</li>
<li><strong>HP Personal Systems Commercial System & Cost Management
Clean Backyard Award</strong>, Nov. 2018</li>
<li><a href="https://www.betagammasigma.org/"><strong>Beta Gamma
Sigma</strong></a>, Business Honor Society, Mar. 2013</li>
<li><strong>HP Global Customer Support Operations Excellence
Award</strong> (shared with Dennis K. Abraham), Jun. 2009</li>
<li><a href="https://order-of-the-engineer.org/"><strong>Order of the
Engineer</strong></a>, May 2002</li>
<li><strong>Texas Tech University College of Engineering Honorary
Engineering Scholar</strong>, Mar. 2002</li>
<li><a href="https://www.gammabetaphi.org/"><strong>Gamma Beta
Phi</strong></a>, Honor Society, Feb. 2000</li>
<li><a href="https://www.goldenkey.org/"><strong>Golden Key
International Honour Society</strong></a>, Nov. 1999</li>
<li><a href="https://alphapimu.com/"><strong>Alpha Pi Mu</strong></a>,
Industrial Engineering Honor Society, Oct. 1999</li>
<li><a href="https://www.kappamuepsilon.org/"><strong>Kappa Mu
Epsilon</strong></a>, Mathematics Honor Society, Apr. 1999</li>
<li><a href="https://www.pideltaphi.org/"><strong>Pi Delta
Phi</strong></a>, French Honor Society, Apr. 1999</li>
<li><a href="https://www.tbp.org/"><strong>Tau Beta Pi</strong></a>,
Engineering Honor Society, Mar. 1999</li>
<li><a
href="https://www.depts.ttu.edu/scholarships/incFreshman.php"><strong>Texas
Tech University Presidential Endowed Scholarship</strong></a> Recipient,
Aug. 1997 – May 2002</li>
<li><a href="http://www.eaglescout.org/"><strong>Eagle
Scout</strong></a>, Troop 543, Lubbock, TX, Sep. 1994</li>
</ul>
</div>
<hr />
<p align="center">Copyright © 2004–<script>document.write(new Date().getFullYear())</script> <a href="https://stevemyles.site/">Steven Myles</a> • <a href="https://stevemyles.site/cv/">https://stevemyles.site/cv/</a></p>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.odd').parent('tbody').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
<!-- tabsets -->
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open');
});
});
</script>
<!-- code folding -->
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>