Team:ULB-Brussels/Parts

From 2009.igem.org

(Difference between revisions)
 
(40 intermediate revisions not shown)
Line 1: Line 1:
-
[[Image:Banner10.jpg|center]]
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<head>
-
!align="center"|[[Team:ULB-Brussels|Home]]
+
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
-
!align="center"|[[Team:ULB-Brussels/Team|The Team]]
+
<title>iGEM Team:ULB-Brussels Wiki</title>
-
!align="center"|[[Team:ULB-Brussels/Project|The Project]]
+
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
-
!align="center"|[[Team:ULB-Brussels/Parts|Parts Submitted to the Registry]]
+
<link rel="stylesheet" type="text/css" href="menu.css" media="screen" />
-
!align="center"|[[Team:ULB-Brussels/Modeling|Modeling]]
+
-
!align="center"|[[Team:ULB-Brussels/Notebook|Notebook]]
+
-
|}
+
 +
<!-- 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
 +
    Université Libre de Bruxelles
 +
*/
 +
html body {
 +
width: 910px;
 +
font-family: Arial;
 +
margin: 0 auto;
-
{|align="justify"
+
}
-
|You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.
+
 
-
|[[Image:Example_logo.png|200px|right|frame]]
+
html body div.header {
-
|-
+
margin: 0px;
 +
padding: 0px;
 +
margin-top: -21px; /* strange... */
 +
}
 +
 
 +
/* ===== banner ===== */
 +
 
 +
/* banner = large image on the top of the page, begind the title */
 +
 
 +
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;
 +
}
 +
 
 +
html body div.header div.banner h1 {
 +
padding-top: 50px;
 +
   
 +
text-align: center;
 +
    text-decoration: none;
 +
    border: none;
 +
 
 +
color: #4E7DB7;
 +
font-size: 40px;
 +
}
 +
 
 +
html body div.header ul {
 +
    /* these are common to both 'menu' and 'submenu' */
 +
margin-top: 0px;
 +
margin-bottom: 0px;
 +
   
 +
list-style-type: none;
 +
    list-style-image: none;
 +
}
 +
 
 +
/* ===== menu ===== */
 +
 
 +
/* menu = horizontal bar containing the main links to other sections of the wiki */
 +
 
 +
html body div.header div.menu {
 +
    background-color: #5F91C1;
 +
color: white;
 +
   
 +
height: 30px;
 +
padding: 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;
 +
 
 +
margin: 0px;
 +
 
 +
padding-left: 15px;
 +
padding-right: 15px;
 +
padding-top: 4px;
 +
padding-bottom: 3px;
 +
}
 +
 
 +
/* 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;
 +
 
 +
margin: 0px;
 +
 
 +
padding-left: 15px;
 +
padding-right: 15px;
 +
padding-top: 4px;
 +
padding-bottom: 3px;
 +
}
 +
 
 +
html body div.header div.menu li a {
 +
color: white;
 +
text-decoration: none;
 +
}
 +
 
 +
/* ===== submenu ===== */
 +
 
 +
/* submenu = changing horizontal bar containing the main links to subsections of other sections of the wiki */
 +
 
 +
html body div.header div.submenu {
 +
/*background-color: #404040;*/
 +
background-color: white;
 +
height: 25px;
 +
 +
font-size: small;
 +
 +
border-bottom-style: solid;
 +
border-bottom-width: 1px;
 +
border-bottom-color: #AAAAAA;
 +
}
 +
 
 +
html body div.header div.submenu li {
 +
float: left;
 +
width: 120px;
 +
text-align: center;
 +
 
 +
margin: 0px;
 +
margin-top: 4px;
 +
}
 +
 
 +
html body div.header div.submenu li :hover {
 +
color: #5F7EB4;
 +
background-color: #FFFFFF;
 +
 
 +
margin: 0px;
 +
 
 +
padding-left: 15px;
 +
padding-right: 15px;
 +
padding-bottom: 3px;
 +
}
 +
 
 +
html body div.header div.submenu li a {
 +
color: #5F7EB4;
 +
text-decoration: none;
 +
}
 +
 
 +
/* ===== panel ===== */
 +
 
 +
/* panel = box containing mascotte, contdown and links to sponsors */
 +
 
 +
html body div.panel {
 +
    float: right;
 +
    border-left-style: solid;
 +
    border-left-width: 1px;
 +
    border-left-color: #AAAAAA;
 +
   
 +
    padding-left: 10px;
 +
    margin-left: 10px;
 +
    margin-top: 20px;
 +
   
 +
    width: 50px;
 +
    font-size: small;
 +
}
 +
 
 +
