Difference between revisions of "Team:Marburg"

Line 343: Line 343:
  
 
   .grid1 {
 
   .grid1 {
    display: grid;
+
        display: grid;
    grid-template-columns: 3fr 6fr 1fr 5fr 10fr 2fr;
+
        grid-auto-columns: min-content;
    grid-template-rows: 100px auto 15px auto auto;
+
        float: left;
  }
+
      }
 +
 
 +
      .grid1 #img1 {
 +
        grid-column: 2;
 +
        grid-row: 1 / span 2;
 +
        margin-left: -150px;
 +
        width: 200px;
 +
        height: 200px;
 +
        background-color: aqua;
 +
      }
 +
 
 +
      .grid1 #img2 {
 +
        grid-column: 1;
 +
        grid-row: 2 / span 2;
 +
        z-index: 1;
 +
        margin-top: -75px;
 +
        width: 200px;
 +
        height: 200px;
 +
        background-color: bisque;
 +
      }
 +
 
 +
      .grid1 #img3 {
 +
        grid-column: 3;
 +
        grid-row: 3;
 +
        z-index: 2;
 +
        margin-left: -125px;
 +
        margin-top: -75px;
 +
        width: 200px;
 +
        height: 150px;
 +
        background-color: cadetblue;
 +
      }
  
 
header {
 
header {
Line 583: Line 613:
 
     <hr>
 
     <hr>
 
     <div style="width: 100%; padding: 2rem; display: flex; align-items: center; justify-content: center;">
 
     <div style="width: 100%; padding: 2rem; display: flex; align-items: center; justify-content: center;">
       <div style="display: flex; flex-direction: row">
+
       <div style="display: flex; align-items: center;">
 
         <div class="grid1">
 
         <div class="grid1">
           <div style="background: #418D2A; background-size: cover; grid-column: 1 / span 2; grid-row: 2 / span 3;"></div>
+
           <img id="img1" />
           <div style="background: #186703; background-size: cover; grid-column: 2 / span 2; grid-row: 3 / span 3;"></div>
+
           <img id="img2" />
           <div style="background: #6FB05A; background-size: cover; grid-column: 5 / span 2; grid-row: 4 / span 2;"></div>
+
           <img id="img3" />
 
         </div>
 
         </div>
         <div>
+
         <div style="padding: 1em;">
 
           <h1 style="font-size: 1.5em;">Strain engineering</h1>
 
           <h1 style="font-size: 1.5em;">Strain engineering</h1>
 
           <p style="font-size: 1em;">
 
           <p style="font-size: 1em;">

Revision as of 06:41, 9 September 2019

Establishing the fastest growing phototrophic organism with a doubling time of 90 min as a chassis for synthetic biology and the iGEM community.

We created an easy to use toolbox for Synechococcus elongatus UTEX 2973 to empower rapid design testing, including genome engineering tools, self-replicating plasmid systems, natural competence and a Golden Gate-based part library. By providing our fast phototrophic chassis to the community, we are paving the way for other phototrophic organisms in synthetic biology.


Strain engineering

With the help of our MoClo compatible CRISPR/cpf1 system we were able to restore the natural competence of S. elongatus UTEX 2973. Curing it of its endogenous plasmid enabled us to use its origin of replication for self-replicating plasmids.