Team:HKUST-Hong Kong/Project

From 2012.igem.org

(Difference between revisions)
 
(38 intermediate revisions not shown)
Line 5: Line 5:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
-
<script type="text/javascript">
+
  <script type="text/javascript">
 +
  $(document).ready(function(){
 +
    $('#Team').mouseover(function(){
 +
    $('#Team').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100);
 +
    });
 +
    $('#Team').mouseleave(function(){
 +
    $('#Team').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
 +
    });
 +
    $('#Project').mouseover(function(){
 +
    $('#Project').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100);
 +
    });
 +
    $('#Project').mouseleave(function(){
 +
    $('#Project').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
 +
    });
 +
    $('#Human_practice').mouseover(function(){
 +
    $('#Human_practice').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100);
 +
    });
 +
    $('#Human_practice').mouseleave(function(){
 +
    $('#Human_practice').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
 +
    });
 +
    $('#Wet_lab').mouseover(function(){
 +
    $('#Wet_lab').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100);
 +
    });
 +
    $('#Wet_lab').mouseleave(function(){
 +
    $('#Wet_lab').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
 +
    });
 +
    $('#Extras').mouseover(function(){
 +
    $('#Extras').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100);
 +
    });
 +
    $('#Extras').mouseleave(function(){
 +
    $('#Extras').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
 +
    });
 +
    $('#Team').click(function(){
 +
    $('#Team_Content').slideToggle("slow");
 +
    });
 +
    $('#Project').click(function(){
 +
    $('#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').stop().animate({top:"0px"},500);
 +
    });
 +
    $('#menubar').mouseleave(function(){
 +
    $('#menubar').stop().animate({top:"-40px"},500);
 +
    });
 +
    $('#menubar.right-menu').mouseover(function(){
 +
    $('#menubar.right-menu').stop().animate({top:"0px"},500);
 +
    });
 +
    $('#menubar.right-menu').mouseleave(function(){
 +
    $('#menubar.right-menu').stop().animate({top:"-40px"},500);
 +
    });
 +
    $('#News_Click').click(function(){
 +
    $('#News_Content').slideToggle("slow");
 +
    });
 +
  });
-
</script>
+
</script>
<title>Team:HKUST-Hong Kong - 2012.igem.org</title>
<title>Team:HKUST-Hong Kong - 2012.igem.org</title>
Line 13: Line 75:
<style type="text/css">
<style type="text/css">
-
#top-section {
+
.firstHeading {
-
background-color:#FFBB55;
+
    height:0px;
-
height: 21px;
+
    visibility:hidden;
-
border: none;
+
}
-
width:977px;
+
#content {
-
margin-bottom:0px;
+
    border-left-width:1px;
 +
    border-right-width:1px;
 +
    width:965px;
 +
}
 +
#top-section {      
 +
        background-position: center center;
 +
        background-repeat: no-repeat;
 +
        background-color: #92d2ff;
 +
        border-width:0px;
 +
        height:0;
 +
}
 +
#siteSub {
 +
    display:none;
 +
}
 +
#contentSub {
 +
    display:none;
}
}
-
 
-
#p-logo {
 
-
position: absolute;
 
-
display: none;}
 
-
 
#search-controls {
#search-controls {
-
display: none;}
+
    margin-top:14px;
 +
}
 +
#menubar {
 +
    background-color:  #000000;
 +
    top: -4px;
 +
    width: 488px;
 +
    height:40px;
 +
    position:absolute;
 +
    top:-40px;
 +
    border-bottom:3px solid #FF8A00;
 +
}
-
#menubar.left-menu {
+
#menubar ul li a {  
-
position: absolute;
+
    color: #007da6;
-
top:0px;
+
-
left:0px;
+
-
background-color:#FFBB55;
+
-
border-left:3px solid #FF4400;
+
}
}
-
#menubar.right-menu {
+
#menubar.right-menu{
-
position: absolute;
+
positon:relative;
-
top:0px;
+
-
right:0px;
+
-
background-color:#FFBB55;
+
-
border-right:3px solid #FF4400;
+
}
}
-
#menubar ul li{
+
.right-menu li a {  
-
background-color:transparent;
+
    color: #007da6;
-
background:transparent;
+
    background-color: #000000;
}
}
-
#menubar a {color:#000000; background-color:transparent;}
+
#search-controls{
-
#menubar a:hover{text-decoration:none; color:#6B5A3A; background-color:transparent;}
+
display:none;
 +
}
 +
