Difference between revisions of "Team:FAU Erlangen/Description"

Line 1: Line 1:
{{FAU_Erlangen}}
+
<!doctype html>
 
<html>
 
<html>
 +
<head>
 +
<meta charset="utf-8">
 +
<title>Unbenanntes Dokument</title>
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
 +
<style type="text/css">
 +
#background{
 +
  background: #DCDCDC ;
 +
  background-repeat:repeat;
 +
}
 +
#topheader{
 +
  background-color:#040404;
 +
  width:100%;
 +
  height:30px;
 +
  opacity:0.98;
 +
  position:fixed;
 +
  z-index:2;
 +
  top:0;
 +
}
 +
#topheader a {
 +
font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
 +
color:#fff;
 +
font-size:1vw;
 +
line-height:30px;
 +
padding:0 45px;
 +
text-decoration:none;
 +
top:0;
 +
float:right;
 +
}
 +
#topheader a.mtopheader {
 +
visibility:hidden;
 +
}
 +
#topheader a:hover {
 +
color:#aaa;
 +
}
 +
#header{
 +
    background-image:url(project_header.png);
 +
  -webkit-background-size: cover;
 +
  -moz-background-size: cover;
 +
  -o-background-size: cover;
 +
    background-size: cover;
 +
height:400px;
 +
width:100%;
 +
}
  
<h5>  Fabrication of Semiconducting Biofilms for Solar Cell Application </h5>
+
#header a{
 +
color: #fff;
 +
font-size:50px;
 +
text-decoration:none;
 +
}
  
 +
#header h1{
 +
color:#fff;
 +
font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
 +
font-size:65px;
 +
position:absolute;
 +
left: calc( 50% - 180px );
 +
top: 250px;
 +
}
 +
.navigation {
 +
background-color:#333;
 +
height:50px;
 +
width:100%;
 +
font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
 +
}
 +
.navigation btn {
 +
float:right;
 +
margin: 0 0.1%;
 +
}
 +
.navigation home{
 +
float:left;
 +
margin: 0 1%;
 +
}
 +
.navigation ul {
 +
position:absolute;
 +
margin: 0 calc(100%/7);
 +
list-style:none;
 +
}
 +
.navigation ul li {
 +
float:left;
 +
margin: 0 0 0 0;
 +
line-height:50px;
 +
}
 +
.navigation h3 {
 +
    font-size: 16px;
 +
    color: #fff;
 +
    padding: 10px;
 +
    margin: 0;
 +
    background: #000;
 +
    line-height: 20px;
 +
}
 +
.navigation ul li a{
 +
color: #fff;
 +
font-size:22px;
 +
font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
 +
padding: 0 15px;
 +
text-decoration:none;
 +
display: block;
 +
}
 +
.navigation ul li a.highlight {
 +
background:#000;
 +
color:#0aa;
 +
}
 +
.navigation ul li a:hover{
 +
background:#000;
 +
color:#0aa;
 +
}
 +
.navigation ul ul {
 +
position: absolute;
 +
visibility:hidden;
 +
  -webkit-box-shadow: 0 4px 7px rgba(0,0,0,0.2);
 +
  -moz-box-shadow: 0 4px 7px rgba(0,0,0,0.2);
 +
    box-shadow: 0 4px 7px rgba(0,0,0,0.2);
 +
padding: 0;
 +
margin: 0;
 +
display:block;
 +
background: #000;
 +
}
 +
.navigation ul li:hover ul {
 +
visibility:visible;
 +
}
 +
.navigation ul ul li {
 +
float: none;
 +
font-size:18px;
 +
padding: 5px 10px;
 +
white-space:nowrap;
 +
text-align: left;
 +
margin: 0;
 +
line-height:20px;
 +
}
 +
.navigation ul ul li:hover{
 +
background:#fff;
 +
color: #0aa;
 +
}
 +
.navigation ul ul a{
 +
padding:0px;
 +
color: #fff;
 +
text-decoration:none;
 +
}
 +
.navigation h3 {
 +
font-size:18px;
 +
color: #fff;
 +
padding:10px;
 +
margin:0;
 +
background:#000;
 +
line-height:20px;
 +
}
 +
#mcontainer{
 +
margin: 15px 0 auto;
 +
width: 100%;
 +
height:auto;
 +
font-size: 0;
 +
}
 +
