-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
322 lines (312 loc) · 12.8 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Scott Mason</title>
<link href="css/styles.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.auto-style1 {
line-height: 12.0pt;
font-size: 11.0pt;
font-family: Arial, sans-serif;
font-variant: small-caps;
font-weight: bold;
margin-left: 0in;
margin-right: 0in;
margin-top: 9.0pt;
margin-bottom: 0in;
}
.auto-style2 {
text-indent: 0in;
line-height: 12.0pt;
font-size: 11.0pt;
font-family: "Times New Roman", serif;
margin-left: 0in;
margin-right: 0in;
margin-top: 4.0pt;
margin-bottom: 0in;
}
.auto-style3 {
color: blue;
text-decoration: underline;
}
.underline {
text-decoration: underline;
}
.auto-style5 {
vertical-align: middle;
margin-left: 5px;
margin-right: 5px;
}
</style>
<!-- include javascript ----------------- -->
<script src="jquery.js"></script>
<script>
function includeHTML() {
var z, i, elmnt, file, xhttp;
/*loop through a collection of all HTML elements:*/
z = document.getElementsByTagName("*");
for (i = 0; i < z.length; i++) {
elmnt = z[i];
/*search for elements with a certain attribute:*/
file = elmnt.getAttribute("include-menu");
if (file) {
/*make an HTTP request using the attribute value as the file name:*/
xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4) {
if (this.status == 200) {elmnt.innerHTML = this.responseText;}
if (this.status == 404) {elmnt.innerHTML = "Page not found.";}
/*remove the attribute, and call this function once more:*/
elmnt.removeAttribute("include-menu");
includeHTML();
}
}
xhttp.open("GET", file, true);
xhttp.send();
/*exit the function:*/
return;
}
}
};
</script>
</head>
<body>
<div class="header-wrap">
<div class="logo" style="width: 510px" align="center"; >
<h1 align="center" text-align:center;>Scott Mason's Portfolio</h1>
</div>
</div><!---header-wrap-End--->
<div class="menu-wrap">
<div class="menu">
<ul>
<li><a href="index.html" class="active">Home</a></li>
<!-- <li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>-->
<li><a href="projects.html">Projects</a></li>
<li><a href="strategic-thinking.html">Strategy</a></li>
<li><a href="cooperation.html">Cooperation</a></li>
<!-- <li><a href="contact.html">contact</a></li>-->
</ul>
</div>
<!-- <div class="socia-wrap">
<div class="socail">
<ul>
<li><a href="#"><img src="images/aim.png" alt="" /></a></li>
<li><a href="#"><img src="images/facebook.png" alt="" /></a></li>
<li><a href="#"><img src="images/twwtter.png" alt="" /></a></li>
<li><a href="#"><img src="images/linkedin.png" alt="" /></a></li>
</ul>
</div>-->
</div>
</div><!---menu-wrap-End--->
<div class="banner-wrap">
<div>
<h4>Scott Mason - <span class="underline">Data Science Developer</span> and Architect</h4>
<br />
<hr>
<br />
<div>
Scott has over has over 12 years of experience designing, developing, and building, dynamic
applications and <span class="underline"><strong>GAN</strong></span>'s
and <span class="underline"><strong>Data Science Applications</strong></span>
for Fortune 500 companies.
</div>
<br />
<div>• 6 years of <span class="underline"><strong>Python</strong></span> and
<span class="underline"><strong>Pytorch</strong></span> Data Science Development <br />
• Development of API's calling <span class="underline"><strong>ChatGPT</strong></span>,
<span class="underline"><strong>LLaMA</strong></span>,
<span class="underline"><strong>BLOOM</strong></span>,
<span class="underline"><strong>Hugging Face</strong></span>, and other models<br />
• Development of Appications using <span class="underline"><strong>
LangGraph</strong></span> agents and nodes<br />
• Scripting in PowerShell and Bash/Linux<br />
• <span class="underline"><strong>UI/UX</strong></span> and Model-View-View-Model (MVVM) pattern to allow reusable components,
both within and across projects, Azure, Azure SaaS, PaaS, IaaS, AWS<br />
• Set up Azure and AWS virtual machines, S3 storage, and AI app development
and deployment for ML development<br />
• Azure ML and AWS SageMaker, PaaS, SaaS, Docker, Kubernetes, Rancher, and
Kubernetes Service (AKS)<br />
• CI/CD using Terraform to automate Continuous Integration and
Continuous Development<br />
• Integration of Jira - Git/GitHub<br />
<br />
</div>
<div>
<img src="images/projects/ecommerce.jpg" alt="eCommerce" class="auto-style5" height="214" style="float: right" width="355">
<br />Some of the technologies that he works with are:<br />
<ul>
<li>- Web development using Python
<span class="underline"><strong>Django</strong></span>, .Net
<span class="underline"><strong>MVVM</strong></span> (Model-View-ViewModel) as a software architectural pattern
</li>
<li>- Development <span class="underline"><strong>RESTful API's,
and FastAPI</strong></span> to allow for Scalability, Platform Independence, Reuse and Extensibility
</li>
<li>- UI/UX front-end development with Angular or Next.JS to provide user friendly experiences
</li>
<li>
</li>
<li>- Scott is a <span class="underline"><strong>
Certified Data Science Developer and a Certified SAP
Consultant</strong></span>
</li>
</ul>
</div>
<br />
<div>
Scott has an innovative approach to solving problems; He brings unique solutions, functionality, reliability, manageability, and performance as major benefits to management as well as customers.
</div>
<br />
<ul>
<li>
- Scott has a Bachelor’s degree in Business Administration from the University of Oregon
with an emphasis in <span class="underline"><strong>STEM</strong></span>:
Studied <span class="underline"><strong>Linear Regression</strong></span>,
<span class="underline"><strong>Statistics</strong></span>,
<span class="underline"><strong>Economics</strong></span>, and
<span class="underline"><strong>Calculus I, II, and III</strong></span>,
Physics</li>
<li>
</li>
<li>
- Scott's experience above demonstrates a self-starter approach with the ability to multi-task
</li>
<li>
</li>
<li>
- Experience with <span class="underline">
<strong>Nike</strong></span>, <span class="underline"><strong>
University of California</strong></span>,
<span class="underline"><strong>Addias</strong></span>,
<span class="underline"><strong>Hyundai</strong></span>, and
others gives him a unique perspective in working for some of the
best run innovators in the world</li>
<li>
- Scott is an excellent writer and has excellent
documentation skills </li>
<li>
- Scott is an excellect coposer and writer of AI Prompts </li>
<li>
- Scott is an excellent writer and has excellent
documentation skills </li>
</ul>
<div><img src="images/projects/azure-analytics.png" alt="eCommerce" class="auto-style5" height="214" style="float: right" width="355"></div>
<br />
<div>
Scott continues to stay involved as a Full Stack Developer and has
created this website and many others.<br />
<br />
This site is maintained by Scott using <span class="underline">
<strong>Microsoft's Visual Studio</strong></span> and
<span class="underline"><strong>Git</strong></span> version control.</div>
<br />
<div>
<p class="auto-style1" style="tab-stops: 1.0in;"><span>
Certifications<o:p></o:p></span></p>
</div>
</div>
<div>
<p class="auto-style2" style="mso-list: l1 level1 lfo2; tab-stops: list .25in left 1.25in">
<u><span>- Certification</span></u><span>: </span><b><u><span>Stanford
University</span></u></b><span> - <span class="underline"><strong>
Machine Learning by Stanford University</strong></span> - datamining,
and statistical pattern recognition. Supervised learning
(parametric/non-parametric algorithms, support vector machines, kernels,
neural networks) using (MatLab & the R programming language) -<b><u>
<a href="https://www.coursera.org/account/accomplishments/certificate/9ML3QQ3UKKJP">
Link to Certificate</a><o:p></o:p></u></b></span></p>
<p class="auto-style2" style="mso-list: l1 level1 lfo2; tab-stops: list .25in left 1.25in">
<![if !supportLists]><span>- </span><![endif]><b><u><span>
Certification</span></u><span>: </span></b><span>Advanced Scrum Master -
<b><u>Servant Leadership</u></b>: Principles and Practices<o:p></o:p></span></p>
<p class="auto-style2" style="mso-list: l1 level1 lfo2; tab-stops: list .25in left 1.25in">
<![if !supportLists]><span>- </span><![endif]><b><span>PMP</span></b><span>
Certified Project Manager PMI<o:p></o:p></span></p>
<p class="auto-style2" style="mso-list: l1 level1 lfo2; tab-stops: list .25in left 1.25in">
<![if !supportLists]><span>- </span><![endif]><span>Certification:</span><b><span> </span></b><span>Senior Project Risk
Management – 4pm/Hampton Group, Inc. <o:p></o:p></span></p>
<p class="auto-style2" style="mso-list: l1 level1 lfo2; tab-stops: list .25in left 1.25in">
<![if !supportLists]>
<span class="auto-style3" style="text-underline: single;"><span>-
</span></span><![endif]><span>Certification:</span><b><span> </span></b>
<span>Data Science using Python by University of Michigan on Coursera -
</span>
<a href="https://www.coursera.org/account/accomplishments/certificate/UNG9GKCJK52A">
<span>Link</span></a><span class="auto-style3" style="text-underline: single;"><span><o:p></o:p></span></span></p>
<p class="auto-style2" style="mso-list: l1 level1 lfo2; tab-stops: list .25in left 1.25in">
<![if !supportLists]><span>- </span><![endif]><span>Bachelor of
Arts Degree in Business Administration – heavy emphasis in <b><u>STEM</u></b> - University of
Oregon<o:p></o:p></span></p>
<p class="auto-style2" style="mso-list: l1 level1 lfo2; tab-stops: list .25in left 1.25in">
<o:p></o:p></p>
<br />
</div>
<div class="shadow"></div>
</div><!---banner-wrap-End--->
<div class="page-wrap">
<div class="wrap">
<div class="box">
<div class="panel marRight30">
<div class="title">
<span><img src="images/icon1.png" alt="icon" /></span>
<h1>Strategy</h1>
</div>
<div class="content">
<p>Strategic thinking is indeed highly valuable in today's complex and rapidly changing world.
It involves the ability to analyze situations, anticipate future trends,
and formulate effective plans and decisions to achieve long-term goals.
Here are some reasons why strategic thinking is considered essential:</p>
<div class="button marTop30"><a href="strategic-thinking.html">Read more</a></div>
</div>
</div>
</div>
<div class="box marRight30">
<div class="panel">
<div class="title">
<span><img src="images/icon2.png" alt="icon" /></span>
<h1>Technology</h1>
</div>
<div class="content">
<p>AI and Data Science are driving revenues today in many
innovative companies.</p>
<div class="button marTop30"><a href="projects.html">Read more</a></div>
</div>
</div>
</div>
<div class="box">
<div class="panel">
<div class="title">
<span><img src="images/icon3.png" alt="icon" /></span>
<h1>Cooperation </h1>
</div>
<div class="content">
<p class="MsoNormal"><b>Teamwork and Cooperatiion</b>:</p>
<br />
<p class="MsoNormal">Cooperation encourages teamwork and collaboration among
employees. When individuals work together harmoniously, they can
combine their strengths, skills, and perspectives to accomplish
tasks more efficiently and effectively.<o:p></o:p></p>
<b />
<b />
<p> </p>
<div class="button marTop30"><a href="cooperation.html">Read more</a></div>
</div>
</div>
</div>
</div>
<!---wrap3-End--->
</div><!---page-wrap-End--->
<div class="clearing"></div>
<div class="copyright-wrap">
<div class="wrap">
<div class="content">
<p>
Copyright © 2023 Scott Mason. All rights reserved.
</p>
</div>
</div>
</div><!---copyright-wrap-End--->
</body>
</html>