Difference between revisions of "Team:Stuttgart"

Line 1: Line 1:
 
{{ Stuttgart }}
 
{{ Stuttgart }}
 
<html>
 
<html>
  <script>
+
<img src="https://2019.igem.org/wiki/images/3/34/T--Stuttgart--DNA%2BAlgen.png"/>
    $(document).ready(function() {
+
<img src="https://2019.igem.org/wiki/images/3/33/T--Stuttgart--Trenner.png"/>
      /* Every time the window is scrolled ... */
+
<img src="https://2019.igem.org/wiki/images/c/c0/T--Stuttgart--Idea.png"/>
      $(window).scroll(function() {
+
<img src="https://2019.igem.org/wiki/images/c/c3/T--Stuttgart--State_of_the_art.png">
        /* Check the location of each desired element */
+
<img src="https://2019.igem.org/wiki/images/4/48/T--Stuttgart--Chlorella.png">
        $(".hideme").each(function(i) {
+
<img src="https://2019.igem.org/wiki/images/6/68/T--Stuttgart--Vibrio_natriegens.png">
          var bottom_of_object = $(this).offset().top + $(this).outerHeight();
+
<img src="https://2019.igem.org/wiki/images/e/ed/T--Stuttgart--Conclusion.png">
          var bottom_of_window = $(window).scrollTop() + $(window).height();
+
  
          /* If the object is completely visible in the window, fade it it */
 
          if (bottom_of_window > bottom_of_object - 150) {
 
            $(this).animate({ opacity: "1" }, 500);
 
          }
 
        });
 
      });
 
    });
 
 
    $("#showModal").click(function() {
 
      $(".modal").addClass("is-active");
 
    });
 
 
    $(".modal-close").click(function() {
 
      $(".modal").removeClass("is-active");
 
    });
 
  </script>
 
 
  <style>
 
    @keyframes fadeInRight {
 
      0% {
 
        opacity: 0;
 
        transform: translateX(20px);
 
      }
 
      100% {
 
        opacity: 1;
 
        transform: translateX(0);
 
      }
 
    }
 
 
    .card {
 
      margin: 1rem;
 
    }
 
 
    .vibrio-bg-img {
 
      background: url("https://2019.igem.org/wiki/images/9/9e/T--Stuttgart--index-poster-right-1.png");
 
      background-repeat: no-repeat;
 
      background-size: contain;
 
    }
 
 
    .vibrio-bg-img-2 {
 
      background: url("https://2019.igem.org/wiki/images/5/5d/T--Stuttgart--index-poster-right-2.png");
 
      background-repeat: no-repeat;
 
      background-size: contain;
 
    }
 
 
    ul {
 
      list-style: circle;
 
    }
 
 
    .hideme {
 
      opacity: 0;
 
    }
 
  </style>
 
  <section class="hero is-light">
 
    <div class="hero-body">
 
      <div class="container">
 
        <h1 class="title">
 
          <img
 
            width="40%"
 
            src="https://2019.igem.org/wiki/images/thumb/3/30/T--Stuttgart--poster-logo.png/800px-T--Stuttgart--poster-logo.png"
 
          />
 
        </h1>
 
        <h1 class="subtitle">
 
          <span class="text-green">Phycotrophic</span> Codon-optimized
 
          <span class="text-blue">Vibrio natriegens</span>
 
        </h1>
 
      </div>
 
    </div>
 
  </section>
 
 
  <div class="container">
 
    <div class="tile">
 
      <div class="tile is-vertical">
 
        <div class="tile is-child">
 
          <img
 
            src="https://2019.igem.org/wiki/images/1/15/T--Stuttgart--index-poster-left-1.png"
 
          />
 
        </div>
 
        <div class="tile is-child">
 
          <div
 
            style="
 
          border-bottom: 3px solid #008416;"
 
            class="title"
 
          >
 
            <h3>Idea</h3>
 
          </div>
 
          <ul>
 
            <li>
 
              For bioprocesses, glucose is commonly used as a substrate, derived
 
              from sugarcane
 
            </li>
 
            <li>
 
              <strong>Drawback</strong>: Cultivation is related to the waste of
 
              drinking water and arable land in less developed countries
 
            </li>
 
            <li>
 
              Use a fast-growing
 
              <span class="text-green">microalgae</span> like
 
              <span class="text-green"><i>Chlorella vulgaris</i></span> as a CO2
 
              fixing,
 
              <span class="text-green">climate friendly substrate</span> for the
 
              cultivation of
 
              <i>Vibrio natriegens</i>
 
            </li>
 
            <li>
 
              <strong>Aim</strong>: Make biological cultivations more
 
              <span class="text-green">eco-friendly</span>, sustainable and
 
              future-oriented in a climate-changing world
 
            </li>
 
          </ul>
 
        </div>
 
        <div class="tile hideme is-child">
 
          <img
 
            src="https://2019.igem.org/wiki/images/5/51/T--Stuttgart--index-poster-left-2.png"
 
          />
 
        </div>
 
        <div class="tile hideme is-child">
 
          <div
 
            style="
 
        border-bottom: 3px solid #008416;"
 
            class="title"
 
          >
 
            <h3>Realization</h3>
 
          </div>
 
          <strong>Microalgae Compositional Analysis: </strong>
 
          <ul>
 
            <li>
 
              Development of an improved downstream process for <i>Chlorella
 
              vulgaris</i>
 
            </li>
 
            <li>Determination of the major biochemical composition</li>
 
            <li>
 
              Measurement of total carbohydrates, lipids, protein, chlorophyll
 
              and
 
            </li>
 
            <li>carotenoids</li>
 
            <li>
 
              Development of an
 
              <span class="text-green">algae-based culture medium</span> for
 
              microorganisms like <i>Vibrio natriegens</i>
 
            </li>
 
            <li>
 
              <strong>Outlook</strong>: Co-Cultivation of
 
              <i>Vibrio natriegens</i> and a microalgae
 
            </li>
 
          </ul>
 
        </div>
 
 
        <div class="tile is-child">
 
          <img
 
            src="https://2019.igem.org/wiki/images/thumb/e/e4/T--Stuttgart--index-poster-left-graph.png/800px-T--Stuttgart--index-poster-left-graph.png"
 
          />
 
        </div>
 
      </div>
 
      <div
 
        style="padding: 1rem;"
 
        class="tile is-2 is-vertical is-hidden-mobile"
 
      >
 
        <div class="tile is-child"></div>
 
        <div style="padding: 1rem;" class="tile is-child">
 
          <img
 
            class="hideme"
 
            src="https://2019.igem.org/wiki/images/d/d5/T--Stuttgart--index-poster-center-1.png"
 
          />
 
        </div>
 
        <div style="padding: 1rem;" class="tile is-child">
 
          <img
 
            class="hideme"
 
            src="https://2019.igem.org/wiki/images/2/21/T--Stuttgart--index-poster-center-2.png"
 
          />
 
        </div>
 
        <div style="padding: 1rem;" class="tile is-child">
 
          <img
 
            class="hideme"
 
            src="https://2019.igem.org/wiki/images/9/9f/T--Stuttgart--index-poster-center-3.png"
 
          />
 
        </div>
 
        <div style="padding: 1rem;" class="tile is-child">
 
          <img
 
            class="hideme"
 
            src="https://2019.igem.org/wiki/images/thumb/7/78/T--Stuttgart--index-poster-center-4.png/427px-T--Stuttgart--index-poster-center-4.png"
 
          />
 
        </div>
 
        <div style="padding: 1rem;" class="tile is-child"></div>
 
      </div>
 
      <div class="tile is-vertical">
 
        <div class="tile is-child vibrio-bg-img">
 
          <div
 
            style="padding-top: 13rem; border-bottom: 3px solid #006cbf;"
 
            class="title"
 
          >
 
            <h3>Idea</h3>
 
          </div>
 
          <ul>
 
            <li>
 
              <span class="text-blue"><i>Vibrio natriegens</i></span> is a
 
              rapidly growing bacterial host with one of the fastest growth
 
              rates of any known organism
 
            </li>
 
            <li>
 
              <strong>Aim</strong>: Improvement of heterologous protein
 
              expression by
 
              <span class="text-blue"
 
                >optimization of tRNA availability of rare codons</span
 
              >
 
            </li>
 
            <li>
 
              Rare codons are supposed to be a key determining factor for
 
              protein expression
 
            </li>
 
          </ul>
 
        </div>
 
        <div class="tile hideme is-child vibrio-bg-img-2">
 
          <div
 
            style="padding-top: 17rem;border-bottom: 3px solid #006cbf;"
 
            class="title"
 
          >
 
            <h3>Realization</h3>
 
          </div>
 
          <ul>
 
            <li>
 
              Analysis of codon usage tables of Vibrio natriegens and
 
              <span class="text-blue">identification</span> of genes encoding
 
              for rare tRNAs using tRNA-Scan
 
            </li>
 
            <li>
 
              Development of a
 
              <span class="text-blue">new vector system</span> with a low copy
 
              number for inducible expression of tRNA
 
            </li>
 
            <li>Verification of improved tRNA availability by qPCR</li>
 
            <li>
 
              Verification of improved protein expression by
 
              <span class="text-blue">expression of modified eGFP</span> and
 
              <span class="text-blue">proteins</span> with
 
              <span class="text-blue">high amounts of rare codons</span>
 
            </li>
 
            <li>
 
              Development of <span class="text-blue">GeneCodonSearch</span>, an
 
              algorithm which identifies model proteins with high amounts of
 
              rare codons in model organisms (<i>E. coli</i>,
 
              <i>S. cerevisiae</i>, <i>Arabidopsis thaliana</i>,
 
              <i>Mus Musculus</i> and <i>Homo sapiens</i>)
 
            </li>
 
 
            <li>
 
              <span class="text-blue"><i>Vibrio natriegens</i></span> is a
 
              rapidly growing bacterial host with one of the fastest growth
 
              rates of any known organism
 
            </li>
 
            <li>
 
              <strong>Aim</strong>: Improvement of heterologous protein
 
              expression by
 
              <span class="text-blue"
 
                >optimization of tRNA availability of rare codons</span
 
              >
 
            </li>
 
            <li>
 
              Rare codons are supposed to be a key determining factor for
 
              protein expression
 
            </li>
 
          </ul>
 
        </div>
 
        <div class="tile hideme is-child">
 
          <img
 
            class="hideme"
 
            src="https://2019.igem.org/wiki/images/thumb/e/e1/T--Stuttgart--index-poster-right-graph.png/800px-T--Stuttgart--index-poster-right-graph.png"
 
          />
 
        </div>
 
      </div>
 
    </div>
 
  </div>
 
 
  <div style="display: none">
 
    <div class="column full_size">
 
      <img
 
        src="https://2019.igem.org/wiki/images/5/52/T--Stuttgart--GroupPicture.png"
 
      />
 
    </div>
 
 
    <div class="column full_size">
 
      <h3>Before you start</h3>
 
      <p>Please read the following pages:</p>
 
      <ul>
 
        <li><a href="https://2019.igem.org/Competition">Competition Hub</a></li>
 
        <li>
 
          <a href="https://2019.igem.org/Competition/Deliverables/Wiki"
 
            >Wiki Requirements page</a
 
          >
 
        </li>
 
        <li>
 
          <a href="https://2019.igem.org/Resources/Template_Documentation"
 
            >Template documentation</a
 
          >
 
        </li>
 
      </ul>
 
    </div>
 
 
    <div class="clear extra_space"></div>
 
    <div class="line_divider"></div>
 
    <div class="clear extra_space"></div>
 
 
    <div class="column full_size">
 
      <h3>Styling your wiki</h3>
 
      <p>
 
        You may style this page as you like or you can simply leave the style as
 
        it is. You can easily keep the styling and edit the content of these
 
        default wiki pages with your project information and completely fulfill
 
        the requirement to document your project.
 
      </p>
 
      <p>
 
        While you may not win Best Wiki with this styling, your team is still
 
        eligible for all other awards. This default wiki meets the requirements,
 
        it improves navigability and ease of use for visitors, and you should
 
        not feel it is necessary to style beyond what has been provided.
 
      </p>
 
    </div>
 
 
    <div class="clear extra_space"></div>
 
 
    <div class="column third_size">
 
      <h3>Uploading pictures and files</h3>
 
      <p>
 
        You must upload any pictures and files to the iGEM 2019 server. Remember
 
        to keep all your pictures and files within your team's namespace or at
 
        least include your team's name in the file name.
 
      </p>
 
 
      <p>
 
        When you upload, set the "Destination Filename" to
 
        <b> T--YourOfficialTeamName--NameOfFile.jpg</b>. (If you don't do this,
 
        someone else might upload a different file with the same "Destination
 
        Filename", and your file would be erased!)
 
      </p>
 
 
      <div class="button_link">
 
        <a href="https://2019.igem.org/Special:Upload">
 
          UPLOAD FILES
 
        </a>
 
      </div>
 
    </div>
 
 
    <div class="column third_size">
 
      <h3>Wiki template information</h3>
 
      <p>
 
        We have created these wiki template pages to help you get started and to
 
        help you think about how your team will be evaluated. You can find a
 
        list of all the pages tied to awards here at the
 
        <a href="https://2019.igem.org/Judging/Pages_for_Awards"
 
          >Pages for awards</a
 
        >
 
        link. You must edit these pages to be evaluated for medals and awards,
 
        but ultimately the design, layout, style and all other elements of your
 
        team wiki is up to you!
 
      </p>
 
    </div>
 
 
    <div class="column third_size">
 
      <div class="highlight decoration_B_full">
 
        <h3>Editing your wiki</h3>
 
        <p>
 
          On this page you can document your project, introduce your team
 
          members, document your progress and share your iGEM experience with
 
          the rest of the world!
 
        </p>
 
        <p>Use WikiTools - Edit in the black menu bar to edit this page</p>
 
 
        <div class="button_link">
 
          <a
 
            href="https://2019.igem.org/wiki/index.php?title=Team:Stuttgart&action=edit"
 
          >
 
            EDIT PAGE
 
          </a>
 
        </div>
 
      </div>
 
    </div>
 
 
    <div class="clear extra_space"></div>
 
    <div class="line_divider"></div>
 
    <div class="clear extra_space"></div>
 
 
    <div class="column two_thirds_size">
 
      <h3>Tips</h3>
 
      <p>
 
        This wiki will be your team’s first interaction with the rest of the
 
        world, so here are a few tips to help you get started:
 
      </p>
 
      <ul>
 
        <li>
 
          State your accomplishments! Tell people what you have achieved from
 
          the start.
 
        </li>
 
        <li>Be clear about what you are doing and how you plan to do this.</li>
 
        <li>
 
          You have a global audience! Consider the different backgrounds that
 
          your users come from.
 
        </li>
 
        <li>
 
          Make sure information is easy to find; nothing should be more than 3
 
          clicks away.
 
        </li>
 
        <li>
 
          Avoid using very small fonts and low contrast colors; information
 
          should be easy to read.
 
        </li>
 
        <li>
 
          Start documenting your project as early as possible; don’t leave
 
          anything to the last minute before the Wiki Freeze. For a complete
 
          list of deadlines visit the
 
          <a href="https://2019.igem.org/Calendar">iGEM 2019 calendar</a>
 
        </li>
 
        <li>Have lots of fun!</li>
 
      </ul>
 
    </div>
 
 
    <div class="column third_size">
 
      <div class="highlight decoration_A_full">
 
        <h3>Inspiration</h3>
 
        <p>
 
          You can also view other team wikis for inspiration! Here are some
 
          examples:
 
        </p>
 
        <ul>
 
          <li>
 
            <a href="http://2014.igem.org/Team:SDU-Denmark/">
 
              2014 SDU Denmark
 
            </a>
 
          </li>
 
          <li>
 
            <a href="http://2014.igem.org/Team:Aalto-Helsinki"
 
              >2014 Aalto-Helsinki</a
 
            >
 
          </li>
 
          <li>
 
            <a href="http://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a>
 
          </li>
 
          <li>
 
            <a href="http://2014.igem.org/Team:Michigan"> 2014 Michigan</a>
 
          </li>
 
          <li>
 
            <a href="http://2014.igem.org/Team:ITESM-Guadalajara"
 
              >2014 ITESM-Guadalajara
 
            </a>
 
          </li>
 
          <li>
 
            <a href="http://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a>
 
          </li>
 
        </ul>
 
      </div>
 
    </div>
 
  </div>
 
 
</html>
 
</html>

Revision as of 22:05, 21 October 2019