Team:Fatih-Medical/Dracoli

From 2012.igem.org

(Difference between revisions)
Line 2: Line 2:
{{Template:Fatih-Dracoli-Menu}}
{{Template:Fatih-Dracoli-Menu}}
<html>
<html>
 +
 +
 +
<style>
 +
/*Make sure your page contains a valid doctype at the top*/
 +
#simplegallery1{ //CSS for Simple Gallery Example 1
 +
position: relative; /*keep this intact*/
 +
visibility: hidden; /*keep this intact*/
 +
border: none;
 +
}
 +
 +
.gallerylayer img {
 +
    width: 720px;
 +
    height: 540px;
 +
}
 +
</style>
 +
 +
<script src="https://2012.igem.org/Team:Fatih-Medical/js/simplegallery.js?action=raw"></script>
 +
 +
<script type="text/javascript">
 +
 +
var mygallery=new simpleGallery({
 +
wrapperid: "simplegallery1", //ID of main gallery container,
 +
dimensions: [720, 540], //width/height of gallery in pixels. Should reflect dimensions of the images exactly
 +
imagearray: [
 +
 +
["https://static.igem.org/mediawiki/2012/archive/f/f7/20120925220645!Sherlocoli_Overview_%281%29.png", "", "", ""],
 +
["https://static.igem.org/mediawiki/2012/archive/f/f7/20120925220709!Sherlocoli_Overview_%281%29.png", "", "", ""],
 +
["https://static.igem.org/mediawiki/2012/archive/f/f7/20120925220746!Sherlocoli_Overview_%281%29.png", "", "", ""],
 +
["https://static.igem.org/mediawiki/2012/archive/f/f7/20120925220808!Sherlocoli_Overview_%281%29.png", "", "", ""],
 +
["https://static.igem.org/mediawiki/2012/archive/f/f7/20120925220850!Sherlocoli_Overview_%281%29.png", "", "", ""],
 +
["https://static.igem.org/mediawiki/2012/archive/f/f7/20120925220910!Sherlocoli_Overview_%281%29.png", "", "", ""],
 +
["https://static.igem.org/mediawiki/2012/archive/f/f7/20120925220931!Sherlocoli_Overview_%281%29.png", "", "", ""],
 +
["https://static.igem.org/mediawiki/2012/archive/f/f7/20120925221007!Sherlocoli_Overview_%281%29.png", "", "", ""],
 +
["https://static.igem.org/mediawiki/2012/archive/f/f7/20120925221032!Sherlocoli_Overview_%281%29.png", "", "", ""],
 +
["https://static.igem.org/mediawiki/2012/archive/f/f7/20120925223210!Sherlocoli_Overview_%281%29.png", "", "", ""]
 +
 +
],
 +
autoplay: [true, 2500, 2], //[auto_play_boolean, delay_btw_slide_millisec, cycles_before_stopping_int]
 +
persist: false, //remember last viewed slide and recall within same session?
 +
fadeduration: 500, //transition duration (milliseconds)
 +
oninit:function(){ //event that fires when gallery has initialized/ ready to run
 +
//Keyword "this": references current gallery instance (ie: try this.navigate("play/pause"))
 +
},
 +
onslide:function(curslide, i){ //event that fires after each slide is shown
 +
//Keyword "this": references current gallery instance
 +
//curslide: returns DOM reference to current slide's DIV (ie: try alert(curslide.innerHTML)
 +
//i: integer reflecting current image within collection being shown (0=1st image, 1=2nd etc)
 +
}
 +
})
 +
 +
</script>
<div class="grid_15">
<div class="grid_15">
<h3>Overview</h3>
<h3>Overview</h3>
 +
 +
<div style="margin-left: auto; margin-right: auto;" id="simplegallery1"></div>
Despite the great expansibility potential of the synthetic biology, the productions of unwilling genetically modified organisms (GMOs) are the main obstacle that slows down the expansion of SynBio. For this concern, safety in environment is the very first issue when scientists come up with a new project. In the case of studying on the assays that involve in vivo media or include biological components, this safety issue becomes necessary. Considering the media that we aim to use in our first module, the possibility of the production of GMO through the conjugation or horizontal gene transfer must be taken into account.  
Despite the great expansibility potential of the synthetic biology, the productions of unwilling genetically modified organisms (GMOs) are the main obstacle that slows down the expansion of SynBio. For this concern, safety in environment is the very first issue when scientists come up with a new project. In the case of studying on the assays that involve in vivo media or include biological components, this safety issue becomes necessary. Considering the media that we aim to use in our first module, the possibility of the production of GMO through the conjugation or horizontal gene transfer must be taken into account.  

Revision as of 00:28, 26 September 2012

Overview

Despite the great expansibility potential of the synthetic biology, the productions of unwilling genetically modified organisms (GMOs) are the main obstacle that slows down the expansion of SynBio. For this concern, safety in environment is the very first issue when scientists come up with a new project. In the case of studying on the assays that involve in vivo media or include biological components, this safety issue becomes necessary. Considering the media that we aim to use in our first module, the possibility of the production of GMO through the conjugation or horizontal gene transfer must be taken into account.

Regarding all of these, we designed a third module in our project that poses a promising solution for involuntary GMO production. Halorhodopsin is an ion channel that is activated by direct emission of light. After activation, it transfers chloride ions into the cell. In our design, we aim to use this mechanism to induce our chloride inducible promoter system which we plan to use as a second mechanism to produce bacterium lysis device. Thus, we intend to induce a self-destruction throughout our bacteria by emitting light.
Fatih Medical © 2012