ULB/13 August 2009

From 2009.igem.org

(Difference between revisions)
(New page: == August 13, 2009 == <div style='color:grey;'> ==Manipulation on plasmides== *Les bactéries qui ont reçu le plasmide avec RBS (BBa_B0034) ont bien poussé. *La ligation du promoteur-RBS...)
 
(9 intermediate revisions not shown)
Line 1: Line 1:
-
== August 13, 2009 ==
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
<div style='color:grey;'>
+
-
==Manipulation on plasmides==
+
-
*Les bactéries qui ont reçu le plasmide avec RBS (BBa_B0034) ont bien poussé.
+
-
*La ligation du promoteur-RBS-Plasmide (résistant au chloramphénicol) n’a pas fonctionné : la raison pourrait être protocole l’utilisation  du manuel d’assemblage, qui nous disait de laisser liguer 10 minutes à température ambiante, puis de désactiver les enzymes alors que la notice de la T4 ligase, conseil de la laisser 24h.
+
-
*Vérification que les bricks sont présent dans le milieu dans nos extractions : Digestion du promoteur, promoteur+RBS, RBS+RFP et le terminateur par les enzymes de restrictions EcoRI et Spel pour les 2 premiers et Xbal et Pstl pour les autres.
+
-
*Nous avons fait une PCR avec les amorces reçues pour ccdA programme à 55°C puis migration sur gel
+
-
==Results==
+
<head>
 +
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 +
<title>iGEM Team:ULB-Brussels Wiki</title>
 +
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
 +
<link rel="stylesheet" type="text/css" href="menu.css" media="screen" />
-
[[Image:13_8.jpg| les puits du dessus : Promoteur1, promoteur2, RBS+RFP1, RBS+RFP2, promoteur+RBS1, promoteur+RBS2, terminateur1, terminateur2.les puits du dessus : les résultats des migations des PCR]]
+
<!-- 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
 +
*/
-
*[[Vérification des bricks]]:4 Adn amorces « normales », blanc amorces « normales » (problème ???), 4 ADN amorces inverses, blanc amorces inverses.
+
html body {
 +
width: 910px;
 +
font-family: Arial;
 +
margin: 0 auto;
-
*[[PCR]]: tous les tubes ont réussi sauf que le  tube du blanc n’est pas à sa place (4eme position à la place de 6eme).
+
}
 +
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: #3E6DA4;
 +
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: 250px;
 +
    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: 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 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" href="/Team:ULB-Brussels/Parts">Parts</a></li>
 +
<li><a class="mainlink" href="/Team:ULB-Brussels/Safety">Safety</a></li>
 +
<li><a class="mainlink selection" 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
 +
 +
            [ REMOVED ]
 +
        -->
 +
 +
        <!--
 +
            main : main part of the page, containing the text
 +
        -->
 +
<div class="main">
 +
 +
</div>
 +
           
 +
 +
<div class="footer">
 +
</div>
 +
 +
</body>
 +
</html>
 +
 +
 +
<html>
 +
<style type="text/css">
 +
 +
 +
 +
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 }
 +
 +
 +
</style>
 +
</html>
 +
 +
{| 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}}
 +
 +
|}
 +
 +
 +
 +
==Manipulation on plasmides==
 +
*Bacteria with the plasmid with RBS (BBa_B0034) growed.
 +
*The ligation of the promoter-RBS-plasmid (chloramphenicol resistant) didn't work: the reason could be the use of the protocol of manual assembly, who told us to leave league 10 minutes at room temperature, then deactivate the enzymes, insted of 24 hours by the T4 ligase guide.
 +
*Verify that the bricks are now in the medium of our extractions: Digestion of the promoter and promoter + RBS by restriction enzymes EcoRI and Spel, RBS + RFP and the terminator by XbaI and PstI.
 +
*We made a PCR with primers for ccdA program received at 55 ° C then a gel migration.
 +
 +
==Results==
 +
 +
[[Image:13_8.jpg| les puits du dessus  : Promoteur1, promoteur2, RBS+RFP1, RBS+RFP2, promoteur+RBS1, promoteur+RBS2, terminateur1, terminateur2.les puits du dessus : les résultats des migations des PCR]]
 +
*'''Verification of bricks''':4 DNA primers "normal", white primers "normal", 4 DNA primers reverse, white reverse primers.
 +
* '''PCR''': all tubes have succeeded except the one control sample which is out of place (4th position instead of 6th).
</div>
</div>

