Line 27: | Line 27: | ||
$( "#reporters_box" ).hide(); | $( "#reporters_box" ).hide(); | ||
$( "#adaptors_box" ).show(); | $( "#adaptors_box" ).show(); | ||
+ | $( "#framework_box" ).hide(); | ||
$( "#reset" ).show(); | $( "#reset" ).show(); | ||
}); | }); | ||
Line 35: | Line 36: | ||
$( "#adaptors_box" ).hide(); | $( "#adaptors_box" ).hide(); | ||
$( "#reporters_box" ).hide(); | $( "#reporters_box" ).hide(); | ||
+ | $( "#framework_box" ).hide(); | ||
$( "#reset" ).show(); | $( "#reset" ).show(); | ||
}); | }); | ||
Line 43: | Line 45: | ||
$( "#adaptors_box" ).hide(); | $( "#adaptors_box" ).hide(); | ||
$( "#reporters_box" ).hide(); | $( "#reporters_box" ).hide(); | ||
+ | $( "#framework_box" ).hide(); | ||
$( "#reset" ).show(); | $( "#reset" ).show(); | ||
}); | }); | ||
Line 48: | Line 51: | ||
$( "#reporters_res" ).click(function() { | $( "#reporters_res" ).click(function() { | ||
$( "#reporters_box" ).show(); | $( "#reporters_box" ).show(); | ||
+ | $( "#processors_box" ).hide(); | ||
+ | $( "#detectors_box" ).hide(); | ||
+ | $( "#adaptors_box" ).hide(); | ||
+ | $( "#framework_box" ).hide(); | ||
+ | $( "#reset" ).show(); | ||
+ | }); | ||
+ | |||
+ | $( "#framework_res" ).click(function() { | ||
+ | $( "#framework_box" ).show(); | ||
+ | $( "#reporters_box" ).hide(); | ||
$( "#processors_box" ).hide(); | $( "#processors_box" ).hide(); | ||
$( "#detectors_box" ).hide(); | $( "#detectors_box" ).hide(); | ||
Line 87: | Line 100: | ||
$( "#adaptors_box" ).show(); | $( "#adaptors_box" ).show(); | ||
$( "#reporters_box" ).show(); | $( "#reporters_box" ).show(); | ||
+ | $( "#framework_box" ).show(); | ||
$( "#reset" ).show(); | $( "#reset" ).show(); | ||
}); | }); | ||
Line 96: | Line 110: | ||
$( "#adaptors_box" ).hide(); | $( "#adaptors_box" ).hide(); | ||
$( "#reporters_box" ).hide(); | $( "#reporters_box" ).hide(); | ||
+ | $( "#framework_box" ).hide(); | ||
}); | }); | ||
Line 174: | Line 189: | ||
<td rowspan="4"> | <td rowspan="4"> | ||
− | <img title="Full Framework in Cells" class="hoverable" src="https://static.igem.org/mediawiki/2017/7/7b/T--Newcastle--BB_flask_results.png"/> | + | <a href="https://2017.igem.org/Team:Newcastle/Results#framework_box"><img title="Full Framework in Cells" id="framework_res" class="hoverable" src="https://static.igem.org/mediawiki/2017/7/7b/T--Newcastle--BB_flask_results.png"/></a> |
</td> | </td> | ||
Line 1,438: | Line 1,453: | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!----- FRAMEWORK RESULTS IN HERE | ||
+ | |||
+ | |||
+ | FULL IPTG TESTING FRAMEWORK | ||
+ | |||
+ | |||
+ | ---------------> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <tr> | ||
+ | <td> | ||
+ | <div id="framework_box" class="info_box"> | ||
+ | |||
+ | <h5>Sensynova Framework Testing (IPTG Sensor): The Results</h5> | ||
+ | <br /> | ||
+ | <p3> Click the headings to see experiments and results</p3> | ||
+ | <br /> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <h4>BioBricks used: <a href="#">BBa_0123456 (New)</a>, <a href="#">BBa_7890123 (Team_Name 20XX)</a><br /></h4> | ||
+ | <!--- Link all biobricks used. State whether they are our new bricks or current bricks and give the team name that originally submitted it. --> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="result-img> | ||
+ | <img style="width:100%" src="https://static.igem.org/mediawiki/2017/c/c1/Senslogo3.png"/> | ||
+ | </div> | ||
+ | <div class="result-img-capt"> | ||
+ | <p> | ||
+ | <b>Diagrammatic Overview:</b> <!--- Insert image name between tags. ----> | ||
+ | This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. | ||
+ | <!--- Described what the diagram is showing. If biobricks are depicted give BBa_ numbers --> | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <h7>Rationale and Aim</h7> | ||
+ | <!--- Why was this done? what problem is it addressing? How does it address that problem? How does it fit into the rest of the project? What were the aims for this? ---> | ||
+ | |||
+ | |||
+ | |||
+ | <br /> | ||
+ | <h7>Background Information</h7> | ||
+ | <!--- Reference where the idea came from. Explain the theory behind it. Discuss why it should achieve points given above. ---> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <br /> | ||
+ | <h7>Design Stage</h7> | ||
+ | <!--- How was this stage designed? What was its sequence (if it's a part)? Was it modelled? What considerations were taken into account when making it? What challenges were there? How does the design link back to the rationale? (i.e. why does this design work). ---> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <br /> | ||
+ | <h7>Implementation</h7> | ||
+ | <!--- How was this part of the project implemented? How was it assembled if it is a part? How was it prepared for testing? What were the challenges? Why was it implemented in that way (e.g. why was that assembly method chosen)? How was it confirmed as having been implemented/assembled correctly? Include gels, images of plates, sequence data, preliminary information, etc. and refer to the specific sections of the lab-book which document this. ---> | ||
+ | |||
+ | |||
+ | |||
+ | <br /> | ||
+ | <h7>Characterisation</h7> | ||
+ | <!-- What experiments were performed? Refer to specific protocols, relevant sections of the lab-book, and provide enough detail that experiments could be carried out by anyone without prior knowledge of the project. Why was each experiment performed? How do they link back to the rationale/aims? What results were expected and what was actually observed? Explain the results with graphs/etc. (include legends) and what each result means. --> | ||
+ | |||
+ | |||
+ | |||
+ | <br /> | ||
+ | <h7>Conclusions and Future Work</h7> | ||
+ | <!--- Give a quick overview of what this section of the project was, the aims, and to what extent they were achieved. Discuss what further characterisation could be performed and whether anything (e.g. the design of a part) could be modified to improve it. Discuss what the next step would be (e.g. test more variants, repeats, etc.)--> | ||
+ | |||
+ | |||
+ | |||
+ | <br /> | ||
+ | <h7>References</h7> | ||
+ | <!--- Reference list ---> | ||
+ | |||
+ | |||
+ | <!--------------------------- END IPTG SENSOR --------------------------------------------------------------------------------------------------------> | ||
Line 1,452: | Line 1,601: | ||
</td> | </td> | ||
</tr> | </tr> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
Revision as of 12:12, 13 October 2017
Our Experimental ResultsClick elements of the diagram below to see results for each section of our project.
Alternatively, click here to see a list of our experiments and results. Want to learn more about our framework (above)? Head over to our description page! |
||||||||||||||||||||||||||||||||||||||||||||||
Biochemcial Adaptor Modules: The ResultsSarcosine Oxidase (Glyphosate to Formaldehyde)BioBricks used: BBa_0123456 (New), BBa_7890123 (Team_Name 20XX)
Diagrammatic Overview: This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. |
||||||||||||||||||||||||||||||||||||||||||||||
Detector Modules: The ResultsSynthetic Promoter LibraryBioBricks used: BBa_0123456 (New), BBa_7890123 (Team_Name 20XX)
Diagrammatic Overview: This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. Arsenic BiosensorBioBricks used: BBa_0123456 (New), BBa_7890123 (Team_Name 20XX)
Diagrammatic Overview: This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. Psicose Biosensor (Paris-Every Collaboration)BioBricks used: BBa_0123456 (New), BBa_7890123 (Team_Name 20XX)
Diagrammatic Overview: This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. |
||||||||||||||||||||||||||||||||||||||||||||||
Processor Modules: The ResultsFim Standby SwitchBioBricks used: BBa_0123456 (New), BBa_7890123 (Team_Name 20XX)
Diagrammatic Overview: This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. Signal TunersBioBricks used: BBa_0123456 (New), BBa_7890123 (Team_Name 20XX)
Diagrammatic Overview: This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. | ||||||||||||||||||||||||||||||||||||||||||||||
Reporter Modules: The ResultsdeGFPBioBricks used: BBa_0123456 (New), BBa_7890123 (Team_Name 20XX)
Diagrammatic Overview: This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. ChromoproteinsBioBricks used: BBa_K2205016 (New),BBa_K2205017 (New),BBa_K2205018 (New), BBa_K1033915 (Uppsala 2013), BBa_K1033925 (Uppsala 2013), BBa_K1033929 (Uppsala 2013)
Diagrammatic Overview: This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. The Sensynova multicellular biosensor platform has been developed to overcome the limitations identified by our team [hyperlink to human practices] that hamper the success in biosensors development. One of these limits regards the lack of modularity and reusability of the various components. Our platform design, based on the expression of three main modules (Detector, Processor and Output) by three E.coli strains in co-culture, allows the switch of possible variances for each module and the production of multiple customised biosensors. [Insert image of modules here] This section of the project is based on testing the modularity of the system by replacing the sfGFP output part of the Sensynova platform design with three different output chromoprotein variants; BBa_K1033929 (aeBlue), BBa_K1033925 (spisPink) and BBa_K1033915 (amajLime). |
||||||||||||||||||||||||||||||||||||||||||||||
Sensynova Framework Testing (IPTG Sensor): The ResultsBioBricks used: BBa_0123456 (New), BBa_7890123 (Team_Name 20XX)
Diagrammatic Overview: This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. This is a caption. |