Difference between revisions of "Team:Marburg/MedalCriteria"

 
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Marburg}}
 
{{Marburg}}
 
<html>
 
<html>
  <style>
 
    .box-dark {
 
      background-color: #3d404d;
 
      min-height: 30vh;
 
      box-shadow: 1px 1px 40px black;
 
      margin-left: -10vw;
 
      width: 120vw;
 
      position: relative;
 
      z-index: 2;
 
      display: flex;
 
      flex-direction: column;
 
      align-items: center;
 
      transform: rotate(355deg);
 
      justify-content: center;
 
      margin-top: -12vh;
 
    }
 
 
    .heading {
 
      color: #f5f5f5;
 
      text-align: center;
 
      font-size: 1.75em;
 
      width: fit-content;
 
      margin-top: 25px;
 
      margin-bottom: unset !important;
 
      transform: rotate(-355deg);
 
      margin-left: -20px;
 
    }
 
 
    .line {
 
      border-top: 2px solid #f5f5f5;
 
      background-color: #f5f5f5;
 
      border-width: 2px;
 
      display: block;
 
      width: 100px;
 
      margin-top: 25px;
 
      margin-bottom: unset;
 
      transform: rotate(-355deg);
 
      margin-left: -40px;
 
    }
 
 
    .logo {
 
      width: 100px;
 
      height: 100px;
 
      position: absolute;
 
      bottom: -50px;
 
      transform: rotate(-355deg);
 
      margin-left: -35px;
 
    }
 
 
    .main {
 
      overflow-x: hidden;
 
    }
 
 
    @media (max-width: 810px) {
 
 
      .logo,
 
      .line,
 
      .heading {
 
        margin-left: -30px;
 
      }
 
 
      .line {
 
        margin: 1.5rem 0 !important;
 
        margin-left: -40px !important;
 
      }
 
    }
 
 
    .timeline {
 
      position: relative;
 
    }
 
 
    .timeline::before {
 
      content: '';
 
      background: #626574;
 
      width: 5px;
 
      height: 95%;
 
      position: absolute;
 
      left: 50%;
 
      transform: translateX(-50%);
 
    }
 
 
    .timeline-item {
 
      width: 100%;
 
      margin-bottom: 70px;
 
    }
 
 
    .timeline-item:nth-child(even) .timeline-content {
 
      float: right;
 
      padding: 40px 30px 10px 30px;
 
    }
 
 
    .timeline-item:nth-child(even) .timeline-content .date {
 
      right: auto;
 
      left: 0;
 
    }
 
 
    .timeline-item:nth-child(even) .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;
 
    }
 
 
    .timeline-item::after {
 
      content: '';
 
      display: block;
 
      clear: both;
 
    }
 
 
    .timeline-content {
 
      position: relative;
 
      width: 45%;
 
      padding: 10px 30px;
 
      border-radius: 4px;
 
      background: white;
 
      box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
 
    }
 
 
    .timeline-content::after {
 
      content: '';
 
      position: absolute;
 
      border-style: solid;
 
      width: 0;
 
      height: 0;
 
      top: 30px;
 
      right: -15px;
 
      border-width: 10px 0 10px 15px;
 
      border-color: transparent transparent transparent #f5f5f5;
 
    }
 
 
    .timeline-card {
 
      padding: 0 !important;
 
    }
 
 
    .timeline-card p {
 
      padding: 0 20px;
 
    }
 
 
    .timeline-content p {
 
      margin-top: 25px;
 
    }
 
 
    .timeline-card a {
 
      margin-left: 20px;
 
    }
 
 
    .timeline-img {
 
      width: 30px;
 
      height: 30px;
 
      border-radius: 50%;
 
      position: absolute;
 
      left: 50%;
 
      margin-top: 25px;
 
      margin-left: -15px;
 
      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: -15px;
 
        border-width: 10px 15px 10px 0;
 
        border-color: transparent #f5f5f5 transparent transparent;
 
      }
 
    }
 
  </style>
 
 
   <div>
 
   <div>
 
     <div class="box-dark">
 
     <div class="box-dark">
 
       <h1 class="heading">
 
       <h1 class="heading">
         M E D A L <span style="visibility: hidden;">I</span> C R I T E R I A
