-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
543 lines (506 loc) · 19.1 KB
/
index.html
File metadata and controls
543 lines (506 loc) · 19.1 KB
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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>My Portfolio</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link
href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900"
rel="stylesheet"
/>
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css" />
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
<style>
.navbar {
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
background-color: white;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
body {
padding-top: 70px;
}
</style>
</head>
<body>
<div id="mobile-menu-open" class="shadow-large">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<!-- End #mobile-menu-toggle -->
<header>
<div id="mobile-menu-close">
<span>Close</span> <i class="fa fa-times" aria-hidden="true"></i>
</div>
<ul id="menu" class="shadow">
<li>
<a href="#lead">Home</a>
</li>
<li>
<a href="index.html#about">About</a>
</li>
<li>
<a href="#experience">Experience</a>
</li>
<li>
<a href="#education">Education</a>
</li>
<li><a href="#learning">Ongoing Learning</a></li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</header>
<!-- End header -->
<div id="lead">
<div id="lead-content">
<h1>Timothy Brown</h1>
<h2>Building Smart Tools That Save Time</h2>
<a href="#" class="btn-rounded-white">Download Resume</a>
</div>
<!-- End #lead-content -->
<div id="lead-overlay"></div>
<div id="lead-down">
<span>
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</span>
</div>
<!-- End #lead-down -->
</div>
<!-- End #lead -->
<div id="about">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="heading" style="display: block; text-align: center">
About Me
</h2>
<p>
I’m a data-driven educator and administrator making a deliberate
shift from higher education into corporate and industry
roles—bringing with me a strong foundation in training, process
optimization, and practical problem-solving.
<br /><br />
</p>
<p>
As Associate Chair at Perimeter College, I’ve led faculty
evaluations, course scheduling, and student outreach efforts while
teaching statistics and building internal systems that improve
efficiency. I’ve developed Excel-based tools to track overloads,
manage contact and role databases, and streamline academic
planning. I’ve also delivered corporate training programs focused
on Excel, PowerPoint, and AI-enhanced workflows.
<br /><br />
</p>
<p>
I enjoy building solutions that save people time, reduce manual
effort, and produce clearer insights—whether in education or
beyond. My next step is to bring this blend of technical skills,
leadership, and creativity to an industry role where impact,
collaboration, and innovation are at the forefront.
<br /><br />
</p>
</div>
</div>
</div>
</div>
<!-- End #about -->
<!-- End #about -->
<div id="experience" class="background-alt">
<h2 class="heading">Experience</h2>
<div id="experience-timeline">
<div data-date="2011 – Present">
<h3>Associate Department Chair & Associate Professor</h3>
<h4>Georgia State University</h4>
<p>
Lead scheduling, operations, and evaluation processes for one of the
largest math departments in the U.S. Higher Education system.
Conduct faculty evaluations, manage hiring processes, and advise on
curriculum alignment.
<br /><br />Developed custom Excel-based tools to manage faculty
overloads, contact lists, and planning dashboards. Spearheaded
data-driven improvements in course offerings and enrollment
forecasting. Advocated for scalable systems and implemented process
improvements across departments. Frequently integrate AI tools to
streamline workflows and improve documentation.
</p>
</div>
<div data-date="2023 – Present">
<h3>Corporate Training Facilitator (Contract)</h3>
<h4>Pharmaceutical Sector</h4>
<p>
Designed and led a three-day corporate workshop focused on Excel
automation, PowerPoint storytelling, and productivity strategies
enhanced by AI tools. Worked closely with management teams to
customize sessions for compliance-heavy and operationally complex
environments.
</p>
</div>
<div data-date="2004 – 2011">
<h3>Assistant Professor</h3>
<h4>South Georgia State College</h4>
<p>
Taught mathematics, statistics, and computer science while
supporting curriculum development and student success efforts. Also
led community STEM outreach, organizing local science fairs and
Science Olympiad events. Recognized for instructional innovation and
cross-departmental collaboration.
</p>
</div>
</div>
</div>
<!-- End #experience -->
<!-- Education Section -->
<div id="education">
<h2 class="heading">Education</h2>
<div class="education-block shadow-large">
<div class="education-flex">
<div class="education-content">
<h3>University of California, Riverside</h3>
<h4>M.S. Mathematics</h4>
</div>
<div class="education-logo">
<img src="images/UCR.png" alt="UCR Logo" />
</div>
</div>
</div>
<div class="education-block shadow-large">
<div class="education-flex">
<div class="education-content">
<h3>Greensboro College, North Carolina</h3>
<h4>B.S. Mathematics and Computer Sciences</h4>
</div>
<div class="education-logo">
<img src="images/GC1.png" alt="Greensboro Logo" />
</div>
</div>
</div>
<div class="education-block shadow-large">
<div class="education-flex">
<div class="education-content">
<h3>Georgia State University</h3>
<h4>Research Data Services Certification</h4>
</div>
<div class="education-logo">
<img src="images/GSU1.png" alt="GSU Logo" />
</div>
</div>
</div>
</div>
<!-- Ongoing Learning Section -->
<div id="learning" class="background-alt">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="heading" style="display: block; text-align: center">
Ongoing Learning
</h2>
</div>
</div>
<p>
I regularly pursue hands-on coursework in data science, machine
learning, and technical communication through platforms like Udemy and
Coursera. I focus on real-world projects and practical tool use — not
just passive content. Below is a curated selection of completed or
in-progress courses:
</p>
<ul>
<li>
<strong>Python & Data Science:</strong> Python A-Z™, Fractal
Geometry in Python, Python for Machine Learning & Data Science
</li>
<li>
<strong>Machine Learning & AI:</strong> Machine Learning A-Z™, Deep
Learning A-Z™, AWS Machine Learning Specialty, Recommendation
Systems with ML
</li>
<li>
<strong>NLP & ChatGPT:</strong> Prompt Engineering for ChatGPT, NLP
with BERT, Transformers, and SpaCy; Fake News Classifier; Sentiment
Tracker
</li>
<li>
<strong>Visualization & BI:</strong> Tableau A-Z™, Power BI A-Z™,
Advanced Tableau for Data Science
</li>
<li>
<strong>Full Stack & Deployment:</strong> Full Stack Web Dev
Bootcamp, Model Deployment with Flask/React, AWS Practitioner
CLF-C02
</li>
<li>
<strong>Creative & UX Tools:</strong> Adobe Photoshop Essentials &
Advanced, Adobe XD UI/UX Design
</li>
</ul>
</div>
</div>
<!-- End Ongoing Learning -->
<div id="projects">
<h2 class="heading">Projects</h2>
<div class="container">
<div class="row">
<!-- Course Scheduling Tool -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/faculty-scheduling.png" alt="Scheduling Tool" />
</div>
<div class="project-info">
<h3>Course Enrollment Analysis Tool</h3>
<p>
A Python-based analysis tool for visualizing enrollment trends
and identifying scheduling issues. Helps department chairs make
data-driven decisions about adding, canceling, or resizing
course sections.
</p>
<a href="enrollment-analysis.html" target="_blank">View Project</a>
</div>
</div>
<!-- Mismatched Support Rosters -->
<div class="project shadow-large">
<div class="project-image">
<img
src="images/mismatched_supports.png"
alt="Enrollment Mismatch"
/>
</div>
<div class="project-info">
<h3>Support Courses Rosters Tool</h3>
<p>
This Python-based tool identifies enrollment mismatches between
main and support math course CRNs (e.g., MATH 1001 + MATH 0997),
helping departments correct scheduling issues and ensure
co-requisite compliance. Exports a clean Excel report for
documentation.
</p>
<a href="support-rosters.html" target="_blank">View Project</a>
</div>
</div>
<!-- Instructor Assignment & D2L Roster Tool -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/faculty-tracker.png" alt="Contact Tracker" />
</div>
<div class="project-info">
<h3>Instructor Teaching Assignments Tool</h3>
<p>
A Python-based tool that generates a multi-tab Excel report
showing who is teaching where, what, and how to contact them.
Also creates upload-ready D2L instructor roster files each
semester to streamline LMS setup for course templates.
</p>
<a href="faculty-list.html" target="_blank">View Project</a>
</div>
</div>
<!-- NBA Fantasy Predictor
<div class="project shadow-large">
<div class="project-image">
<img src="images/nba-predictor.png" alt="NBA Fantasy Predictor" />
</div>
<div class="project-info">
<h3>NBA Fantasy Sports Predictor</h3>
<p>
Built with XGBoost and LSTM, this tool forecasts NBA fantasy
points and uses Gurobi for DraftKings lineup optimization.
Features automated stat web scraping and prediction for Daily
Fantasty Sports (DFS) contests.
</p>
<a
href="https://github.com/brownt47/nba-fantasy-predictor"
target="_blank"
>View Project</a
>
</div>
</div>
-->
<!-- Excel + PowerPoint Corporate Training
<div class="project shadow-large">
<div class="project-image">
<img src="images/excel-training.png" alt="Excel Training" />
</div>
<div class="project-info">
<h3>Excel + PowerPoint Corporate Training</h3>
<p>
Delivered a 3-day workshop for a pharmaceutical company focused
on Excel automation, data storytelling, and AI-enhanced
productivity using Office tools.
</p>
<a
href="https://github.com/brownt47/excel-training-course"
target="_blank"
>View Project</a
>
</div>
</div>
-->
<!-- Faculty Overload Pay Tracker
<div class="project shadow-large">
<div class="project-image">
<img src="images/overload-tracker.png" alt="Overload Tracker" />
</div>
<div class="project-info">
<h3>Faculty Overload Pay Tracker</h3>
<p>
Created a compensation tracking spreadsheet for faculty teaching
overloads. Auto-calculates payments and improves transparency
for budget reporting.
</p>
<a
href="https://github.com/brownt47/overload-tracker"
target="_blank"
>View Project</a
>
</div>
</div>
-->
<!-- AI-Powered Study Guide Creator
<div class="project shadow-large">
<div class="project-image">
<img src="images/study-guide.png" alt="AI Study Guide Tool" />
</div>
<div class="project-info">
<h3>AI-Powered Study Guide Creator</h3>
<p>
Developed a Python/ChatGPT-driven workflow to auto-generate
statistics study guides. Outputs include quizzes, matching
terms, and formatted answer keys in Word.
</p>
<a
href="https://github.com/brownt47/study-guide-generator"
target="_blank"
>View Project</a
>
</div>
</div>
--></div>
</div>
</div>
<!-- End #projects -->
<!-- End #projects -->
<div id="skills">
<h2 class="heading">Skills</h2>
<div class="container">
<div class="row">
<!-- Hard Skills -->
<div class="col-md-6">
<h3>Technical & Analytical Skills</h3>
<ul>
<li>
Excel Automation (advanced formulas, pivot tables, dashboards,
scripts)
</li>
<li>
Python for data analysis and automation (Pandas, NumPy,
Scikit-Learn)
</li>
<li>
Machine Learning (regression, time-series forecasting,
recommendation systems)
</li>
<li>
NLP & AI Integration (ChatGPT, prompt engineering, BERT-based
classifiers)
</li>
<li>
Data Visualization: Tableau, Power BI, Matplotlib, Seaborn
</li>
</ul>
</div>
<!-- Soft Skills -->
<div class="col-md-6">
<h3>Leadership & Professional Skills</h3>
<ul>
<li>Project Management & Strategic Planning</li>
<li>Data-Informed Decision-Making</li>
<li>Training Design & Technical Instruction</li>
<li>Public Speaking & Professional Writing</li>
<li>Communication with Technical & Non-Technical Stakeholders</li>
<li>Mentorship, Coaching, and Team Development</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End #skills -->
<!-- Get in Contact
<div id="contact">
<h2>Get in Touch</h2>
<div id="contact-form">
<form
method="POST"
action="https://formspree.io/timothy.brown1470@gmail.com"
>
<input
type="hidden"
name="_subject"
value="Contact request from personal website"
/>
<input
type="email"
name="_replyto"
placeholder="Your email"
required
/>
<textarea
name="message"
placeholder="Your message"
required
></textarea>
<button type="submit">Send</button>
</form>
</div>
<!-- End #contact-form -->
</div>
<!-- End #contact -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-5 copyright">
<p>
Copyright © <span id="current-year">2025</span> Timothy Brown
</p>
</div>
<div class="col-sm-2 top">
<span id="to-top">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</span>
</div>
<div class="col-sm-5 social">
<ul>
<li>
<a href="https://github.com/brownt47" target="_blank"
><i class="fa fa-github" aria-hidden="true"></i
></a>
</li>
<li>
<a href="https://www.linkedin.com/in/brownt47/" target="_blank"
><i class="fa fa-linkedin" aria-hidden="true"></i
></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/scripts.min.js"></script>
<script>
window.addEventListener("scroll", function () {
var header = document.querySelector("header");
header.classList.toggle("sticky", window.scrollY > 50);
});
</script>
</body>
</html>