.content{
 +
font-size: 22px;
 +
background-color:#fff;
 +
background-repeat:no-repeat;
 +
min-height:500px;
 +
width: calc(100%/3*2);
 +
height:auto;
 +
display:inline-flex;
 +
vertical-align:top;
 +
margin:0:auto;
 +
  -webkit-box-shadow: 0 4px 7px rgba(0,0,0,0.2);
 +
  -moz-box-shadow: 0 4px 7px rgba(0,0,0,0.2);
 +
    box-shadow: 0 4px 7px rgba(0,0,0,0.2);
 +
}
 +
.content p{
 +
padding:2%;
 +
width: 100%;
 +
}
 +
.content h1{
 +
width: 100%;
 +
text-align:center;
 +
border-bottom:solid thin #aaa;
 +
}
 +
#toolbox{
 +
min-height:500px;
 +
width:calc(100%/6);
 +
height:auto;
 +
vertical-align:top;
 +
display:inline-flex;
 +
top: 93%;
 +
margin: 0 -2%;
 +
opacity:0.5;
 +
position:fixed;
 +
}
 +
#contentbox{
 +
font-size: 22px;
 +
min-height:300px;
 +
width:calc(100%/6);
 +
height:auto;
 +
display:inline-flex;
 +
line-height:35px;
 +
}
 +
#contentbox ul{
 +
list-style-type:none;
 +
}
 +
#contentbox h3{
 +
padding:0px;
 +
color: #111;
 +
text-decoration:none;
 +
}
 +
#contentbox a{
 +
padding:0px;
 +
color: #111;
 +
text-decoration:none;
 +
}
 +
#contentbox a.active{
 +
color: #0aa;
 +
}
 +
#footer{
 +
width: calc(100%/3*2);
 +
height:100%;
 +
margin: 2% auto;
 +
}
 +
 +
a.bttn{
 +
    height:50px;
 +
    line-height:50px;
 +
    vertical-align:middle;
 +
    text-align:right;
 +
    padding:0 10px;
 +
    color:#fff;
 +
    background-color:#fff;
 +
    position:relative;
 +
    display:inline-block;
 +
}
 +
a.bttn:after{
 +
    position:absolute;
 +
    right:-20px;
 +
    content:" ";
 +
    width: 0px;
 +
    height: 0px;
 +
    border-style: solid;
 +
    border-width: 25px 0 25px 20px;
 +
    border-color: transparent transparent transparent #fff;
 +
}
 +
a.bttn:hover{
 +
    background-color:888;
 +
}
 +
a.bttn:hover:after{
 +
    width: 0px;
 +
    height: 0px;
 +
    border-style: solid;
 +
    border-width: 25px 0 25px 20px;
 +
    border-color: transparent transparent transparent #fff;
 +
}
 +
 +
a.btbn{
 +
    height:50px;
 +
    line-height:50px;
 +
    vertical-align:middle;
 +
    text-align:right;
 +
    padding:0 10px;
 +
    color:#fff;
 +
    background-color:#fff;
 +
    position:relative;
 +
    display:inline-block;
 +
}
 +
a.btbn:after{
 +
    position:absolute;
 +
    right:20px;
 +
    content:" ";
 +
    width: 0px;
 +
    height: 0px;
 +
    border-style: solid;
 +
  border-width: 25px 25px 25px 0;
 +
    border-color: transparent #fff transparent transparent;
 +
}
 +
a.btbn:hover{
 +
    background-color:888;
 +
}
 +
a.btbn:hover:after{
 +
    width: 0px;
 +
    height: 0px;
 +
    border-style: solid;
 +
    border-width: 25px 25px 25px 0;
 +
    border-color: transparent #fff transparent transparent;
 +
}
 +
.navigation ul li.icon {
 +
display:none;
 +
  }
 +
 
 +
  .cb{
 +
  }
 +
@media screen and (max-width:1280px) {
 +
#contentbox{
 +
visibility:hidden;
 +
}
 +
#toolbox{
 +
visibility:hidden;
 +
}
 +
.content{
 +
font-size:16px;
 +
}
 +
 +
#topheader a {
 +
font-size:2vw;
 +
}
 +
.navigation ul {
 +
margin: 0 auto;
 +
}
 +
.navigation home{
 +
float:right;
 +
margin: 0 10px;
 +
}
  