/* appearance of the links */
 +
html body div.panel a {
 +
    text-decoration: none;
 +
    font-weight: bold;
 +
    color: #3E6DA4;
 +
}
 +
 
 +
html body div.panel a:hover {
 +
    color: #F5B455;
 +
}
 +
 
 +
/* == countdown == */
 +
 
 +
html body div.panel div.countdown {
 +
    /*margin-top: 20px;
 +
    margin-bottom: 20px;
 +
    height: 30px;*/
 +
    margin: 20px;
 +
    padding: 20px;
 +
}
 +
 
 +
.countdown font {
 +
    padding: 20px;
 +
    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: 625px;
 +
    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 class="menu">
 +
<ul>
 +
<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/Project">Project</a></li>
 +
<li><a class="mainlink selection" 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/Notebook">Notebook</a></li>
 +
<li><a class="mainlink" href="/Team:ULB-Brussels/Sponsors">Sponsors</a></li>
 +
</ul>
 +
</div>
 +
<div class="submenu">
 +
<ul>
 +
                                        <!--
 +
 
 +
<li><a href="#english">English</a></li>
 +
<li><a href="#french">French</a></li>
 +
<li><a href="#dutch">Dutch</a></li>
 +
<li><a href="#german">German</a></li>
 +
<li><a href="#spanish">Spanish</a></li>
 +
<li><a href="#italian">Italiano</a></li>
 +
<li><a href="#chinese">Chinese</a></li>
 +
-->
 +
 
 +
                   
 +
</ul>
 +
</div>
 +
</div>
 +
       
 +
        <!--
 +
            panel : box on the right containing a countdown, links to the sponsors
 +
       
 +
        <div class="panel">
 +
                                 
 +
 +
 
 +
 
 +
  </div> 
 +
-->
 +
     
 +
 
 +
<div class="footer">
 +
</div>
 +
 
 +
</body>
 +
</html>
 +
 
 +
{| class="wikitable " style="text-align:center; width:80%;"cellpadding="0" cellspacing="0" border="1"
 +
|+
 +
|- style="background:#5F91C1;  text-align: center"
 +
!scope=col | NAME
 +
!scope=col | FEATURE
 +
!scope=col | SEQUENCE
 +
!scope=col |LENGTH (bp)
 +
!scope=col | DNA SUBMITTED
 +
!scope=col | DESCRIPTION
 +
 
 +
|- style="text-align: center"
 +
 
 +
|<partinfo>BBa_K196000</partinfo>
 +
|Other
 +
|<partinfo>K196000 DeepComponents </partinfo>
 +
|481
 +
|Yes
 +
|CcdA antidote with the mob promoter (reverse)
 +
 
 +
|-style="text-align: center"
 +
|<partinfo>BBa_K196001</partinfo>
 +
|Other
 +
|<partinfo>K196001 DeepComponents </partinfo>
 +
|481
 +
|Yes
 +
|CcdA antidote with the mob promoter (forward)
 +
 
 +
|-style="text-align: center"
 +
|<partinfo>BBa_K196002</partinfo>
 +
|Coding
 +
|<partinfo>K196002 DeepComponents </partinfo>
 +
|933
 +
|Yes
 +
|HfsG protein from Caulobacter crescentus
 +
 
 +
|-style="text-align: center"
 +
|<partinfo>BBa_K196003</partinfo>
 +
|Coding
 +
|<partinfo>K196003 DeepComponents </partinfo>
 +
|777
 +
|Yes
 +
|HfsH protein from Caulobacter crescentus
 +
 
 +
|-style="text-align: center"
 +
|<partinfo>BBa_K196004</partinfo>
 +
|Coding
 +
|<partinfo>K196004 DeepComponents </partinfo>
 +
|1716
|
|
-
''Tell us more about your project.  Give us background.  Use this is the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
|HfsG + HfsH proteins from Caulobacter crescentus
-
|[[Image:Team.png|right|frame|Your team picture]]
+
 
-
|-
+
|-style="text-align: center"
 +
|<partinfo>BBa_K196005</partinfo>
 +
|Intermediate
 +
|<partinfo>K196005 DeepComponents </partinfo>
 +
|1853
 +
|Yes
 +
|HfsG + HfsH proteins from Caulobacter crescentus + ter (BBa_B0015)
 +
 
 +
|-style="text-align: center"
 +
|<partinfo>BBa_K196006</partinfo>
 +
|Intermediate
 +
|<partinfo>K196006 SpecifiedComponents</partinfo>
 +
|75
|
|
-
|align="center"|[[Team:ULB-Brussels | Team Example]]
+
|Promoter (lacI regulated, lambda pL hybrid) + RBS (Elowitz 1999)
-
|}
+
 +
|-style="text-align: center"
 +
|<partinfo>BBa_K196007</partinfo>
 +
|Intermediate
 +
|<partinfo>K196007 DeepComponents </partinfo>
 +
|787
 +
|Yes
 +
|Promoter (lacI regulated, lambda pL hybrid) + RFP with RBS
 +
|-style="text-align: center"
 +
|<partinfo>BBa_K196008</partinfo>
 +
|Generator
 +
|<partinfo>K196008 DeepComponents </partinfo>
 +
|884
 +
|
 +
|Lux cassette + LacI promoter + cI434 + ter
 +
|-style="text-align: center"
 +
|<partinfo>BBa_K196009</partinfo>
 +
|Generator
 +
|<partinfo>K196009 DeepComponents </partinfo>
 +
|886
 +
|
 +
|CI434 promoter + RBS + c2 P22 + ter
-
===Note===
+
|-style="text-align: center"
 +
|<partinfo>BBa_K196010</partinfo>
 +
|Signalling
 +
|<partinfo>K196010 DeepComponents</partinfo>
 +
|838
 +
|
 +
|Lux cassette + c2 P22 promoter + RBS + LuxI + ter
-
If you choose to include a '''Parts Submitted to the Registry''' page, please list your parts here.  This is not necessary but it may be a nice list to keep track of.
+
|-style="text-align: center"
 +
|<partinfo>BBa_K196011</partinfo>
 +
|Signalling
 +
|<partinfo>K196011 DeepComponents</partinfo>
 +
|998
 +
|
 +
|c2 P22 promoter + RBS + LuxR + ter
 +
 
 +
|-style="text-align: center"
 +
|<partinfo>BBa_K196012</partinfo>
 +
|Device
 +
|<partinfo>K196012 DeepComponents</partinfo>
 +
|2252
 +
|
 +
|Glue synthesizer(inhibited replication)
 +
 
 +
|-style="text-align: center"
 +
|<partinfo>BBa_K196013</partinfo>
 +
|Signaling
 +
|<partinfo>K196013 DeepComponents</partinfo>
 +
|976
 +
|
 +
|Hybrid promoter (Lux cassette + c2 P22 promoter) + RBS + LuxR + ter
 +
 
 +
|-style="text-align: center"
 +
|<partinfo>BBa_K196014</partinfo>
 +
|Generator
 +
|<partinfo>K196014 DeepComponents</partinfo>
 +
|2646
 +
|Yes
 +
|IPTG-induced glue synthetiser
 +
 
 +
|}

