Team:SEU A/Project

From 2012.igem.org

(Difference between revisions)
(Overall project)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box! You can remove it from your pages once you have read and understood the alert *** -->
+
<html>
 +
<head>
 +
<meta charset="utf-8">
 +
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
<title>iGEM 2012 SEU_A</title>
 +
<link href="http://fonts.googleapis.com/css?family=Arvo" rel="stylesheet" type="text/css" />
 +
<link href="css/styles.css" rel="stylesheet" type="text/css" />
 +
<script src="js/jquery-1.7.1.min.js"></script>
 +
<script src="js/jquery.flexslider-min.js"></script>
 +
</head>
 +
<style>
 +
* {
 +
margin:0;
 +
padding:0;
 +
}
 +
body {
 +
background:#FFF;
 +
        position:relative;
 +
        width:100%; 
 +
}
 +
#content {
 +
top:-160px;
 +
position:relative;
 +
width:100%;
 +
height:1350px;
 +
margin:0px 0px 0px auto;
 +
background-image:url('https://static.igem.org/mediawiki/2012/1/1f/Background.jpg');
 +
background-repeat:repeat-x repeat-y;
 +
}
 +
a {
 +
color:#000;
 +
text-decoration:none;
 +
}
 +
p {
 +
line-height:140%;
 +
}
 +
h2 {
 +
font-size:30px;
 +
color:#160000;
 +
padding:0 0 10px 0;
 +
}
 +
h3 {
 +
font-size:18px;
 +
color:#160000;
 +
padding:0 0 10px 0;
 +
}
 +
h4 {
 +
color:#9e9e9e;
 +
font-size:18px;
 +
}
 +
.container {
 +
width: 960px;
 +
margin: 0 auto;
 +
}
 +
header h1 {
 +
padding:25px 0 0 0;
 +
}
 +
header h1 a {
 +
font-size: 42px;
 +
color:#160000;
 +
text-decoration:none;
 +
}
 +
.title1{
 +
position:relative;
 +
margin:120px 0px 0px;
 +
}
 +
.titleword{
 +
    position:relative;
 +
    margin:120px auto;
 +
    font-size:40px;
 +
    color:#000;
 +
    text-align:center;
 +
}
 +
.mainContent {
 +
float: right;
 +
width: 660px;
 +
padding:20px 0 20px 0;
 +
}
 +
.post {
 +
border-bottom: 1px  dashed #4b4b4b;
 +
    box-shadow: 0 1px #F2F2F2;
 +
margin-bottom:40px;
 +
}
 +
.post p {
 +
padding:10px 0;
 +
}
 +
.date {
 +
float:left;
 +
}
 +
.author {
 +
float:right;
 +
}
 +
.readmore {
 +
padding:0 0 20px 0;
 +
}
 +
.sidebar1 {
 +
margin: 0 690px 0 0;
 +
padding:20px 0 20px 0;
 +
border-right: 1px solid #BBBBBB;
 +
    box-shadow: 1px 0px #ffffff;
 +
}
 +
.sidebar1 p {
 +
width:220px;
 +
}
 +
input {
 +
}
 +
.sidebar1Separator {
 +
height:50px;
 +
}
-
<html>
+
footer {
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
border-top:1px solid #bbbbbb;
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
background:#e1e1e1;
-
This is a template page. READ THESE INSTRUCTIONS.
+
}
-
</div>
+
footer p {
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
text-align:center;
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki. You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
padding:30px;
-
</div>
+
}
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
.clearfloat {
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace.
+
clear:both;
 +
    height:0;
 +
    font-size: 1px;
 +
    line-height: 0px;
 +
}
 +
/*--------------------------------------------------------------------------------------------*/
 +
/********* begin MAIN NAV ********/
 +
/*--------------------------------------------------------------------------------------------*/
 +
.navcontainer ul {
 +
padding: 20px 0;
 +
margin: 0;
 +
list-style-type: none;
 +
background:#000;
 +
color: #FFF;
 +
width: 100%;
 +
text-align: center;
 +
box-shadow: 0px 6px 7px 0px #828282;
 +
}
 +