#Notebook_Content{
 +
      width:200px;
 +
      margin-left:10px;
 +
      margin-right:10px;
 +
      background-color:#FFDDFF;
 +
      display:none;
 +
      height:auto;
 +
}
-
#menubar a:active,#menubar a:hover,#menubar a:link,#menubar a:visited {color: #000000;}
+
#Modeling_Content{
 +
      width:200px;
 +
      margin-left:10px;
 +
      margin-right:10px;
 +
      background-color:#DDFFFF;
 +
      display:none;
 +
      height:auto;
 +
}
#topHeader{
#topHeader{
-
width:965px;
+
      width:965px;
-
height:320px;
+
      height:320px;
}
}
.firstHeading{
.firstHeading{
-
width:950px;
+
        width:950px;
-
alignment-adjust:right;
+
        alignment-adjust:right;
-
visibility:hidden;
+
        visibility:hidden;
-
display:none;
+
        display:none;
}
}
#contentSub{
#contentSub{
-
display:none;
+
        display:none;
}
}
#globalWrapper{
#globalWrapper{
-
background-color:#AAA;
+
        background-color:#999;
}
}
Line 80: Line 170:
border-right-color:#FFF;
border-right-color:#FFF;
}
}
 +
#Navigation_top{
#Navigation_top{
 +
padding-top:20px;
width:971px;
width:971px;
height:auto;
height:auto;
background-color: #FFBB55;
background-color: #FFBB55;
float:left;
float:left;
-
border-left:3px solid #FF4400;
+
border-left:3px solid #FF8A00;
-
border-right:3px solid #FF4400;
+
border-right:3px solid #FF8A00;
-
border-bottom:3px solid #FF4400;
+
border-bottom:3px solid #FF8A00;
position:relative;
position:relative;
-
top:-11px;
+
background-image:url('http://www.anders.bennehag.com/wp-content/uploads/2009/02/hkust2.jpg');
 +
top:-20px;
left:-6px;
left:-6px;
 +
border-radius:10px;
 +
-moz-border-radius:10px;
}
}
.Navigation_Buttons{
.Navigation_Buttons{
-
width:174px;
+
width:168px;
height:50px;
height:50px;
margin:10px;
margin:10px;
-
float:left;
 
position:relative;
position:relative;
 +
float:left;
 +
background-color:#333333;
 +
opacity:0.6;
 +
border:3px solid #000000;
 +
border-radius:10px;
 +
-moz-border-radius:10px;
}
}
-
.Navigation_Buttons#Home{
+
.Navigation_Buttons#Team{
-
background-color:#FFBBFF;
+
clear:both;
}
}
-
.Navigation_Buttons#Project{
+
.Navigation_Buttons h3 p{
-
background-color:#DDFFFF;
+
color:#FFFFFF;
}
}
-
.Navigation_Buttons#Team{
+
div.Navigation_Content{
-
background-color:#FFFFDD;
+
width:950px;
 +
height:auto;
 +
margin:7px;
 +
display:none;
 +
float:left;
 +
opacity:0.6;
 +
background-color:#555555;
 +
border:3px solid #000000;
 +
border-radius:10px;
 +
-moz-border-radius:10px;
}
}
-
.Navigation_Buttons#Parts{
+
.Navigation_Content#Home_Content{
-
background-color:#FF99BB;
+
position:inherit;
}
}
-
.Navigation_Buttons#Extras{
+
.Content_Buttons{
-
background-color:#BBBBFF;
+
width:164px;
 +
height:50px;
 +
margin:10px;
 +
background-color:#000000;
 +
padding-top:20px;
 +
opacity:1.0;
 +
position:relative;
 +
text-align:center;
 +
vertical-align:middle;
 +
float:left;
 +
border:3px solid #FFFFFF;
 +
border-radius:7px;
 +
-moz-border-radius:7px;
}
}
-
.Navigation_Content{
+
.Content_Buttons p a{
-
width:174px;
+
color:#33DDFF;
-
height:auto;
+
text-decoration:none;
-
margin:10px;
+
size:10px;
-
display:none;
+
}
 +
 
 +
.Upper_Logos#iGEM_Logo{
 +
width:100px;
 +
height:80px;
 +
background-image:url('https://static.igem.org/mediawiki/2012/3/32/Igem-logo.png');
 +
background-size:100px 80px;
 +
background-repeat:no-repeat;
float:left;
float:left;
-
background-color:white;
 
}
}
-
.Navigation_Content#Home_Content{
+
.Upper_Logos#HKUST_Logo{
-
position:inherit;
+
width:80px;
 +
