-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (65 loc) · 3.32 KB
/
index.html
File metadata and controls
70 lines (65 loc) · 3.32 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
<!DOCTYPE html>
<!-- This page was generated by GitHub Pages using the Cayman theme by Jason Long. Thanks Jason & Github :) -->
<html>
<head>
<meta charset="UTF-8">
<title>Wade The Data Scientist</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<style type="text/css">
.page-header {
background-image:url("stylesheets/data.jpg");
color: #fff;
text-shadow: 0px 0px 4px #ccccff;
}
</style>
</head>
<body>
<section class="page-header">
<h1 class="project-name">Wade Lewis</h1>
<h2 class="project-tagline"> Data Scientist <br>Lifelong Learner<br> wslewis@ucdavis.edu </h2>
</section>
<section class="main-content">
<h2>About me.</h2>
<div class="section group">
<div class="col span_2_left">
<p>I am a Data Scientist currently working in Petaluma, California. I recently attained a B.S. in Statistics and Minor in Computer Science from University of California, Davis. <br><br>I work to build data solutions to address real business needs. </p>
</div>
<div class="col span_2_right">
<figure>
<img width="160" height="200" style="border-radius:20%" src="stylesheets/Portrait.jpg" alt="Me">
<figcaption><font size="1">This is me - I'm a bit of a goof.</font></figcaption>
</figure>
</div>
</div>
<h2>Some examples of previous projects.</h2>
<h3>So let's get to the good stuff:</h3>
<ul>
<li>
I built a system to implement <a href = "Not Found.html"> distributed webscraping </a>, gathering data in an effort detect fraudulent reviews on Yelp.
</li>
<br>
<li>
GUI automation to <a href= "GUI_Automation.html">save my client hundreds of hours of labor</a>. As a result, the localized database was later used to build KPI dashboards for various departments in the company.
</li>
<br>
<li>
I've dabbled in Text Mining and <a href= "notFound">Topic Analysis</a> on largely-unstructured job-posts from Indeed.com.
</li>
<br>
<li>
I made a primitive <a href= "notFound">Distributed File System</a>... if you're into that sort of thing.
</li>
<br>
<li>
</li>
</ul>
<footer class="site-footer">
I'd say I'm pretty hireable, but that's for you to determine (...No, not <i>you</i>, Mom... Sheesh).
</footer>
</section>
</body>
</html>