Team:LIKA-CESAR-Brasil/Robot
From 2014.igem.org
Villaverde (Talk | contribs) |
|||
(6 intermediate revisions not shown) | |||
Line 10: | Line 10: | ||
<title>LIKA | CESAR</title> | <title>LIKA | CESAR</title> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | ||
- | < | + | <style type="text/css"> |
- | + | body { | |
+ | font-size:12px; | ||
+ | color:#111; | ||
+ | height:100%; | ||
+ | background:#ededed; | ||
+ | /*min-width: 1326px;*/ | ||
+ | } | ||
+ | .container { | ||
+ | width:80%; | ||
+ | background: rgb(255,255,255); /* Old browsers */ | ||
+ | background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */ | ||
+ | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */ | ||
+ | background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */ | ||
+ | background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */ | ||
+ | background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */ | ||
+ | background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C */ | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */ | ||
+ | } | ||
+ | |||
+ | .navbar-brand { | ||
+ | padding: 5px; | ||
+ | } | ||
+ | .col-md-10 { | ||
+ | width:100%; | ||
+ | padding: 20px 70px 20px 50px; | ||
+ | min-height:200px; | ||
+ | padding-bottom:50px; | ||
+ | } | ||
+ | |||
+ | .graphics { | ||
+ | texalign:right; | ||
+ | } | ||
+ | |||
+ | .col-md-4 { | ||
+ | padding-bottom:70px; | ||
+ | } | ||
+ | .navbar-inverse { | ||
+ | background-color: #ededed; | ||
+ | border-color: #ededed; | ||
+ | } | ||
+ | .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { | ||
+ | color: #006600; | ||
+ | background-color: #8cff00; | ||
+ | } | ||
+ | .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { | ||
+ | color: #006600; | ||
+ | background-color: #8cff00; | ||
+ | } | ||
+ | .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { | ||
+ | color: #006600; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .navbar-inverse .navbar-nav > li > a:focus { | ||
+ | color: #006600; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .nav > li > a { | ||
+ | display: block; | ||
+ | padding: 25px 15px; | ||
+ | position: relative; | ||
+ | } | ||
+ | .menu{ | ||
+ | color:black; | ||
+ | z-index:999; | ||
+ | position:relative; | ||
+ | float:right; | ||
+ | margin:auto; | ||
+ | } | ||
+ | |||
+ | .videohome{ | ||
+ | background:#ededed; | ||
+ | } | ||
+ | .menu ul{ | ||
+ | margin:0 auto; | ||
+ | } | ||
+ | .jumbotron { | ||
+ | background:url("https://static.igem.org/mediawiki/2014/7/7a/Banner_top.jpg"); | ||
+ | border-top: solid 5px #8cff00; | ||
+ | border-bottom: solid 5px #8cff00; | ||
+ | background-size:cover; | ||
+ | width:80%; | ||
+ | height:331px; | ||
+ | margin:auto; | ||
+ | margin-top:40px; | ||
+ | } | ||
+ | .jumbotron02 { | ||
+ | background:url("https://static.igem.org/mediawiki/2014/5/52/Banner_top02.jpg"); | ||
+ | border-top: solid 5px #8cff00; | ||
+ | border-bottom: solid 5px #8cff00; | ||
+ | background-size:cover; | ||
+ | width:80%; | ||
+ | height:331px; | ||
+ | margin:auto; | ||
+ | margin-top:80px; | ||
+ | } | ||
+ | .jumbotronSafety { | ||
+ | background:url("https://static.igem.org/mediawiki/2014/7/7a/Banner_top.jpg"); | ||
+ | border-top: solid 5px #8cff00; | ||
+ | border-bottom: solid 5px #8cff00; | ||
+ | background-size:cover; | ||
+ | width:80%; | ||
+ | height:331px; | ||
+ | margin:auto; | ||
+ | margin-top:80px; | ||
+ | } | ||
+ | .jumbotronParts { | ||
+ | background:url("https://static.igem.org/mediawiki/2014/b/be/Banner_top04.jpg"); | ||
+ | border-top: solid 5px #8cff00; | ||
+ | border-bottom: solid 5px #8cff00; | ||
+ | background-size:cover; | ||
+ | width:80%; | ||
+ | height:331px; | ||
+ | margin:auto; | ||
+ | margin-top:80px; | ||
+ | } | ||
+ | .jumbotronHuman { | ||
+ | background:url("https://static.igem.org/mediawiki/2014/1/12/Banner_top05.jpg"); | ||
+ | border-top: solid 5px #8cff00; | ||
+ | border-bottom: solid 5px #8cff00; | ||
+ | background-size:cover; | ||
+ | width:80%; | ||
+ | height:231px; | ||
+ | margin:auto; | ||
+ | margin-top:80px; | ||
+ | } | ||
+ | .jumbotronProject { | ||
+ | background:url("https://static.igem.org/mediawiki/2014/b/be/Banner_top04.jpg"); | ||
+ | border-top: solid 5px #8cff00; | ||
+ | border-bottom: solid 5px #8cff00; | ||
+ | background-size:cover; | ||
+ | width:80%; | ||
+ | height:331px; | ||
+ | margin:auto; | ||
+ | margin-top:80px; | ||
+ | } | ||
+ | .jumbotronAdvisors { | ||
+ | background:url("https://static.igem.org/mediawiki/2014/3/3b/Banner_top03.jpg"); | ||
+ | border-top: solid 5px #8cff00; | ||
+ | border-bottom: solid 5px #8cff00; | ||
+ | background-size:cover; | ||
+ | width:80%; | ||
+ | height:331px; | ||
+ | margin:auto; | ||
+ | margin-top:80px; | ||
+ | } | ||
+ | |||
+ | .igem-logo{ | ||
+ | background:url("https://static.igem.org/mediawiki/2014/4/4e/Banner_top_03.png") ; | ||
+ | background-color:transparent; | ||
+ | width: 50px; | ||
+ | height:50px; | ||
+ | z-index: 99; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | .navbar .container { | ||
+ | min-width: 1322px; | ||
+ | z-index: 9999; | ||
+ | } | ||
+ | */ | ||
+ | |||
+ | h2 { | ||
+ | font-size: 26px; | ||
+ | color:#339900; | ||
+ | } | ||
+ | .videocapa{ | ||
+ | width:35%; | ||
+ | float:right; | ||
+ | min-height:300px; | ||
+ | margin-top:10px; | ||
+ | } | ||
+ | p { | ||
+ | font-size: 12px; | ||
+ | color:#444; | ||
+ | } | ||
+ | footer { | ||
+ | background:#b8b8b8; | ||
+ | width:100%; | ||
+ | padding: 50px; | ||
+ | clear:both; | ||
+ | position: relative; | ||
+ | bottom:0; | ||
+ | border-top: solid 8px #8cff00; | ||
+ | } | ||
+ | footer p { | ||
+ | margin:auto; | ||
+ | padding-top:10px; | ||
+ | text-align:center; | ||
+ | width:50%; | ||
+ | color:#006600; | ||
+ | } | ||
+ | .firstHeading { | ||
+ | display:none; | ||
+ | } | ||
+ | table{ | ||
+ | color:#888; | ||
+ | font-size:16px; | ||
+ | border: solid 1px #ccc; | ||
+ | } | ||
+ | h1 { | ||
+ | font-size: 26px; | ||
+ | color:#339900; | ||
+ | } | ||
+ | h2 { | ||
+ | font-size: 22px; | ||
+ | color:#339900; | ||
+ | } | ||
+ | h3 { | ||
+ | font-size: 18px; | ||
+ | color:#339900; | ||
+ | } | ||
+ | h4 { | ||
+ | font-size: 16px; | ||
+ | color:#339900; | ||
+ | } | ||
+ | |||
+ | .listHorizontal{ | ||
+ | list-style: none; | ||
+ | display:inline-block; | ||
+ | margin-left: 0.3em; | ||
+ | } | ||
+ | |||
+ | .listHorizontal li{ | ||
+ | padding: 0px 5px 0px 5px; | ||
+ | } | ||
+ | |||
+ | div#globalWrapper { | ||
+ | position: relative; | ||
+ | font-size: 100%; | ||
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | padding-bottom: 10px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
</head> | </head> | ||
Line 68: | Line 304: | ||
<li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/Safety">SAFETY</a></li> | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/Safety">SAFETY</a></li> | ||
<li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/Atribuitons">ATRIBUITIONS</a></li> | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/Atribuitons">ATRIBUITIONS</a></li> | ||
+ | <li class="igem-logo"><a href="https://2014.igem.org/"></a></li> | ||
</ul> | </ul> | ||
</div><!--/.nav-collapse --> | </div><!--/.nav-collapse --> | ||
Line 74: | Line 311: | ||
</div> | </div> | ||
<!-- Main jumbotron for a primary marketing message or call to action --> | <!-- Main jumbotron for a primary marketing message or call to action --> | ||
- | <div class=" | + | <div class="jumbotronProject"></div> |
<div class="container"> | <div class="container"> | ||
<!-- Example row of columns --> | <!-- Example row of columns --> | ||
Line 86: | Line 323: | ||
<p>Due to the time of iGEM, we focus our efforts on making the Bot perform nucleic acid extraction from blood, for use in the biosensor. For this function, the Bot needed to have a structure those stores and transferred lysis solution (homemade) for eppedorfs with blood, and a centrifuge for separating waste from the extraction cell, the genetic material.</p> | <p>Due to the time of iGEM, we focus our efforts on making the Bot perform nucleic acid extraction from blood, for use in the biosensor. For this function, the Bot needed to have a structure those stores and transferred lysis solution (homemade) for eppedorfs with blood, and a centrifuge for separating waste from the extraction cell, the genetic material.</p> | ||
<p>For this purpose, it was built an interconnected to a robotic arm electrical syringe. This system is responsible for transferring regulated lysis solution for eppedorfs. Then one also has built centrifuge to separate the trash from the extraction cell's genetic material required. The robot we designed so far is made with five main parts: control unit, power supply, automated syringe system, robotic arm and centrifuge. All custom designed parts described below was made by us using 3D modeling software and 3D printer. This approach made our prototyping process faster.</p> | <p>For this purpose, it was built an interconnected to a robotic arm electrical syringe. This system is responsible for transferring regulated lysis solution for eppedorfs. Then one also has built centrifuge to separate the trash from the extraction cell's genetic material required. The robot we designed so far is made with five main parts: control unit, power supply, automated syringe system, robotic arm and centrifuge. All custom designed parts described below was made by us using 3D modeling software and 3D printer. This approach made our prototyping process faster.</p> | ||
- | <p><img src="https://static.igem.org/mediawiki/2014/c/c8/Bot-robot-figure1.png" alt="the robot"></p> | + | <p class="graphics"><img src="https://static.igem.org/mediawiki/2014/c/c8/Bot-robot-figure1.png" alt="the robot"></p> |
<p>On figure 1 shows the robot with all parties.</p> | <p>On figure 1 shows the robot with all parties.</p> | ||
<p><img src="https://static.igem.org/mediawiki/2014/2/2a/Bot-robot-figure2.png" alt="the robot"></p> | <p><img src="https://static.igem.org/mediawiki/2014/2/2a/Bot-robot-figure2.png" alt="the robot"></p> | ||
Line 95: | Line 332: | ||
<p>Finally, figure 4 shows the robotic arm capable of moving up and deliver the solution coming from the syringe to the eppedorfs, and centrifuge capable of achieving speeds of up to 10,000 rpm.</p> | <p>Finally, figure 4 shows the robotic arm capable of moving up and deliver the solution coming from the syringe to the eppedorfs, and centrifuge capable of achieving speeds of up to 10,000 rpm.</p> | ||
</div> | </div> | ||
- | < | + | <div class="videocapa"> |
- | + | <video width="320" height="240" controls> | |
- | + | <source src="https://static.igem.org/mediawiki/2014/1/10/LIKA-CESAR-Brasil_Bot_for_automated_nucleic_acid_extraction.ogg" type='video/ogg; codecs="theora, vorbis"'/> | |
+ | </video> | ||
+ | </div> | ||
+ | |||
</div> | </div> | ||
<footer> | <footer> |
Latest revision as of 02:26, 18 October 2014
PROJECT
Robot
The Bot was created to automate the processes required for the creation of the biosensor for breast cancer. For this, were needed to achieve two functions: The extraction of DNA and RNA from the blood and the readings of biosensors.
Due to the time of iGEM, we focus our efforts on making the Bot perform nucleic acid extraction from blood, for use in the biosensor. For this function, the Bot needed to have a structure those stores and transferred lysis solution (homemade) for eppedorfs with blood, and a centrifuge for separating waste from the extraction cell, the genetic material.
For this purpose, it was built an interconnected to a robotic arm electrical syringe. This system is responsible for transferring regulated lysis solution for eppedorfs. Then one also has built centrifuge to separate the trash from the extraction cell's genetic material required. The robot we designed so far is made with five main parts: control unit, power supply, automated syringe system, robotic arm and centrifuge. All custom designed parts described below was made by us using 3D modeling software and 3D printer. This approach made our prototyping process faster.
On figure 1 shows the robot with all parties.
Then, in Figure 2 it is possible see the control unit system.
In Figure 3, shows the electric syringe constructed with the capacity to direct the solution with control and precision.
Finally, figure 4 shows the robotic arm capable of moving up and deliver the solution coming from the syringe to the eppedorfs, and centrifuge capable of achieving speeds of up to 10,000 rpm.