.navcontainer li {
 +
text-align: center;
 +
display: inline;
 +
}
 +
.navcontainer li a {
 +
text-decoration: none;
 +
color: #9c9b9b;
 +
padding: 20px 10px;
 +
text-shadow: none;
 +
text-transform:uppercase;
 +
font-weight:bold;
 +
font-size:18px;
 +
}
 +
.navcontainer li a:hover {
 +
background:url(../images/activeMenuGradient.jpg) repeat-x;
 +
color: #fff;
 +
}
 +
.navcontainer #active a {
 +
background:url(../images/activeMenuGradient.jpg) repeat-x;
 +
color: #fff;
 +
}
 +
/*--------------------------------------------------------------------------------------------*/
 +
/********* end MAIN NAV ********/
 +
</style>
 +
<body>
 +
<div class="navcontainer">
 +
    <ul class="navlist">
 +
        <li><a href="https://2012.igem.org/Team:SEU_A">Home</a></li>
 +
        <li id="active"><a href="https://2012.igem.org/Team:SEU_A/Project">Project</a></li>
 +
        <li><a href="https://2012.igem.org/Team:SEU_A/Modeling">Modeling</a></li>
 +
        <li><a href="https://2012.igem.org/Team:SEU_A/Notebook">Notebook</a></li>
 +
        <li><a href="https://2012.igem.org/Team:SEU_A/Safety">Safety</a></li>
 +
        <li><a href="https://2012.igem.org/Team:SEU_A/Attributions">Human Practice</a></li>
 +
        <li><a href="https://2012.igem.org/Team:SEU_A/Team">About Us</a></li>
 +
    </ul>
</div>
</div>
 +
<div class="container">
 +
    <header>
 +
    <div class="title1">
 +
<img src="https://static.igem.org/mediawiki/2012/a/af/Seua_title.png">
 +
</div>
 +
    <div class="titleword">
 +
    Project
 +
    </div>
 +
        <p><br>By SEU_A, Nanjing, China</p>
 +
        <br class="clearfloat" />
 +
    </header>
 +
    <contents>
 +
    <h1>Overall project</br></h1>
 +
    <h3 style="font-family:Tamoha;font-weight:light;font-size:16px;">As we all know, since the discovery of penicillin, people gradually rely on various antibiotics to kill bacteria. However, the adaptation ability of bacteria that of responding to these medicines is out of our imagination , the speed of production of resistance to drugs is faster than creating a new effective drug as well. We come across a big dilemma in drug resistance when fight with the bacteria. Consequently, a new and effective method of killing bacteria is in urgent need.</br>
 +
Based on this consideration, we come up with two innovative ways which have great advantage over the traditional one.</br>
 +
The first one, we try to take advantage of the bacteria's own selection system. In order to achieve our goal ,we intend to construct a new plasmid ,which can not only be of great benefit to the multiplication of bacteria but also cause the death of bacteria when needed. Regularly,the sweet genes will express, promoting the spread of plasmid from one bacteria to another through transconjugation (a process bacteria inherently own) in some degree. Once its account reaches a certain threshold , the dead gene switch will turn on, resulting in the death of the host bacteria. The second method derives from the idea of cannibalism, we settle on a Bdellovibrio bacteriovorus strain, who lived in cracking other bacteria. We consider to reconstruct the chemotaxis of Bdellovibrio bacteriovorus,which leads to some sort of special chemotaxis action,and then improves the sterilization efficiency to a certain bacteria. Besides due to the special sterilization of Bdellovibrio bacteriovorus that can decompose the genetic material of the target bacteria, it can diminish the probability of bacteria resistance at the same time.</br></h3>
 +
    </contents>
</div>
</div>
 +
<footer>
 +
    <p>
 +
        Copyright &copy; Southeast University, All rights reserved. Designed by iGEM 2012 SEU_A
 +
    </p>
 +
</footer>
 +
</body>
</html>
</html>
-
 
-
<!-- *** End of the alert box *** -->
 
-
 
-
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
 
-
!align="center"|[[Team:SEU_A|Home]]
 
-
!align="center"|[[Team:SEU_A/Team|Team]]
 
