ULB/9 July 2009

From 2009.igem.org

(Difference between revisions)
 
(9 intermediate revisions not shown)
Line 1: Line 1:
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
-
+
 
<head>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>iGEM Team:ULB-Brussels Wiki</title>
<title>iGEM Team:ULB-Brussels Wiki</title>
-
+
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
-
<style>  
+
<link rel="stylesheet" type="text/css" href="menu.css" media="screen" />
-
+
-
body {
+
-
width: 910px;
+
-
font-family: Arial;
+
-
+
-
                                        margin: 0 auto;
+
-
}
+
<!-- Auto-Reload script for Dev -->
 +
<script language="javascript" type="text/javascript">
 +
<!--
 +
function timedRefresh(timeoutPeriod) {
 +
setTimeout("location.reload(true);",timeoutPeriod);
 +
}
 +
//  -->
 +
</script>
 +
        <style type="text/css">
 +
/*  Design for https://2009.igem.org/Team:ULB-Brussels
-
#header {
+
    Université Libre de Bruxelles
-
margin: 0px;
+
*/
-
padding: 15px;
+
-
margin-top: -21px; /* strange... */
+
-
}
+
-
#banner {
+
html body {
-
                                       
+
width: 910px;
-
height: 140px;
+
font-family: Arial;
-
background-image:url(https://static.igem.org/mediawiki/2009/c/c7/BannerUlb.png);
+
margin: 0 auto;
-
}
+
}
-
#banner h1 {
+
html body div.header {
-
padding-top: 50px;
+
margin: 0px;
-
text-align: center;
+
padding: 0px;
-
color: #4E7DB7;
+
margin-top: -21px; /* strange... */
-
font-size: 40px;
+
}
-
}
+
-
#header ul {
+
/* ===== banner ===== */
-
margin-top: 0px;
+
-
margin-bottom: 0px;
+
-
list-style-type: none;
+
/* banner = large image on the top of the page, begind the title */
-
}
+
-
/* ===== menu ===== */
+
html body div.header div.banner {
 +
height: 171px;
 +
background-image: url(https://static.igem.org/mediawiki/2009/0/0a/Logoulb1.png);
 +
    background-repeat: no-repeat;
 +
}
-
#menu {
+
html body div.header div.banner h1 {
-
/*background-color: #4E7DB4;*/
+
padding-top: 50px;
-
background-color: #3E6DA4;
+
   
-
height: 30px;
+
text-align: center;
-
color: white;
+
    text-decoration: none;
-
padding: 0px;
+
    border: none;
-
}
+
-
#menu li {
+
color: #4E7DB7;
-
float: left;
+
font-size: 40px;
-
width: 120px;
+
}
-
text-align: center;
+
-
margin: 0px;
+
html body div.header ul {
-
margin-top: 10px;
+
    /* these are common to both 'menu' and 'submenu' */
-
}
+
margin-top: 0px;
-
+
margin-bottom: 0px;
-
#menu li :hover {
+
   
-
color: #5F7EB4;
+
list-style-type: none;
-
background-color: #FFFFFF;
+
    list-style-image: none;
 +
}
-
margin: 0px;
+
/* ===== menu ===== */
-
padding-left: 15px;
+
/* menu = horizontal bar containing the main links to other sections of the wiki */
-
padding-right: 15px;
+
-
padding-top: 4px;
+
-
padding-bottom: 3px;
+
-
}
+
-
#menu li #selection {
+
html body div.header div.menu {
-
color: #5F7EB4;
+
    background-color: #3E6DA4;
-
background-color: #FFFFFF;
+
color: white;
 +
   
 +
height: 30px;
 +
padding: 0px;
 +
}
-
margin: 0px;
+
html body div.header div.menu li {
 +
float: left;
 +
text-align: center;
 +
   
 +
    width: 120px;
 +
margin: 0px;
 +
margin-top: 10px;
 +
}
 +
 +
html body div.header div.menu li :hover {
 +
color: #5F7EB4;
 +
background-color: #FFFFFF;
-
padding-left: 15px;
+
margin: 0px;
-
padding-right: 15px;
+
-
padding-top: 4px;
+
-
padding-bottom: 3px;
+
-
}
+
-
#menu a {
+
padding-left: 15px;
-
color: white;
+
padding-right: 15px;
-
text-decoration: none;
+
padding-top: 4px;
-
}
+
padding-bottom: 3px;
 +
}
-
/* ===== submenu ===== */
+
/* class 'selection' refers to the 'selected' menu, in order to change it's color to white */
 +
