Difference between revisions of "Team:Marburg/MedalCriteria"

Line 1: Line 1:
 
{{Marburg}}
 
{{Marburg}}
 
<html>
 
<html>
  <style>
+
<style>
    .medal {
+
  .medal {
      margin: 1em;
+
    margin: 1em;
      height: 100px;
+
    height: 100px;
    }
+
  }
  
    .timeline {
+
  .timeline {
      position: relative;
+
    position: relative;
    }
+
  }
  
    .timeline::before {
+
  .timeline::before {
      content: '';
+
    content: '';
      background: #626574;
+
    background: #626574;
      width: 5px;
+
    width: 5px;
      height: 86%;
+
    height: 86%;
      position: absolute;
+
    position: absolute;
      left: 50%;
+
    left: 50%;
      transform: translateX(-50%);
+
    transform: translateX(-50%);
    }
+
  }
  
    .timeline-item {
+
  .timeline-item {
      width: 100%;
+
    width: 100%;
      margin-bottom: 70px;
+
    margin-bottom: 70px;
    }
+
  }
  
    .timeline-item:nth-child(even) .timeline-content {
+
  .timeline-item:nth-child(even) .timeline-content {
      float: right;
+
    float: right;
      padding: 40px 30px 10px 30px;
+
    padding: 40px 30px 10px 30px;
    }
+
  }
  
    .timeline-item:nth-child(even) .timeline-content .date {
+
  .timeline-item:nth-child(even) .timeline-content .date {
      right: auto;
+
    right: auto;
      left: 0;
+
    left: 0;
    }
+
  }
  
    .timeline-item:nth-child(even) .timeline-content::after {
+
  .timeline-item:nth-child(even) .timeline-content::after {
      content: '';
+
    content: '';
      position: absolute;
+
    position: absolute;
      border-style: solid;
+
    border-style: solid;
      width: 0;
+
    width: 0;
      height: 0;
+
    height: 0;
      top: 30px;
+
    top: 30px;
      left: -15px;
+
    left: -30px;
      border-width: 10px 15px 10px 0;
+
    border-width: 10px 30px 10px 0;
      border-color: transparent #f5f5f5 transparent transparent;
+
    border-color: transparent #f5f5f5 transparent transparent;
    }
+
  }
  
    .timeline-item::after {
+
  .timeline-item::after {
      content: '';
+
    content: '';
      display: block;
+
    display: block;
      clear: both;
+
    clear: both;
    }
+
  }
  
    .timeline-content {
+
  .timeline-content {
      position: relative;
+
    position: relative;
      width: 45%;
+
    width: 45%;
      padding: 10px 30px;
+
    padding: 10px 30px;
      border-radius: 4px;
+
    border-radius: 4px;
      background: white;
+
    background: white;
      box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
+
    box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.3);
    }