-
!align="center"|[https://igem.org/Team.cgi?year=2012&team_name=SEU_A Official Team Profile]
 
-
!align="center"|[[Team:SEU_A/Project|Project]]
 
-
!align="center"|[[Team:SEU_A/Parts|Parts Submitted to the Registry]]
 
-
!align="center"|[[Team:SEU_A/Modeling|Modeling]]
 
-
!align="center"|[[Team:SEU_A/Notebook|Notebook]]
 
-
!align="center"|[[Team:SEU_A/Safety|Safety]]
 
-
!align="center"|[[Team:SEU_A/Attributions|Attributions]]
 
-
|}
 
-
 
-
 
-
 
-
 
-
== '''Overall project''' ==
 
-
 
-
As we all know, since the discovery of penicillin, people gradually rely on various antibiotics to kill bacteria. However, the adaptation ability of bacteria that of responding to these medicines is out of our imagination , the speed of production of resistance to drugs is faster than creating a new effective drug as well. We come across a big dilemma in drug resistance when fight with the bacteria. Consequently, a new and effective method of killing bacteria is in urgent need.
 
-
 
-
Based on this consideration, we come up with two innovative ways which have great advantage over the traditional one.
 
-
 
-
The first one, we try to take advantage of the bacteria's own selection system. In order to achieve our goal ,we intend to construct a new plasmid ,which can not only be of great benefit to the multiplication of bacteria but also cause the death of bacteria when needed. Regularly,the sweet genes will express, promoting the spread of plasmid from one bacteria to another through transconjugation (a process bacteria inherently own) in some degree. Once its account reaches a certain threshold , the dead gene switch will turn on, resulting in the death of the host bacteria. The second method derives from the idea of cannibalism, we settle on a Bdellovibrio bacteriovorus strain, who lived in cracking other bacteria. We consider to reconstruct the chemotaxis of Bdellovibrio bacteriovorus,which leads to some sort of special chemotaxis action,and then improves the sterilization efficiency to a certain bacteria. Besides due to the special sterilization of Bdellovibrio bacteriovorus that can decompose the genetic material of the target bacteria, it can diminish the probability of bacteria resistance at the same time.
 
-
 
-
== Project Details==
 
-
 
-
 
-
 
-
 
-
 
-
=== Part 2 ===
 
-
 
-
 
-
 
-
 
-
 
-
=== The Experiments ===
 
-
 
-
 
-
 
-
 
-
=== Part 3 ===
 
-
 
-
 
-
 
-
 
-
== Results ==
 

Revision as of 08:43, 12 September 2012

iGEM 2012 SEU_A

Project


By SEU_A, Nanjing, China


Overall project

As we all know, since the discovery of penicillin, people gradually rely on various antibiotics to kill bacteria. However, the adaptation ability of bacteria that of responding to these medicines is out of our imagination , the speed of production of resistance to drugs is faster than creating a new effective drug as well. We come across a big dilemma in drug resistance when fight with the bacteria. Consequently, a new and effective method of killing bacteria is in urgent need.
Based on this consideration, we come up with two innovative ways which have great advantage over the traditional one.
The first one, we try to take advantage of the bacteria's own selection system. In order to achieve our goal ,we intend to construct a new plasmid ,which can not only be of great benefit to the multiplication of bacteria but also cause the death of bacteria when needed. Regularly,the sweet genes will express, promoting the spread of plasmid from one bacteria to another through transconjugation (a process bacteria inherently own) in some degree. Once its account reaches a certain threshold , the dead gene switch will turn on, resulting in the death of the host bacteria. The second method derives from the idea of cannibalism, we settle on a Bdellovibrio bacteriovorus strain, who lived in cracking other bacteria. We consider to reconstruct the chemotaxis of Bdellovibrio bacteriovorus,which leads to some sort of special chemotaxis action,and then improves the sterilization efficiency to a certain bacteria. Besides due to the special sterilization of Bdellovibrio bacteriovorus that can decompose the genetic material of the target bacteria, it can diminish the probability of bacteria resistance at the same time.

Copyright © Southeast University, All rights reserved. Designed by iGEM 2012 SEU_A