Difference between revisions of "Team:Newcastle/Parts"

Line 260: Line 260:
  
 
     </div> <!-- end photoSwipe background -->
 
     </div> <!-- end photoSwipe background -->
 +
<section id='team' class="s-services">
  
 +
 +
        <div class="row section-header has-bottom-sep" data-aos="fade-up">
 +
                <div class="col-full">
 +
                            <br>
 +
<br>
 +
<br>
 +
<br>
 +
<h3 class="subhead"></h3>
 +
                <h1 class="display-2">References & Attributions</h1>
 +
            </div>
 +
 +
        </div>
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
<button class="collapsible">Click for References</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: Frank Eardley, Heather Bottomley and Kyle Stanforth
 +
</strong><font></p>
 +
 +
 +
 +
 +
 +
 +
</div>
 +
</section>
 
    
 
    
 
     <!-- Java Script
 
     <!-- Java Script
Line 270: Line 307:
 
     <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}}

Revision as of 16:57, 17 October 2018

Alternative Roots/Protocols

Alternative Roots

Parts Overview

Here we list the parts used in our study - both new and existing.

Parts Used

Name Type Description Designer Length(bp)
BBa_I20270 Coding sequence Positive control for the interLab study Jason Kelly 919
BBa_J364000 Coding sequence GFP gene for the interlab study Traci Haddock-Angelli 918
BBa_J364001 Coding sequence GFP gene for the interlab study Traci Haddock-Angelli 918
BBa_J364002 Coding sequence GFP gene for the interlab study Traci Haddock-Angelli 918
BBa_J364007 Coding sequence GFP gene for the interlab study Traci Haddock-Angelli 918
BBa_J364008 Coding sequence GFP gene for the interlab study Traci Haddock-Angelli 918
BBa_J364009 Coding sequence GFP gene for the interlab study Traci Haddock-Angelli 918
BBa_R0040 Regulatory sequence TetR repressible promoter for the interlab study June Rhee, Connie Tao, Ty Thomson, Louis Waldman 54
BBa_J04450 Coding sequence RFP gene for the interlab study Tamar Odle 1069
BBa_K1033001 Coding sequence Catalyses the reaction from p-coumaric acid to 4-coumaroyl-coenzyme A Karl Holdar 1708
BBa_K2797014 Coding sequence Catalyses the formation of p-coumaric acid from tyrosine Heather Bottomley 1596
BBa_K1497000 Coding sequence Catalyses the reaction from naringenin chalcone to naringenin. Sascha Hein, Niklas Hummel, Sebastian Barthel, Thomas Dohmen 726
BBa_K1497001 Coding sequence Catalyses the reaction from 4-Coumaroyl-CoA to naringenin chalcone. Sascha Hein, Niklas Hummel, Sebastian Barthel, Thomas Dohmen 1197
BBa_K2797002 Composite Composite part for streptomycin resistance Frank Eardley 908
BBa_K2797003 Basic mNeonGreen fluorescent protein gene codon optimised for expression in E. coli Kyle Stanforth 711
BBa_K2797004 Composite Test device 1 (originally BBa_J364000) of the iGEM 2018 InterLab study with mNeonGreen replacing the GFPmut3b fluorescent reporter Kyle Stanforth 909
BBa_K2797005 Composite Test device 2 (originally BBa_J364001) of the iGEM 2018 InterLab study with mNeonGreen replacing the GFPmut3b fluorescent reporter Kyle Stanforth 909
BBa_K2797006 Composite Test device 3 (originally BBa_J364002) of the iGEM 2018 InterLab study with mNeonGreen replacing the GFPmut3b fluorescent reporter Kyle Stanforth 909
BBa_K2797007 Composite Test device 4 (originally BBa_J364007) of the iGEM 2018 InterLab study with mNeonGreen replacing the GFPmut3b fluorescent reporter Kyle Stanforth 909
BBa_K2797008 Composite Positive control (originally BBa_I20270) of the iGEM 2018 InterLab study with mNeonGreen replacing the GFPmut3b fluorescent reporter Kyle Stanforth 910
BBa_K2797013 Plasmid vector High copy BioBrick assembly plasmid pSB1C3 with RFP internal standard Kyle Stanforth 3073
iGEM18 Newcastle




References & Attributions

Attributions: Frank Eardley, Heather Bottomley and Kyle Stanforth