<p>Since common energy resources such as oil and gas become rare and rare, the importance of renewable and sustainable energy resources rises continuously. Considering sustainability, nature provides a vast field for future power supply reaching from wind and water to solar energy. Further the production of biomass and the formation of biogas (methane) by bacteria should also be considered. The iGEM Team of the University Erlangen-Nuremberg aims to integrate current research in the preparation of conducting and semiconducting biofilms [1] to fabricate a series of novel highly absorbing layers in a bottom-up approach from the initial salts. We focus on the control of electron transport through the biofilms as it is crucial for optimization of the system. The result of our research can pave the way to a novel class of solar cells mainly fabricated by living cells. 
+
.navigation ul li:not(:first-child) {display: none;}
In a first set of experiments, we will combine chemically and biologically synthesized zinc oxide (ZnO) as a wide band gap semiconductor with organic dye molecules and fluorescing proteins to inspect the charge transfer through a biofilm matrix. The emphasis lies on the layer thickness and the morphology of the biofilm, as well as the size of the ZnO colloids, which will affect the electron transport. 
+
  .navigation ul li.icon {
In the second part, we will address the integration of chemically synthesized, strongly absorbing nanoscale semiconductors into biofilms to analyze the film morphology and the affinity of the different types of nanoparticles to the biofilms.  
+
    float:right;
In the third stage we plan to replace the chemical route by biological fabrication of the nanoparticles. Both biofilms (ZnO/Absorber) will be deposited on a substrate, yielding the basic structure of a solar cell, which can be expanded to a complete device using physical or chemical deposition techniques. This primary device will be characterized regarding its photoinduced electron transfer and efficiency. </p>
+
    display: inline-block;
 +
margin: 0 auto;
 +
line-height:50px;
 +
font-size:22px;
 +
font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
 +
  }
 +
  .navigation ul li:hover ul{
 +
  visibility:hidden;
 +
  }
 +
  .navigation ul {
 +
  background: #000;
 +
  }
 +
}
  
<p><i>State of the Art </i></p>
+
@media screen and (max-width:1280px) {
<p>The rising field of nanoparticular systems is attributed to their unique properties in terms of reactivity and spectroscopic behavior.[2, 3] Thus, biologic routes towards different types of nanoparticles are of current interest, as their “biosynthesis” avoids toxic stabilizing ligands and solvents, which is a crucial aspect of sustainable synthesis.[4] The formation of metal clusters exploits the natural defense mechanism of microorganisms against high metal concentrations.[5] With this strategy, a broad variety of colloids have already been realized, from metallic [6] to semiconducting nanoparticles, also called quantum dots.[4] In the field of semiconducting nanoparticles, metal sulfides are promising absorber materials, being easy to fabricate using bacteria and achieving good yields and morphology.[7] Additionally, Zinc oxide, which can serve as transparent top layer for solar cells, can also be fabricated by bacteria that can tolerate high amounts of zinc in solution.[8] </p>
+
  .navigation ul.responsive {position: relative;}
 +
  .navigation ul.responsive li.icon {
 +
 
 +
  }
 +
 
 +
  .navigation highlight{
 +
  background:#0aa;
 +
  }
 +
 
 +
  .navigation ul.responsive li {
 +
    float: none;
 +
    display: inline;
 +
padding:0;
 +
margin:0;
 +
  }
 +
 
 +
  .navigation ul.responsive li:hover a{
 +
  background: #0aa;
 +
  }
 +
 
 +
  .navigation ul.responsive li a {
 +
    display:block;
 +
text-align: left;
 +
padding:0px;
 +
  }
 +
}
 +
</style>
 +
</head>
  
<p>Biofilms are aggregates of microorganisms frequently embedded within an extracellular matrix promoting adherence of cells to each other and to surfaces.[9] Biofilms are dynamic structures, selforganizing and highly adaptive to their environment. As materials, biofilms and similar multicellular consortia such as bone or shells have various characteristics that are of interest for technological applications.[10]
+
<body>
Recently, semiconducting nanoparticles such as CdTe, CdS and ZnS have been successfully integrated into biofilms.[1] This was accomplished by conjugating the nanoparticles with antibodies or appropriate peptide tags, which in turn were linked to amyloid fibrils (curli) produced by E. coli cells. This attempt was further expanded by integrating gold nanoparticles into the film to address electric conductivity in biofilms. A direct preparation of silver nanoparticles within the biofilm matrix has also been shown to facilitate conductivity.[11]
+
<div id="background">
We intend to pick up this approach to program bacteria to build a scaffold for a solar cell, utilizing the unique ability of living materials to self-organize into nanoscale structures. </p>
+
<div id="topheader">
 +
<a href="#">Team FAU Erlangen- Nuremberg: Coli- voltaic</a>
 +
</div>
 +
<div id="header"><h1>
 +
<a href="Team.html" class="">&#9664;</a>
 +
Project
 +
<a href="Human Practice.html" class="">&#9654;</a>
 +
</h1></div>
 +
<div class="navigation" id="mynavigation">
 +
<btn><a href="https://www.facebook.com/IGEM-FAU-Erlangen-522447454463293/"><img src="fblogo.png" width="auto" height="50px" alt=""/></a></btn>
 +