+
  }
  
    .timeline-content::after {
+
  .timeline-content::after {
      content: '';
+
    content: '';
      position: absolute;
+
    position: absolute;
      border-style: solid;
+
    border-style: solid;
      width: 0;
+
    width: 0;
      height: 0;
+
    height: 0;
      top: 30px;
+
    top: 30px;
      right: -15px;
+
    right: -30px;
      border-width: 10px 0 10px 15px;
+
    border-width: 10px 0 10px 30px;
      border-color: transparent transparent transparent #f5f5f5;
+
    border-color: transparent transparent transparent #f5f5f5;
    }
+
  }
  
    .timeline-card {
+
  .timeline-card {
      padding: 0 !important;
+
    padding: 0 !important;
    }
+
  }
  
    .timeline-card p {
+
  .timeline-card p {
      padding: 0 20px;
+
    padding: 0 20px;
    }
+
  }
  
    .timeline-content p {
+
  .timeline-content p {
      margin-top: 25px;
+
    margin-top: 60px;
     }
+
  }
 +
 
 +
  .timeline-card a {
 +
     margin-left: 20px;
 +
  }
 +
 
 +
  .timeline-img {
 +
    width: 30px;
 +
    height: 30px;
 +
    border-radius: 50%;
 +
    position: absolute;
 +
    left: 50%;
 +
    margin-top: 60px;
 +
    margin-left: -30px;
 +
    background: #3d404d;
 +
  }
 +
 
 +
  .date {
 +
    background: #3d404d;
 +
    display: inline-block;
 +
    color: #FFFFFF;
 +
    padding: 10px;
 +
    position: absolute;
 +
    top: 0;
 +
    right: 0;
 +
    font-weight: bold;
 +
  }
  
     .timeline-card a {
+
  .more {
       margin-left: 20px;
+
     background: #3d404d;
 +
    color: #FFFFFF;
 +
    padding: 8px 20px;
 +
    text-transform: uppercase;
 +
    font-size: 14px;
 +
    margin-bottom: 20px;
 +
    margin-top: 10px;
 +
    display: inline-block;
 +
    border-radius: 2px;
 +
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
 +
    border: none;
 +
    cursor: pointer;
 +
  }
 +
 
 +
  .more:hover,
 +
  .more:active,
 +
  .more:focus {
 +
    background: #626574;
 +
    color: #FFFFFF;
 +
    text-decoration: none;
 +
  }
 +
 
 +
  @media screen and (max-width: 768px) {
 +
    .timeline::before {
 +
       left: 50px;
 
     }
 
     }
  
     .timeline-img {
+
     .timeline .timeline-img {
      width: 30px;
+
       left: 50px;
      height: 30px;
+
      border-radius: 50%;
+
      position: absolute;
+
       left: 50%;
+
      margin-top: 25px;
+
      margin-left: -15px;
+
      background: #3d404d;
+
 
     }
 
     }
  
     .date {
+
     .timeline .timeline-content {
       background: #3d404d;
+
       max-width: 100%;
      display: inline-block;
+
       width: auto;
      color: #FFFFFF;
+
       margin-left: 70px;
      padding: 10px;
+
      position: absolute;
+
      top: 0;
+
       right: 0;
+
       font-weight: bold;
+
 
     }
 
     }
  
     .more {
+
     .timeline .timeline-item:nth-child(even) .timeline-content {
      background: #3d404d;
+
       float: none;
      color: #FFFFFF;
+
      padding: 8px 20px;
+
      text-transform: uppercase;
+
      font-size: 14px;
+
      margin-bottom: 20px;
+
      margin-top: 10px;
+
      display: inline-block;
+
      border-radius: 2px;
+
      box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
+
       border: none;
+
      cursor: pointer;
+
 
     }
 
     }
  
     .more:hover,
+
     .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    .more:active,
+
       content: '';
    .more:focus {
+
       position: absolute;
       background: #626574;
+
       border-style: solid;
       color: #FFFFFF;
+
      width: 0;
       text-decoration: none;
+
      height: 0;
 +
      top: 30px;
 +
      left: -30px;
 +
      border-width: 10px 30px 10px 0;
 +
      border-color: transparent #f5f5f5 transparent transparent;
 
     }
 
     }
 +
  }
 +
</style>
 +
