Difference between revisions of "Team:Marburg/MedalCriteria"

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

Revision as of 19:53, 13 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.