Team:Baskent-Meds/Project

From 2012.igem.org

(Difference between revisions)
(Prototype team page)
 
(9 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert BoxYou can remove it from your pages once you have read and understood the alert *** -->
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 +
<title>Smooth Animated jQuery Menu</title>
 +
<link rel="stylesheet" href="http://buildinternet.com/live/smoothmenu/animated-menu.css"/>
 +
<script src="http://jqueryjs.googlecode.com/files/jquery-1.3.js" type="text/javascript"></script>
 +
<script src="http://buildinternet.com/live/smoothmenu/js/jquery.easing.1.3.js" type="text/javascript"></script>
 +
<script src="http://buildinternet.com/live/smoothmenu/animated-menu.js" type="text/javascript"></script>
 +
<script language="JavaScript" type="text/JavaScript">
 +
<!--
 +
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
 +
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
 +
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
 +
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
 +
}
 +
MM_reloadPage(true);
 +
//-->
 +
</script>
 +
</head>  
 +
<style type="text/css">
 +
 +
 +
#top-section {height: 20px;border-left: none;border-right: none;}
 +
#siteSub {display:none;}
 +
#search-controls {display:none;}
 +
.firstHeading {display:none;}
 +
#search-controls {margin-top:0px;}
 +
#footer-box {display:none;}
 +
#contentSub {display:none;}
 +
#siteSub {display:none;}
 +
#search-controls {display:none;}
 +
.firstHeading {display:none;}
 +
#search-controls {margin-top:0px;}
 +
#footer-box {display:none;}
 +
#top-section {height: 20px;border-left: none;border-right: none;}
 +
.left-menu {margin-top:-12px;
 +
}.right-menu {margin-top:-12px;}
 +
.left-menu ul {border: none;}
 +
#menubar li a { color:#8C8984;        background-color:transparent;}
 +
#menubar ul { color:transparent;        background-color:transparent;}
 +
#menubar { background-color:transparent; font-size:85%; line-height:1em; position:absolute; top:10px; white-space:nowrap; width:50%; z-index:5; height:20px; overflow:hidden}
 +
.left-menu { left:0; padding-left: 0px;}
 +
.right-menu  { right:0;      }
 +
.firstHeading { display:none; }
 +
#menubar{color: #transparent;}
 +
#menubar.right-menu {margin-top:-12px;}
 +
.right-menu ul {border: none;}
 +
#menubar{top:15px;z-index:25;}
 +
#menubar { background-color:f5f6f7; font-size:85%; line-height:1em; position:absolute; top:10px; white-space:nowrap; width:50%; z-index:5; height:20px; overflow:hidden}img[src*="/wiki/skins/common/images/wiki.png"]{    width:0;    height:60px;    padding-right:975px;    background:#transparent;}
 +
#p-logo a{color:#transparent;}
 +
