-
Notifications
You must be signed in to change notification settings - Fork 0
/
project_sample-management.html
217 lines (179 loc) · 9.61 KB
/
project_sample-management.html
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
<!DOCTYPE html>
<html 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">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="img/favcon.ico">
<title>Beth Herlin | Works</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/projects.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Economica:400,700|Nunito:300,700' rel='stylesheet' type='text/css'>
<!--for the responsive video player-->
<script src="http://vjs.zencdn.net/4.6/video.js"></script>
<style type="text/css">
.vjs-default-skin { color: #ffd702; }
.vjs-default-skin .vjs-play-progress,
.vjs-default-skin .vjs-volume-level { background-color: #ffffff }
.vjs-default-skin .vjs-control-bar { font-size: 60% }
</style>
<!--Google Analytics Code-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53874642-1', 'auto');
ga('send', 'pageview');
</script>
<!-- ===============================-->
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a href="index.html" class="navbar-brand"><img src="img/favconwhite.png"/></a>-->
<a href="index.html"><div class="my-brand"></div></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="story.html">STORY</a></li>
<li><a href="methods2.html">METHODS</a></li>
<li><a href="creations.html">WORKS</a></li>
<!-- <li class="dropdown active">
<a href="creations.html">WORKS</a>
<ul class="dropdown-menu hidden-xs">
<li class="dropdown-header">Product Development</li>
<li><a href="project_wagd.html">Wagd</a></li>
<li><a href="project_parkingmeter.html">Parking Meter</a></li>
<li><a href="project_forza.html">Forza</a></li>
<li class="divider"></li>
<li class="dropdown-header">Game Design</li>
<li><a href="project_azmo.html">Azmo</a></li>
<li><a href="project_fracture.html">Fracture</a></li>
<li class="divider"></li>
<li class="dropdown-header">Print Design</li>
<li><a href="project_profiles.html">Profiles</a></li>
<li><a href="project_roots.html">Roots</a></li>
</ul>
</li> -->
<li><a href="hobbies.html">HOBBIES</a></li>
<li><a href="inspiration.html">INSPIRATION</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!--JUMBOTRON====================================================-->
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12" id="title">
<h2>Sample Pipeline Management App</h2>
<p>Product design, strategy and user research</p>
</div>
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12 oppcontainer">
<div id="oppdescription">
Bioinformaticians at large medical or pharmaceutical research organizations are in charge of everything about their organization's data, but lack insight into and control over the tertiary pipeline for importing and indexing their samples into the WXNC suite.
</div>
</div>
</div>
</div>
</div>
<!--SIDEBAR PROJECT NAVIGATION====================================================-->
<div class="container projects">
<!-- <div class="row">
<div class="hidden-xs col-sm-1 col-md-1 col-lg-1 sidebar-offcanvas projectsbar " id="sidebar" role="navigation">
<div class="list-group">
<a href="#" class="list-group-item active">Wagd</a>
<a href="project_parkingmeter.html" class="list-group-item">Parking Meter</a>
<a href="project_forza.html" class="list-group-item">Forza</a>
<a href="project_azmo.html" class="list-group-item">Azmo</a>
<a href="project_fracture.html" class="list-group-item">Fracture</a>
<a href="project_profiles.html" class="list-group-item">Profiles</a>
<a href="project_roots.html" class="list-group-item">Roots</a>
<a href="#Top" class="list-group-item">^Top</a>
</div>
</div>
</div> -->
<!--CONTENT
========================================================-->
<div class="row projectrow">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 projdescrip">
<h2>Scope</h2>
<p>A project was launched to create a mobile solution for bioinformaticians within current WuXi NextCODE customer organizations to track and manage their tertiary pipeline, as well as explore sample metadata to understand viability for new research studies.</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 projdescrip" id="taginterviews">
<h2>Collaboration</h2>
<p>I helped lead user research initiatives to identify and understand the needs of this subset of users, created several iterations of high fidelity clickable wireframes throughout additional user testing, helped carry out the final production UI design and testing with our creative director, worked with an outsourced team to for development, and collaborated with our internal QA team to vet the final version.</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 projdescrip" id="taginterviews">
<h2>Outcome</h2>
<p>The SampleCODE mobile application for iOS and Android is fully developed using existing APIs, QA validated, and in beta testing.</p>
<center><img src="img/projects/sample-management/sample-management2.jpg" id="stakeholders"/></center>
</div>
</div>
</div>
<!-- FOOTER
================================================ -->
<a href="javascript:void(0)" onclick = "document.getElementById('light').style.display='block';document.getElementById('fade').style.display='block'">
<div id="footer">
<p>CONTACT BETH</p>
</div>
</a>
<div id="light" class="white_content">
<div class="row contactcontain">
<div class="imgwrapper col-lg-6 col-md-6 col-sm-6 hidden-xs">
<div class="contactimg">
</div>
</div>
<a href = "javascript:void(0)" onclick = "document.getElementById('light').style.display='none';document.getElementById('fade').style.display='none'">
<div class="close-btn col-lg-1 col-md-1 col-sm-1 col-xs-1">X</div>
</a>
<div class="contactinfo col-lg-5 col-md-5 col-sm-5 col-xs-10">
<h2>Contact Beth</h2>
<p>
(713) 320-2818<br>
<a href="img/resume.pdf" target="_blank" class="resume">Resume</a>
</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-11">
<div class="row socialfooter">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 socialicon">
<a href="mailto:[email protected]" target="_top"><div class="email-hover social-roll"></div></a>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 socialicon">
<a href="http://www.linkedin.com/pub/beth-herlin/39/19b/347/" target="_blank"><div class="linkedin-hover social-roll"></div></a>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 socialicon">
<a href="https://github.com/bethherlin" target="_blank"><div class="github-hover social-roll"></div></a>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 socialicon">
<a href="https://twitter.com/beth11herlin" target="_blank"><div class="twitter-hover social-roll"></div></a>
</div>
</div>
</div>
</div>
</div>
<a href = "javascript:void(0)" onclick = "document.getElementById('light').style.display='none';document.getElementById('fade').style.display='none'">
<div id="fade" class="black_overlay"></div>
</a>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--<script src="js/docs.min.js"></script>-->
</body>
</html>