html body div.header div.menu li a.selection {
 +
color: #5F7EB4;
 +
background-color: #FFFFFF;
-
#submenu {
+
margin: 0px;
-
/*background-color: #404040;*/
+
-
background-color: white;
+
-
height: 25px;
+
-
+
-
font-size: small;
+
-
+
-
border-bottom-style: solid;
+
-
border-bottom-width: 1px;
+
-
border-bottom-color: #AAAAAA;
+
-
}
+
-
#submenu li {
+
padding-left: 15px;
-
float: left;
+
padding-right: 15px;
-
width: 120px;
+
padding-top: 4px;
-
text-align: center;
+
padding-bottom: 3px;
 +
}
-
margin: 0px;
+
html body div.header div.menu li a {
-
margin-top: 4px;
+
color: white;
-
}
+
text-decoration: none;
-
+
}
-
#submenu li :hover {
+
-
color: #5F7EB4;
+
-
background-color: #FFFFFF;
+
-
margin: 0px;
+
/* ===== submenu ===== */
-
padding-left: 15px;
+
/* submenu = changing horizontal bar containing the main links to subsections of other sections of the wiki */
-
padding-right: 15px;
+
-
padding-bottom: 3px;
+
-
}
+
-
#submenu a {cf
+
html body div.header div.submenu {
-
color: #5F7EB4;
+
/*background-color: #404040;*/
-
text-decoration: none;
+
background-color: white;
-
}
+
height: 25px;
 +
 +
font-size: small;
 +
 +
border-bottom-style: solid;
 +
border-bottom-width: 1px;
 +
border-bottom-color: #AAAAAA;
 +
}
-
/* ===== main ===== */
+
html body div.header div.submenu li {
 +
float: left;
 +
width: 120px;
 +
text-align: center;
-
#panel {
+
margin: 0px;
-
float: right;
+
margin-top: 4px;
-
border-left-style: solid;
+
}
-
border-left-width: 1px;
+
-
border-left-color: #AAAAAA;
+
-
+
-
padding-left: 10px;
+
-
margin-left: 10px;
+
-
margin-top: 20px;
+
-
+
-
width: 250px;
+
-
font-size: small;
+
-
}
+
-
#panel a {
+
html body div.header div.submenu li :hover {
-
text-decoration: none;
+
color: #5F7EB4;
-
font-weight: bold;
+
background-color: #FFFFFF;
-
color: #3E6DA4;
+
-
}
+
-
#panel img {
+
margin: 0px;
-
width: 50px;
+
-
height: 50px;
+
-
border-style: none;
+
-
float: left;
+
-
margin-right: 7px;
+
-
}
+
-
#panel a:hover {
+
padding-left: 15px;
-
color: #F5B455;
+
padding-right: 15px;
-
}
+
padding-bottom: 3px;
 +
}
-
#countdown {
+
html body div.header div.submenu li a {
-
margin-bottom: 20px;
+
color: #5F7EB4;
-
}
+
text-decoration: none;
-
#countdown font {
+
}
-
color: #5F7EB4;
+
-
}
+
-
#panel .sponsor {
+
/* ===== panel ===== */
-
margin-bottom: 10px;
+
-
min-height: 50px;
+
-
}
+
-
#main {
+
/* panel = box containing mascotte, contdown and links to sponsors */
-
font-size: small;
+
-
padding-left: 10px;
+
-
padding-right: 10px;
+
-
width: 625px;
+
-
text-align: justify;
+
-
}
+
-
#main .abstract {
+
html body div.panel {
-
font-weight: bold;
+
    float: right;
 +
    border-left-style: solid;
 +
    border-left-width: 1px;
 +
    border-left-color: #AAAAAA;
 +
   
 +
    padding-left: 10px;
 +
    margin-left: 10px;
 +
    margin-top: 20px;
 +
   
 +
    width: 250px;
 +
    font-size: small;
 +
}
 +
/* appearance of the links */
 +
