Team:HKUST-Hong Kong/Project Abstraction

From 2012.igem.org

(Difference between revisions)
Line 7: Line 7:
   <script type="text/javascript">
   <script type="text/javascript">
   $(document).ready(function(){
   $(document).ready(function(){
-
     $('#Home').mouseover(function(){
+
     $('#Team').mouseover(function(){
-
     $('#Home').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100);
+
     $('#Team').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100);
     });
     });
-
     $('#Home').mouseleave(function(){
+
     $('#Team').mouseleave(function(){
-
     $('#Home').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
+
     $('#Team').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
     });
     });
     $('#Project').mouseover(function(){
     $('#Project').mouseover(function(){
Line 19: Line 19:
     $('#Project').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
     $('#Project').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
     });
     });
-
     $('#Team').mouseover(function(){
+
     $('#Human_practice').mouseover(function(){
-
     $('#Team').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100);
+
     $('#Human_practice').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100);
     });
     });
-
     $('#Team').mouseleave(function(){
+
     $('#Human_practice').mouseleave(function(){
-
     $('#Team').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
+
     $('#Human_practice').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
     });
     });
-
     $('#Parts').mouseover(function(){
+
     $('#Wet_lab').mouseover(function(){
-
     $('#Parts').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100);
+
     $('#Wet_lab').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100);
     });
     });
-
     $('#Parts').mouseleave(function(){
+
     $('#Wet_lab').mouseleave(function(){
-
     $('#Parts').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
+
     $('#Wet_lab').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
     });
     });
     $('#Extras').mouseover(function(){
     $('#Extras').mouseover(function(){
Line 37: Line 37:
     $('#Extras').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
     $('#Extras').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
     });
     });
-
     $('#Home').click(function(){
+
     $('#Team').click(function(){
-
     $('#Home_Content').slideToggle("slow");
+
     $('#Team_Content').slideToggle("slow");
     });
     });
     $('#Project').click(function(){
     $('#Project').click(function(){
     $('#Project_Content').slideToggle("slow");
     $('#Project_Content').slideToggle("slow");
 +
    });
 +
    $('#Wet_lab').click(function(){
 +
    $('#Wet_lab_Content').slideToggle("slow");
 +
    });
 +
    $('#Human_practice').click(function(){
 +
    $('#Human_practice_Content').slideToggle("slow");
 +
    });
 +
    $('#Extras').click(function(){
 +
    $('#Extras_Content').slideToggle("slow");
     });
     });
     $('#menubar').mouseover(function(){
     $('#menubar').mouseover(function(){
Line 117: Line 126:
display:none;
display:none;
}
}
 +
#Notebook_Content{
#Notebook_Content{
       width:200px;
       width:200px;
Line 192: Line 202:
}
}
-
.Navigation_Buttons#Home{
+
.Navigation_Buttons#Team{
clear:both;
clear:both;
}
}
Line 255: Line 265:
background-repeat:no-repeat;
background-repeat:no-repeat;
float:left;
float:left;
-
}
 
-
 
-
#Side_Bar{
 
-
clear:both;
 
-
width:265px;
 
-
height:750px;
 
-
background-color:#CCFFCC;
 
-
float:right;
 
-
border:3px solid #99FF99;
 
-
border-radius:10px;
 
-
-moz-border-radius:10px;
 
-
}
 
-
 
-
#News_Bar{
 
-
background-color:#FFDDDD;
 
-
border:3px solid #FF9999;
 
-
border-radius:10px;
 
-
-moz-border-radius:10px;
 
-
width:265px;
 
-
height:auto;
 
-
padding-bottom:10px;
 
-
margin-bottom:10px;
 
-
}
 
-
 
-
#News_Content{
 
-
border:1px solid #FF9999;
 
-
width:250px;
 
-
height:200px;
 
-
overflow:auto;
 
-
border-radius:6px;
 
-
-moz-border-radius:6px;
 
-
display:none;
 
}
}
</style>
</style>
 +
</head>
-
</head>
 
<body>
<body>
         <div id="Navigation_top">
         <div id="Navigation_top">
           <div id="iGEM_Logo" class="Upper_Logos"></div>
           <div id="iGEM_Logo" class="Upper_Logos"></div>
           <div id="HKUST_Logo" class="Upper_Logos"></div>
           <div id="HKUST_Logo" class="Upper_Logos"></div>
-
           <div class="Navigation_Buttons" id="Home" align="center"><h3><p>HOME</p></h3></div>
+
           <div class="Navigation_Buttons" id="Team" align="center"><h3><p>TEAM</p></h3></div>
           <div class="Navigation_Buttons" id="Project" align="center"><h3><p>PROJECT</p></h3></div>
           <div class="Navigation_Buttons" id="Project" align="center"><h3><p>PROJECT</p></h3></div>
-
           <div class="Navigation_Buttons" id="Team" align="center"><h3><p>TEAM</p></h3></div>