height:80px;
 +
background-image:url('https://static.igem.org/mediawiki/2012/b/b0/UCL-Igem.png');
 +
background-size:70px 80px;
 +
background-repeat:no-repeat;
 +
float:left;
}
}
 +
</style>
 +
</head>
 +
 +
<body>
 +
        <div id="Navigation_top">
 +
          <div id="iGEM_Logo" class="Upper_Logos"></div>
 +
          <div id="HKUST_Logo" class="Upper_Logos"></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="Wet_lab" align="center"><h3><p>WET LAB</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_Content" id="Team_Content">
 +
              <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><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Supervisor">Supervisor</a></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><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Members">Members</a></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><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Acknowledgement">Acknowledgement</a></p></div>
 +
          </div>
 +
          <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 Abstract</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/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/Module">Module</a></p></div>
 +
              <div class="Content_Buttons"><p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Chassis">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/Expectation">Expectation</a></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>
 +
          <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 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 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><p align="center"><font size="20">PROJECT DESCRIPTION</font></p></div>
 +
    <div id="paragraph1" class="bodyParagraphs">
 +
      <div align="center">
 +
          <h1><p><font size=50>B. hercules</font><br>------<i>The Terminator of Colon Cancer</i></p></h1>
 +
      </div>
 +
      <p>Millions of cancer patients around the world currently depend on conventional cancer therapies to extend their life. These conventional therapies, composed of surgery, radiotherapy and chemotherapies, have their limitations and shortcomings. Short term and long term side effects include vomiting, hair loss, organ failure or even induction of a second tumor brought about by the spreading toxicity of anti-tumor chemicals in the circulatory system, thus prompting active research into alternative cancer therapies. We, the 2012 HKUST iGEM team, have chosen to focus on colorectal carcinomas, the fourth most common cancer type, as our study object. We aim to use genetically modified <i>Bacillus subtilis</i> to execute targeted drug delivery to cancer cells in the intestinal tract, offering an advantage of minimal harm of the drug to normal colon epithelial cells. <br><br> Our project hopes to modify <i>B. subtilis</i> cells to recognize colon carcinomas. Targeting is to be achieved by expressing a colon tumor specific binding peptide on the cell wall using a cell wall binding system.<br><br> After binding, an anti-tumor chemokine is to be synthesized and secreted out from the bacterial cells with the help of a signaling peptide fused to the protein. To minimize over-production of this tumor suppressor, an inducible production system is introduced. This option of external inducible control will allow us to initiate chemokine release at a time that the effect can be most effective when the killer bacteria are closing in to the colon cancer cells. <br><br> Finally, in consideration of both biosafety issues and the possible harm from an over-dosage of antitumor drug, a toxin-antitoxin system is to be employed in our bacterial vector. We are designing this system to provide a minimum threshold of antitumor drug production and at the same time, minimize the risk from plasmid lateral transfer among gut flora. </p>       
 +
    </div>
 +
<style type="text/css">
#paragraph1{
#paragraph1{
Line 148: Line 338:
-moz-border-radius:10px;
-moz-border-radius:10px;
}
}
-
 
</style>
</style>
-
 
-
</head>
 
-
 
-
<body>
 
-
 
-
<div id="Navigation_top">
 
-
  <div class="Navigation_Buttons" id="Home" align="center" style="outline:0px solid #FFBBFF"><h3><p style="position:relative" align="center">HOME</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="Parts" align="center"><h3><p>PARTS</p></h3></div>
 