Latest revision as of 21:19, 21 October 2009

iGEM Team:ULB-Brussels Wiki

NAME FEATURE SEQUENCE LENGTH (bp) DNA SUBMITTED DESCRIPTION
Other 481 Yes CcdA antidote with the mob promoter (reverse)
Other 481 Yes CcdA antidote with the mob promoter (forward)
Coding 933 Yes HfsG protein from Caulobacter crescentus
Coding 777 Yes HfsH protein from Caulobacter crescentus
Coding 1716 HfsG + HfsH proteins from Caulobacter crescentus
Intermediate 1853 Yes HfsG + HfsH proteins from Caulobacter crescentus + ter (BBa_B0015)
Intermediate 75 Promoter (lacI regulated, lambda pL hybrid) + RBS (Elowitz 1999)
Intermediate 787 Yes Promoter (lacI regulated, lambda pL hybrid) + RFP with RBS
Generator 884 Lux cassette + LacI promoter + cI434 + ter
Generator 886 CI434 promoter + RBS + c2 P22 + ter
Signalling 838 Lux cassette + c2 P22 promoter + RBS + LuxI + ter
Signalling 998 c2 P22 promoter + RBS + LuxR + ter
Device 2252 Glue synthesizer(inhibited replication)
Signaling 976 Hybrid promoter (Lux cassette + c2 P22 promoter) + RBS + LuxR + ter
Generator 2646 Yes IPTG-induced glue synthetiser