Team:INSA Toulouse/contenu/lab practice/notebook/calendar/dry lab

From 2013.igem.org

(Difference between revisions)
(Created page with "{{:Team:INSA_Toulouse/template/header}} {{:Team:INSA_Toulouse/template/sidebar}} <!--Contenu*/ /**********/--> <html> <!--- open Sans : fonnt Google: --> <link href='htt...")
 
(12 intermediate revisions not shown)
Line 45: Line 45:
   .imgcontent{margin: 0 0 45px 0; border: 1px solid #e5e6e6;}
   .imgcontent{margin: 0 0 45px 0; border: 1px solid #e5e6e6;}
 +
 +
  .imgcontent2{margin: 0 10px 0 0; border: 1px solid #e5e6e6;}
   .imgcontentleft{margin: 0 0 10px 0; border: 1px solid #e5e6e6; float:left;}
   .imgcontentleft{margin: 0 0 10px 0; border: 1px solid #e5e6e6; float:left;}
Line 88: 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 15px;
 +
font-size:14px;
 +
}
 +
 +
.infos {width:680px; margin:0 15px 50px 20px;}
 +
 +
.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>
  <!--/* HTML Contenu*/-->
  <!--/* HTML Contenu*/-->
 +
<div class="maincontent" style="width: 720px; margin: 25px 0 25px 0; float: right;">
<div class="maincontent" style="width: 720px; margin: 25px 0 25px 0; float: right;">
Line 100: Line 155:
    
    
-
   <img src="https://static.igem.org/mediawiki/2013/3/33/Carry_characterisation.png" class="imgcontent" />
+
   <img src="https://static.igem.org/mediawiki/2013/a/a3/DryLab-h200px.jpg" class="imgcontent" />
<div class="clear"></div>
<div class="clear"></div>
 +
<div class="accordeon">
-
   <div class="list2">
+
   <h2 class="faq" title="Click to open the FAQ">June 2013</h2>
-
   
+
  <div class="infos">
-
    <ul class="arrow">
+
-
<li><a href="">June 2013</a>
+
   <ul class="circlearrow">
   <ul class="circlearrow">
   <li><span class="spantitle2">Week 1 (10-16 June)</span><br>
   <li><span class="spantitle2">Week 1 (10-16 June)</span><br>
Line 124: Line 178:
A new idea for logic gates design came up : recombinases can turn terminators over , instead of genes themselves. So we had to find adapted terminators in the registry part, that is to say very efficient ones in both ways of transcription.<br>
A new idea for logic gates design came up : recombinases can turn terminators over , instead of genes themselves. So we had to find adapted terminators in the registry part, that is to say very efficient ones in both ways of transcription.<br>
As far as the integration in concerned, reflexion keeps going. The final host can not have more than two plasmids, with two different markers and origins of replication.
As far as the integration in concerned, reflexion keeps going. The final host can not have more than two plasmids, with two different markers and origins of replication.
-
AND1/AND2 gates should be on a first plasmid and XOR1/XOR2 on an other to reduce recombination problems. Moreover a part of our system has to be integrated in the host’s genome. We did a research about this topic to understand how integrative vectors work. We asked the UNIPV Pavia Team (2010) about their integrative vector for E. coli. Yet, a pir+ strain is needed to make it works... Search has to be continued...
+
AND1/AND2 gates should be on a first plasmid and XOR1/XOR2 on an other to reduce recombination problems. Moreover a part of our system has to be integrated in the host’s genome. We did a research about this topic to understand how integrative vectors work. We asked the UNIPV Pavia Team (2010) about their integrative vector for E. coli. Yet, a pir+ strain is needed to make it works... Search has to be continued...</li>
 +
  </div>
 +
</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">All month</span><br>
 +
Modelling: bibliography about previous works on diffusion, on AHL, how AHL can interact with agar... <br>
 +
Website: Creation of the logo, Reflexion about the different sections we wanted to appear in the site, about how they interact, what is the better way to organize them.. Reflexion about the general design of the site.<br>
 +
Ethics: starting of the reflexion on ethical aspects of the project. Informal meetings were organized.<br>
 +
Conferences and meetings : Organization of different conferences in order to present our project and receive advice.
</li>
</li>
-
  </ul>
+
  </div>
-
</li>
+
</div>
-
<li><a href="">July 2013</a>
+
 
 +
<div class="accordeon">
 +
 
 +
  <h2 class="faq" title="Click to open the FAQ">August 2013</h2>
 +
  <div class="infos">
   <ul class="circlearrow">
   <ul class="circlearrow">
-
   <li><span class="spantitle2">Week 4 (1-7 July)</span><br>
+
   <li><span class="spantitle2">All month</span><br>
-
Modeling<br>
+
Modelling: Experiences with Chromobacterium in order to obtain a model for the diffusion of AHL.<br>
-
Website / Logo<br>
+
Website / Logo : Every pages have been created on the wiki. Hard work was done for the design. Starting to write some pages.<br>
-
Ethics<br>
+
Ethics: Researches were done on ethical problem about synthetic biology in order to complete our reflexion. Starting to write articles for the wiki.<br>
-
Conferences and meetings
+
Conferences and meetings: Meetings with Mr Cornet about the integration strategy.
-
</li>
+
-
  <li><span class="spantitle2">Week 5 (8-14 July)</span><br>
+
-
Modeling<br>
+
-
Website / Logo<br>
+
-
Ethics<br>
+
-
Conferences / meetings : Meeting with Mr Cornet about the integration strategy.
+
</li>
</li>
-
  <li><span class="spantitle2">Week 6 (15-21 July)</span><br>
+
  </div>
-
Modeling<br>
+
</div>
-
Website / Logo<br>
+
 
-
Ethics<br>
+
 
-
Conferences and meetings
+
<div class="accordeon">
-
</li>
+
 
-
  <li><span class="spantitle2">Week 7 (22-28 July)</span><br>
+
  <h2 class="faq" title="Click to open the FAQ">September 2013</h2>
-
Modeling<br>
+
   <div class="infos">
-
Website / Logo<br>
+
-
Ethics<br>
+
-
Conferences and meetings
+
-
</li>
+
-
   </ul>
+
-
</li>
+
-
<li><a href="">August 2013</a>
+
   <ul class="circlearrow">
   <ul class="circlearrow">
-
   <li><span class="spantitle2">Week 8 (29-4 August)</span><br>
+
   <li><span class="spantitle2">All month</span><br>
-
Modeling<br>
+
Modelling: Analytic Modelling of the diffusion, Numerical Resolution with Comsol. <br>
-
Website / Logo<br>
+
Website: Writting more pages as possible and published them, Notebook, Taking a lot of pictures (really a lot...), Design of the tee-shirt for regional Jamboree. 
-
Ethics<br>
+
Ethics: End of writting, articles were posted on the wiki.  <br>
-
Conferences and meetings
+
Conferences and meetings: Organization of conferences to present the progression of the project, the different results.
-
</li>
+
</li></div>
-
  <li><span class="spantitle2">Week 9 (5-11 August)</span><br>
+
</div>
-
Modeling<br>
+
 
-
Website / Logo: Wiki ready to be completed<br>
+
<div class="accordeon">
-
Ethics<br>
+
 
-
Conferences and meetings
+
   <h2 class="faq" title="Click to open the FAQ">October 2013</h2>
-
</li>
+
   <div class="infos">
-
  <li><span class="spantitle2">Week 10 (12-18 August)</span><br>
+
-
Modeling<br>
+
-
Website / Logo<br>
+
-
Ethics<br>
+
-
Conferences and meetings
+
-
</li>
+
-
  <li><span class="spantitle2">Week 11 (19-25 August) </span><br>
+
-
Modeling<br>
+
-
Website / Logo<br>
+
-
Ethics<br>
+
-
Conferences and meetings
+
-
</li>
+
-
  <li><span class="spantitle2">Week 12 (26-31 August) </span><br>
+
-
Modeling<br>
+
-
Website / Logo<br>
+
-
Ethics<br>
+
-
Conferences and meetings
+
-
</li>
+
-
   </ul>
+
-
</li>
+
-
<li><a href="">September 2013</a>
+
-
  <ul class="circlearrow">
+
-
  <li><span class="spantitle2">Week 13 (1-8 September)</span><br>
+
-
Modeling<br>
+
-
Website / Logo<br>
+
-
Ethics<br>
+
-
Conferences and meetings
+
-
</li>
+
-
  <li><span class="spantitle2">Week 14 (9-15 September)</span><br>
+
-
Modeling<br>
+
-
Website / Logo: Wiki ready to be completed<br>
+
-
Ethics<br>
+
-
Conferences and meetings
+
-
</li>
+
-
  <li><span class="spantitle2">Week 15 (16-22 September)</span><br>
+
-
Modeling<br>
+
-
Website / Logo<br>
+
-
Ethics<br>
+
-
Conferences and meetings: presentation of the project and the summer's achievements to the LISBP.
+
-
</li>
+
-
  <li><span class="spantitle2">Week 16 (23-29 September) </span><br>
+
-
Modeling<br>
+
-
Website / Logo<br>
+
-
Ethics<br>
+
-
Conferences and meetings
+
-
</li>
+
-
   </ul>
+
-
</li>
+
-
<li><a href="">October 2013</a>
+
   <ul class="circlearrow">
   <ul class="circlearrow">
   <li><span class="spantitle2">Week 17 (30-6 October)</span><br>
   <li><span class="spantitle2">Week 17 (30-6 October)</span><br>
-
Modeling<br>
+
Website : On the wiki everyday and everynight, last pages, last modifications!!! End is close….
-
Website / Logo<br>
+
Wiki finished at 5:58 am...
-
Ethics<br>
+
-
Conferences and meetings
+
</li>
</li>
   <li><span class="spantitle2">Week 18 (7-13 October)</span><br>
   <li><span class="spantitle2">Week 18 (7-13 October)</span><br>
-
Modeling<br>
+
Preparation to the Jamboree, with the help of external advisors.
-
Website / Logo: Wiki ready to be completed<br>
+
   </div>
-
Ethics<br>
+
-
Conferences and meetings
+
-
</li>
+
-
   </ul>
+
-
</li>
+
-
</ul>
+
-
 
+
</div>
</div>
-
 
</div>
</div>

Latest revision as of 02:29, 5 October 2013

logo


Notebook

Dry Lab Calendar

June 2013

  • Week 1 (10-16 June)
    During this week litterature searches about biological logic gates and protocols were performed.
    We also began to plan the lab work for the following weeks. We started to take an inventory of necessary biobricks already available in plates supplied by the MIT and to mail former iGEM teams to receive the others.
    Project complet scheme elaboration with all the needeed biobricks.
  • Week 2 (17-23 June)
    We wondered about the use of another strain DH5-1, with a faster growth and so a reduction of waiting times. Reflexions were also performed about the integration strategy of our system in the bacterial host E. coli.
    In parallel, we finalized the final global diagram of our system and intermediate constructions for characterizations (light sensors, carry diffusion (AHL) and general inducer (atC)). These ones have been divided up between team members to start first clonings.
    New search and amplification of biobricks with rbs and terminators if possible.
  • Week 3 (24-30 June)
    Design of sequences to synthesize in order to save time : logic gates and our riboswitch regulation system in biobrick format.
    A new idea for logic gates design came up : recombinases can turn terminators over , instead of genes themselves. So we had to find adapted terminators in the registry part, that is to say very efficient ones in both ways of transcription.
    As far as the integration in concerned, reflexion keeps going. The final host can not have more than two plasmids, with two different markers and origins of replication. AND1/AND2 gates should be on a first plasmid and XOR1/XOR2 on an other to reduce recombination problems. Moreover a part of our system has to be integrated in the host’s genome. We did a research about this topic to understand how integrative vectors work. We asked the UNIPV Pavia Team (2010) about their integrative vector for E. coli. Yet, a pir+ strain is needed to make it works... Search has to be continued...

July 2013

  • All month
    Modelling: bibliography about previous works on diffusion, on AHL, how AHL can interact with agar...
    Website: Creation of the logo, Reflexion about the different sections we wanted to appear in the site, about how they interact, what is the better way to organize them.. Reflexion about the general design of the site.
    Ethics: starting of the reflexion on ethical aspects of the project. Informal meetings were organized.
    Conferences and meetings : Organization of different conferences in order to present our project and receive advice.

August 2013

  • All month
    Modelling: Experiences with Chromobacterium in order to obtain a model for the diffusion of AHL.
    Website / Logo : Every pages have been created on the wiki. Hard work was done for the design. Starting to write some pages.
    Ethics: Researches were done on ethical problem about synthetic biology in order to complete our reflexion. Starting to write articles for the wiki.
    Conferences and meetings: Meetings with Mr Cornet about the integration strategy.

September 2013

  • All month
    Modelling: Analytic Modelling of the diffusion, Numerical Resolution with Comsol.
    Website: Writting more pages as possible and published them, Notebook, Taking a lot of pictures (really a lot...), Design of the tee-shirt for regional Jamboree. Ethics: End of writting, articles were posted on the wiki.
    Conferences and meetings: Organization of conferences to present the progression of the project, the different results.

October 2013

  • Week 17 (30-6 October)
    Website : On the wiki everyday and everynight, last pages, last modifications!!! End is close…. Wiki finished at 5:58 am...
  • Week 18 (7-13 October)
    Preparation to the Jamboree, with the help of external advisors.