(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{:Team:Chalmers_Gothenburg/bootstrap}} | |
− | {{Chalmers_Gothenburg}} | + | {{:Team:Chalmers_Gothenburg/style}} |
− | + | {{:Team:Chalmers_Gothenburg/jquery}} | |
+ | {{:Team:Chalmers_Gothenburg/script}} | ||
<html> | <html> | ||
− | < | + | <head> |
+ | <meta charset="utf-8"> | ||
+ | |||
+ | <!--The segment below is necessary for importing html pages. We probably have to do it the dumb wiki way later--> | ||
+ | <script type="text/javascript"> | ||
+ | $( document ).ready(function(){ | ||
+ | $("#header_navbar").load("https://2016.igem.org/Team:Chalmers_Gothenburg/header_navbar"); | ||
+ | $("#footer").load("footer.html"); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
− | + | <!--This script is used to change slides automatically. Needs the correct number of slides!--> | |
− | + | <script type="text/javascript"> | |
− | + | var sliderTimer=setTimeout(autoChangeSlide,10000); | |
+ | |||
+ | function autoChangeSlide() { | ||
+ | if (document.getElementById('slide1').checked) { | ||
+ | document.getElementById("slide2").checked = true; | ||
+ | } else if (document.getElementById('slide2').checked) { | ||
+ | document.getElementById("slide3").checked = true; | ||
+ | } else if (document.getElementById('slide3').checked) { | ||
+ | document.getElementById("slide4").checked = true; | ||
+ | } else if (document.getElementById('slide4').checked) { | ||
+ | document.getElementById("slide1").checked = true; | ||
+ | } | ||
+ | sliderTimer=setTimeout(autoChangeSlide,10000); | ||
+ | } | ||
+ | |||
+ | function resetSliderTimer() { | ||
+ | clearTimeout(sliderTimer); | ||
+ | sliderTimer=setTimeout(autoChangeSlide,15000); | ||
+ | } | ||
+ | </script> | ||
+ | |||
+ | <title>Chalmers Gothenburg iGEM 2016</title> | ||
+ | </head> | ||
− | + | <body><div class="home"> | |
+ | |||
+ | <div id="header_navbar_top"> | ||
+ | <div id="header_navbar_top_title">Turning Pollution into a Solution</div> | ||
+ | <div id="header_navbar_top_logo"><img src="https://static.igem.org/mediawiki/2016/6/63/T--Chalmers_Gothenburg--team_logo_2016_302x170px.png" alt="logo" style="height:170px;"></div> | ||
+ | </div> | ||
+ | |||
− | + | <div id="header_navbar_wrapper"> | |
+ | <!--<div id="header_navbar"></div>--> | ||
+ | </html>{{:Team:Chalmers_Gothenburg/header_navbar}}<html> | ||
+ | </div> | ||
− | + | <div class="wrap"> <!--To limit the width of the site--> | |
− | + | <div class="wrap-content-no-side-nav"> | |
+ | |||
+ | |||
+ | <!-- Slider Setup --> | ||
+ | <div class="bigslider"> | ||
− | + | <input checked type=radio name=slider id=slide1 onchange="resetSliderTimer()" /> | |
− | + | <input type=radio name=slider id=slide2 onchange="resetSliderTimer()" /> | |
− | + | <input type=radio name=slider id=slide3 onchange="resetSliderTimer()" /> | |
− | + | <input type=radio name=slider id=slide4 onchange="resetSliderTimer()" /> | |
− | + | <!-- The Slider --> | |
− | + | ||
− | + | <div id=slides> | |
− | + | ||
− | + | <div id=overflow> | |
− | + | ||
− | + | <div class=inner> | |
− | + | ||
− | + | <article> | |
− | + | <div class="info-container"><div class=info><h3>Turning pollution into a solution</h3><a href="https://2016.igem.org/Team:Chalmers_Gothenburg/Description">Learn more about our project idea</a></div></div> | |
− | + | <a href="https://2016.igem.org/Team:Chalmers_Gothenburg/Description"><img src="https://static.igem.org/mediawiki/2016/a/a7/T--Chalmers_Gothenburg--slideshow_project.png" /></a> | |
− | + | </article> | |
− | + | ||
− | + | ||
− | + | <article> | |
− | + | <div class="info-container"><div class=info><h3>The Team</h3><a href="https://2016.igem.org/Team:Chalmers_Gothenburg/Team/Students">Meet the students</a></div></div> | |
− | + | <a href="https://2016.igem.org/Team:Chalmers_Gothenburg/Team/Students"><img src=https://static.igem.org/mediawiki/2016/2/29/T--Chalmers_Gothenburg--slideshow_team_photo.png /></a> | |
− | + | </article> | |
− | + | ||
− | + | ||
− | + | <article> | |
− | + | <div class="info-container"><div class=info><h3>Achievements</h3><a href="https://2016.igem.org/Team:Chalmers_Gothenburg/Results">Learn more about our results</a></div></div> | |
− | + | <a href="https://2016.igem.org/Team:Chalmers_Gothenburg/Results"><img src=https://static.igem.org/mediawiki/2016/9/93/T--Chalmers_Gothenburg--slideshow_achievements.png /></a> | |
+ | </article> | ||
+ | |||
+ | <article> | ||
+ | <div class="info-container"><div class=info><h3>Integrated Human Practices</h3><a href="https://2016.igem.org/Team:Chalmers_Gothenburg/HP/Gold">Learn about how Human Practices shaped our project</a></div></div> | ||
+ | <a href="https://2016.igem.org/Team:Chalmers_Gothenburg/HP/Gold"><img src=https://static.igem.org/mediawiki/2016/2/28/T--Chalmers_Gothenburg--slideshow_human_practices_presentation.png /></a> | ||
+ | </article> | ||
+ | |||
+ | |||
+ | </div> <!-- .inner --> | ||
+ | |||
+ | </div> <!-- #overflow --> | ||
+ | |||
+ | </div> <!-- #slides --> | ||
− | < | + | |
+ | <!-- Controls and Active Slide Display --> | ||
+ | |||
+ | <div id=controls> | ||
− | + | <label for=slide1></label> | |
+ | <label for=slide2></label> | ||
+ | <label for=slide3></label> | ||
+ | <label for=slide4></label> | ||
+ | |||
+ | </div> <!-- #controls --> | ||
+ | |||
+ | <div id=active> | ||
− | + | <label for=slide1></label> | |
+ | <label for=slide2></label> | ||
+ | <label for=slide3></label> | ||
+ | <label for=slide4></label> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!--Description--> | ||
+ | |||
+ | <div class="target" id="project_description"> | ||
+ | |||
+ | <h1 class="subtitle">The project</h1> | ||
+ | |||
− | + | <p class="text">It is a well-known fact that our current way of life as a species is greatly affecting our planet in a negative way. With massive emissions of greenhouse gases we’ve started seeing effects such as global warming. One way to greatly reduce greenhouse gas emission is to replace petroleum based chemical synthesis. Microbial biosynthesis is considered by many to be the most viable alternative to the petroleum based platform. </p> | |
− | + | <p class="text">However, biosynthesis may sound promising but it still has a few question marks to straighten out before we can see it as a perfect solution to our problems.</p> | |
− | + | <p class="text">Biosynthesis of certain products has a high cost-to-benefit ratio, with substrate comprising a major part of the total costs for industrial fermentation. With this in mind, our idea is to create a self-sustaining microbial system that produces its own substrate using photosynthesis. We want to create a co-culture where a photosynthetic cyanobacterium provides a production organism with the carbon substrate. Thus by using this co-culture we could convert sunlight and carbon dioxide into desired products. By developing multiple production organisms specialized in synthesizing different products, we could create an ease-of-use library enabling quick access to environmental friendly biosynthesis.</p> | |
− | + | <a href="https://2016.igem.org/Team:Chalmers_Gothenburg/Description"><h2>Welcome to the solar-powered future</h2></a> | |
− | |||
− | |||
− | + | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </html>{{:Team:Chalmers_Gothenburg/footer}}<html> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | </div></body> | ||
</html> | </html> |
Latest revision as of 13:26, 19 October 2016
The project
It is a well-known fact that our current way of life as a species is greatly affecting our planet in a negative way. With massive emissions of greenhouse gases we’ve started seeing effects such as global warming. One way to greatly reduce greenhouse gas emission is to replace petroleum based chemical synthesis. Microbial biosynthesis is considered by many to be the most viable alternative to the petroleum based platform.
However, biosynthesis may sound promising but it still has a few question marks to straighten out before we can see it as a perfect solution to our problems.
Biosynthesis of certain products has a high cost-to-benefit ratio, with substrate comprising a major part of the total costs for industrial fermentation. With this in mind, our idea is to create a self-sustaining microbial system that produces its own substrate using photosynthesis. We want to create a co-culture where a photosynthetic cyanobacterium provides a production organism with the carbon substrate. Thus by using this co-culture we could convert sunlight and carbon dioxide into desired products. By developing multiple production organisms specialized in synthesizing different products, we could create an ease-of-use library enabling quick access to environmental friendly biosynthesis.