html body div.panel a {
 +
    text-decoration: none;
 +
    font-weight: bold;
 +
    color: #3E6DA4;
 +
}
-
#welcome img {
+
html body div.panel a:hover {
-
width: 626px;
+
    color: #F5B455;
-
height: 150px;
+
}
-
margin-top: 10px;
+
-
border-style: none;
+
-
}
+
 +
/* == countdown == */
-
</style>
+
html body div.panel div.countdown {
-
</head>
+
    /*margin-top: 20px;
-
<body >
+
    margin-bottom: 20px;
 +
    height: 30px;*/
 +
    margin: 20px;
 +
    padding: 20px;
 +
}
-
<div id="header">
+
.countdown font {
-
<div id="banner">
+
    padding: 20px;
-
<h1>Team ULB-Brussels</h1>
+
    margin: 20px;
 +
    color: #5F7EB4;
 +
}
 +
 
 +
/* == sponsors == */
 +
 
 +
html body div.panel div.sponsor {
 +
    margin-bottom: 10px;
 +
    min-height: 50px;
 +
}
 +
 
 +
/* appearance of the sponsor's logos */
 +
html body div.panel div.sponsor img {
 +
    width: 50px;
 +
    height: 50px;
 +
    border-style: none;
 +
    float: left;
 +
    margin-right: 7px;
 +
}
 +
 
 +
/* ===== main ===== */
 +
 
 +
html body div.main {
 +
font-size: small;
 +
padding-left: 10px;
 +
padding-right: 10px;
 +
    width: 910;
 +
    text-align: justify;
 +
}
 +
 
 +
html body div.main p.abstract {
 +
font-weight: bold;
 +
}
 +
 
 +
html body div.main div.welcome img {
 +
    width: 626px;
 +
    height: 150px;
 +
    margin-top: 10px;
 +
    border-style: none;
 +
}
 +
 
 +
html body div.footer {
 +
}
 +
 
 +
        </style>
 +
       
 +
</head>
 +
 
 +
    <!-- *** Uncomment next line to enable autorefresh (developper mode) *** -->
 +
<!-- <body onload="JavaScript:timedRefresh(5000);"> -->
 +
<!-- <body> -->
 +
    <body>
 +
        <!--
 +
            header : box on the top of the page containing the banner and links to sections and subsections of
 +
            the wiki.
 +
        -->
 +
<div class="header">
 +
           
 +
<div class="banner">
 +
<h1></h1>
</div>
</div>
-
<div id="menu">
+
<div class="menu">
<ul>
<ul>
-
<li><a class="mainlink" href="/Team:ULB-Brussels/Home">Home</a></li>
+
<li><a class="mainlink" href="/Team:ULB-Brussels">Home</a></li>
-
+
<li><a class="mainlink" href="/Team:ULB-Brussels/Team">Team</a></li>
<li><a class="mainlink" href="/Team:ULB-Brussels/Team">Team</a></li>
-
 
<li><a class="mainlink" href="/Team:ULB-Brussels/Project">Project</a></li>
<li><a class="mainlink" href="/Team:ULB-Brussels/Project">Project</a></li>
-
 
<li><a class="mainlink" href="/Team:ULB-Brussels/Parts">Parts</a></li>
<li><a class="mainlink" href="/Team:ULB-Brussels/Parts">Parts</a></li>
-
+
<li><a class="mainlink" href="/Team:ULB-Brussels/Safety">Safety</a></li>
-
<li><a class="mainlink" href="/Team:ULB-Brussels/Modeling">Modeling</a></li>
+
<li><a class="mainlink selection" href="/Team:ULB-Brussels/Notebook">Notebook</a></li>
-
+
-
<li><a class="mainlink" href="/Team:ULB-Brussels/Notebook">Notebook</a></li>
+
-
+
<li><a class="mainlink" href="/Team:ULB-Brussels/Sponsors">Sponsors</a></li>
<li><a class="mainlink" href="/Team:ULB-Brussels/Sponsors">Sponsors</a></li>
</ul>
</ul>
</div>
</div>
-
<div id="submenu">
+
<div class="submenu">
-
<lu>
+
<ul>
 +
<!--
<li><a href="#english">English</a></li>
<li><a href="#english">English</a></li>
<li><a href="#french">French</a></li>
<li><a href="#french">French</a></li>
 +
 +