Latest revision as of 21:13, 21 October 2009

iGEM Team:ULB-Brussels Wiki


July
MTWTFSS
    [http://2009.igem.org/ULB/1_July_2009 1] [http://2009.igem.org/ULB/2_July_2009 2] [http://2009.igem.org/wiki/index.php?title=ULB/3_July_2009&action=edit 3] [http://2009.igem.org/wiki/index.php?title=ULB/4_July_2009&action=edit 4] [http://2009.igem.org/wiki/index.php?title=ULB/5_July_2009&action=edit 5]
[http://2009.igem.org/wiki/index.php?title=ULB/6_July_2009&action=edit 6] [http://2009.igem.org/ULB/7_July_2009 7] [http://2009.igem.org/wiki/index.php?title=ULB/8_July_2009&action=edit 8] [http://2009.igem.org/ULB/9_July_2009 9] [http://2009.igem.org/wiki/index.php?title=ULB/10_July_2009&action=edit 10] [http://2009.igem.org/wiki/index.php?title=ULB/11_July_2009&action=edit 11] [http://2009.igem.org/ULB/12_July_2009 12]
[http://2009.igem.org/wiki/index.php?title=ULB/13_July_2009&action=edit 13] [http://2009.igem.org/wiki/index.php?title=ULB/14_July_2009&action=edit 14] [http://2009.igem.org/ULB/15_July_2009 15] [http://2009.igem.org/wiki/index.php?title=ULB/16_July_2009&action=edit 16] [http://2009.igem.org/wiki/index.php?title=ULB/17_July_2009&action=edit 17] [http://2009.igem.org/wiki/index.php?title=ULB/18_July_2009&action=edit 18] [http://2009.igem.org/wiki/index.php?title=ULB/19_July_2009&action=edit 19]
[http://2009.igem.org/ULB/20_July_2009 20] [http://2009.igem.org/ULB/21_July_2009 21] [http://2009.igem.org/ULB/22_July_2009 22] [http://2009.igem.org/ULB/23_July_2009 23] [http://2009.igem.org/ULB/24_July_2009 24] [http://2009.igem.org/ULB/25_July_2009 25] [http://2009.igem.org/wiki/index.php?title=ULB/26_July_2009&action=edit 26]
[http://2009.igem.org/wiki/index.php?title=ULB/27_July_2009&action=edit 27] [http://2009.igem.org/wiki/index.php?title=ULB/28_July_2009&action=edit 28] [http://2009.igem.org/ULB/29_July_2009 29] [http://2009.igem.org/wiki/index.php?title=ULB/30_July_2009&action=edit 30] [http://2009.igem.org/wiki/index.php?title=ULB/31_July_2009&action=edit 31]
August
MTWTFSS
          [http://2009.igem.org/wiki/index.php?title=ULB/1_August_2009&action=edit 1] [http://2009.igem.org/wiki/index.php?title=ULB/2_August_2009&action=edit 2]
[http://2009.igem.org/ULB/3_August_2009 3] [http://2009.igem.org/ULB/4_August_2009 4] [http://2009.igem.org/wiki/index.php?title=ULB/5_August_2009&action=edit 5] [http://2009.igem.org/ULB/6_August_2009 6] [http://2009.igem.org/ULB/7_August_2009 7] [http://2009.igem.org/wiki/index.php?title=ULB/8_August_2009&action=edit 8] [http://2009.igem.org/wiki/index.php?title=ULB/9_August_2009&action=edit 9]
[http://2009.igem.org/wiki/index.php?title=ULB/10_August_2009&action=edit 10] [http://2009.igem.org/ULB/11_August_2009 11] [http://2009.igem.org/ULB/12_August_2009 12] [http://2009.igem.org/ULB/13_August_2009 13] [http://2009.igem.org/ULB/14_August_2009 14] [http://2009.igem.org/wiki/index.php?title=ULB/15_August_2009&action=edit 15] [http://2009.igem.org/wiki/index.php?title=ULB/16_August_2009&action=edit 16]
[http://2009.igem.org/ULB/17_August_2009 17] [http://2009.igem.org/ULB/18_August_2009 18] [http://2009.igem.org/ULB/19_August_2009 19] [http://2009.igem.org/ULB/20_August_2009 20] [http://2009.igem.org/ULB/21_August_2009 21] [http://2009.igem.org/wiki/index.php?title=ULB/22_August_2009&action=edit 22] [http://2009.igem.org/wiki/index.php?title=ULB/23_August_2009&action=edit 23]
[http://2009.igem.org/wiki/index.php?title=ULB/24_August_2009&action=edit 24] [http://2009.igem.org/ULB/25_August_2009 25] [http://2009.igem.org/ULB/26_August_2009 26] [http://2009.igem.org/wiki/index.php?title=ULB/27_August_2009&action=edit 27] [http://2009.igem.org/ULB/28_August_2009 28] [http://2009.igem.org/wiki/index.php?title=ULB/29_August_2009&action=edit 29] [http://2009.igem.org/wiki/index.php?title=ULB/30_August_2009&action=edit 30]
[http://2009.igem.org/ULB/31_August_2009 31]
September
MTWTFSS
  [http://2009.igem.org/ULB/1_September_2009 1] [http://2009.igem.org/wiki/index.php?title=ULB/2_September_2009&action=edit 2] [http://2009.igem.org/ULB/3_September_2009 3] [http://2009.igem.org/ULB/4_September_2009 4] [http://2009.igem.org/ULB/5_September_2009 5] [http://2009.igem.org/wiki/index.php?title=ULB/6_September_2009&action=edit 6]
[http://2009.igem.org/ULB/7_September_2009 7] [http://2009.igem.org/wiki/index.php?title=ULB/8_September_2009&action=edit 8] [http://2009.igem.org/ULB/9_September_2009 9] [http://2009.igem.org/ULB/10_September_2009 10] [http://2009.igem.org/ULB/11_September_2009 11] [http://2009.igem.org/ULB/12_September_2009 12] [http://2009.igem.org/wiki/index.php?title=ULB/13_September_2009&action=edit 13]
[http://2009.igem.org/ULB/14_September_2009 14] [http://2009.igem.org/wiki/index.php?title=ULB/15_September_2009&action=edit 15] [http://2009.igem.org/wiki/index.php?title=ULB/16_September_2009&action=edit 16] [http://2009.igem.org/wiki/index.php?title=ULB/17_September_2009&action=edit 17] [http://2009.igem.org/wiki/index.php?title=ULB/18_September_2009&action=edit 18] [http://2009.igem.org/wiki/index.php?title=ULB/19_September_2009&action=edit 19] [http://2009.igem.org/wiki/index.php?title=ULB/20_September_2009&action=edit 20]
[http://2009.igem.org/wiki/index.php?title=ULB/21_September_2009&action=edit 21] [http://2009.igem.org/wiki/index.php?title=ULB/22_September_2009&action=edit 22] [http://2009.igem.org/wiki/index.php?title=ULB/23_September_2009&action=edit 23] [http://2009.igem.org/wiki/index.php?title=ULB/24_September_2009&action=edit 24] [http://2009.igem.org/wiki/index.php?title=ULB/25_September_2009&action=edit 25] [http://2009.igem.org/wiki/index.php?title=ULB/26_September_2009&action=edit 26] [http://2009.igem.org/wiki/index.php?title=ULB/27_September_2009&action=edit 27]
[http://2009.igem.org/wiki/index.php?title=ULB/28_September_2009&action=edit 28] [http://2009.igem.org/wiki/index.php?title=ULB/29_September_2009&action=edit 29] [http://2009.igem.org/wiki/index.php?title=ULB/30_September_2009&action=edit 30]


Manipulation on plasmides

  • Bacteria with the plasmid with RBS (BBa_B0034) growed.
  • The ligation of the promoter-RBS-plasmid (chloramphenicol resistant) didn't work: the reason could be the use of the protocol of manual assembly, who told us to leave league 10 minutes at room temperature, then deactivate the enzymes, insted of 24 hours by the T4 ligase guide.
  • Verify that the bricks are now in the medium of our extractions: Digestion of the promoter and promoter + RBS by restriction enzymes EcoRI and Spel, RBS + RFP and the terminator by XbaI and PstI.
  • We made a PCR with primers for ccdA program received at 55 ° C then a gel migration.

Results

les puits du dessus  : Promoteur1, promoteur2, RBS+RFP1, RBS+RFP2, promoteur+RBS1, promoteur+RBS2, terminateur1, terminateur2.les puits du dessus : les résultats des migations des PCR

  • Verification of bricks:4 DNA primers "normal", white primers "normal", 4 DNA primers reverse, white reverse primers.
  • PCR: all tubes have succeeded except the one control sample which is out of place (4th position instead of 6th).

</div>