<btn><a href="#"><img src="emlogo.png" width="auto" height="50px" alt=""/></a></btn>
 +
<btn><a href="https://2016.igem.org/Main_Page"><img src="igemlogo.png" width="auto" height="50px" alt=""/></a></btn>
 +
<home><a href="#"><img src="fau_logo.png" width="auto" height="50px" alt=""/></a></home>
 +
<ul id="mynavigationul">
 +
          <li class="icon">
 +
    <a href="javascript:void(0);" style="font-size:22px;" onclick="myFunction()"> &#9776;Menu</a>
 +
    </li>
 +
          <li><a class="highlight" href="Project.html">Project</a><ul>
 +
              <a href="#Inspiration"><li>Inspiration</li></a>
 +
              <a href="#Biofilm"><li>Biofilm</li></a>
 +
              <a href="#BioSolar"><li>Biofilm Solar Cell</li></a>
 +
              <a href="#GCell"><li>Grätzel Cell</li></a>
 +
                <a href="#GCell"><li>Results</li></a>
 +
          </ul></li>
 +
          <li><a href="Human Practice.html">Results</a></li>
 +
          <li><a href="Lab.html">Lab Journal</a>
 +
              <ul>
 +
              <a href="#"><li>Biology</li></a>
 +
              <a href="#"><li>Chemistry/Physics</li></a>
 +
              </ul>
 +
          </li>
 +
          <li><a href="Human Practice.html">Human Practice</a>
 +
          <ul>
 +
              <a href="#"><li>School laboratory</li></a>
 +
              <a href="#"><li>Science Day</li></a>
 +
              <a href="#"><li>Game</li></a>
 +
          </ul>
 +
          </li>
 +
          <li><a href="Collaboration.html">Collaborations</a>
 +
          <ul>
 +
              <a href="#"><li>iGEM Team Marburg</li></a>
 +
              <a href="#"><li>iGEM Team Munich</li></a>
 +
              <a href="#"><li>iGEM Team Aachen</li></a>
 +
          </ul></li>
 +
          <li><a href="Safety.html">Safety</a></li>
 +
          <li><a href="Archievements.html">Achievements</a></li>
 +
          <li><a href="Team.html">Team</a></li>
 +
</ul>
 +
</div>
 +
<div id="mcontainer">
 +
<div id="contentbox" align="left">
 +
<ul>
 +
<a class="active" href="#Inspiration" id="cInspiration"><li>Inspiration</li></a>
 +
<a href="#Biofilm" id="cBiofilm"><li>Biofilm</li></a>
 +
<a href="#BioSolar" id="cBioSolar"><li>Biofilm Solar Cell</li></a>
 +
<a href="#GCell" id="cGCell"><li>Grätzel Cell</li></a>
 +
</ul>
 +
</div>
 +
<div class="content" id="mycontent"><p align="justify">
 +
<div align="justify" width="100%" height="100%">
  