<li><a href="#dutch">Dutch</a></li>
<li><a href="#dutch">Dutch</a></li>
<li><a href="#german">German</a></li>
<li><a href="#german">German</a></li>
<li><a href="#spanish">Spanish</a></li>
<li><a href="#spanish">Spanish</a></li>
<li><a href="#italian">Italiano</a></li>
<li><a href="#italian">Italiano</a></li>
-
</lu>
+
<li><a href="#chinese">Chinese</a></li>
 +
-->
 +
 
 +
                   
 +
</ul>
</div>
</div>
</div>
</div>
          
          
-
         
+
        <!--
-
<div id=" metting">
+
            panel : box on the right containing a countdown, links to the sponsors
-
METTING OF JULY 9 2009
+
-
<p>Up to now, we had begun with designer plasmidic constructions, i.e. to find a promoter, a sequence RBS, a reporter gene,… which can “stick” with the standard of assembly 21.</p>
+
-
<p>
+
-
In parallel,we needed to designer primer for each gene of interest in order to amplify them by PCR. These genes of interest are the following:
+
-
<ul>
+
-
<li> the operon hfsEFGH</li>
+
-
<li>the opéron hfsABC</li>
+
-
<li> the gene hfsD (separately because it is transcribed in the opposite direction ofhfs ABC and thus we would like to turn over it).</br> Note: the stock of Caulobacter crescentus used is the CB15N.
+
-
</ul>
+
-
</p>
+
-
<p>
+
-
Today, after discussion, we agreed to amplify hfsD (not mutation necessary), hfsEF (not mutation necessary), hfsG (to be amplified with primer carrying out the mutation wished to eliminate the site from restriction => see chart of restriction in appendix) and hfsH (to be amplified with primer carrying out the mutation wished to eliminate the site from restriction => see chart of restriction in appendix) by PCR and to ask for the synthesis of hfsABC (because it is in these 3 genes which we have the most problems on the level of the presence of undesirable sites of restriction than we should have changed by mutation).
+
-
HfsABC  presenting number very high of bases (approximately 2 times more than what one can normally order), it will have to be seen with “GeneArt” if it is all the same possible to have them. The budget would be approximately 1000 dollars.
+
-
<p>
+
-
Considering the fact that, excepted hfsG and hfsH, all the above mentioned genes have a homologous at E.Coli, we initially will try to see whether the adhesive could be secreted while inserting a plasmide in E.Coli containing only these 2 genes. We redrew necessary primer.
+
-
</p>
+
-
<p>
+
-
<b>Analyze of complete genome to see what sequences are between hfsG and hfsH:</b>
+
-
<ul>
+
-
<li>The end of the “part hsfG” must be at the beginning of the “part hsfH” to carry out the PCR and in order to correctly be able “to stick” the pieces  later (after analysis via Genbank, the two sequences overlap on the level of a hsfA). </li>
+
-
<li> It would be although, in the primers, the bases to be changed are as much as possible has A or T (considering there is less of hydrogen bond to break). (see continuation of this document) (we wait green light to order them)
+
-
<li>To analyse the use of let us codon between hfsG and hfsH: an Excel table (bellow) was carried out on this subject. The values are expressed as a percentage. <br>The two values which could pose problem are out of orange </br>
+
-
<br><img src="https://static.igem.org/mediawiki/2009/5/53/Proteinhg_ulb.jpg" alt="proteinshg"></br>
+
            [ REMOVED ]
-
</ul>
+
        -->
-
</p>
+
-
<p>
+
-
It is necessary to think of phenotypical tests for our first handling . (see, for example, if the bacteria adhere to the tube culture,…).  to get information about the subject (articles + I will add that in my email with Mr. Brun, autor of artcle)
+
-
</p>
+
-
Notes:
+
-
<ul>
+
-
<li>It is the <b>sequence ORI</b> which makes it possible to control the number of plasmids per bacterium. It will thus be necessary well to hold account  of it
+
-
<li> to take into account the fact that it is a plasmid “low” or a “medium” or a “high” replication.
+
-
</ul>
+
-
We make out Plac and Ptac:
+
-
<ul><li> Plac is the promoter of the opéron lactose; it is insensitive with catabolic repression.</li> <li> Ptac is an hybrid between the promoter of the opéron lactose and the opéron tryptophan. It is stronger than Plac and is sensitive to the repressor lacI.
+
-
<p>
+
-
With regard to the promoter induced by the arabinose: AraC is a regulating protein which changes conformation in the presence of arabinose and becomes activatrice. The activation of the promoter by the arabinose thus functions only in the presence of this protein.
+
-
</p>
+
-
<p>
+
        <!--