+
         A C H I E V E M E N T S
 
       </h1>
 
       </h1>
 
       <hr class="line">
 
       <hr class="line">
       <img src="https://static.igem.org/mediawiki/2019/a/ac/T--Marburg--logo.svg" class="logo" alt="Syntex Logo">
+
       <img src="https://static.igem.org/mediawiki/2019/a/ac/T--Marburg--logo.svg"
 +
        class="logo"
 +
        alt="Syntex Logo">
 
     </div>
 
     </div>
     <section style="margin-top: 11vh;">
+
     <div style="margin-top: 11vh;">
       <section class="timeline">
+
       <section class="section"
         <div class="container">
+
         style="display: flex; justify-content: center;">
           <div class="timeline-item">
+
        <p>
            <div class="timeline-img"></div>
+
           “Great things are not done by impulse, but by a series of small
            <div class="timeline-content">
+
          things brought together.” -<b>Vincent van Gogh</b>
               <div class="date">B R O N Z E</div>
+
        </p>
               <p style="margin-top: 50px;">
+
      </section>
                 We fulfilled all bronze medal criteria. Our team registered for iGEM, we had a challenging but great
+
      <section class="section">
                iGEM season and we are really looking forward to attend the Giant Jamboree.
+
        <h2 class="subtitle">Bronze</h2>
               </p>
+
        <article class="content">
               <button class="more" type="button" onclick="popup('bronze')">Read more</button>
+
          <ul>
            </div>
+
            <li>
          </div>
+
              Competition deliverables
          <div class="timeline-item">
+
               <ul>
             <div class="timeline-img"></div>
+
                <li>
            <div class="timeline-content">
+
                  We successfully took part in the competition and the Giant Jamboree by creating our wiki,
               <div class="date">S I L V E R</div>
+
                  designing
               <p>
+
                  our
                 We are certain that we completed all silver medal criteria.
+
                  poster, holding our presentation and delivering our judging form.
              </p>
+
                </li>
              <button class="more" type="button" onclick="hide('silver')">Read more</button>
+
               </ul>
            </div>
+
            <li>
          </div>
+
              Attributions
 
+
              <ul>
          <div class="timeline-item">
+
                <li>
             <div class="timeline-img"></div>
+
                  Since we could not have carried out our project without the support of many people, we would
            <div class="timeline-content">
+
                  like to thank them for their support and are glad that we can honour them on our <a
               <div class="date">G O L D</div>
+
                    href="https://2019.igem.org/Team:Marburg/Attributions">attributions</a> page.
               <p style="margin-top: 50px;">
+
                 </li>
                We hope that we can convince you that we fulfilled all gold medal criteria.
+
              </ul>
              </p>
+
            </li>
              <button class="more" type="button" onclick="hide('gold')">Read more</button>
+
            <li>
            </div>
+
              Project inspiration and description
          </div>
+
              <ul>
 
+
                <li>
          <div class="timeline-item">
+
                  Finding an interesting project on which everybody is passionate to work on can be a long way. We
             <div class="timeline-img"></div>
+
                  gave an insight into our <a
            <div class="timeline-content">
+
                    href="https://2019.igem.org/Team:Marburg/Description#project_inspiration">inspiration and
              <div class="date">S P E C I A L</div>
+
                    motivation</a> for the project.
              <p>
+
                </li>
                 We are proud about what we achieved and applied for different special awards.
+
               </ul>
              </p>
+
            </li>
               <button class="more" type="button" onclick="hide('special')">Read more</button>
+
            <li>
             </div>
+
              Contribution/Characterization
           </div>
+
               <ul>
         </div>