<p>Nanoscale semiconductors provide a powerful platform for the development of numerous classes of solution-processed optoelectronic devices such as photovoltaic cells, photodetectors and lightemission devices. In addition to enabling solution processing, a key advantage of quantum dots is the size confinement effect: optical and electrical properties can be adjusted by varying the size and shape of the nanoparticles. In photovoltaic devices, quantum dot films are combined with a metal (Schottky junction cells) or with another semiconductor (TiO2/ZnO) to form a functional device.[12, 13]
+
<p class="cb" id="Inspiration"></p>
Against the background of nanoparticle solar cells, thin film solar cells provide a powerful tool to reduce the amount of material required for fabrication of solar cells. Different highly absorbing metal sulfide and metal selenide materials present the opportunity to reduce the layer thickness of the absorption layer to less than 5 µm. [14] A crucial limitation in the field of thin film solar cells is the Shockley-Queisser limit [15], describing the compromise between charge separation and absorption quality of the film; charge separation accelerates with decreasing layer thickness, while light absorption rises with increasing layer thickness. </p>  
+
<br/>
<p><i>References </i></p>
+
<h1 id="">Inspiration</h1>
<p>1 Lu T. et al. Nat. Mater. 2014, 13 (5), 515-523. </p>
+
<p>
<p>2 Carey G.; Abdelhady L.; Ning Z.; Thon S.; Bakr O.; Sargent E. Chem. Rev. 2015, 115 (23), 1273212763. </p>
+
The limitation of fossil fuels such as oil, coal and gas intensities the need to find different „materials“ to gain energy for a constantly rising population in the world. The energy can be provided by nature using wind, water, plants and the sun. Solar energy conversion can be a crucial factor as sun is present every day in almost every region in the world. Thereby an efficient conversion of solar energy is as important as the expenses for the solar cells. To reduce the price less expensive materials as well as the costs for production can be considered.
<p>3 Yang Y.; Wu H.; Williams K.; Cao Y. Angew. Chem. 2005, 117 (41), 6870-6873.  </p>
+
Commercially available silicon solar cells provide a good solar energy conversion rate in combination with moderate costs. To reduce the costs for the raw materials an inspiration from photosynthesis can be drawn. Here a chlorophyll molecule is excited to inject its electron into a redox cascade. The same principle can be chosen for solar cells applying dyes which can transfer electrons to a transparent semiconductor. These semiconductors can be either ZnO and TiO2, which are produced in a large scale for the application in e.g. tooth paste or sun screen.<br/> <br/>  
<p>4 Hosseini M.; Sarvi M. Mater. Sci. Semicond. Process. 2015, 40, 293-301. </p>
+
To reduce the production costs a large part can be covered by living cells, which work autonomous. In particular biofilms can be used since they provide the possibility to integrate metals inside its texture and can be mineralized. Hence the transparent semiconductor can be deposited by adding the initial salts to the bacteria solution. The process of mineralization can be done either during the growth of the biofilm or after the growth. The dyes for the solar cells can also be provided by E.Coli, which was demonstrated by the iGEM of Darmstadt in 2014 (link von deren homepage). The only technical process is the deposition of electrolyte and the sealing of the whole cell, which prevents this type of solar cell from drying out.
<p>5 Ikuma K.; Decho A.; Lau B. Front. Microbiol. 2015, 6, 591.  </p>
+
</p>
<p>6 Thakkar K.; Mhatre S.; Parikh R. Biol. Med. 2010, 6 (2), 257-262.  </p>
+
<p class="cb" id="Biofilm"></p>
<p>7 Jacob J.; Lens P.; Balakrishnan R. Microb. Biotechnol. 2016, 9 (1), 11-21. </p>
+
<br/>
<p>8 Jayaseelan C.; Rahuman A.; Kirthi A.; Marimuthu S.; Santhoshkumar T.; Bagavan A.; Rao K. Spectrochim. Acta, Part A 2012, 90, 78-84. </p>
+
<h1 id="">Biofilm</h1>
<p>9 http://pac.iupac.org/publications/pac/pdf/2012/pdf/8402x0377.pdf (state: 03/27/2016) </p>
+
<p>
<p>10 Rezwan K.; Chen Q.; Blaker J.; Boccachini A. Biomaterials 2006, 27 (18), 3413-3431. </p>
+
A biofilm is a system that can be adapted internally to environmental conditions by its inhabitants. Note 2: The self-produced matrix of extracellular polymeric substance, which is also referred to as slime, is a polymeric conglomeration generally composed of extracellular biopolymers in various structural forms.  
<p>11 Kalathil S.; Lee J.; Cho M. Green Chem. 2011, 13 (6), 1482-1485. </p>
+
</p>
<p>12 Gur I.; Fromer N.; Geier M.; Alivisatos A. Science 2005, 310 (5747), 462-465. </p>
+
<p align="center">
<p>13 Carey G.; Abdelhady A.; Ning Z.; Thon S.; Bakr O.; Sargent E. Chem. Rev. 2015, 115 (23), 1273212763. </p>
+
<img src="Biofilm/bio1.png" width="60%" height="auto" alt=""/>
<p>14 Aberle A. Thin Solid Films 2009, 517 (17), 4706-4710. </p>
+
</p>
<p>15 Shockley W.; Queisser H. J. Appl. Phys. 1961, 32 (3), 510-519. </p>
+
<p>
 +
Bacteria form these described aggregates in three-dimensional structures, to survive in the face of environmental stresses. To build these aggregates, the bacteria have to specialize themselves to attach to the surface and to communicate with other microorganisms: They will lose their flagella and will produce proteins for quorum sensing and induce expression of extracellular polymeric substances often called slime. <br/><br/>
 +
Enteric bacteria such as Escherichia coli and Salmonella spp. express proteinaceous extracellular fibers called curli that are involved in surface and cell-cell contacts that promote community behavior and host colonization. Between the basal biofilm and the outer biofilm there are pores, canals and corridors to transport a lot of substances like nanoparticles through the “slime”.  
 +
</p>
  
 +
<h2>Curli and the importance for our project</h2>
 +
<p>
 +
Enteric bacteria such as Escherichia coli and Salmonella spp. express proteinaceous extracellular fibers called curli that are involved in surface and cell-cell contacts that promote community behavior and host colonization. (paper auf studon)
 +