<div>
 +
  <div class="box-dark">
 +
    <h1 class="heading">
 +
      A C H I E V E M E N T S
 +
    </h1>
 +
    <hr class="line">
 +
    <img src="https://static.igem.org/mediawiki/2019/a/ac/T--Marburg--logo.svg" class="logo" alt="Syntex Logo">
 +
  </div>
 +
  <div style="margin-top: 11vh;">
 +
    <section class="section">
 +
      <center>“If you do nothing there will be no resultsGreat things are not done by impulse, but by a series of small
 +
        things brought together.” -<b>Vincent van Gogh</b></center>
 +
      <b>Bronze</b>
 +
      <div style="display: flex; flex-direction: row">
 +
        <div>
 +
          <div class="content">
 +
            <ul>
 +
              <li>Competition deliverables
 +
              </li>
 +
              <li style="margin-left: 30px">
 +
                We successfully took part in the competition and the Giant Jamboree by creating our wiki, designing our
 +
                poster, holding our presentation and delivering our judging form.
 +
              <li>Attributions
 +
              </li>
 +
              <li style="margin-left: 30px">
 +
                Created a clear overview for all our attributions.
 +
              <li>Project inspiration and description
 +
              </li>
 +
              <li style="margin-left: 30px">
 +
                We gave a deep insight into our project inspiration and into the project itself by writing our
 +
                descriptions for the different projects.
 +
              <li>Contribution/Characterization
 +
              </li>
 +
              <li style="margin-left: 30px">
 +
                We expanded the Marburg Collection by 55 parts and were able to characterize and compare them with a
 +
                second measurement method: FACS.
 +
              </li>
 +
              <li style="margin-left: 30px">
 +
                Added two new features for genetic engineering of cyanobacteria.
 +
              </li>
 +
              <li style="margin-left: 60px">
 +
                CRIPSR/Cas12a knock out system.
 +
              </li>
 +
              <li style="margin-left: 60px">
 +
                M.E.G.A. expansion for the knock in of genes.
 +
              </li>
 +
              <li style="margin-left: 60px">
 +
                Designing two novel integration sites based on RNA-seq data.
 +
              </li>
 +
              <li style="margin-left: 60px">
 +
                Created the first MoClo compatible shuttle vector for cyanobacteria.
 +
              </li>
 +
              <li style="margin-left: 90px">
 +
                Used it to build standardized devices for characterization of BioBricks in cyanobacterial chassis.
 +
                (Containing Spaceholders)
 +
              </li>
 +
              <li style="margin-left: 30px">
 +
                Implemented luminescence reporters for measurement of cyanobacteria.
 +
              </li>
 +
              <li style="margin-left: 60px">
 +
                Higher accuracy because of the reduced background noise.
 +
              </li>
 +
            </ul>
 +
          </div>
 +
        </div>
 +
      </div>
 +
      <hr>
 +
      <b>Silver</b>
 +
      <div style="display: flex; flex-direction: row">
 +
        <div>
 +
          <div class="content">
 +
            <ul>
 +
              <li>Validated parts
 +
              </li>
 +
              <li style="margin-left: 30px">
 +
                Successfully built and validated our new spaceholder parts.
 +
              </li>
 +
              <li style="margin-left: 60px">
 +
                Reducing costs and workload significantly.
 +
              </li>
 +
              <li style="margin-left: 60px">
 +
                Calculated the amount of work required to assemble a promotor library with 20 parts (link to results
 +
                table) compared to the same workload without our spaceholders.
 +
              </li>
 +
              <li style="margin-left: 60px">
 +
                Validated it by using it in our large scale assemblies.
 +
              </li>
 +
              <li>Collaboration
 +
              </li>
 +
              <li style="margin-left: 30px">
 +
                Created the colony pictures collaboration.
 +
              </li>
 +
              <li style="margin-left: 60px">
 +
                Asking other teams for pictures of their colony plates to get data to feed our AI with (link collab and
 +
                AI)
 +
              </li>
 +
              <li style="margin-left: 30px">
 +
                We expanded the Marburg Collection by 55 parts and were able to characterize and compare them with a
 +
                second measurement method: FACS.
 +
              </li>
 +
              <li style="margin-left: 30px">
 +
                Golden Gate Collaboration
 +
              </li>
 +
              <li style="margin-left: 60px">
 +
                Held a webinar to explain the Golden Gate Cloning to other teams and helped them by using a
 +
                Slack-Channel for further questions.
 +
              </li>
 +
              <li style="margin-left: 30px">
 +
                Interlab
 +
              </li>
 +
              <li style="margin-left: 60px">
 +
                Investigated the differences of the same test done in different labs.
 +
              </li>
 +
              <li style="margin-left: 30px">
 +
                Smaller collaborations
 +
              </li>
 +
              <li style="margin-left: 60px">
 +
                Further we took part in different smaller collaborations and meet ups (Bonn, Düsseldorf, Erlangen,
 +
                Biohackaton LINKS).
 +
              </li>
  
    @media screen and (max-width: 768px) {
+
              <li>Human Practices</li>
      .timeline::before {
+
              <li style="margin-left: 30px">
         left: 50px;
+
                Since a large part of the population is not aware of green genetic engineering and often has distorted
       }
+
                opinions, we have tried to provide more information and insights into this topic by visiting the plant
 +
                market and organizing a panel discussion.
 +
              </li>
 +
              <li style="margin-left: 30px">
 +
                Further we talked to politicians to see their views and concerns on this topic.
 +
              </li>
 +
            </ul>
 +
          </div>
 +
        </div>
 +
      </div>
 +
      <hr>
 +
      <b>Gold</b>
 +
      <div style="display: flex; flex-direction: row">
 +
         <div>
 +
          <div class="content">
 +
            <ul>
 +
              <li>Integrated Human Practices
 +
              </li>
 +
              <li style="margin-left: 30px">
 +
                during our igem year we were able to establish many interesting contacts with companies and scientists.
 +
                For many experts in the field of cyanobacteria, the standardization of cultivation conditions was a
 +
                major factor, which is why we decided to take a closer look at it. during our igem year we were able to
 +
                establish many interesting contacts with companies and scientists. For many experts in the field of
 +
                cyanobacteria, the standardization of cultivation conditions was a major factor, which is why we decided
 +
                to take a closer look at it.
 +
              <li style="margin-left: 30px">
 +
                Cooperation with promega to automate the plasmid purification with their kit with the opentron.
 +
              </li>
 +
              <li style="margin-left: 30px">
 +
                Opentrons (Kristin Ellis), Keoni Gandall and Doulix took part in our biggest cooperation while we worked
 +
                on making the Opentrons OT-2 pick single colonies by adding a camera and a raspberry pi to its arm and
 +
                training a A.I. with colony pictures.
 +
              </li>
 +
              <li>Improve a previous part or project
 +
              </li>
 +
              <li style="margin-left: 30px">
 +
                ???
 +
              </li>
 +
              <li>Model your project</li>
 +
              <li style="margin-left: 60px">
 +
                Light model? growth curve model?
 +
              </li>
 +
              <li>Demonstration of your work</li>
 +
              <li style="margin-left: 60px">
 +
                ??? Testing growth curve model?
 +
              </li>
 +
            </ul>
 +
          </div>
 +
        </div>
 +
       </div>
  
      .timeline .timeline-img {
 
        left: 50px;
 
      }
 
  
      .timeline .timeline-content {
 
        max-width: 100%;
 
        width: auto;
 
        margin-left: 70px;
 
      }
 
  
       .timeline .timeline-item:nth-child(even) .timeline-content {
+
       <p>
         float: none;
+
        This year we expanded the Marburg Collection from 2018 with 55 new parts to the Marburg Collection 2.0. With
       }
+
        our
 +
        developed workflow we could characterize our parts and compare them with a second measurement method: FACs. We
 +
        added two new features for genome engineering of cyanobacteria: a CRISPR/cpf1 guided knockout system as well
 +
        as
 +
        a modularized assembly of repair templates for the knock in of genes (M.E.G.A. expansion). This includes
 +
        integration sites that target conventional neutral sites in cyanobacteria but we also rationally designed two
 +
        novel integration sites based on RNA-seq data. Additionally we offer the first MoClo compatible shuttle vector
 +
         for <a href="https://2019.igem.org/Team:Marburg/Basic_Part">cyanobacteria</a> and characterized gene
 +
        expression
 +
        based on that origin of replication. We used our new shuttle vector to build standardized devices for the
 +
        characterization of BioBricks in cyanobacterial chassis to improve the reproducibility of results and to
 +
        simplify large scale assemblies. For this we used placeholders, a novel part type that aids in the
 +
        construction
 +
        of a larger set of parts by reducing the involved cost and workload significantly. Additionally we tested our
 +
        toolbox with PCC 7942 to show that the Marburg Collection 2.0 is also working with similar cyanobacterias. We
 +
        offer free access to the data of our characterization, enabling the iGEM community and scientists to choose
 +
        the
 +
        parts based on this data. To improve the measurement method applicable for cyanobacteria we focused on
 +
        measurements via luminescence reporters over fluorescence reporters, because of the fact that cyanobacteria
 +
        emmit autofluorescence. This way our results are way more accurate, because of the reduced background noise.
 +
        The
 +
        higher accuracy is obviously visible during the measurement of our parts, where we could see a difference of
 +
        5x10<sup>5</sup> between the background noise and the signal, which implements that already a small amount of
 +
        sample has a more intensive signal.
 +
        <br><br>
 +
        Hereby, we want to encourage the community of young scientists to work with the fastest phototrophic organism
 +
        Synechococcus elongatus UTEX 2973 because of its high relevance for biotechnological applications.
 +
       </p>
 +
    </section>
 +
  </div>
 +
</div>
  
      .timeline .timeline-item:nth-child(odd) .timeline-content::after {
 
        content: '';
 
        position: absolute;
 
        border-style: solid;
 
        width: 0;
 
        height: 0;
 
        top: 30px;
 
        left: -15px;
 
        border-width: 10px 15px 10px 0;
 
        border-color: transparent #f5f5f5 transparent transparent;
 
      }
 
    }
 
 
  </style>
 
  <div>
 
    <div class="box-dark">
 
      <h1 class="heading">
 
        A C H I E V E M E N T S
 
      </h1>
 
      <hr class="line">
 
      <img src="https://static.igem.org/mediawiki/2019/a/ac/T--Marburg--logo.svg"
 
        class="logo"
 
        alt="Syntex Logo">
 
    </div>
 
    <div style="margin-top: 11vh;">
 
      <section class="section">
 
        <h2 class="subtitle">Great things are not done by impulse, but by a series of small things brought together. –
 
          Vincent van Gogh</h2>
 
        <p>
 
          This year we expanded the Marburg Collection from 2018 with 55 new parts to the Marburg Collection 2.0. With
 
          our
 
          developed workflow we could characterize our parts and compare them with a second measurement method: FACs. We
 
          added two new features for genome engineering of cyanobacteria: a CRISPR/cpf1 guided knockout system as well
 
          as
 
          a modularized assembly of repair templates for the knock in of genes (M.E.G.A. expansion). This includes
 
          integration sites that target conventional neutral sites in cyanobacteria but we also rationally designed two
 
          novel integration sites based on RNA-seq data. Additionally we offer the first MoClo compatible shuttle vector
 
          for <a href="https://2019.igem.org/Team:Marburg/Basic_Part">cyanobacteria</a> and characterized gene
 
          expression
 
          based on that origin of replication. We used our new shuttle vector to build standardized devices for the
 
          characterization of BioBricks in cyanobacterial chassis to improve the reproducibility of results and to
 
          simplify large scale assemblies. For this we used placeholders, a novel part type that aids in the
 
          construction
 
          of a larger set of parts by reducing the involved cost and workload significantly. Additionally we tested our
 
          toolbox with PCC 7942 to show that the Marburg Collection 2.0 is also working with similar cyanobacterias. We
 
          offer free access to the data of our characterization, enabling the iGEM community and scientists to choose
 
          the
 
          parts based on this data. To improve the measurement method applicable for cyanobacteria we focused on
 
          measurements via luminescence reporters over fluorescence reporters, because of the fact that cyanobacteria
 
          emmit autofluorescence. This way our results are way more accurate, because of the reduced background noise.
 
          The
 
          higher accuracy is obviously visible during the measurement of our parts, where we could see a difference of
 
          5x10<sup>5</sup> between the background noise and the signal, which implements that already a small amount of
 
          sample has a more intensive signal.
 
          <br><br>
 
          Hereby, we want to encourage the community of young scientists to work with the fastest phototrophic organism
 
          Synechococcus elongatus UTEX 2973 because of its high relevance for biotechnological applications.
 
        </p>
 
      </section>
 
    </div>
 
  </div>
 
 
