-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
213 lines (186 loc) · 3.53 KB
/
cv.html
File metadata and controls
213 lines (186 loc) · 3.53 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
---
layout: page
title: curriculum vitae
---
<!DOCTYPE html>
<html>
<body>
<div class="container">
<h1>
Jessica Hardwicke
</h1>
<h2>Bioinformatics & Microbial Ecology</h2>
<blockquote>
<p><a href="mailto:jess@jmicrobe.me">Contact me for a detailed CV</a></p>
</blockquote>
<h2>> <a href="jessica@jmicrobe.me">jessica@jmicrobe.me</a></h2>
<h3 id="profile">Overview</h3>
<p>
Microbial ecologist & bioinformatics scientist. Passionate about open source science/software/web, collaboration, education, and outreach.
</p>
<p>Highly motivated bioinformatics data scientist with a strong background in microbiological laboratory skills both in independent and collaborative settings. Active interest in fundamental design strategies in communicating data and educational materials.</p>
<hr />
<h3 id="skills">Skills</h3>
<ul>
<li>
<dl>
<dt>
Bioinformatics
</dt>
<dd>
<i class="fa fa-hashtag" aria-hidden="true">
</i>
Python, R, MySQL, Git/Github, jupyter notebook, 16S rRNA metabarcoding
</dd>
</dl>
</li>
<li>
<dl>
<dt>
Scientific Research
</dt>
<dd>
<i class="fa fa-hashtag" aria-hidden="true">
</i>
NGS library prep, recombinant DNA, anaerobic/extreme microbial culture techniques, bioreactors, ion & gas chromatography, scanning electron microscopy, microcalorimetry, collaborative field study
</dd>
</dl>
</li>
<li>
<dl>
<dt>
Design
</dt>
<dd>
<i class="fa fa-hashtag" aria-hidden="true">
</i>
Adobe Creative Suite, Fusion360, GIMP, Inkscape, html, css
</dd>
</dl>
</li>
</ul>
<hr />
<h3 id="experience">Experience</h3>
<dl>
<dt>
University of Washington: Department of Civil and Environmental Engineering
</dt>
<dd>
<em>
Research Assistant
</em>
<strong>
2017-current
</strong>
</dd>
<dt>
University of Oregon: Institute of Ecology and Evolution
</dt>
<dd>
<em>
Bioinformatics Intern
</em>
<strong>
2016
</strong>
</dd>
<dt>
University of Oregon: Biology Department
</dt>
<dd>
<em>
Graduate Teaching Fellow
</em>
<strong>
2015-2016
</strong>
</dd>
<dt>
Portland State University: Center for Life in Extreme Environments
</dt>
<dd>
<em>
Undergraduate Research Thesis
</em>
<strong>
2014-2015
</strong>
</dd>
<dt>
Scripps Institute of Oceanography: Deep Sea Metagenomics Field Study
</dt>
<dd>
<em>
Student Volunteer
</em>
<strong>
2015
</strong>
</dd>
</dl>
<hr />
<h3 id="awardshonors">Awards & Honors</h3>
<dl>
<dt>
Oregon NASA Undergraduate Research Grant
</dt>
<dd>
<em>
Portland State University
</em>
<strong>
2014-2015
</strong>
</dd>
<dt>
Ronald R. McNair Scholars
</dt>
<dd>
<em>
Portland State University
</em>
<strong>
2014-2015
</strong>
</dd>
<dt>
Biology Honors Thesis
</dt>
<dd>
<em>
Portland State University
</em>
<strong>
2014-2015
</strong>
</dd>
</dl>
<hr />
<h3 id="education">Education</h3>
<dl>
<dt>
Masters of Science in Bioinformatics
</dt>
<dd>
<em>
University of Oregon
</em>
<strong>
2016
</strong>
</dd>
<dt>
Bachelors of Science in Biology: Micro/Molecular
</dt>
<dd>
<em>
Portland State University
</em>
<strong>
2015
</strong>
</dd>
</dl>
</div>
</body>
</html>