-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
90 lines (78 loc) · 4.65 KB
/
resume.html
File metadata and controls
90 lines (78 loc) · 4.65 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
<head>
<link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet"> <!-- This is the "Handlee" font from Google fonts -->
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Poiret+One" rel="stylesheet">
<title>Elizabeth's Portfolio</title> <!-- this goes on the tab -->
<meta name="description" content="Elizabeth Gilbert's Portfolio">
<link href="css/style.css" rel="stylesheet"> <!--this is how it knows that the style sheet exists -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-52740454-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-52740454-3');
</script>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a class="active" href="resume.html">Resume</a></li>
</ul>
</nav>
<div class="content">
<h4>Education</h4>
<!-- TODO: Add bottom border to section titles & width = 100% -->
<p><a href="https://data-analytics.osu.edu/">BS in Data Analytics</a>, The Ohio State University</p>
<h4>Current Involvement</h4>
<p><a href="https://www.eventbrite.com/o/cintrifuse-2989630943">Data Science @ Union Hall Meetup</a> - Founder & Organizer<br />
<h4>Prior Involvement</h4>
<p><a href="http://womeninanalytics.com/">Women In Analytics</a> - Speaker Coordinator<br />
<a href="http://bdaaosu.org/">Big Data and Analytics Association</a> - Executive Vice President<br />
<a href="https://data-analytics.osu.edu/advising/academic-path-peers">Data Analytics Major</a> - Academic Path Peer<br />
<a href="https://tdai.osu.edu/">Translational Data Analytics Institute</a> - Student Associate</p>
<h4>Public Projects</h4>
<p>
<a href="https://github.com/eabert/HackOHIO-2019">HackOHI/O 2019</a> - Engie data visualization with Plotly <br />
<a href="https://1drv.ms/b/s!As1OruxDnc_AgY0PflVF06HJ35yIaw">DataFest 2019</a> - Rugby data<br />
<a href="https://1drv.ms/b/s!As1OruxDnc_A9F2u1CpW6q9_7QVz">DataFest 2018</a> - Indeed job data<br />
Fitting distributions: <a href="https://1drv.ms/b/s!As1OruxDnc_A7wjCTQVdtOUVafZS?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base%3Bkzq39OX9SO2Z8Sx3fdiypg%3D%3D">Forest Ecology Study</a> & <a href="https://1drv.ms/b/s!As1OruxDnc_A7wcXJfcIeo-60Q8H?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base%3BF1YcQ%2BnjRoGfk%2Fdq%2BVVI1g%3D%3D">Seattle 911 Calls</a><br />
<a href="https://1drv.ms/b/s!As1OruxDnc_A7wnTi1x4cqqNuUtc">Modeling Hair Cortisol Concentration</a><br />
<a href="Intro_to_R.html">Introduction to R</a> guide <br />
<a href="https://1drv.ms/b/s!As1OruxDnc_A7wYSaDP2lRa3fEdM?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base%3BwtvaDdYjSNWlU%2BpkyAX9%2BQ%3D%3D">DataFest 2017</a> - Expedia web data<br />
<a href="https://github.com/eabert/US-Pollution?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base%3Bkzq39OX9SO2Z8Sx3fdiypg%3D%3D">HackOHI/O 2016</a> - <a href="https://www.kaggle.com/sogun3/uspollution">Pollution data</a> visualization with Shiny<br />
<a href="https://github.com/BuckeyeHackers/greetingcats?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base%3Bkzq39OX9SO2Z8Sx3fdiypg%3D%3D">Kent Hack Enough 2016</a> - GreetingCats.tech front end</p>
<h4>Stat & CS Couresework</h4>
<p>
<b>Ohio State</b> <i>2016-2019</i><br />
Data Analytics Capstone (R)<br />
Data Mining (Python) & Statistical Learning (R)<br />
Data Management in the Cloud & Database Systems (SQL)<br />
Bayesian Analytics (R)<br />
Data Visualization (Tableau)<br />
Linear and Logistic Modeling (R)<br />
Web Applications (Ruby, Rails, JavaScript, HTML, CSS) <br />
Discrete Structures, Data Structures, and Algorithms (Python)<br />
Intro to Probability and Inference (R)<br />
Linear Algebra<br />
Software Components & Development and Design (Java)<br />
Introduction to Computer Programming (C++)<br />
<!-- EXPAND OPTION FOR EXTENDED RESUME -->
<b>Lake Zurich High School</b> <i>2012-2016</i><br />
AP Computer Science (Java) <br />
AP Statistics <br />
Computer Programming (Visual Basic) <br /></p></div>
<!-- >
<h4>Workshops Attended</h4>
<p>
Rasch Modeling in Winsteps<br />
SQL Certification - Intro to SQL for Business and Finance<br />
Intro to R<br />
Intro to SAS<br />
Python Certification - Intro to Data Science for Finance<br />
Intro to SPSS<br /></p>
<-->
<!-- HONORS & AWARDS SECTION -->
</body>