</html>
 
</html>
 
{{Marburg/footer}}
 
{{Marburg/footer}}

Revision as of 16:54, 10 December 2019

A C H I E V E M E N T S


“If you do nothing there will be no resultsGreat things are not done by impulse, but by a series of small things brought together.” -Vincent van Gogh
Bronze
  • Competition deliverables
  • We successfully took part in the competition and the Giant Jamboree by creating our wiki, designing our poster, holding our presentation and delivering our judging form.
  • Attributions
  • Created a clear overview for all our attributions.
  • Project inspiration and description
  • We gave a deep insight into our project inspiration and into the project itself by writing our descriptions for the different projects.
  • Contribution/Characterization
  • We expanded the Marburg Collection by 55 parts and were able to characterize and compare them with a second measurement method: FACS.
  • Added two new features for genetic engineering of cyanobacteria.
  • CRIPSR/Cas12a knock out system.
  • M.E.G.A. expansion for the knock in of genes.
  • Designing two novel integration sites based on RNA-seq data.
  • Created the first MoClo compatible shuttle vector for cyanobacteria.
  • Used it to build standardized devices for characterization of BioBricks in cyanobacterial chassis. (Containing Spaceholders)
  • Implemented luminescence reporters for measurement of cyanobacteria.
  • Higher accuracy because of the reduced background noise.

