Line 2: | Line 2: | ||
<html> | <html> | ||
+ | <style> | ||
+ | .myintro { | ||
+ | display: table; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | padding: 100px 0; | ||
+ | text-align: center; | ||
+ | color: black; | ||
+ | background: url("https://static.igem.org/mediawiki/2017/6/68/T--UCopenhagen--InCellLogo.jpg") no-repeat bottom center scroll; | ||
+ | background-color: black; | ||
+ | -webkit-background-size: cover; | ||
+ | -moz-background-size: cover; | ||
+ | background-size: cover; | ||
+ | -o-background-size: cover; | ||
+ | } | ||
+ | .myintro .myintro-body { | ||
+ | display: table-cell; | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | .myintro .myintro-body .brand-heading { | ||
+ | font-size: 40px; | ||
+ | } | ||
+ | .myintro .myintro-body .myintro-text { | ||
+ | font-size: 18px; | ||
+ | font-family: Tahoma, Geneva, sans-serif; | ||
+ | } | ||
+ | </style> | ||
+ | <div id="page-top" data-spy="scroll" data-target=".navbar-fixed-top"> | ||
+ | <!-- One-Page Scroll NavBar --> | ||
+ | <nav class="navbar scrollnav-custom navbar-fixed-bottom" role="navigation" id="scrollnav"> | ||
+ | <div class="container"> | ||
+ | <div class="navbar-header"> | ||
+ | <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse"> | ||
+ | Menu <i class="fa fa-bars"></i> | ||
+ | </button> | ||
+ | <a class="navbar-brand" target="_blank" href="https://www.facebook.com/IGEM.BOKU.Vienna"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/f/fa/T--BOKU-Vienna--fb.png" alt="Facebook" > | ||
+ | </a> | ||
+ | <a class="navbar-brand" target="_blank" href="https://www.twitter.com/BOKU_iGEM"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/1/15/T--BOKU-Vienna--twitter.png" alt="Twitter" > | ||
+ | </a> | ||
+ | </div> | ||
− | <div class=" | + | <!-- Collect the nav links, forms, and other content for toggling --> |
− | < | + | <div class="collapse navbar-collapse navbar-right navbar-main-collapse"> |
− | < | + | <ul class="nav navbar-nav"> |
− | </div> | + | <!-- Hidden li included to remove active class from about link when scrolled up past about section --> |
+ | <li> | ||
+ | <a class="page-scroll" href="#">Top</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a class="page-scroll" href="#Welcome">Welcome</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <!-- /.navbar-collapse --> | ||
+ | </div> | ||
+ | <!-- /.container --> | ||
+ | </nav> | ||
− | < | + | <!-- myintro Header --> |
− | + | <header class="myintro"> | |
− | <br> | + | <div class="myintro-body"> |
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-8 col-md-offset-2"> | ||
+ | <h1 class="brand-heading">D.I.V.E.R.T.</h1> | ||
+ | <p class="myintro-text">The Next Step of Evolution. | ||
+ | <br>Created by BOKU Vienna.</p> | ||
+ | <a href="#Welcome" class="page-scroll"> | ||
+ | <div id="downarrow"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/3/32/T--BOKU-Vienna--arrow.png" alt="V"> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </header> | ||
− | <div class=" | + | <!-- Information Section --> |
− | < | + | <section id="Welcome" class="container content-section text-center"> |
− | <p> | + | <div class="row"> |
+ | <div class="col-lg-8 col-lg-offset-2"> | ||
+ | <h2>ATTENTION</h2> | ||
+ | <p> <br> Our Wiki is still under construction. However, you can find a short project description <a href="https://2017.igem.org/Team:BOKU-Vienna/Description">here</a> and pictures of our team members <a href="https://2017.igem.org/Team:BOKU-Vienna/Team">here</a>. Our sponsores are listed <a href="https://2017.igem.org/Team:BOKU-Vienna/Sponsors">here</a>. Read what we have been up to in our monthly <a href="https://2017.igem.org/Team:BOKU-Vienna/HP/Newsletters#">Newsletter</a>. | ||
</p> | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
− | < | + | <!-- Team Section --> |
− | + | <section id="Team" class="container content-section text-center"> | |
− | <p> | + | <div class="row"> |
+ | <div class="col-lg-8 col-lg-offset-2"> | ||
+ | <h2>Team introduction</h2> | ||
+ | <p> <br> InCell is the name of the 2017 iGEM team of the University of Copenhagen. InCell is a strong international and interdisciplinary team with expertises ranging from Molecular Biomedicine to Communication and IT, including Biochemistry, Microbiology, and Food Science & Technology. Inspired by the fermenting research field surrounding interspecies and interdomain interactions, our team has decided to pursue a new approach to the study of endosymbiosis and its mechanisms with regards to its history and future applications.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | <!-- Project Section --> | ||
+ | <section id="Project" class="container content-section text-center"> | ||
+ | <div class="row"> | ||
+ | <div class="col-lg-8 col-lg-offset-2"> | ||
+ | <h2>Project Description</h2> | ||
+ | <p> <br> The objective of InCell is to investigate basic aspects of endosymbiosis in order to establish the principles for the future use of artificial endosymbiosis in synthetic biology. Developing the framework for the modular assembly of orthogonal synthetic organelles can have profound applications in different fields, including medicine and agriculture.</p> | ||
<br> | <br> | ||
Line 31: | Line 119: | ||
</a> | </a> | ||
− | |||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | |||
+ | |||
</html> | </html> |
Revision as of 09:00, 21 July 2017
ATTENTION
Our Wiki is still under construction. However, you can find a short project description here and pictures of our team members here. Our sponsores are listed here. Read what we have been up to in our monthly Newsletter.
Team introduction
InCell is the name of the 2017 iGEM team of the University of Copenhagen. InCell is a strong international and interdisciplinary team with expertises ranging from Molecular Biomedicine to Communication and IT, including Biochemistry, Microbiology, and Food Science & Technology. Inspired by the fermenting research field surrounding interspecies and interdomain interactions, our team has decided to pursue a new approach to the study of endosymbiosis and its mechanisms with regards to its history and future applications.
Project Description
The objective of InCell is to investigate basic aspects of endosymbiosis in order to establish the principles for the future use of artificial endosymbiosis in synthetic biology. Developing the framework for the modular assembly of orthogonal synthetic organelles can have profound applications in different fields, including medicine and agriculture.
We envision that artificial endosymbiosis could be applied in a broad range of fields, including agriculture, medicine and production of valuable compounds. A deeper understanding of the relationships intertwining endosymbionts and their hosts could, for example, unravel new knowledge applicable for the treatment of mitochondrial diseases or develop humanized antibodies, while a living compartment able to fix nitrogen from air could decrease the use of fertilizers in agricultural production.