-
  <div class="Navigation_Buttons" id="Extras" align="center"><h3><p>EXTRAS</p></h3></div>
 
-
 
-
  <div class="Navigation_Content" id="Home_Content" align="center">
 
-
      <p>Home Page</p>
 
-
      <p>content1</p>
 
-
      <p>content2</p>
 
-
      <p>content3</p>
 
-
      <p>content4</p>
 
-
      <p>content5</p>
 
-
      <p>content6</p>
 
-
    </div>
 
-
    <div class="Navigation_Content" id="Project_Content" align="center">
 
-
      <p>Our Project</p>
 
-
      <p><a href="https://2012.igem.org/Team:HKUST-Hong_Kong/Project">Project Description</a></p>
 
-
      <p>content1</p>
 
-
      <p>content2</p>
 
-
      <p>content3</p>
 
-
      <p>content4</p>
 
-
    </div>
 
-
    <div class="Navigation_Content" id="Team_Content" align="center">
 
-
    </div>
 
-
    <div class="Navigation_Content" id="Parts_Content" align="center">
 
-
    </div>
 
-
    <div class="Navigation_Content" id="Extras_Content" align="center">
 
-
    </div>
 
-
</div>
 
-
 
-
<div><p align="center"><font size="20" face="verdana">PROJECT DESCRIPTION</font></p></div>
 
-
    <div id="paragraph1" class="bodyParagraphs">
 
-
      <div align="center">
 
-
          <h1><p><font size=50 face="Algerian">B. hercules</font><br>------The Terminator of Colon Cancer</p></h1>
 
-
      </div>
 
-
      <p>Millions of cancer patients around the world currently depend on conventional cancer therapies to extend their life. These conventional therapies, composed of surgery, radiotherapy and chemotherapies, have their limitations and shortcomings. Short term and long term side effects include vomiting, hair loss, organ failure or even induction of a second tumor brought about by the spreading toxicity of anti-tumor chemicals in the circulatory system, thus prompting active research into alternative cancer therapies. We, the 2012 HKUST iGEM team, have chosen to focus on colorectal carcinomas, the fourth most common cancer type, as our study object. We aim to use genetically modified Bacillus subtilis to execute targeted drug delivery to cancer cells in the intestinal tract, offering an advantage of minimal harm of the drug to normal colon epithelial cells. </p>       
 
-
    </div>
 
-
   
 
</body>
</body>

Latest revision as of 14:34, 25 September 2012

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

PROJECT DESCRIPTION

B. hercules
------The Terminator of Colon Cancer

Millions of cancer patients around the world currently depend on conventional cancer therapies to extend their life. These conventional therapies, composed of surgery, radiotherapy and chemotherapies, have their limitations and shortcomings. Short term and long term side effects include vomiting, hair loss, organ failure or even induction of a second tumor brought about by the spreading toxicity of anti-tumor chemicals in the circulatory system, thus prompting active research into alternative cancer therapies. We, the 2012 HKUST iGEM team, have chosen to focus on colorectal carcinomas, the fourth most common cancer type, as our study object. We aim to use genetically modified Bacillus subtilis to execute targeted drug delivery to cancer cells in the intestinal tract, offering an advantage of minimal harm of the drug to normal colon epithelial cells.

Our project hopes to modify B. subtilis cells to recognize colon carcinomas. Targeting is to be achieved by expressing a colon tumor specific binding peptide on the cell wall using a cell wall binding system.

After binding, an anti-tumor chemokine is to be synthesized and secreted out from the bacterial cells with the help of a signaling peptide fused to the protein. To minimize over-production of this tumor suppressor, an inducible production system is introduced. This option of external inducible control will allow us to initiate chemokine release at a time that the effect can be most effective when the killer bacteria are closing in to the colon cancer cells.

Finally, in consideration of both biosafety issues and the possible harm from an over-dosage of antitumor drug, a toxin-antitoxin system is to be employed in our bacterial vector. We are designing this system to provide a minimum threshold of antitumor drug production and at the same time, minimize the risk from plasmid lateral transfer among gut flora.