Difference between revisions of "Team:CLSB-UK/Description"

 
(9 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
<html>
 
<html>
 
<style>
 
<style>
 +
h2 {
 +
color: #941f8a;
 +
}
 +
 
body {  
 
body {  
 
background-image:url("https://static.igem.org/mediawiki/2016/c/cc/T--CLSB-UK--temphousebg.jpg");
 
background-image:url("https://static.igem.org/mediawiki/2016/c/cc/T--CLSB-UK--temphousebg.jpg");
background-repeat: repeat-y;
+
background-repeat: no-repeat;
 
background-size: 100vw;
 
background-size: 100vw;
 +
}
 +
#zoom {
 +
position: absolute;
 +
}
 +
 +
#zoom a {
 +
width: 100%;
 +
height: 100%;
 +
display: none;
 +
}
 +
 +
#zoom a img {
 +
width: 100%;
 +
height: 100%;
 +
}
 +
 +
#zoom:hover > a {
 +
display: block;
 
}
 
}
 
</style>
 
</style>
<div id="mainbox">
+
<div id="zoom">
<p> We have decided to focus our effort on improving the efficiency of Biological Photovoltaic Cells, a next generation version of the Solar Panel, which harnesses photosynthetic organisms to convert solar energy into electrical energy.
+
<a href="https://2016.igem.org/wiki/index.php?title=Team:CLSB-UK/Project/BPV_Cell">
The modern silicon solar panel has many problems. It is expensive to make and bulky, and it has a low Shockley-Queisser limit of around 34%. Thus our project aims to apply a genetic engineering approach towards developing a next-gen solar panel with the use of bacteria within a microbial fuel cell. We take traditional microbial fuel cell (MFC) designs and modify them to create a biological photovoltaic cell (BPV). By using cyanobacteria in our BPV, we can extract the energy that has been harvested from light. This has the potential to be a future sustainable and eco-friendly practice for the production of renewable energy. However, a major pitfall of the use of the BPV as a form of bioelectricity generation is the fact that it has low efficiency and this was an obstacle that we aimed to overcome in our design. </p>
+
<img src = "https://static.igem.org/mediawiki/2016/7/74/T--CLSB-UK--zoomin.png">
 +
</a>
 +
</div>
 +
<script>
 +
$(window).on("resize", function () {
 +
var width = $(window).width();
 +
var zoom = document.getElementById("zoom");
 +
zoom.style.width = width * 0.22 + "px";
 +
zoom.style.height = width * 0.22 + "px";
 +
zoom.style.left = width * 0.60 + "px";
 +
zoom.style.top = width * 0.17 + "px";
 +
}).resize();
 +
</script>
 +
<div id="mainbox" style="width:40vw">
 +
<h2>Our Project</h2>
 +
<p> At the heart of any iGEM team is the project - the central idea that connects all the work they do. Our project aims to build the foundations for what has the potential to tackle to world energy crisis. By taking a step forward in providing a sustainable energy source with a negative Carbon Footprint we are helping to change the world. At heart our project is simple: modern solar panels leave a lot to be desired due to their low efficiency, their bulkiness and their high price. Biological Photovoltaics have the potential to provide a far cheaper, simpler energy source that can take up Carbon Dioxide from the air instead of pump more into it. If only scientists would modify some organism so that it can be used efficiently inside one. This is where we come in. Click on the solar panel on the house to zoom in and find out more. </p>
  
<p><a href="https://2016.igem.org/Team:CLSB-UK/Project/BPV_Cell">ZOOM</a></p>
 
 
</div>
 
</div>

Latest revision as of 18:02, 19 October 2016

Our Project

At the heart of any iGEM team is the project - the central idea that connects all the work they do. Our project aims to build the foundations for what has the potential to tackle to world energy crisis. By taking a step forward in providing a sustainable energy source with a negative Carbon Footprint we are helping to change the world. At heart our project is simple: modern solar panels leave a lot to be desired due to their low efficiency, their bulkiness and their high price. Biological Photovoltaics have the potential to provide a far cheaper, simpler energy source that can take up Carbon Dioxide from the air instead of pump more into it. If only scientists would modify some organism so that it can be used efficiently inside one. This is where we come in. Click on the solar panel on the house to zoom in and find out more.