Silver
  • Validated parts
  • Successfully built and validated our new spaceholder parts.
  • Reducing costs and workload significantly.
  • Calculated the amount of work required to assemble a promotor library with 20 parts (link to results table) compared to the same workload without our spaceholders.
  • Validated it by using it in our large scale assemblies.
  • Collaboration
  • Created the colony pictures collaboration.
  • Asking other teams for pictures of their colony plates to get data to feed our AI with (link collab and AI)
  • We expanded the Marburg Collection by 55 parts and were able to characterize and compare them with a second measurement method: FACS.
  • Golden Gate Collaboration
  • Held a webinar to explain the Golden Gate Cloning to other teams and helped them by using a Slack-Channel for further questions.
  • Interlab
  • Investigated the differences of the same test done in different labs.
  • Smaller collaborations
  • Further we took part in different smaller collaborations and meet ups (Bonn, Düsseldorf, Erlangen, Biohackaton LINKS).
  • Human Practices
  • Since a large part of the population is not aware of green genetic engineering and often has distorted opinions, we have tried to provide more information and insights into this topic by visiting the plant market and organizing a panel discussion.
  • Further we talked to politicians to see their views and concerns on this topic.

Gold
  • Integrated Human Practices
  • during our igem year we were able to establish many interesting contacts with companies and scientists. For many experts in the field of cyanobacteria, the standardization of cultivation conditions was a major factor, which is why we decided to take a closer look at it. during our igem year we were able to establish many interesting contacts with companies and scientists. For many experts in the field of cyanobacteria, the standardization of cultivation conditions was a major factor, which is why we decided to take a closer look at it.
  • Cooperation with promega to automate the plasmid purification with their kit with the opentron.
  • Opentrons (Kristin Ellis), Keoni Gandall and Doulix took part in our biggest cooperation while we worked on making the Opentrons OT-2 pick single colonies by adding a camera and a raspberry pi to its arm and training a A.I. with colony pictures.
  • Improve a previous part or project
  • ???
  • Model your project
  • Light model? growth curve model?
  • Demonstration of your work
  • ??? Testing growth curve model?

