-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOutreach_HP_Silver.html
More file actions
154 lines (154 loc) · 7.72 KB
/
Outreach_HP_Silver.html
File metadata and controls
154 lines (154 loc) · 7.72 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
<!DOCTYPE html>
<html>
<head>
<!-- bootstrap imports -->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Comfortaa Import -->
<link href='https://fonts.googleapis.com/css?family=Comfortaa:300,400,700' rel='stylesheet' type='text/css'>
<!-- https://work.smarchal.com/twbscolor/css/00274c0a436cecf0f1ffffff0 -->
<link rel="stylesheet" href="styling.css">
</head>
<body>
<div class="navbar-wrapper">
<div class="container">
<div class="navbar navbar-static-top">
<ul class="nav navbar-nav">
<li class="navig_bar_button"><a href="Homepage.html">Home</a></li>
<li class="dropdown navig_bar_button">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Project <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="Project_Overview.html">Overview</a></li>
<li><a href="Project_Installation.html">Installation</a></li>
<li><a href="Project_Demonstrate.html">User Guide/Demonstrate</a></li>
<li><a href="Project_Results.html">Results</a></li>
</ul>
</li>
<li class="dropdown navig_bar_button">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Outreach <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="Outreach_Collaboration.html">Collaboration</a></li>
<li><a href="Outreach_HP_Silver.html">HP Silver</a></li>
<li><a href="Outreach_HP_Gold.html">HP Gold</a></li>
</ul>
</li>
<li class="navig_bar_button"><a href="Attributions.html">Attributions</a></li>
</ul>
</div>
</div>
</div>
<header>
<div class="container-fluid">
<div class="row">
<div class="col-12" id = "headerImage">
<img class = "Header-img" src="photos/HumanPractices.png" />
<h1 id = "headerImageh1">Human Practices - Silver</h1>
</div>
</div>
</div>
</header>
<div class="top-buffer container-fluid">
<div class="col-xs-1"></div>
<div class="col-xs-10">
<div>
<br>
<br>
<br>
<br>
<br>
<br>
<p>
<h1 class="grey-text heading-weight" align = "center">Protocol Model Development</h1>
<p>
<br>
<div class="row" style="border-bottom:thin solid;"></div>
<br>
<br>
<p id = "doubleSpace" class="p-font grey-text">Prior to beginning the development of ProtoCat 3.0, we did research
on currently used protocol models. We began by brainstorming with members of our team who had
lab experience to get a foundation upon which we could improve. We tested the robustness of
this initial model by trying to represent the protocols uploaded to ProtoCat 2.0 with our new
model, tweaking and updating it along the way. Once we felt our model could adequately handle
the protocols we anticipated in ProtoCat 3.0, we met with our adviser, Dr. Santiago Schnell,
and ran our protocol model by him. Taking his feedback, we went back and further refined our
model to the one that we use in our current implementation of ProtoCat 3.0.
</p>
<br>
<br>
<br>
<br>
<p>
<h1 class="grey-text heading-weight" align = "center">Standard Protocol Format</h1>
</p>
<br>
<div class="row" style="border-bottom:thin solid;"></div>
<br>
<br>
<p id = "doubleSpace" class="p-font grey-text">Standardization in synthetic biology has gained a lot of traction,
such as the BioBrick and Registry of Standardized Biological Parts. However, the procedures
used to generate them tend to be diverse in nature, with a bacterial transformation
protocol likely requiring different information than a ligation protocol. Online protocol
repositories must account for such differences when creating their data models, which will
usually require either a simplified model (such as solely text-based) or a more arduous
upload process. These different models become a problem when trying to share protocols between
the repositories, because the formats that the protocols are stored in are not compatible and
require an external conversion tool to get from one format to the other. In order to begin
working towards a standardized protocol format format, we reached out to OpenWetWare and
Protocols.io, two well known protocol repositories. We have began discussing how we will
reconcile our respective protocol models in order to get the best protocol model. The first
steps have been taken to build a cooperative relationship and create a standard protocol that
will help make protocols even easier to use, test, review, and design.
</p>
<br>
<br>
<br>
</div>
</div>
</div>
<footer>
<div class="container-footer bg-3">
<div class = "row">
<div class = "col-sm-12 text-center">
<h3 id = "h3Header">Important Links:</h3>
<table class = "Footer-Table" align = "center">
<tr>
<td>
<p><a href="Project_Overview.html">Overview</a></p>
</td>
<td>
<p><a href="Project_Results.html">Results</a></p>
</td>
</tr>
<tr>
<td>
<p><a href="Installation.html">Installation</a></p>
</td>
<td>
<p><a href="Outreach_Collaboration.html">Collaboration</a></p>
</td>
</tr>
<tr>
<td>
<p><a href="Project_Demonstration.html">Demonstration</a></p>
</td>
<td>
<p><a href="Attributions.html">Attributions</a></p>
</td>
</tr>
<td>
<p><a href="Outreach_HP_Gold.html">HP Gold</a></p>
</td>
<td>
<p><a href="Outreach_HP_Silver.html">HP Silver</a></p>
</td>
</tr>
</table>
</div>
</div>
</div>
</footer>
</body>
</html>