-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
95 lines (81 loc) · 4.75 KB
/
cv.html
File metadata and controls
95 lines (81 loc) · 4.75 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
<!DOCTYPE html>
<html>
<head>
<title>SCB:Researcher + Programmer</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="cv.html">CV</a></li>
</ul>
</nav>
<h2 class = "cv_header">Shelby C Bearrows</h2>
<div class="block_1 hline-bottom"><strong>Education</strong></div>
<div id = "schools">
<p class = "left">University of Colorado Boulder, Boulder, CO<br><strong>Bachelor of Science, Computer Science</strong></p>
<p class = "right">Major GPA: 3.6</p>
</div>
<div style = "clear: both;"></div>
<div id = "schools">
<p class = "left">University of Iowa, Iowa City, IA<br><strong>Bachelor of Science, Biology</strong><br>Minor: English</p>
<p class = "right">Major GPA: 3.0</p>
</div>
<div style = "clear: both;"></div>
<div class="block_1 hline-bottom"><strong>Technical Skills</strong></div>
<p><strong>Languages:</strong> C/C++, R, Python</p>
<div class="block_1 hline-bottom"><strong>Work Experience</strong></div>
<div id = "work">
<p class = "right">January 2022 - Present</p>
<p class = "left"><strong>Software Engineer</strong><br>RStudio, PBC</p>
</div>
<div style = "clear: both;"></div>
<div>
<li>Maintained several data import packages (readr, vroom) with Jenny Bryan</li>
</div>
<div id = "work">
<p class = "right">June 2021 - August 2021</p>
<p class = "left"><strong>Summer Intern</strong><br>RStudio, PBC</p>
</div>
<div style = "clear: both;"></div>
<div>
<li>Improved the cpp11 package with Jim Hester through bug fixes, new features and updated documentation</li>
</div>
<div id = "work">
<p class = "right">November 2019 - May 2021</p>
<p class = "left"><strong>Data Manager</strong><br>Walter Lab, University of Colorado Anschutz</p>
</div>
<div style = "clear: both;"></div>
<div>
<li>Managed an R data pipeline for sequencing data, reducing overall analysis time and errors</li>
</div>
<div id = "work">
<p class = "right">September 2018-November 2019</p>
<p class = "left"><strong>Research Assistant</strong><br>Sherbenou Lab, University of Colorado Anschutz</p>
</div>
<div style = "clear: both;"></div>
<div>
<li>Built an R pipeline to analyze multiple myeloma patient data</li>
</div>
<div id = "work">
<p class = "right">December 2016-June 2018</p>
<p class = "left"><strong>Research Assistant</strong><br>Stephens Lab, University of Iowa</p>
</div>
<div style = "clear: both;"></div>
<div class = "end_list">
<li>Explored the secretory pathways of pancreatic cells in Type II Diabetes using confocal microscopy</li>
</div>
<div class="block_1 hline-bottom"><strong>Presentations and Publications</strong></div>
<p><strong>Bearrows SC</strong>, Bauche CJ, Becker M, Haldeman J, Swaminathan S, Stephens SB. Chromogranin B regulates early stage insulin granule trafficking dynamics from the trans-Golgi network in pancreatic islet cells. <i>Journal of Cell Science</i> 13, 132 (2019).</p>
<p>Walter ND, Born SEM, Robertson GT, [and 41 others including <strong>Bearrows SC</strong>]. <i>Mycobacterium tuberculosis</i> precursor rRNA as a measure of treatment-shortening activity of drugs and regimens. <i>Nat Commun</i> 12, 2899 (2021).</p>
<footer>
<ul>
<li><a href="mailto:scbearrows@gmail.com">email</a></li>
<li><a href="https://github.com/sbearrows">github</a></li>
<li><a href="https://www.linkedin.com/in/shelby-bearrows-67ba67126/">linkedin</a></li>
</ul>
</footer>
</body>
</html>