+
                <li>
 +
                  We expanded the <a href="https://2019.igem.org/Team:Marburg/Parts">Marburg Collection</a> by 55
 +
                  parts.
 +
                </li>
 +
                <li>
 +
                  We added two new features for genetic engineering of cyanobacteria.
 +
                  <ul>
 +
                    <li>
 +
                      CRIPSR/Cas12a system.
 +
                    </li>
 +
                    <li>
 +
                      M.E.G.A. expansion for homologue integrations into the cyano genome.
 +
                    </li>
 +
                  </ul>
 +
                </li>
 +
                <li>
 +
                  We designed two novel <a href="https://2019.igem.org/Team:Marburg/Model#anso">integration
 +
                    sites</a> based on RNA-seq data.
 +
                </li>
 +
                <li>
 +
                  We created the first MoClo compatible <a href="https://2019.igem.org/Team:Marburg/Basic_Part">shuttle
 +
                    vector</a> for cyanobacteria.
 +
                  <ul>
 +
                    <li>
 +
                      We used it to build standardized devices for characterization of BioBricks in cyanobacterial
 +
                      chassis. (Containing Spaceholders)
 +
                    </li>
 +
                  </ul>
 +
                </li>
 +
                <li>
 +
                  We chose to implement <a href="https://2019.igem.org/Team:Marburg/Improve">luminescence
 +
                    reporters</a> for measurement of cyanobacteria because of the higher accuracy that is
 +
                  reasoned in the reduced background noise
 +
                </li>
 +
              </ul>
 +
             </li>
 +
          </ul>
 +
        </article>
 +
        <hr>
 +
        <h2 class="subtitle">Silver</h2>
 +
        <article class="content">
 +
          <ul>
 +
            <li>
 +
              Validated parts
 +
               <ul>
 +
                <li>
 +
                  We successfully built and validated our new spaceholder parts.
 +
                  <ul>
 +
                    <li>
 +
                      Which can reduce the costs and the workload significantly.
 +
                    </li>
 +
                    <li>
 +
                      Calculated the amount of work required to assemble a promoter library with 20 parts compared to
 +
                      the same workload without our spaceholders (see <a
 +
                        href="https://2019.igem.org/Team:Marburg/Results#marburg_collection">"Workload and cost for
 +
                        placeholder"</a>).
 +
                    </li>
 +
                  </ul>
 +
                </li>
 +
               </ul>
 +
            </li>
 +
            <li>
 +
              Collaboration
 +
              <ul>
 +
                 <li>
 +
                  Created the <a href="https://2019.igem.org/Team:Marburg/Collaborations#colony_pictures">colony
 +
                    pictures collaboration</a>.
 +
                  <ul>
 +
                    <li>
 +
                      We used the data received by the teams to build an open source colonie picker which can be used
 +
                      by all iGEM Teams with an Opentron OT-2.
 +
                    </li>
 +
                  </ul>
 +
                </li>
 +
                <li>
 +
                  <a href="https://2019.igem.org/Team:Marburg/Collaborations#golden_gate">Golden Gate
 +
                    Collaboration</a>
 +
                  <ul>
 +
                    <li>
 +
                      Our team made itself the goal to introduce other iGEM Teams to Golden Gate. Therefore we hosted
 +
                      a webinar, build up a communication platform and made an interlab study to find the best Golden
 +
                      Gate Assembly protocol.
 +
                    </li>
 +
                  </ul>
 +
                </li>
 +
                <li>
 +
                  Smaller collaborations
 +
                  <ul>
 +
                    <li>
 +
                      Further we took part in different smaller <a
 +
                        href="https://2019.igem.org/Team:Marburg/Collaborations">collaborations</a> and meet ups.
 +
                    </li>
 +
                  </ul>
 +
                </li>
 +
              </ul>
 +
            </li>
 +
            <li>
 +
              <a href="https://2019.igem.org/Team:Marburg/Human_Practices">Human Practices</a>
 +
              <ul>
 +
                <li>
 +
                  Since a large part of the population is not aware of green genetic engineering and often has a
 +
                  bad attitude towards it, we have tried to provide more information and insights into this topic
 +
                  by presenting our project at a local plant market and by organizing a panel discussion.
 +
                </li>
 +
                <li>
 +
                  Further we talked to politicians to see their views and concerns on this topic.
 +
                </li>
 +
              </ul>
 +
            </li>
 +
            <li>
 +
              <a href="https://2019.igem.org/Team:Marburg/Public_Engagement">Public Engagement</a>
 +
              <ul>
 +
                <li>
 +
                  Hessian Day
 +
                  <ul>
 +
                    <li>
 +
                      On the Hessian Day we laid the foundation for the upcoming generation of synthetic biologists by
 +
                      showing the visitors (mainly children and teenagers) how to read the genetic code, how to do
 +
                      microscopy, showed pH indication and extracted DNA out of pepper.
 +
                    </li>
 +
                  </ul>
 +
                </li>
 +
                <li>
 +
                  March for Science
 +
                  <ul>
 +
                    <li>
 +
                      We joined over 200 other people in Frankfurt’s edition of the march for science and had the
 +
                      opportunity to engage with the general public about our research and iGEM.
 +
                    </li>
 +
                  </ul>
 +
                </li>
 +
                <li>
 +
                  Mayor Meeting
 +
                  <ul>
 +
                    <li>
 +
                      We were able to talk to the mayor of Marburg about iGEm in general, our project and the long
 +
                      term support for iGEM in Marburg concerning the financial and infrastructural support.
 +
                    </li>
 +
                  </ul>
 +
                </li>
 +
              </ul>
 +
             </li>
 +
          </ul>
 +
        </article>
 +
        <hr>
 +
        <h2 class="subtitle">Gold</h2>
 +
        <article class="content">
 +
          <ul>
 +
            <li>
 +
               <a href="https://2019.igem.org/Team:Marburg/Human_Practices">Integrated Human Practices</a>
 +
               <ul>
 +
                <li>
 +
                  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.
 +
                  <ul>
 +
                    <li>
 +
                      This is why we decided to take a closer look at it and analyzed growth conditions with our
 +
                      growth curve model to make firsts steps in the standardization process.
 +
                    </li>
 +
                  </ul>
 +
                </li>
 +
                <li>
 +
                  During the contact with <a
 +
                    href="https://2019.igem.org/Team:Marburg/Human_Practices#promega">Promega</a>
 +
                  and other
 +
                  experts in the field, we were made aware of the potential of automated plasmid purification.
 +
                  During our iGEM year we were able to integrate the information we received into our project and
 +
                  were able to address the problems and automate the process.
 +
                  <ul>
 +
                    <li>
 +
                      Automated the plasmid purification for up to 48 samples.
 +
                    </li>
 +
                  </ul>
 +
                </li>
 +
                <li>
 +
                  <a href="https://2019.igem.org/Team:Marburg/Human_Practices#opentrons_keoni_gandall">Opentrons</a>
 +
                  (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 an A.I. with colony pictures.
 +
                  <ul>
 +
                    <li>
 +
                      Through the contact with them we were able to integrate and successfully implement important
 +
                      points in our project.
 +
                    </li>
 +
                  </ul>
 +
                </li>
 +
              </ul>
 +
            </li>
 +
            <li>
 +
              Improve a previous part or project.
 +
              <ul>
 +
                <li>
 +
                  Implementing <a href="https://2019.igem.org/Team:Marburg/Improve">NanoLuc and TeLuc</a> as
 +
                  improved reporters to reduce the background noise experienced by measuring with fluorescent
 +
                  proteins in plants.
 +
                </li>
 +
              </ul>
 +
             </li>
 +
            <li>
 +
              Model your project
 +
              <ul>
 +
                <li>
 +
                  We modeled the <a href="https://2019.igem.org/Team:Marburg/Model#growth_curve_model">light
 +
                    intensities</a> of our incubator.
 +
                  <ul>
 +
                    <li>
 +
                      As the light intensity is measured with different methods and devices in each publication we
 +
                      wanted to show a good standardized measurement method and created our model based on this data.
 +
                      With our model we were able to cultivate our different cultures at the same light conditions.
 +
                    </li>
 +
                  </ul>
 +
                </li>
 +
                <li>
 +
                  <a href="https://2019.igem.org/Team:Marburg/Model#growth_curve_model">Growth curve model</a>
 +
                  <ul>
 +
                    <li>
 +
                      We measured a lot of growth curves with varying parameters during our project and used the
 +
                      gained data to feed a growth curve model that should predict the growth of UTEX 2973 at specific
 +
                      conditions.
 +
                    </li>
 +
                  </ul>
 +
                </li>
 +
                <li>
 +
                  <a href="https://2019.igem.org/Team:Marburg/Model#terminator_model">Terminator model</a>
 +
                  <ul>
 +
                    <li>
 +
                      As terminators play a important role especially in <i>S. elongatus</i> and because of the high
 +
                      interest of the cyano community we modelled terminators by using different bioinformatic tools
 +
                      and later tested three candidates by measuring their efficiency in vivo.
 +
                    </li>
 +
                  </ul>
 +
                 </li>
 +
                <li>
 +
                  Finding two new neutral <a href="https://2019.igem.org/Team:Marburg/Model#anso">integration
 +
                    sites</a>.
 +
                  <ul>
 +
                    <li>
 +
                      We searched for new integration sites that are independent of the genomic and cellular context.
 +
                      Therefore we analyzed gene transcription data for possible regions in the genome by developing a
 +
                      custom Python based algorithm and found two new sites.
 +
                    </li>
 +
                  </ul>
 +
                </li>
 +
               </ul>
 +
            </li>
 +
          </ul>
 +
        </article>
 +
        <hr>
 +
        <h2 class="subtitle">Additionals</h2>
 +
        <article class="content">
 +
          <ul>
 +
            <li>We optimized the growth of UTEX 2973 and reached a doubling time of under 80 min.
 +
             </li>
 +
           </ul>
 +
         </article>
 
       </section>
 
       </section>
    </section>
 
  </div>
 
  <div id="bronze" class="popup">
 
    <div class="popup-container">
 
      <div class="popup-header">
 
        <h1 class="title">BRONZE</h1>
 
        <button type="button" onclick="hide('bronze')">X</button>
 
      </div>
 
      <div class="popup-content">
 
        <section class="section">
 
          <h2 class="subtitle">Deliverables</h2>
 
          <p>
 
            We already finalized our Wiki and Judging Form. We will hold our presentation at the Giant Jamboree in
 
            Boston and we expect exciting discussions at our poster.
 
          </p>
 
        </section>
 
        <section class="section">
 
          <h2 class="subtitle">Attributions</h2>
 
          <p>
 
            Our project was only possible with a great team and we also want to thank people, institutions and companies
 
            who helped with financial and infrastructural support or scientific advice, and we are grateful to honor
 
            them on our attributions page.
 
          </p>
 
        </section>
 
        <section class="section">
 
          <h2 class="subtitle">Characterization</h2>
 
          <p>
 
            We participated in the fifth iGEM InterLab measurement study, submitted our data in time and we are happy
 
            that our results were accepted by the measurement committee.
 
          </p>
 
        </section>
 
      </div>
 
    </div>
 
  </div>
 
  <div id="silver" class="popup">
 
    <div class="popup-container">
 
      <div class="popup-header">
 
        <h1 class="title">SILVER</h1>
 
        <button type="button" onclick="hide('silver')">X</button>
 
      </div>
 
      <div class="popup-content">
 
      </div>
 
    </div>
 
  </div>
 
  <div id="gold" class="popup">
 
    <div class="popup-container">
 
      <div class="popup-header">
 
        <h1 class="title">GOLD</h1>
 
        <button type="button" onclick="hide('gold')">X</button>
 
      </div>
 
      <div class="popup-content">
 
      </div>
 
    </div>
 
  </div>
 
  <div id="special" class="popup">
 
    <div class="popup-container">
 
      <div class="popup-header">
 
        <h1 class="title">SPECIAL</h1>
 
        <button type="button" onclick="hide('special')">X</button>
 
      </div>
 
      <div class="popup-content">
 
      </div>
 
 
     </div>
 
     </div>
 
   </div>
 
   </div>
 +
 
</html>
 
</html>
 
{{Marburg/footer}}
 
{{Marburg/footer}}

Latest revision as of 21:20, 13 December 2019

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


“Great 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
    • Since we could not have carried out our project without the support of many people, we would like to thank them for their support and are glad that we can honour them on our attributions page.
  • Project inspiration and description
    • Finding an interesting project on which everybody is passionate to work on can be a long way. We gave an insight into our inspiration and motivation for the project.
  • Contribution/Characterization
    • We expanded the Marburg Collection by 55 parts.
    • We added two new features for genetic engineering of cyanobacteria.
      • CRIPSR/Cas12a system.
      • M.E.G.A. expansion for homologue integrations into the cyano genome.
    • We designed two novel integration sites based on RNA-seq data.
    • We created the first MoClo compatible shuttle vector for cyanobacteria.
      • We used it to build standardized devices for characterization of BioBricks in cyanobacterial chassis. (Containing Spaceholders)
    • We chose to implement luminescence reporters for measurement of cyanobacteria because of the higher accuracy that is reasoned in the reduced background noise

Silver

  • Validated parts
    • We successfully built and validated our new spaceholder parts.
      • Which can reduce the costs and the workload significantly.
      • Calculated the amount of work required to assemble a promoter library with 20 parts compared to the same workload without our spaceholders (see "Workload and cost for placeholder").
  • Collaboration
    • Created the colony pictures collaboration.
      • We used the data received by the teams to build an open source colonie picker which can be used by all iGEM Teams with an Opentron OT-2.
    • Golden Gate Collaboration
      • Our team made itself the goal to introduce other iGEM Teams to Golden Gate. Therefore we hosted a webinar, build up a communication platform and made an interlab study to find the best Golden Gate Assembly protocol.
    • Smaller collaborations
      • Further we took part in different smaller collaborations and meet ups.
  • Human Practices
    • Since a large part of the population is not aware of green genetic engineering and often has a bad attitude towards it, we have tried to provide more information and insights into this topic by presenting our project at a local plant market and by organizing a panel discussion.
    • Further we talked to politicians to see their views and concerns on this topic.
  • Public Engagement
    • Hessian Day
      • On the Hessian Day we laid the foundation for the upcoming generation of synthetic biologists by showing the visitors (mainly children and teenagers) how to read the genetic code, how to do microscopy, showed pH indication and extracted DNA out of pepper.
    • March for Science
      • We joined over 200 other people in Frankfurt’s edition of the march for science and had the opportunity to engage with the general public about our research and iGEM.
    • Mayor Meeting
      • We were able to talk to the mayor of Marburg about iGEm in general, our project and the long term support for iGEM in Marburg concerning the financial and infrastructural support.

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.
      • This is why we decided to take a closer look at it and analyzed growth conditions with our growth curve model to make firsts steps in the standardization process.
    • During the contact with Promega and other experts in the field, we were made aware of the potential of automated plasmid purification. During our iGEM year we were able to integrate the information we received into our project and were able to address the problems and automate the process.
      • Automated the plasmid purification for up to 48 samples.
    • 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 an A.I. with colony pictures.
      • Through the contact with them we were able to integrate and successfully implement important points in our project.
  • Improve a previous part or project.
    • Implementing NanoLuc and TeLuc as improved reporters to reduce the background noise experienced by measuring with fluorescent proteins in plants.
  • Model your project
    • We modeled the light intensities of our incubator.
      • As the light intensity is measured with different methods and devices in each publication we wanted to show a good standardized measurement method and created our model based on this data. With our model we were able to cultivate our different cultures at the same light conditions.
    • Growth curve model
      • We measured a lot of growth curves with varying parameters during our project and used the gained data to feed a growth curve model that should predict the growth of UTEX 2973 at specific conditions.
    • Terminator model
      • As terminators play a important role especially in S. elongatus and because of the high interest of the cyano community we modelled terminators by using different bioinformatic tools and later tested three candidates by measuring their efficiency in vivo.
    • Finding two new neutral integration sites.
      • We searched for new integration sites that are independent of the genomic and cellular context. Therefore we analyzed gene transcription data for possible regions in the genome by developing a custom Python based algorithm and found two new sites.

Additionals

  • We optimized the growth of UTEX 2973 and reached a doubling time of under 80 min.