CsgA monomers are the major part of the Curli fibers and are secreted in the extracellular environment by E.coli W3110 itself. Being extracellular it has the opportunity to interact with various substances in a biofilm. Some bacterial strains are producing an extracellular matrix called biofilm, which is protecting them from environmental impacts. This matrix is composed of proteins, polysaccharides, lipids and nucleic acids. One of the main structural components in Escherichia coli biofilms are curli fibers, with a diameter of 4-7 nanometer that can made up to 10-40% of the whole biofilm.(Nguyen et.al) These fibers are amyloid structures, which are anchored on the bacterial cell surface and are assembled of 13 kDa CsgA proteins. For the production of these fibers the curli-system consists of two operons, containing seven genes: csgBAC and csgDEFG. The self-assembly and nucleation of CsgA on the cell surface is mediated by CsgB. CsgC/G are responsible for the secretion and CsgE/F for producing of CsgA. CsgD is the transcriptional regulator of this system. The following figure shows the Curli-producing process.
 +
For our project it was important, that the curli fibers are promoting the growth of biofilms and to interact with special nanoparticles.
 +
</p>
 +
<p align="center">
 +
<img src="Biofilm/bio2.png" width="30%" height="auto" alt=""/>
 +
</p>
 +
<p>
 +
After investigating old iGEM Team projects and other articles, we decided to ask our friends from the iGEM Team Marburg 2015 if they can send us their biobrick plasmid pPickUp (BBa_K1650047) and their E.coli strain W3110. pPickUp has the advantage having a SpyTag, which has strong similarities to some ZnO-Nanoparticle binding proteins which are already published.
 +
If the SpyTag can interact with our nanoparticles we do neither need an extra tag, which are already published nor an adaptor protein with interacts with the scaffold protein CsgA and the nanoparticles – killing two birds with one stone
 +
</p>
 +
<p class="cb" id="BioSolar"></p>
 +
<br/>
 +
<h1 id="">Biofilm Solarcell</h1>
  
 +
<p>
 +
Inhalt Biosolar
 +
</p>
 +
<p class="cb" id="GCell"></p>
 +
<br/>
 +
<h1>Grätzel Cell</h1>
 +
<h2>Setup of a Dye Sensitized Solar Cell (DSSC)</h2>
 +
<p>
 +
A dye sensitized solar cell does not require expensive material or complex working conditions. It can be basically built of tooth paste or sun screen in combination with a dye obtained from fruits or tea. The starting material is a glass slide which is coated with a transparent conducting material. The commonly used coating materials are Indium Tin Oxide (ITO) or Fluorine doped Tin Oxide (FTO). On the conducting slide the transparent semiconductors ZnO or TiO2 can be deposited, which serve as electron transporting layer. This layer can be soaked with the dye. Functional groups of the dye molecules direct and anchor them on the surface of the semiconductor. On this layer an electrolyte containing Iodine and Iodide providing the electrons to flow in the cell. The cell is completed with another glass slide coated with conducting traditional materials such as graphite or platinum.
 +
</p>
 +
<h2>Mechanism of a DSSC</h2>
 +
<p>
 +
Starting with the irradiation of the complete cell the electrons in the organic dye is excited to a higher level, which is called LUMO (lowest unoccupied molecular orbital). If the LUMO level is energetically high enough the electron can be transferred to the conduction band of the transparent semiconductor. The semiconductor, commonly made of ZnO or TiO2, can then induce the electron to the electrode. The missing electron of the dye can be restored by the electrolyte and the electrolyte can reobtain its electron from the cathode. There the cycle closes and a current is flowing continuously during light irradiation.
 +
</p>
  
 +
</div></p></div>
 +
<div id="toolbox">
 +
<p align="right" id="tools">
 +
<a href="#"> <img src="uplogo.png" width="15%" height="auto" alt=""/></a>
 +
</p>
 +
</div>
 +
</div>
 +
<div id="footer">
 +
<img src="sponsoren.PNG" width="100%" height="100%" alt=""/>
 +
</div>
 +
</div>
 +
<script>
 +
function myFunction() {
 +
    var x = document.getElementById("mynavigationul");
 +
    if (x.className === "ul") {
 +
        x.className += " responsive";
 +
    } else {
 +
        x.className = "ul";
 +
    }
 +
}
 +
</script>
  
 +
<script>
 +
