Team:INSA Toulouse/contenu/lab practice/notebook/calendar/general inducer

From 2013.igem.org

(Difference between revisions)
Line 90: Line 90:
{
{
     color: #5a6060;}
     color: #5a6060;}
 +
 +
h2.faq {
 +
display:list-item;
 +
        list-style-image : url(https://static.igem.org/mediawiki/2013/8/84/Insa-toulouse2013-listpuce1.png);
 +
width:auto;
 +
height:27px;
 +
line-height:24px;
 +
background: no-repeat;
 +
        border:none;
 +
        color:#5a6060;
 +
padding:3px 0 0 0;
 +
        font-weight:400;
 +
        font-family:'Open Sans';
 +
        margin:0 0 50px 0;
 +
font-size:14px;
 +
}
 +
 +
.infos {width:680px; margin:0 15px 50px 0;}
 +
 +
.infos ul{color:#5a6060; font-family:'Open Sans'; font-size:14px; line-height:28px; }
 +
 +
.infos .circlearrow li{ display : list-item; list-style-image : url(https://static.igem.org/mediawiki/2013/9/94/Insa-toulouse2013-listpuce2.png);}
 +
 +
</style>
 +
 +
 +
<script type="text/javascript" src="js/jquery.js"></script>
 +
<script type="text/javascript">
 +
<!--
 +
  $(document).ready(function(){
 +
    // On cache les sous-menus :
 +
    $('div.accordeon div.infos').hide();
 +
    // Curseur main sur les h2
 +
    $('div.accordeon > h2.faq').css('cursor','pointer');
 +
    $('div.accordeon > h2').click(function(){
 +
      //si ouvert -> referme
 +
      if($(this).next('div.infos:visible').length!=0){
 +
          $(this).next('div.infos').slideUp('normal');
 +
        }
 +
        //si cache, on ferme les autres et on affiche
 +
        else {
 +
          $('div.accordeon div.infos').slideUp('normal');
 +
          $(this).next('div.infos').slideDown('normal');
 +
        }
 +
        return false;
 +
    });
 +
  } ) ;
 +
// -->
 +
</script>
  </style>
  </style>
Line 106: Line 155:
<div class="clear"></div>
<div class="clear"></div>
 +
<div class="accordeon">
 +
 +
  <h2 class="faq" title="Click to open the FAQ">June 2013</h2>
 +
  <div class="infos">
 +
  <ul class="circlearrow">
 +
  <li><span class="spantitle2">Week 3 (24-30 June)</span></br>
 +
Amplification of new biobricks for cloning: <br>
 +
BBa_J23119: Strong promoter,<br>
 +
BBa_P0440: rbs tetR term,<br>
 +
BBa_I13521: Ptet rbs RFP term.</li>
 +
  </ul>
 +
</li>>
 +
  </div>
 +
</div>
 +
<div class="clear"></div>
 +
 +
 +
<div class="accordeon">
 +
 +
  <h2 class="faq" title="Click to open the FAQ">July 2013</h2>
 +
  <div class="infos">
 +
  <ul class="circlearrow">
 +
  <li><span class="spantitle2">Week 4 (1-7 July)</span><br>
 +
Assembly of a strong promoter with tetR. tetR protein is necessary to inhibit the Ptet promoter.<br>
 +
  <img src="https://static.igem.org/mediawiki/2013/e/ef/General_inducer_-_h140px.png" class="imgcontent" /></li>
 +
  <li><span class="spantitle2">Week 5 (8-14 July)</span><br>
 +
Assembly of Strong promoter-tetR with Ptet-RFP. The RFP should be inhibited by tetR and expressed in presence of atc.<br>
 +
  <img src="https://static.igem.org/mediawiki/2013/b/b2/General_inducer2_-_h140px.png" class="imgcontent" /><br>
 +
The construction is then sent for sequencing.<br><br>
 +
</li>
 +
  <li><span class="spantitle2">Week 6 (15-21 July)</span><br>
 +
The sequencing shows that the construction include a mutated promoter instead of J23119. So we assembled tetR with Ptet-RFP.<br>
 +
  <img src="https://static.igem.org/mediawiki/2013/2/2f/General_inducer3_-_h140px.png" class="imgcontent" />
 +
</li>
 +
  <li><span class="spantitle2">Week 7 (22-28 July)</span><br>
 +
We assembled a Strong promoter with tetR-Ptet-RFP to finalize the construction.<br><br>
 +
</li>
 +
  </div>
 +
</div>
 +
<div class="clear"></div>
 +
 +
 +
<div class="accordeon">
 +
 +
  <h2 class="faq" title="Click to open the FAQ">August 2013</h2>
 +
  <div class="infos">
 +
  <ul class="circlearrow">
 +
  <li><a href="">August 2013</a>
 +
  <ul class="circlearrow">
 +
  <li><span class="spantitle2">Week 8 (29-4 August)</span><br>
 +
The tries didn’t work, so we did it again one more week the assembly of Strong Promoter with tetR-Ptet-RFP.<br><br></li>
 +
  <li><span class="spantitle2">Week 9 (5-11 August)</span><br>
 +
Because none of last clonages worked, we tried with several promoters in order to increase our chances of success.<br>
 +
  <img src="https://static.igem.org/mediawiki/2013/1/11/General_inducer4_-_h190px.png" class="imgcontent" /></li>
 +
  <li><span class="spantitle2">Week 10 (12-18 August)</span><br>
 +
None of the passed assemblies worked, so we tried with a weak promoter.<br>
 +
  <img src="https://static.igem.org/mediawiki/2013/5/59/General_inducer5_-_h140px.png" class="imgcontent" /><br>
 +
This one seems to work but we are waiting for the sequencing to confirm the construct.<br><br></li>
 +
  <li><span class="spantitle2">Week 11 (19-25 August) </span><br>
 +
</li>
 +
  </div>
 +
</div>
 +
<div class="clear"></div>
   <div class="list2">
   <div class="list2">

Revision as of 10:40, 27 September 2013

logo


Calendar

General Inducer Characterization

June 2013

  • Week 3 (24-30 June)
    Amplification of new biobricks for cloning:
    BBa_J23119: Strong promoter,
    BBa_P0440: rbs tetR term,
    BBa_I13521: Ptet rbs RFP term.
>

July 2013

  • Week 4 (1-7 July)
    Assembly of a strong promoter with tetR. tetR protein is necessary to inhibit the Ptet promoter.
  • Week 5 (8-14 July)
    Assembly of Strong promoter-tetR with Ptet-RFP. The RFP should be inhibited by tetR and expressed in presence of atc.

    The construction is then sent for sequencing.

  • Week 6 (15-21 July)
    The sequencing shows that the construction include a mutated promoter instead of J23119. So we assembled tetR with Ptet-RFP.
  • Week 7 (22-28 July)
    We assembled a Strong promoter with tetR-Ptet-RFP to finalize the construction.

August 2013

  • August 2013
    • Week 8 (29-4 August)
      The tries didn’t work, so we did it again one more week the assembly of Strong Promoter with tetR-Ptet-RFP.

    • Week 9 (5-11 August)
      Because none of last clonages worked, we tried with several promoters in order to increase our chances of success.
    • Week 10 (12-18 August)
      None of the passed assemblies worked, so we tried with a weak promoter.

      This one seems to work but we are waiting for the sequencing to confirm the construct.

    • Week 11 (19-25 August)
  • June 2013
    • Week 3 (24-30 June)
      Amplification of new biobricks for cloning:
      BBa_J23119: Strong promoter,
      BBa_P0440: rbs tetR term,
      BBa_I13521: Ptet rbs RFP term.
  • July 2013
    • Week 4 (1-7 July)
      Assembly of a strong promoter with tetR. tetR protein is necessary to inhibit the Ptet promoter.
    • Week 5 (8-14 July)
      Assembly of Strong promoter-tetR with Ptet-RFP. The RFP should be inhibited by tetR and expressed in presence of atc.

      The construction is then sent for sequencing.

    • Week 6 (15-21 July)
      The sequencing shows that the construction include a mutated promoter instead of J23119. So we assembled tetR with Ptet-RFP.
    • Week 7 (22-28 July)
      We assembled a Strong promoter with tetR-Ptet-RFP to finalize the construction.

  • August 2013
    • Week 8 (29-4 August)
      The tries didn’t work, so we did it again one more week the assembly of Strong Promoter with tetR-Ptet-RFP.

    • Week 9 (5-11 August)
      Because none of last clonages worked, we tried with several promoters in order to increase our chances of success.
    • Week 10 (12-18 August)
      None of the passed assemblies worked, so we tried with a weak promoter.

      This one seems to work but we are waiting for the sequencing to confirm the construct.

    • Week 11 (19-25 August)


Back to Wet Lab