+
           <div class="Navigation_Buttons" id="Wet_lab" align="center"><h3><p>WET LAB</p></h3></div>
-
           <div class="Navigation_Buttons" id="Parts" align="center"><h3><p>PARTS</p></h3></div>
+
           <div class="Navigation_Buttons" id="Human_practice" align="center"><h3><p>HUMAN PRACTICE</p></h3></div>
           <div class="Navigation_Buttons" id="Extras" align="center"><h3><p>EXTRAS</p></h3></div>
           <div class="Navigation_Buttons" id="Extras" align="center"><h3><p>EXTRAS</p></h3></div>
-
           <div class="Navigation_Content" id="Home_Content">
+
           <div class="Navigation_Content" id="Team_Content">
-
               <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong">Home Page</a></p></div>
+
               <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Introduction">Introduction</a></p></div>
-
               <div class="Content_Buttons"><p>content1</p></div>
+
               <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Supervisor">Supervisor</a></p></div>
-
               <div class="Content_Buttons"><p>content2</p></div>
+
               <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Instructor">Instructor</a></p></div>
-
               <div class="Content_Buttons"><p>content3</p></div>
+
               <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Members">Members</a></p></div>
-
               <div class="Content_Buttons"><p>content4</p></div>
+
               <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Advisors">Advisors</a></p></div>
-
               <div class="Content_Buttons""><p>content5</p></div>
+
               <div class="Content_Buttons""><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Acknowledgement">Acknowledgement</a></p></div>
-
              <div class="Content_Buttons"><p>content6</p></div>
+
           </div>
           </div>
           <div class="Navigation_Content" id="Project_Content">
           <div class="Navigation_Content" id="Project_Content">
-
               <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Project_Abstraction">Project Abstraction</a></p></div>
+
               <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Project_Abstraction">Project Abstract</a></p></div>
 +
              <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Background_and_Motive">Background and<br> Motive</a></p></div>
               <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Project">Project Description</a></p></div>
               <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Project">Project Description</a></p></div>
 +
              <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Module">Module</a></p></div>
 +
              <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Chasis">Chasis</a></p></div>
               <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Safety">Safety</a></p></div>
               <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Safety">Safety</a></p></div>
-
               <div class="Content_Buttons"><p>content2</p></div>
+
               <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Expectation">Expectation</a></p></div>
-
              <div class="Content_Buttons"><p>content3</p></div>
+
               <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Potential_Application">Potential applicaiton</a></p></div>
-
               <div class="Content_Buttons"><p>content4</p></div>
+
           </div>
           </div>
-
           <div class="Navigation_Content" id="Team_Content" align="center">
+
           <div class="Navigation_Content" id="Wet_lab_Content" align="center">
 +
              <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Parts_and_Device">Parts and Device</a></p></div>
 +
              <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Notebook">Notebook</a></p></div>
 +
              <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Characterization">Characterization</a></p></div>
 +
              <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Achievement">Achievement</a></p></div>
 +
              <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Prospect">Prospect</a></p></div>
           </div>
           </div>
-
           <div class="Navigation_Content" id="Parts_Content" align="center">
+
           <div class="Navigation_Content" id="Human_practice_Content" align="center">
 +
              <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Overview">Overview</a></p></div>
 +
              <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Interview">Interview</a></p></div>
 +
              <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Presentation">Presentation</a></p></div>
 +
              <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Calendar">Calendar</a></p></div>
           </div>
           </div>
           <div class="Navigation_Content" id="Extras_Content" align="center">
           <div class="Navigation_Content" id="Extras_Content" align="center">
 +
              <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Glossary">Glossary</a></p></div>
 +
              <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Site_Map">Site Map</a></p></div>
 +
              <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Photo_Gallery">Photo Gallery</a></p></div>
           </div>
           </div>
         </div>
         </div>

Revision as of 04:45, 23 September 2012

Team:HKUST-Hong Kong - 2012.igem.org

PROJECT ABSTRACTION

Project name: B. hercules
---The Terminator of Colon Cancer

The dispersal of toxic anti-tumor chemicals in the circulatory system during conventional cancer treatment prompts us to consider the need of alternative cancer therapies. In an effort to combat with colorectal carcinoma, we aim to use genetically modified Bacillus subtilis to execute targeted drug delivery to cancer cells in the digestive tract, offering an advantage of generating minimal adverse effect on normal colon epithelial cells. Targeting is achieved by expressing RPMrel, a colon tumor specific binding peptide, on the cell wall using a LytC cell wall binding system. The anti-tumor cytokine, bone morphogenetic protein 2 (BMP-2), is synthesized and secreted out from the bacteria with the help of a signaling peptide fused to the protein. To control the timing and amount of BMP2 release, two regulatory systems, xylose-inducible system and ydcE/ydcD toxin-antitoxin system are introduced to minimize the harmful effect from BMP2 overdose.