$(function(){
 +
$(window).on('scroll', function() {
 +
var scrollTop = $(this).scrollTop() + 100;
 +
if( scrollTop < $('#Biofilm').offset().top ){
 +
$('#cInspiration').addClass("active");
 +
$('#cBiofilm').removeClass("active");
 +
$('#cBioSolar').removeClass("active");
 +
$('#cGCell').removeClass("active");
 +
} else if( scrollTop < $('#BioSolar').offset().top ){
 +
$('#cInspiration').removeClass("active");
 +
$('#cBiofilm').addClass("active");
 +
$('#cBioSolar').removeClass("active");
 +
$('#cGCell').removeClass("active");
 +
}else if( scrollTop < $('#GCell').offset().top ){
 +
$('#cInspiration').removeClass("active");
 +
$('#cBiofilm').removeClass("active");
 +
$('#cBioSolar').addClass("active");
 +
$('#cGCell').removeClass("active");
 +
}else{
 +
$('#cInspiration').removeClass("active");
 +
$('#cBiofilm').removeClass("active");
 +
$('#cBioSolar').removeClass("active");
 +
$('#cGCell').addClass("active");
 +
}
 +
});
 +
})
  
 +
$(function() {
 +
    $('a[href*="#"]:not([href="#"])').click(function() {
 +
      if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
 +
        var target = $(this.hash);
 +
        target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
 +
        if (target.length) {
 +
          $('html, body').animate({
 +
            scrollTop: target.offset().top
 +
          }, 1000);
 +
          return false;
 +
        }
 +
      }
 +
    });
 +
  });
  
 +
</script>
  
 +
<script type="text/javascript">
  
 +
window.addEventListener("load", fixieren);
 +
window.addEventListener("resize", fixieren);
 +
window.addEventListener("scroll", fixieren);
 +
 +
if (document.getElementById("mynavigation"))
 +
  {
 +
    var nav = document.getElementById("mynavigation"),
 +
        html = document.getElementsByTagName("html")[0],
 +
        top_nav = Math.round(nav.getBoundingClientRect().top),
 +
        top_html = Math.round(html.getBoundingClientRect().top),
 +
        dist_html_nav = top_nav - top_html,
 +
contentbox = document.getElementById("contentbox"),
 +
mycontent = document.getElementById("mycontent"),
 +
mytools = document.getElementById("tools");
 +
 +
  } 
 +
function fixieren()
 +
{
 +
  var scrollweite;
 +
  if (nav)
 +
    {
 +
      window.getComputedStyle ? scrollweite = pageYOffset : scrollweite = document.documentElement.scrollTop;
 +
 
 +
      if (scrollweite + 38 > dist_html_nav )
 +
        {
 +
          nav.style.position = "fixed";
 +
          nav.style.top = "30px";
 +
  nav.style.opacity = "0.98";
 +
 
 +
  contentbox.style.position = "fixed";
 +
  contentbox.style.top = "85px";
 +
  contentbox.style.opacity="0.99";
 +
 
 +
  mycontent.style.marginLeft="calc(100%/6)";
 +
 
 +
        }
 +
else if( scrollweite + window.innerHeight < top_nav )
 +
{
 +
nav.style.position = "fixed";
 +
nav.style.top = "calc(100% - 50px)";
 +
}
 +
      else
 +
      {
 +
        nav.style.position = "";
 +
        nav.style.top = "";
 +
  nav.style.opacity = "0.98";
 +
 
 +
  contentbox.style.position ="";
 +
  contentbox.style.top = "";
 +
  contentbox.style.opacity="0.99";
 +
 
 +
  mycontent.style.marginLeft="";
 +
      }
 +
    }
 +
}
 +
</script>
 +
</body>
 
</html>
 
</html>

Revision as of 15:50, 14 October 2016

<!doctype html> Unbenanntes Dokument


Inspiration

The limitation of fossil fuels such as oil, coal and gas intensities the need to find different „materials“ to gain energy for a constantly rising population in the world. The energy can be provided by nature using wind, water, plants and the sun. Solar energy conversion can be a crucial factor as sun is present every day in almost every region in the world. Thereby an efficient conversion of solar energy is as important as the expenses for the solar cells. To reduce the price less expensive materials as well as the costs for production can be considered. Commercially available silicon solar cells provide a good solar energy conversion rate in combination with moderate costs. To reduce the costs for the raw materials an inspiration from photosynthesis can be drawn. Here a chlorophyll molecule is excited to inject its electron into a redox cascade. The same principle can be chosen for solar cells applying dyes which can transfer electrons to a transparent semiconductor. These semiconductors can be either ZnO and TiO2, which are produced in a large scale for the application in e.g. tooth paste or sun screen.

