Msburridge (Talk | contribs) |
Alice Banks (Talk | contribs) m |
||
(19 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Newcastle/ | + | {{Newcastle/navbar2}} |
<html> | <html> | ||
<head> | <head> | ||
− | <title>Alternative Roots/ | + | <title>Alternative Roots/Software</title> |
</head> | </head> | ||
Line 9: | Line 9: | ||
<!-- home | <!-- home | ||
================================================== --> | ================================================== --> | ||
− | <section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="https://static.igem.org/mediawiki/2018/ | + | <section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="https://static.igem.org/mediawiki/2018/f/fb/T--Newcastle--SoftwareCover.png"> |
<div class="overlay"></div> | <div class="overlay"></div> | ||
Line 21: | Line 21: | ||
<h1> | <h1> | ||
− | Software | + | Software Overview |
Line 27: | Line 27: | ||
<div class="home-content__buttons"> | <div class="home-content__buttons"> | ||
− | <a href=" | + | <a onclick="location.href='https://2018.igem.org/Team:Newcastle/Software/OT'" class="smoothscroll btn btn--stroke"> |
+ | OpenTrons | ||
+ | </a> | ||
+ | <a onclick="location.href='https://2018.igem.org/Team:Newcastle/Software/NH1'" class="smoothscroll btn btn--stroke"> | ||
NH-1 | NH-1 | ||
− | |||
− | |||
− | |||
</a> | </a> | ||
</div> | </div> | ||
Line 37: | Line 37: | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> <!-- end home-content --> | </div> <!-- end home-content --> | ||
Line 53: | Line 46: | ||
================================================== --> | ================================================== --> | ||
− | + | <section id='Opentrons' class="s-services"> | |
<div class="row section-header has-bottom-sep" data-aos="fade-up"> | <div class="row section-header has-bottom-sep" data-aos="fade-up"> | ||
− | + | <div class="col-full"> | |
− | + | <h3 class="subhead"></h3> | |
− | <h1 class="display-1 | + | <h1 class="display-1">Overview</h1> |
</div> | </div> | ||
</div> <!-- end section-header --> | </div> <!-- end section-header --> | ||
− | + | <div class="row about-desc" data-aos="fade-up"> | |
− | + | <div class="col-full"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
+ | <p style="font-size:100%">A significant proportion of the Alternative Roots project was based on software, whether that was for automation of experiments via the Opentrons OT-2 or small-scale plant growth via our NH-1. Both systems were carefully programmed by our team for efficiency and reliability.</p> | ||
− | + | <p style="font-size:100%">Newcastle were fortunate to win an Opentrons OT-2 liquid-handling robot in 2018. The OT-2 is programmed in Python and is equipped with two pipettes capable of pipetting between 1 and 300 µL as well as a temperature module, capable of maintaining temperatures between 0-100 °C. We have created and deposited code that allows OT-2 users to automate small-scale (100 µL) heat-shock transformations of <i>E. coli</i>. The value of this code was demonstrated when it was used to perform a statistical ‘Definitive Screening Design’ screen to examine the impact that transformation buffers have on transformation efficiency. As a result, we identified a new buffer composition with 10-fold improved transformation efficiency. Perhaps more importantly, the combination of the code and the robot resulted in greater reliability than the manual protocol.</p> | |
+ | <br> | ||
+ | <br> | ||
+ | </div> | ||
+ | </div> | ||
− | </section> <!-- end s- | + | </section> <!-- end s-services --> |
+ | <section id='team' class="s-services"> | ||
− | |||
− | |||
− | |||
− | |||
<div class="row section-header has-bottom-sep" data-aos="fade-up"> | <div class="row section-header has-bottom-sep" data-aos="fade-up"> | ||
<div class="col-full"> | <div class="col-full"> | ||
− | <h3 class="subhead"></h3> | + | <br> |
− | <h1 class="display- | + | <br> |
+ | <br> | ||
+ | <br> | ||
+ | <h3 class="subhead"></h3> | ||
+ | <h1 class="display-2">References & Attributions</h1> | ||
</div> | </div> | ||
− | |||
− | + | </div> | |
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <button class="collapsible">Click for References & Attributions</button> | |
+ | <div class="content"> | ||
+ | <div class="row about-desc" data-aos="fade-up"> | ||
+ | <div class="col-full"> | ||
− | + | <p class="about-para"><font size="2"><strong>Attributions: Umar Farooq | |
− | + | </strong><font></p> | |
Line 130: | Line 104: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | </div> | ||
+ | </section> | ||
Line 214: | Line 160: | ||
<script type="text/javascript" src="https://2018.igem.org/Template:Newcastle/JSmain? | <script type="text/javascript" src="https://2018.igem.org/Template:Newcastle/JSmain? | ||
action=raw&ctype=text/javascript"></script> | action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <script> | ||
+ | var coll = document.getElementsByClassName("collapsible"); | ||
+ | var i; | ||
+ | |||
+ | for (i = 0; i < coll.length; i++) { | ||
+ | coll[i].addEventListener("click", function() { | ||
+ | this.classList.toggle("active"); | ||
+ | var content = this.nextElementSibling; | ||
+ | if (content.style.maxHeight){ | ||
+ | content.style.maxHeight = null; | ||
+ | } else { | ||
+ | content.style.maxHeight = content.scrollHeight + "px"; | ||
+ | } | ||
+ | }); | ||
+ | } | ||
+ | </script> | ||
</body> | </body> | ||
</html> | </html> | ||
{{Newcastle/footer}} | {{Newcastle/footer}} |
Latest revision as of 23:24, 17 October 2018
Alternative Roots
Software Overview
Overview
A significant proportion of the Alternative Roots project was based on software, whether that was for automation of experiments via the Opentrons OT-2 or small-scale plant growth via our NH-1. Both systems were carefully programmed by our team for efficiency and reliability.
Newcastle were fortunate to win an Opentrons OT-2 liquid-handling robot in 2018. The OT-2 is programmed in Python and is equipped with two pipettes capable of pipetting between 1 and 300 µL as well as a temperature module, capable of maintaining temperatures between 0-100 °C. We have created and deposited code that allows OT-2 users to automate small-scale (100 µL) heat-shock transformations of E. coli. The value of this code was demonstrated when it was used to perform a statistical ‘Definitive Screening Design’ screen to examine the impact that transformation buffers have on transformation efficiency. As a result, we identified a new buffer composition with 10-fold improved transformation efficiency. Perhaps more importantly, the combination of the code and the robot resulted in greater reliability than the manual protocol.
References & Attributions
Attributions: Umar Farooq