-
A promoter induced by LacI was found:
+
            main : main part of the page, containing the text
 +
        -->
 +
<div class="main">
 +
 +
</div>
 +
           
 +
 +
<div class="footer">
 +
</div>
-
<br><a href="http://partsregistry.org/Part:BBa_R0011 "> BBa_R0011</a></br>
+
</body>
-
<br>Resistance: ampicilline</br>
+
</html>
-
Promoter : is compatible with standard 21 but the plasmid associated with this promoter is not compatible with the standard of assembly 21  that is a problem.
+
-
</p>
 
 +
<html>
 +
<style type="text/css">
-
<br></br>
 
-
<br>Idea of “plasmid of replacement” (!!! low Copy):</br>
+
table.calendar          { margin: 0; padding: 10px; }
 +
table.calendar td      { margin: 0; padding: 2px; vertical-align: top; }
 +
table.month .heading td { padding:2px; background-color:#3E6DA4; color:#FFFFFF; text-align:center; font-size:120%; font-weight:bold; }
 +
table.month .dow td    { color:#aaa; text-align:center; font-size:110%; }
 +
table.month td.today    { background-color:#ddd; }
 +
table.month td {
 +
    border: none;
 +
    margin: 0;
 +
    padding: 1pt 1.5pt;
 +
    font-weight: bold;
 +
    font-size: 12pt;
 +
    text-align: right;
 +
    background-color: #eee;
 +
    }
 +
#bodyContent table.month a { background:none; padding:0 }
 +
.day-active { color:blue }
 +
.day-empty  { color:grey }
-
 
-
<br><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_I71610">BBa_1716101</a></br>
 
-
<br> Resisting ampicilline </br>
+
</style>  
 +
</html>
-
<br>ORI: BBa_K112125</br>
+
{| align="right"
 +
{| style="color:#0c6;background-color:#FFFFFF;" cellpadding="3" cellspacing="1" border="1" bordercolor="#035e7b"  align="right"
 +
!align="right"|{{#calendar: title=ULB |year=2009 | month=07}}
 +
|-
 +
!align="right"|{{#calendar: title=ULB |year=2009 | month=08}}
 +
|-
 +
!align="right"|{{#calendar: title=ULB |year=2009 | month=09}}
-
+
|}
-
</div>
+
 
-
     
+
 
-
+
 
-
</body>
+
Choice of bacteria strains :
-
</html>
+
 
 +
* ''Caulobacter crescentus'' (strain CB15N)
 +
* ''E. Coli'' (strain K12 or DG1)
 +
 
 +
=== Constructions ===
 +
 
 +
'''Construction 1'''
 +
 
 +
As ''Caulobacter crescentus'' genes of interest have'' E. coli'' homologs, we’ll first transfer '''HfsG''' et '''HfsH''' genes through the [http://www.partsregistry.org/Assembly_standard_21 assembly standard 21] and we hope ''E. Coli'' will be able to produce the adhesive material.
 +
 
 +
Forward and reverse primers are designed.
 +
 
 +
hfsG and hfsH share a single nucleotide  HfsG : ---TG'''A'''  ;  HfsH : '''A'''TG---
 +
==> a blunt-end ligation(?) is possible.
 +
 
 +
Terminator chosen : [http://partsregistry.org/wiki/index.php?title=Part:BBa_B0015 BBa_B0015]

Latest revision as of 21:54, 20 October 2009

iGEM Team:ULB-Brussels Wiki


July
MTWTFSS
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
August
MTWTFSS
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
September
MTWTFSS
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30


Choice of bacteria strains :

  • Caulobacter crescentus (strain CB15N)
  • E. Coli (strain K12 or DG1)

Constructions

Construction 1

As Caulobacter crescentus genes of interest have E. coli homologs, we’ll first transfer HfsG et HfsH genes through the assembly standard 21 and we hope E. Coli will be able to produce the adhesive material.

Forward and reverse primers are designed.

hfsG and hfsH share a single nucleotide HfsG : ---TGA  ; HfsH : ATG--- ==> a blunt-end ligation(?) is possible.

Terminator chosen : BBa_B0015