This year we expanded the Marburg Collection from 2018 with 55 new parts to the Marburg Collection 2.0. With our developed workflow we could characterize our parts and compare them with a second measurement method: FACs. We added two new features for genome engineering of cyanobacteria: a CRISPR/cpf1 guided knockout system as well as a modularized assembly of repair templates for the knock in of genes (M.E.G.A. expansion). This includes integration sites that target conventional neutral sites in cyanobacteria but we also rationally designed two novel integration sites based on RNA-seq data. Additionally we offer the first MoClo compatible shuttle vector for cyanobacteria and characterized gene expression based on that origin of replication. We used our new shuttle vector to build standardized devices for the characterization of BioBricks in cyanobacterial chassis to improve the reproducibility of results and to simplify large scale assemblies. For this we used placeholders, a novel part type that aids in the construction of a larger set of parts by reducing the involved cost and workload significantly. Additionally we tested our toolbox with PCC 7942 to show that the Marburg Collection 2.0 is also working with similar cyanobacterias. We offer free access to the data of our characterization, enabling the iGEM community and scientists to choose the parts based on this data. To improve the measurement method applicable for cyanobacteria we focused on measurements via luminescence reporters over fluorescence reporters, because of the fact that cyanobacteria emmit autofluorescence. This way our results are way more accurate, because of the reduced background noise. The higher accuracy is obviously visible during the measurement of our parts, where we could see a difference of 5x105 between the background noise and the signal, which implements that already a small amount of sample has a more intensive signal.

Hereby, we want to encourage the community of young scientists to work with the fastest phototrophic organism Synechococcus elongatus UTEX 2973 because of its high relevance for biotechnological applications.