#catlinks { height: 0px; overflow: hidden; display: none; border:  }
-
<html>
+
body{
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
font-family:"Gill Sans MT", Helvetica;
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
font-size: 12px;
-
This is a template page. READ THESE INSTRUCTIONS.
+
background:#F3F3F3;
-
</div>
+
color: #FFFFFF;
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
background-color: #FFFFFF;
-
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>.
+
-
</div>
+
 
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
ul{ 
-
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.
+
    margin:0; 
-
</div>
+
    padding:0; 
 +
 +
 
 +
li{ 
 +
    width:110px; 
 +
    height:40px; 
 +
    float:left; 
 +
    color:#191919; 
 +
    text-align:center; 
 +
    overflow:hidden; 
 +
 +
 
 +
a{
 +
color:#FFF;
 +
text-decoration:none;
 +
font-family: Gill Sans MT, Helvetica;
 +
font-size: 18px;
 +
 +
 
 +
p{ 
 +
    padding:0px 5px; 
 +
 +
 
 +
 +
 
 +
/*Menu Color Classes*/ 
 +
.green{
 +
background:#6AA63B;
 +
color: #FFFFFF;
 +
font-size: 18px;
 +
 +
.yellow{
 +
background:#FBC700;
 +
color: #FFFFFF;
 +
font-size: 18px;
 +
 +
.red{
 +
background:#D52100;
 +
color: #FFFFFF;
 +
font-size: 18px;
 +
 +
.purple{
 +
background:#5122B4;
 +
color: #FFFFFF;
 +
font-size: 18px;
 +
 +
.blue{
 +
background:#0292C0;
 +
color: #FFFFFF;
 +
font-size: 18px;
 +
}
 +
.pink{
 +
background: #330066;
 +
color: #FFFFFF;
 +
font-size: 18px;
 +
}
 +
 
 +
.style2 {
 +
font-size: 16px;
 +
color: #FFFFFF;
 +
}
 +
    a:link {
 +
text-decoration: none;
 +
}
 +
a:visited {
 +
text-decoration: none;
 +
color: #FFFFFF;
 +
}
 +
a:hover {
 +
text-decoration: none;
 +
color: #FFFFFF;
 +
}
 +
a:active {
 +
text-decoration: none;
 +
color: #FFFFFF;
 +
}
 +
    </style>
 +
</head> 
 +
<body> 
 +
    <div id="peripheral" style="position:absolute; left:-2px; top:0px; width:975px; height:1200px; z-index:2">
 +
<div id="extraplasmic" style="position:absolute; left:1px; top:-35px; width:977px; height:91px; z-index:1">
 +
    <p>&nbsp;   </p> 
 +
    <ul><li class="green"><p class="phunk"><a href="/Team:Baskent-Meds">Home</a></p> 
 +
        <p class="subtext">
 +
        <span class="style2">Where we started</span></p> 
 +
        </li> 
 +
        <li class="yellow"> 
 +
            <p><a href="/Team:Baskent-Meds/Project">Project</a></p> 
 +
            <p class="style2">Our lovely project</p> 
 +
        </li> 
 +
        <li class="red"> 
 +
            <p><a href="/Team:Baskent-Meds/Notebook">Notebook</a></p> 
 +
            <p class="style2">Our beloved Notebook</p> 
 +
        </li> 
 +
        <li class="blue"> 
 +
            <p><a href="/Team:Baskent-Meds/Results">Results</a></p> 
 +
            <p class="style2">Yeah, that's all, for now </p> 
 +
        </li> 
 +
        <li class="purple"> 
 +
            <p><a href="/Team:Baskent-Meds/Gallery">Gallery</a></p> 
 +
            <p class="style2">Our little time capsule</p> 
 +
        </li>
 +
<li class="pink"> 
 +
            <p><a href="/Team:Baskent-Meds/Team">Team</a></p> 
 +
            <p class="style2">Shall we meet? </p> 
 +
        </li> 
 +
 +
    </ul>
 +
</div>
 +
 
 +
    <div id="maneviyat" style="position:absolute; left:-2px; top:115px; width:975px; height:181px; z-index:3">
 +
      <p align="center" class="style10" style="margin: 0.4em 0px 0.5em; line-height: 1.5em; font-size: 18px; color: rgb(0, 0, 0); font-family: 'normal Arial', Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">&nbsp;</p>
 +
      <p align="center" class="style10" style="margin: 0.4em 0px 0.5em; line-height: 1.5em; font-size: 24px; color: rgb(0, 0, 0); font-family: 'Gill Sans MT', Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); "><strong>Transformation of<span class="Apple-converted-space"> </span><em>Escherichia coli</em><span class="Apple-converted-space"> </span>In Order To Develop</strong></p>
 +
      <p align="center" class="style10" style="margin: 0.4em 0px 0.5em; line-height: 1.5em; font-size: 24px; color: rgb(0, 0, 0); font-family: 'Gill Sans MT', Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); "><strong><em>Legionella pneumophila</em><span class="Apple-converted-space"> </span>Sensing Bacteria</strong></p>
 +
      <p align="center" style="margin: 0.4em 0px 0.5em; line-height: 1.5em; color: rgb(0, 0, 0); font-family: 'Gill Sans MT', Helvetica; font-size: 18px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); "><strong> </strong></p>
 +
      <p style="margin: 0.4em 0px 0.5em; line-height: 1.5em; color: rgb(0, 0, 0); font-family: 'Gill Sans MT', Helvetica; font-size: 18px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">Our aim, as the team “Baskent_Meds”, is developing bacteria which can recognize<span class="Apple-converted-space"> </span><em>Legionella pneumophila</em><span class="Apple-converted-space"> </span>specifically at species level by legionella quorum sensing (lqs), and respond to that recognition by producing anti-Legionella peptide which is produced by some<em>Staphylococcus</em><span class="Apple-converted-space"> </span>strains.<span class="Apple-converted-space"> </span><em>lqs</em><span class="Apple-converted-space"> </span>gene locus is responsible for quorum sensing mechanism in<em><span class="Apple-converted-space"> </span>Legionella pneumophila</em>. On the<span class="Apple-converted-space"> </span><em>lqs</em><span class="Apple-converted-space"> </span>locus there are three genes;<span class="Apple-converted-space"> </span><em>lqsA</em><span class="Apple-converted-space"> </span>(encoding autoinducer synthase),<span class="Apple-converted-space"> </span><em>lqsR</em><span class="Apple-converted-space"> </span>(encoding response regulator), and<span class="Apple-converted-space"> </span><em>lqsS</em><span class="Apple-converted-space"> </span>(encoding a sensor kinase). LqsA is a pyridoxal-5′-phosphate-dependent enzyme that catalyses the production of the signaling molecule 3-hydroxypentadecane-4-one (LAI-1; Legionella autoinduer-1), a novel member of α-hydroxyketone signalling molecules (Spirig et al., 2008). In this comprehensive and long-termed project, our initial objectives were; generating competent<span class="Apple-converted-space"> </span><em>E. coli</em><span class="Apple-converted-space"> </span>cells in which we are planning to clone<span class="Apple-converted-space"> </span><em>lqs</em><span class="Apple-converted-space"> </span>gene locus (the gene locus responsible for quorum sensing mechanism in<em><span class="Apple-converted-space"> </span>Legionella pneumophila</em>), and optimizing transformation procedures. pNT-1 (Tiaden et al., 2007), a pUCBM20-derivative, bearing full<span class="Apple-converted-space"> </span><em>lqs</em><span class="Apple-converted-space"> </span>gene cluster, and pTS-2 (Spirig et al., 2008), a pMMB207C-derivative expression vector, bearing<span class="Apple-converted-space"> </span><em>LqsA</em><span class="Apple-converted-space"> </span>gene were kindly provided by Prof. Dr. Hubert Hilbi.</p>
 +
      <p style="margin: 0.4em 0px 0.5em; line-height: 1.5em; color: rgb(0, 0, 0); font-family: 'Gill Sans MT', Helvetica; font-size: 18px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">Initially,<span class="Apple-converted-space"> </span><em>E. coli</em><span class="Apple-converted-space"> </span>competent cell groups (JM109, DH5α and XL1-Blue) were formed by exerting calcium chloride precipitation. pNT-1 and pTS-2 were transferred into competent<span class="Apple-converted-space"> </span><em>E. coli</em><span class="Apple-converted-space"> </span>cells using heat shock transformation method, and clones were selected with ampicillin and chloramphenicol, respectively. Plasmid isolations were performed from transformants by QIAprep Spin Miniprep Kit (Qiagen), and visualized by agarose gel electrophoresis. Our recent studies are designing our construct with BioBricks, and amplifying<span class="Apple-converted-space"> </span><em>LqsR</em><span class="Apple-converted-space"> </span>and<span class="Apple-converted-space"> </span><em>LqsS</em>by gene specific primers having restriction enzyme cut sites as small adaptors. We are going to clone these genes by digesting with these restriction enzymes followed by ligation to one of the iGEM vectors. After cloning these genes, we are planning to clone anti-Legionella peptide nucleotide sequence under<span class="Apple-converted-space"> </span><em>lqs</em><span class="Apple-converted-space"> </span>control. In order to check response of transformant<span class="Apple-converted-space"> </span><em>E. coli</em><span class="Apple-converted-space"> </span>we are planning to clone pTS-2 to BL21(DE3)<span class="Apple-converted-space"> </span><em>E. coli</em><span class="Apple-converted-space"> </span>for the constitutive expression and production of the LAI-1 without the handling of the pathogen strains in our laboratory.</p>
 +
      <p style="margin: 0.4em 0px 0.5em; line-height: 1.5em; color: rgb(0, 0, 0); font-family: 'Gill Sans MT', Helvetica; font-size: 18px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">By the end of our experiments, we aim to obtain sensor<span class="Apple-converted-space"> </span><em>E. coli</em><span class="Apple-converted-space"> </span>cells which respond to<span class="Apple-converted-space"> </span><em>Legionella pneumophila<span class="Apple-converted-space"> </span></em>quorum sensing by recognizing LAI-1. Our expression construct will also enable production of the anti-Legionella peptide in response to LAI-1. Since the peptide has specific antibacterial activity on<span class="Apple-converted-space"> </span><em>Legionella</em><span class="Apple-converted-space"> </span>spp., the achievement of the project is the destruction of<span class="Apple-converted-space"> </span><em>Legionella pneumophila<span class="Apple-converted-space"> </span></em>by transformant<span class="Apple-converted-space"> </span><em>E. coli</em><span class="Apple-converted-space"> </span>sensor cells.</p>
 +
    </div>
</div>
</div>
 +
</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:Baskent-Meds|Home]]
 
-
!align="center"|[[Team:Baskent-Meds/Team|Team]]
 
-
!align="center"|[https://igem.org/Team.cgi?year=2012&team_name=Baskent-Meds Official Team Profile]
 
-
!align="center"|[[Team:Baskent-Meds/Project|Project]]
 
-
!align="center"|[[Team:Baskent-Meds/Parts|Parts Submitted to the Registry]]
 
-
!align="center"|[[Team:Baskent-Meds/Modeling|Modeling]]
 
-
!align="center"|[[Team:Baskent-Meds/Notebook|Notebook]]
 
-
!align="center"|[[Team:Baskent-Meds/Safety|Safety]]
 
-
!align="center"|[[Team:Baskent-Meds/Attributions|Attributions]]
 
-
|}
 
-
 
-
 
-
 
-
 
-
== '''Overall project''' ==
 
-
 
-
Tell us more about your project.  Give us background.  Use this is the abstract of your project.  Be descriptive but concise (1-2 paragraphs)
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
== Project Details==
 
-
 
-
 
-
 
-
 
-
 
-
=== Part 2 ===
 
-
 
-
 
-
 
-
 
-
 
-
=== The Experiments ===
 
-
 
-
 
-
 
-
 
-
=== Part 3 ===
 
-
 
-
 
-
 
-
 
-
== Results ==
 

Latest revision as of 06:26, 29 July 2012

Smooth Animated jQuery Menu

 

 

Transformation of Escherichia coli In Order To Develop

Legionella pneumophila Sensing Bacteria

 

Our aim, as the team “Baskent_Meds”, is developing bacteria which can recognize Legionella pneumophila specifically at species level by legionella quorum sensing (lqs), and respond to that recognition by producing anti-Legionella peptide which is produced by someStaphylococcus strains. lqs gene locus is responsible for quorum sensing mechanism in Legionella pneumophila. On the lqs locus there are three genes; lqsA (encoding autoinducer synthase), lqsR (encoding response regulator), and lqsS (encoding a sensor kinase). LqsA is a pyridoxal-5′-phosphate-dependent enzyme that catalyses the production of the signaling molecule 3-hydroxypentadecane-4-one (LAI-1; Legionella autoinduer-1), a novel member of α-hydroxyketone signalling molecules (Spirig et al., 2008). In this comprehensive and long-termed project, our initial objectives were; generating competent E. coli cells in which we are planning to clone lqs gene locus (the gene locus responsible for quorum sensing mechanism in Legionella pneumophila), and optimizing transformation procedures. pNT-1 (Tiaden et al., 2007), a pUCBM20-derivative, bearing full lqs gene cluster, and pTS-2 (Spirig et al., 2008), a pMMB207C-derivative expression vector, bearing LqsA gene were kindly provided by Prof. Dr. Hubert Hilbi.

Initially, E. coli competent cell groups (JM109, DH5α and XL1-Blue) were formed by exerting calcium chloride precipitation. pNT-1 and pTS-2 were transferred into competent E. coli cells using heat shock transformation method, and clones were selected with ampicillin and chloramphenicol, respectively. Plasmid isolations were performed from transformants by QIAprep Spin Miniprep Kit (Qiagen), and visualized by agarose gel electrophoresis. Our recent studies are designing our construct with BioBricks, and amplifying LqsR and LqsSby gene specific primers having restriction enzyme cut sites as small adaptors. We are going to clone these genes by digesting with these restriction enzymes followed by ligation to one of the iGEM vectors. After cloning these genes, we are planning to clone anti-Legionella peptide nucleotide sequence under lqs control. In order to check response of transformant E. coli we are planning to clone pTS-2 to BL21(DE3) E. coli for the constitutive expression and production of the LAI-1 without the handling of the pathogen strains in our laboratory.

By the end of our experiments, we aim to obtain sensor E. coli cells which respond to Legionella pneumophila quorum sensing by recognizing LAI-1. Our expression construct will also enable production of the anti-Legionella peptide in response to LAI-1. Since the peptide has specific antibacterial activity on Legionella spp., the achievement of the project is the destruction of Legionella pneumophila by transformant E. coli sensor cells.