-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbusiness.html
More file actions
408 lines (379 loc) · 28.2 KB
/
business.html
File metadata and controls
408 lines (379 loc) · 28.2 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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
<!DOCTYPE html>
<html class="no-js">
<style> /********************************* WIKI RESET ********************************/
#sideMenu, #top_title {
display:none;
}
#content {
padding:0px;
width:100% !important;
margin-top:-26px;
margin-left:0px ;
}
body {
background-color: black;
font-family:"Source Sans Pro", sans-serif; !important;
color: rgba(7,7,7,0.7);
}
#bodyContent h1 {
font-family: "Crimson Text", serif; !important;
color: rgb(30,30,30);
}
#bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
font-family: "Crimson Text", serif; !important;
color: rgb(50,50,50);
}
</style>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Business</title>
<meta name="description" content="Business">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Stylesheets-->
<link rel="stylesheet" href="styles/bootstrap.min.css">
<link rel="stylesheet" href="styles/styles.css"> <!--For nav bar text-->
<link rel="stylesheet" href="styles/animate.min.css"> <!--For slide show text animation-->
<link rel="stylesheet" type="text/css" href="styles/slick.css"> <!--For slide show-->
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/pp.css">
<!-- JavaScript Files-->
<script src="js/jquery-1.11.2.min.js" type="text/javascript"></script>
<!--For slideshow-->
<script src="js/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<script src="js/slick.js" type="text/javascript"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/main.js" type="text/javascript"></script>
<!--Timeline JS-->
<script src="js/bootstrap.min.js" type="text/javascript"></script>
</head>
<!------------------------NAV BAR------------------------>
<body class="ex-layout">
<div class="main-nav-wrapper nav-wrapper-1-creative">
<nav>
<div class="main-nav main-nav-1 creative-page nav-content-toggle">
<div class="container">
<div class="nav-logo">
<a href="home"><img src="http://2017.igem.org/wiki/images/1/1d/CornellOxyponicsLogo.png" alt="Oxyponics"></a>
</div>
<ul class="nav-main-menu nav-content-item">
<li><a href="http://2017.igem.org/Team:Cornell/home">HOME</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Description">ABOUT</a></li>
<li class="mega-menu menu-5-col"><a href="#">TOOLKIT</a>
<ul class="mega-menu-content">
<li class="menu-title"><a href="#">WET LAB</a>
<ul>
<li><a href="http://2017.igem.org/Team:Cornell/Proof">HYDROSENSE</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Parts">PARTS</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Protocol">PROTOCOLS</a></li>
</ul>
</li>
<li class="menu-title"><a href="#">PRODUCT DEVELOPMENT</a>
<ul>
<li><a href="http://2017.igem.org/Team:Cornell/productdevoverview">OVERVIEW</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Hardware">OXYPONICS SYSTEM</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Software">DASHBOARD</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Design">DESIGN PROCESS</a></li>
</ul>
</li>
<li class="menu-title"><a href="#">MATHEMATICAL MODELING</a>
<ul>
<li><a href="http://2017.igem.org/Team:Cornell/Model">MODELING</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Animation">ANIMATION</a></li>
</ul>
</li>
<li class="menu-title"><a href="#">DOCUMENTATION</a>
<ul>
<li><a href="http://2017.igem.org/Team:Cornell/Notebook">NOTEBOOK</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Safety">SAFETY</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#">HUMAN CENTERED DESIGN</a>
<ul>
<li><a href="http://2017.igem.org/Team:Cornell/HP/Gold_Integrated">PRACTICES</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Policies">POLICIES</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Entrepreneurship">ENTREPRENEURSHIP</a></li>
</ul>
</li>
<li><a href="#">OUTREACH</a>
<ul>
<li><a href="http://2017.igem.org/Team:Cornell/Connections">CONNECTIONS</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Engagement">PUBLIC ENGAGEMENT</a></li>
</ul>
</li>
<li><a href="#">TEAM</a>
<ul>
<li><a href="http://2017.igem.org/Team:Cornell/Team">BIOS</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Sponsors">SPONSORS</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Attributions">ATTRIBUTIONS</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/officialprofile">OFFICIAL PROFILE</a></li>
</ul>
</li>
</ul>
<ul class="nav-main-menu small-screen">
<li><a href="http://2017.igem.org/Team:Cornell/home">HOME</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Description">ABOUT</a>
</li>
<li><a href="#">TOOLKIT</a>
<ul>
<li><a href="#">WET LAB</a>
<ul>
<li><a href="http://2017.igem.org/Team:Cornell/Proof">HYDROSENSE</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Parts">PARTS</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Protocol">PROTOCOLS</a></li>
</ul>
</li>
<li><a href="#">PRODUCT DEVELOPMENT</a>
<ul>
<li><a href="http://2017.igem.org/Team:Cornell/productdevoverview">OVERVIEW</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Hardware">OXYPONICS SYSTEM</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Software">DASHBOARD</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Design">DESIGN PROCESS</a></li>
</ul>
</li>
<li><a href="#">MATHEMATICAL MODELING</a>
<ul>
<li><a href="http://2017.igem.org/Team:Cornell/Model">MODELING</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Animation">ANIMATION</a></li>
</ul>
</li>
<li><a href="#">DOCUMENTATION</a>
<ul>
<li><a href="http://2017.igem.org/Team:Cornell/Notebook">NOTEBOOK</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Safety">SAFETY</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#">HUMAN CENTERED DESIGN</a>
<ul>
<li><a href="http://2017.igem.org/Team:Cornell/HP/Gold_Integrated">PRACTICES</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Policies">POLICIES</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Entrepreneurship">ENTREPRENEURSHIP</a></li>
</ul>
</li>
<li><a href="#">OUTREACH</a>
<ul>
<li><a href="http://2017.igem.org/Team:Cornell/Connections">CONNECTIONS</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Engagement">PUBLIC ENGAGEMENT</a></li>
</ul>
</li>
<li><a href="http://2017.igem.org/Team:Cornell/Team">TEAM</a>
<ul>
<li><a href="http://2017.igem.org/Team:Cornell/Team">BIOS</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Sponsors">SPONSORS</a></li>
<li><a href="http://2017.igem.org/Team:Cornell/Attributions">ATTRIBUTIONS</a></li>
<li><a href="">OFFICIAL PROFILE</a></li>
</ul>
</li>
</ul>
<div class="nav-hamburger-wrapper">
<div class="cell-vertical-wrapper">
<div class="cell-middle">
<div class="nav-hamburger"><span></span></div>
</div>
</div>
</div>
</div>
</div>
</nav>
</div>
<main>
<!------------------------END NAV BAR------------------------>
<!----------------------HEADER-------------------------->
<div class="container-fluid business-banner-wrapper">
<div class="col-md-4 business-banner-caption-wrapper">
<p class="col-md-4 business-banner-caption">Business</p>
</div>
</div>
<!------------------------END HEADER------------------------>
<div class="container practices">
<div class="row no-top-padding">
<!------------------------PRACTICES CONTENT------------------------>
<!------------------------OVERVIEW------------------------>
<section class="no-padding-bottom">
<div class="container">
<div class="content-title">OVERVIEW</div>
<div class="content">We envisioned OxyPonics as a startup company that could provide comprehensive solutions to hydroponic farming. We were accepted into a hardware accelerator, Rev: Ithaca Startup Works, and participated in an 11 week summer program that walked us through the product design process. We spoke to potential customers, analyzed costs, and created a business plan that outlines the structure of OxyPonics. </div><br>
<div class="content">Our business offers several product components. Our operating system consists of a sensor and a software for analyzing and storing data from sensor. Each sensor is able to cover 100 square feet of hydroponic farm and costs the consumer less than 50 dollars to build. Even with such low cost for our devices, for farmers who own large commercial hydroponic farm, it is still a burden to buy all equipment at once. By paying a flat rate per month to subscribe to Oxyponics, farmers can easily enjoy our hydroponics system. We also provide planner cup replacement and bacteria refill for free. With no use of costly dosing system or probes, Oxyponics offers an affordable and effective way to start your hydroponics business. Oxyponics is safe and has passed numerous test trials before being put to use. The common safety concerns from new potential subscribers are the electronics in the sensors and the use of e-coli. We guarantee farmers the E-coli we use are non-pathogenic and already sealed in a container. We do provide a third step to our chain for extra security: free UV light to kill any remaining bacteria on the crops after being harvested. For an electronic sensor used under water, it’s almost unavoidable for leaking to happen. Our solution is to find a balance between the extremely expensive high-end waterproof material/ paint and a steady, more affordable construction cost. With the very unlikely leakage to happen, part of the hydroponic farm will be flooded, and farmers need to drain and clean the tank as soon as possible.
</div>
<br>
</div>
</section>
<!------------------------END OVERVIEW------------------------>
<!------------------------DESCRIPTION------------------------>
<section class="no-padding-bottom">
<div class="container">
<div class="tab-section-01 style-1" id="tab-1">
<ul class="tabs timeline-button-wrapper">
<li class="active"><a data-toggle="tab" href="#tab0tab-1">BUSINESS CANVAS MODEL</a></li>
<li class="bus-buttons"><a data-toggle="tab" href="#tab1tab-1">MARKET ANALYSIS</a></li>
<li><a data-toggle="tab" href="#tab2tab-1">BUSINESS PLAN</a></li>
<li><a data-toggle="tab" href="#tab3tab-1">PRODUCT COMPARISON</a></li>
<li><a data-toggle="tab" href="#tab4tab-1">REV: ITHACA START UP WORKS</a></li>
<li><a data-toggle="tab" href="#tab5tab-1">VISION</a></li>
</ul>
<div class="content timeline-content-wrapper" >
<div id="tab0tab-1" class="tab-pane fade in active">
<div class="tab-content">
<div class="tab-header">Business Canvas Model</div>
<img alt="business canvas model" src="http://2017.igem.org/wiki/images/a/a4/T--Cornell--BMC.jpeg" width=100% height=auto>
</div>
</div>
<div id="tab1tab-1" class="tab-pane fade undefined undefined">
<div class="tab-content">
<div class="tab-header">Market Analysis</div>
<div class="content">The hydroponics industry is young and growing rapidly, allowing us to tap into these growth trends and introduce our product into the market. The hydroponics market is primarily divided between two techniques: deep water culture (DWC) and Nutrient Film Technique (NFT). Deep Water Culture describes a hydroponics system in which the plants’ roots are suspended in a well-oxygenated solution containing water and necessary nutrients. Nutrient Film Technique, on the other hand, describes the method where a stream of nutrient-rich water is continuously circulated past the roots of the plants in the hydroponic system.</div>
<div class="content">Hydroponics is more geared towards DWC as it fits our product design better. DWC is a smaller market than NFT, but a proper demonstration of DWC could lead into more widespread implementation of our product in NFT systems. Our main competitors in the market are non-oxidative stress sensors and monitoring systems which regulate conductivity and pH. In order to enter the market, we must demonstrate the added benefit of oxidative stress monitoring in addition to these traditional systems. We believe that the hydroponics market is in need of innovation in efficiency, and OxyPonics can lead the way.
</div>
<div>More information about the market can be found in our <a class="bus-hyperlink"data-toggle="tab" href="#tab2tab-1">business plan</a>.</div>
</div>
</div>
<div id="tab2tab-1" class="tab-pane fade undefined undefined">
<div class="tab-content">
<div class="tab-header">Business Plan</div>
<div><embed id="business plan" src="http://2017.igem.org/wiki/images/8/8f/OxyponicsBusinessPlan.pdf" style="width:100%; height: 1000px;" ></div>
</div>
</div>
<div id="tab3tab-1" class="tab-pane fade undefined undefined">
<div class="tab-content">
<div class="tab-header">Product Comparison</div>
<div class="content">Currently there are no other oxidative stress monitors aimed toward a hydroponic system on the market. All other autonomous monitoring systems are significantly more expensive. More basic setups that manually test for pH and temperature are much cheaper, but have nowhere near the same testing and monitoring capabilities, especially on a larger scale. </div>
<div class="content">The simplest hydroponics pH kit, in which the user manually tests the pH, and then adjusts the pH levels, costs about $16 [2]. This price increases with the scale of the hydroponic farm. The price of a 24/7 nutrient monitor stands at approximately $150 [1], and complex systems that monitor and send alerts in real-time can cost up to $500 [2]. CloudPonics, an autonomous system that monitor nutrients, the ambient atmosphere, and pH level, is valued at $1490 [3]. -</div>
<div class="content">The current cost of our product is $223.37. OxyPonics fits into the lower price range of other products available on the market, making it more affordable for users. We chose components for our product that were cost efficient and high quality. The breakdown of price for each component of our system is provided in the table below. Labor costs, as well as patent and licensing costs, are not currently included in the product cost.
</div>
<div class="content">References</div>
<div>[1] Amazon. (2017, August). General Hydroponics pH Control Kit, Bluelab Combo Meter for Plant Germination, www.amazon.com.</div>
<div class="content">[2] Growers House Hydroponics in Tucson. (2017, September). 24-7 Nutrient Monitor - Continuous Read, growershouse.com/24-7-nutrient-monitor-continuous-read.</div>
<div>[3] Cloudponics. (2017, September). Automate and remotely monitor your hydroponic plant grow system, www.cloudponics.com/gropro/.
</div>
</div>
</div>
<div id="tab4tab-1" class="tab-pane fade undefined undefined">
<div class="tab-content">
<div class="tab-header">Rev: Ithaca Start Up Works</div>
<div class="content">
<img alt="rev" src="http://2017.igem.org/wiki/images/9/92/T--Cornell--Rev4.jpg" width=70%>
</div><div>Over the summer, the Product Development subteam participated in the Hardware Accelerator program at Rev: Ithaca Startup Works. Cornell iGEM was among the eight teams that were accepted. The Hardware Accelerator program aims to help product teams through the process of determining if their ideas are commercially, technologically, and economically possible. In addition to a four day skills camp, Rev hosted guest speakers, held workshops, and provided usage of their prototyping lab to help us along the way.
</div>
</div>
<!------------------------TIMELINE------------------------>
<section>
<div class="container timeline">
<div class="row timeline-block">
<div class="marker"></div>
<div class="col-md-5 timeline-img-wrapper timeline-img-left">
<img src="http://2017.igem.org/wiki/images/b/b6/CornellRev12.jpg" alt="rev feasibility" class="timeline-img">
</div>
<div class="col-md-5 col-md-offset-1 timeline-content timeline-content-right">
<span class="date">JUNE 5-JUNE 23</span>
<h3>FEASIBILITY</h3>
<div>In the first few weeks, we worked on finding an application for the redox sensitive bacteria that would best show their potential. During this time, we decided to target the hydroponics industry. In our process of customer discovery, we interviewed over 40 hydroponic farmers, distributors, and researchers along with the Policy and Practices subteam. See a summary of our interviews <a class="bus-hyperlink" href="http://2017.igem.org/Team:Cornell/Gold_Integratedhere.">here</a>.</div>
</div>
</div>
<div class="row timeline-block">
<div class="marker"></div>
<div class="col-md-5 col-md-offset-1 timeline-content timeline-content-left">
<span class="date">JUNE 26-JULY 14</span>
<h3>PROOF-OF-CONCEPT</h3>
<div>Following customer discovery, we began to design our product based on the customer’s feedback. Our proof-of-concept consisted of Fusion 360 drawings for the hardware and web mockups for the software. Every week, we received comments and ideas from the instructors at Rev to improve our design until prototyping.
</div>
</div>
<div class="col-md-5 col-md-offset-1 timeline-img-wrapper timeline-img-right">
<img src="http://2017.igem.org/wiki/images/3/3a/T--Cornell--CornellRev10.jpg" alt="rev proof of concept" class="timeline-img">
</div>
</div>
<div class="row timeline-block">
<div class="marker"></div>
<div class="col-md-5 timeline-img-wrapper timeline-img-left">
<img src="http://2017.igem.org/wiki/images/e/ed/CornellRev14.jpg" alt="pic" class="timeline-img">
</div>
<div class="col-md-5 col-md-offset-1 timeline-content timeline-content-right">
<span class="date">JULY 17-AUGUST 4</span>
<h3>PROTOTYPE</h3>
<div>Using the resources at Rev, such as their 3D printers, we began assembling our system (link to Product Development in Toolkit). We went through many iterations of prototyping until Demo Day, where we were able showcase our efforts to the local community and potential investors.</div>
</div>
</div>
</div>
</section>
<!------------------------END TIMELINE------------------------>
</div>
<div id="tab5tab-1" class="tab-pane fade undefined undefined">
<div class="tab-content">
<div class="tab-header">Vision</div>
<div class="content">Our product is versatile and aimed to work for any hydroponics setup, whether that is Deep Water Culture, Nutrient Film Technique, or something novel. We wish to provide exactly the large-scale, blanket-type sensing that conventional redox probes cannot. Our goal is to implement OxyPonics sensor systems in farms spanning the globe, all of which would be used to collect data to better understand the optimal balance for various types of crops.</div>
<div class="content">In order to accomplish this, we need to grow. In order to scale up and deploy our product, we propose the following:
<ul class="bus-list">
<li>Increased research and development for continued bacterial development and product optimization</li>
<li>Improving predictive modeling for our product</li>
<li>Developing a mobile application that can be used with the biosensor</li>
<li>Customizing individual solutions for farms whose hydroponics setups may not be optimal for our product</li>
<li>Increasing efficiency of production by creating a biological division, a detection and monitoring division, and a packaging division</li>
<li>Channeling resources into manufacturing to distribute our product on the market</li>
<li>Improving marketing strategies by identifying new markets, advertising, and reaching out to our community.
</li></ul>
</div>
</div>
<!------------------------TIMELINE------------------------>
<section>
<div class="container timeline">
<div class="row timeline-block">
<div class="marker"></div>
<div class="col-md-5 timeline-img-wrapper timeline-img-left">
<img src="http://2017.igem.org/wiki/images/8/8e/CornellTileOutreach.png" alt="pic" class="timeline-img">
</div>
<div class="col-md-5 col-md-offset-1 timeline-content timeline-content-right">
<span class="date">DATE</span>
<h3>TITLE</h3>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper.Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper.</p>
</div>
</div>
<div class="row timeline-block">
<div class="marker"></div>
<div class="col-md-5 col-md-offset-1 timeline-content timeline-content-left">
<span class="date">DATE</span>
<h3>TITLE</h3>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper.Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper.</p>
</div>
<div class="col-md-5 col-md-offset-1 timeline-img-wrapper timeline-img-right">
<img src="http://2017.igem.org/wiki/images/d/d2/CornellTileProdTeam.png" alt="pic" class="timeline-img">
</div>
</div>
</div>
</section>
<!------------------------END TIMELINE------------------------>
</div>
</div>
</div>
</div>
</section>
<!------------------------END DESCRIPTION------------------------>
<!------------------------END PRACTICES CONTENT------------------------>
</div>
</div>
<!------------------------FOOTER------------------------>
<footer class="footer-preset-04 footer bgc-gray">
<div class="social-04">
<a class="footerIconWrapper" href="https://www.facebook.com/cornelligem/">
<div class="overlay"></div>
<img src="images/cornellFacebookIcon.png" alt="Facebook" height="20"></a>
<a class="footerIconWrapper" href="https://twitter.com/cugem">
<div class="overlay"></div>
<img src="images/cornellTwitterIcon.png" alt="Twitter" height="20">
</a>
<a class="footerIconWrapper" href="https://www.instagram.com/cugem/">
<div class="overlay"></div>
<img src="images/cornellInstagramIcon.png" alt="Instagram" height="20">
</a>
<a class="footerIconWrapper" href="https://www.youtube.com/channel/UCJt-5JfyoucUJXC1EsTllhg">
<div class="overlay"></div>
<img src="images/cornellYoutubeIcon.png" alt="Youtube" height="20">
</a>
</div>
</footer>
<!------------------------END FOOTER------------------------>
</main>
</body>
</html>