To reduce the production costs a large part can be covered by living cells, which work autonomous. In particular biofilms can be used since they provide the possibility to integrate metals inside its texture and can be mineralized. Hence the transparent semiconductor can be deposited by adding the initial salts to the bacteria solution. The process of mineralization can be done either during the growth of the biofilm or after the growth. The dyes for the solar cells can also be provided by E.Coli, which was demonstrated by the iGEM of Darmstadt in 2014 (link von deren homepage). The only technical process is the deposition of electrolyte and the sealing of the whole cell, which prevents this type of solar cell from drying out.


Biofilm

A biofilm is a system that can be adapted internally to environmental conditions by its inhabitants. Note 2: The self-produced matrix of extracellular polymeric substance, which is also referred to as slime, is a polymeric conglomeration generally composed of extracellular biopolymers in various structural forms.

Bacteria form these described aggregates in three-dimensional structures, to survive in the face of environmental stresses. To build these aggregates, the bacteria have to specialize themselves to attach to the surface and to communicate with other microorganisms: They will lose their flagella and will produce proteins for quorum sensing and induce expression of extracellular polymeric substances often called slime.

Enteric bacteria such as Escherichia coli and Salmonella spp. express proteinaceous extracellular fibers called curli that are involved in surface and cell-cell contacts that promote community behavior and host colonization. Between the basal biofilm and the outer biofilm there are pores, canals and corridors to transport a lot of substances like nanoparticles through the “slime”.

Curli and the importance for our project

Enteric bacteria such as Escherichia coli and Salmonella spp. express proteinaceous extracellular fibers called curli that are involved in surface and cell-cell contacts that promote community behavior and host colonization. (paper auf studon) CsgA monomers are the major part of the Curli fibers and are secreted in the extracellular environment by E.coli W3110 itself. Being extracellular it has the opportunity to interact with various substances in a biofilm. Some bacterial strains are producing an extracellular matrix called biofilm, which is protecting them from environmental impacts. This matrix is composed of proteins, polysaccharides, lipids and nucleic acids. One of the main structural components in Escherichia coli biofilms are curli fibers, with a diameter of 4-7 nanometer that can made up to 10-40% of the whole biofilm.(Nguyen et.al) These fibers are amyloid structures, which are anchored on the bacterial cell surface and are assembled of 13 kDa CsgA proteins. For the production of these fibers the curli-system consists of two operons, containing seven genes: csgBAC and csgDEFG. The self-assembly and nucleation of CsgA on the cell surface is mediated by CsgB. CsgC/G are responsible for the secretion and CsgE/F for producing of CsgA. CsgD is the transcriptional regulator of this system. The following figure shows the Curli-producing process. For our project it was important, that the curli fibers are promoting the growth of biofilms and to interact with special nanoparticles.

After investigating old iGEM Team projects and other articles, we decided to ask our friends from the iGEM Team Marburg 2015 if they can send us their biobrick plasmid pPickUp (BBa_K1650047) and their E.coli strain W3110. pPickUp has the advantage having a SpyTag, which has strong similarities to some ZnO-Nanoparticle binding proteins which are already published. If the SpyTag can interact with our nanoparticles we do neither need an extra tag, which are already published nor an adaptor protein with interacts with the scaffold protein CsgA and the nanoparticles – killing two birds with one stone


Biofilm Solarcell

Inhalt Biosolar


Grätzel Cell

Setup of a Dye Sensitized Solar Cell (DSSC)

A dye sensitized solar cell does not require expensive material or complex working conditions. It can be basically built of tooth paste or sun screen in combination with a dye obtained from fruits or tea. The starting material is a glass slide which is coated with a transparent conducting material. The commonly used coating materials are Indium Tin Oxide (ITO) or Fluorine doped Tin Oxide (FTO). On the conducting slide the transparent semiconductors ZnO or TiO2 can be deposited, which serve as electron transporting layer. This layer can be soaked with the dye. Functional groups of the dye molecules direct and anchor them on the surface of the semiconductor. On this layer an electrolyte containing Iodine and Iodide providing the electrons to flow in the cell. The cell is completed with another glass slide coated with conducting traditional materials such as graphite or platinum.

Mechanism of a DSSC

Starting with the irradiation of the complete cell the electrons in the organic dye is excited to a higher level, which is called LUMO (lowest unoccupied molecular orbital). If the LUMO level is energetically high enough the electron can be transferred to the conduction band of the transparent semiconductor. The semiconductor, commonly made of ZnO or TiO2, can then induce the electron to the electrode. The missing electron of the dye can be restored by the electrolyte and the electrolyte can reobtain its electron from the cathode. There the cycle closes and a current is flowing continuously during light irradiation.