Team:Imperial College/Background

From 2013.igem.org

(Difference between revisions)
 
(83 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- Header, banner, and navigation template -->
 
{{:Team:Imperial_College/Templates:header}}
{{:Team:Imperial_College/Templates:header}}
 +
<html>
 +
<style type="text/css">
 +
@charset "UTF-8";
 +
#james-bond {
 +
  text-align: center;
 +
}
 +
#james-bond h1,
 +
#james-bond h2,
 +
#james-bond h3,
 +
#james-bond h4,
 +
#james-bond h5,
 +
#james-bond h6 {
 +
  border: none;
 +
}
 +
#james-bond .bond-row.middle {
 +
  height: 100px;
 +
  position: relative;
 +
}
 +
#james-bond .bond-row.middle div {
 +
  position: absolute;
 +
  z-index: -1;
 +
}
 +
#james-bond .bond-row.middle #connector-1 {
 +
  background-image: url('https://static.igem.org/mediawiki/2013/b/b5/ImperialConnectorLeft.png');
 +
  width: 165px;
 +
  height: 150px;
 +
  left: 80px;
 +
  top: -50px;
 +
}
 +
#james-bond .bond-row.middle #connector-2 {
 +
  background-image: url('https://static.igem.org/mediawiki/2013/b/b5/ImperialConnectorLeft.png');
 +
  width: 165px;
 +
  height: 150px;
 +
  left: 327px;
 +
  top: -67px;
 +
  -webkit-transform: rotate(-15deg);
 +
  /* Chrome, Safari 3.1+ */
-
<h2>The Challenge: Waste Mountains</h2>
+
  -moz-transform: rotate(-15deg);
-
<p>Waste is a major byproduct of our free market society. Every year, over 3 billion tonnes (Gt) of waste are produced within the European Union [http://ec.europa.eu/environment/waste/]. This includes municipal solid waste (MSW), industrial and hazardous waste. Of this waste, 10% is plastic. Even more significantly, this represents only a fraction of the world's population, approximately 500 million live within the EU. When we look at the American figures, we see that solely industrial waste comes to around 7.6 Gt [http://www.epa.gov/wastes/nonhaz/industrial/guide/], and this figure was from the 1980s, since then it has no doubt increased per capita as it has in Europe. Frighteningly, this value does not incorporate the global waste production, which since the rise of China has expanded hugely.
+
  /* Firefox 3.5-15 */
-
WASTE Breakdown image
+
  -ms-transform: rotate(-15deg);
 +
  /* IE 9 */
-
<h2>Where does it end up?... landfill and incineration</h2>
+
  -o-transform: rotate(-15deg);
 +
  /* Opera 10.50-12.00 */
 +
  transform: rotate(-15deg);
 +
  /* Firefox 16+, IE 10+, Opera 12.10+ */
-
Sisis simplyfied end of life image perhaps
+
}
 +
#james-bond .bond-row.middle #connector-3 {
 +
  background-image: url('https://static.igem.org/mediawiki/2013/6/6a/ImperialConnectorRight.png');
 +
  width: 165px;
 +
  height: 150px;
 +
  right: 327px;
 +
  top: -67px;
 +
  -webkit-transform: rotate(15deg);
 +
  /* Chrome, Safari 3.1+ */
-
</p>
+
  -moz-transform: rotate(15deg);
 +
  /* Firefox 3.5-15 */
-
<b>Recycling is not 100%</b>
+
  -ms-transform: rotate(15deg);
-
We cannot recycle everything
+
  /* IE 9 */
 +
  -o-transform: rotate(15deg);
 +
  /* Opera 10.50-12.00 */
 +
  transform: rotate(15deg);
 +
  /* Firefox 16+, IE 10+, Opera 12.10+ */
-
<h2>The world isn't read for biodegradable plastics, yet...</h2>
+
}
 +
#james-bond .bond-row.middle #connector-4 {
 +
  background-image: url('https://static.igem.org/mediawiki/2013/6/6a/ImperialConnectorRight.png');
 +
  width: 165px;
 +
  height: 150px;
 +
  right: 80px;
 +
  top: -50px;
 +
}
 +
#james-bond .box {
 +
  cursor: pointer;
 +
  position: relative;
 +
  background: #36a9e1;
 +
  border: 2px solid #2b88b5;
 +
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
 +
  z-index: auto;
 +
  width: 220px;
 +
  height: 220px;
 +
  display: inline-block;
 +
  margin-right: 16px;
 +
}
 +
#james-bond .box:last-of-type {
 +
  margin-right: 0;
 +
}
 +
#james-bond .box img {
 +
  width: 100%;
 +
  height: 100%;
 +
  position: relative;
 +
  z-index: 5;
 +
}
 +
#james-bond .box:hover img {
 +
  -webkit-filter: grayscale(100%);
 +
  -moz-filter: grayscale(100%);
 +
  -ms-filter: grayscale(100%);
 +
  -o-filter: grayscale(100%);
 +
  filter: grayscale(100%);
 +
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
 +
  filter: gray;
 +
  /* IE 6-9 */
-
<p> "when the new generation of biodegradable plastics are included in general plastic wastes, they can contaminate the waste and as a result render it unsuitable for current recycling technologies." Guardian 2013 (http://www.theguardian.com/environment/2013/sep/20/plastic-bags-symbol-waste-recycling)
+
}
 +
#james-bond .box .box-content {
 +
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
 +
  position: absolute;
 +
  z-index: 50;
 +
  background-color: rgba(255, 255, 255, 0.75);
 +
  display: inline-block;
 +
  margin: 10px;
 +
  padding: 5px;
 +
  width: auto;
 +
  max-width: 60%;
 +
  border-left: 5px solid #008AC3;
 +
  top: 0;
 +
  left: 0;
 +
  opacity: 0.75;
 +
}
 +
#james-bond .box .box-content.right {
 +
  left: auto;
 +
  right: 0;
 +
}
 +
#james-bond .box .box-content * {
 +
  margin: 0;
 +
  padding: 0;
 +
  font-size: 100%;
 +
}
 +
#james-bond .box:hover:before,
 +
#james-bond .box:hover:after {
 +
  -webkit-transition: all 300ms ease;
 +
  -moz-transition: all 300ms ease;
 +
  -ms-transition: all 300ms ease;
 +
  -o-transition: all 300ms ease;
 +
  transition: all 300ms ease;
 +
}
 +
#james-bond .box.right:after,
 +
#james-bond .box.right:before {
 +
  border: solid transparent;
 +
  content: " ";
 +
  height: 0;
 +
  width: 0;
 +
  position: absolute;
 +
  pointer-events: none;
 +
  left: 75%;
 +
  opacity: 0;
 +
}
 +
#james-bond .box.right:hover:after,
 +
#james-bond .box.right:hover:before {
 +
  left: 100%;
 +
  opacity: 1;
 +
  z-index: 2;
 +
}
 +
#james-bond .box.right:after {
 +
  border-color: rgba(54, 169, 225, 0);
 +
  border-left-color: #36a9e1;
 +
  border-width: 30px;
 +
  top: 50%;
 +
  margin-top: -30px;
 +
}
 +
#james-bond .box.right:before {
 +
  border-color: rgba(43, 136, 181, 0);
 +
  border-left-color: #2b88b5;
 +
  border-width: 33px;
 +
  top: 50%;
 +
  margin-top: -33px;
 +
}
 +
#james-bond .box.left:after,
 +
#james-bond .box.left:before {
 +
  border: solid transparent;
 +
  content: " ";
 +
  height: 0;
 +
  width: 0;
 +
  position: absolute;
 +
  pointer-events: none;
 +
  right: 75%;
 +
  opacity: 0;
 +
}
 +
#james-bond .box.left:hover:after,
 +
#james-bond .box.left:hover:before {
 +
  right: 100%;
 +
  opacity: 1;
 +
}
 +
#james-bond .box.left:after {
 +
  border-color: rgba(54, 169, 225, 0);
 +
  border-right-color: #36a9e1;
 +
  border-width: 30px;
 +
  top: 50%;
 +
  margin-top: -30px;
 +
}
 +
#james-bond .box.left:before {
 +
  border-color: rgba(43, 136, 181, 0);
 +
  border-right-color: #2b88b5;
 +
  border-width: 33px;
 +
  top: 50%;
 +
  margin-top: -33px;
 +
}
 +
#james-bond .box.top:after,
 +
#james-bond .box.top:before {
 +
  border: solid transparent;
 +
  content: " ";
 +
  height: 0;
 +
  width: 0;
 +
  position: absolute;
 +
  pointer-events: none;
 +
  bottom: 75%;
 +
  opacity: 0;
 +
}
 +
#james-bond .box.top:hover:after,
 +
#james-bond .box.top:hover:before {
 +
  bottom: 100%;
 +
  opacity: 1;
 +
}
 +
#james-bond .box.top:after {
 +
  border-color: rgba(54, 169, 225, 0);
 +
  border-bottom-color: #36a9e1;
 +
  border-width: 30px;
 +
  left: 50%;
 +
  margin-left: -30px;
 +
}
 +
#james-bond .box.top:before {
 +
  border-color: rgba(43, 136, 181, 0);
 +
  border-bottom-color: #2b88b5;
 +
  border-width: 33px;
 +
  left: 50%;
 +
  margin-left: -33px;
 +
}
 +
#james-bond .box.bottom:after,
 +
#james-bond .box.bottom:before {
 +
  border: solid transparent;
 +
  content: " ";
 +
  height: 0;
 +
  width: 0;
 +
  position: absolute;
 +
  pointer-events: none;
 +
  top: 75%;
 +
  opacity: 0;
 +
}
 +
#james-bond .box.bottom:hover:after,
 +
#james-bond .box.bottom:hover:before {
 +
  top: 100%;
 +
  opacity: 1;
 +
}
 +
#james-bond .box.bottom:after {
 +
  border-color: rgba(54, 169, 225, 0);
 +
  border-top-color: #36a9e1;
 +
  border-width: 30px;
 +
  left: 50%;
 +
  margin-left: -30px;
 +
}
 +
#james-bond .box.bottom:before {
 +
  border-color: rgba(43, 136, 181, 0);
 +
  border-top-color: #2b88b5;
 +
  border-width: 33px;
 +
  left: 50%;
 +
  margin-left: -33px;
 +
}
 +
#james-bond .box .more-info {
 +
  -webkit-transition: all 300ms ease;
 +
  -moz-transition: all 300ms ease;
 +
  -ms-transition: all 300ms ease;
 +
  -o-transition: all 300ms ease;
 +
  transition: all 300ms ease;
 +
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
 +
  background: #36a9e1;
 +
  /* Old browsers */
 +
  background: -moz-linear-gradient(top, #36a9e1 0%, #0099e0 100%);
 +
  /* FF3.6+ */
-
Much of this waste is sent to landfill. If even a fraction of this were successfully degraded and purified, this would provide both metabolites and feedstock for the production of existing petrochemical plastics and bioplastics in our bacteria. We plan to grow our E. coli within bioreactors together in order to breakdown mixed plastics into their component monomers. In so doing, we will circumvent existing problems in recycling technologies that are thwarted by contamination by even minute concentrations present in a non-pure plastic.
+
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36a9e1), color-stop(100%, #0099e0));
 +
  /* Chrome,Safari4+ */
 +
  background: -webkit-linear-gradient(top, #36a9e1 0%, #0099e0 100%);
 +
  /* Chrome10+,Safari5.1+ */
-
<br> <br>
+
  background: -o-linear-gradient(top, #36a9e1 0%, #0099e0 100%);
-
<b>References</b>
+
  /* Opera 11.10+ */
-
<p>[1] http://ec.europa.eu/environment/waste/</p>
+
-
<p>[2] http://www.epa.gov/wastes/nonhaz/industrial/guide/</p>
+
 +
  background: -ms-linear-gradient(top, #36a9e1 0%, #0099e0 100%);
 +
  /* IE10+ */
-
------------------
+
  background: linear-gradient(to bottom, #36a9e1 0%, #0099e0 100%);
 +
  /* W3C */
-
<h1>The Waste Issue</h1>
+
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#36a9e1', endColorstr='#0099e0', GradientType=0);
 +
  /* IE6-9 */
-
<p>
+
  padding: 10px;
-
Due to the necessities of living we are always going to produce waste. Couple this with a human population of over 7 billion and increasing consumerism around the world and this waste really starts to add up. Here we explain the extent of the issue and how our system helps to tackle it.
+
  text-align: justify;
-
</p>
+
  cursor: auto;
 +
  border: 2px solid #2b88b5;
 +
  color: white;
 +
  opacity: 0;
 +
  overflow: hidden;
 +
  position: absolute;
 +
  visibility: hidden;
 +
}
 +
#james-bond .box:hover .more-info {
 +
  z-index: 100;
 +
  opacity: 1;
 +
  visibility: visible;
 +
}
 +
#james-bond .box#waste-issue {
 +
  width: 600px;
 +
  height: 347px;
 +
}
 +
#james-bond .box#waste-issue .box-content * {
 +
  margin: 0;
 +
  padding: 0;
 +
  font-size: 150%;
 +
}
 +
#james-bond .box#waste-issue .more-info {
 +
  top: 380px;
 +
  max-height: 0;
 +
  left: -150px;
 +
  width: 900px;
 +
}
 +
#james-bond .box#waste-issue:hover .more-info {
 +
  max-height: 500px;
 +
}
 +
#james-bond .box#landfill .more-info {
 +
  bottom: 250px;
 +
  width: 660px;
 +
  max-height: 0;
 +
}
 +
#james-bond .box#landfill:hover .more-info {
 +
  max-height: 670px;
 +
  width: 660px;
 +
}
 +
#james-bond .box#incineration .more-info {
 +
  max-height: 0;
 +
  width: 660px;
 +
  left: -220px;
 +
  bottom: 250px;
 +
}
 +
#james-bond .box#incineration:hover .more-info {
 +
  max-height: 500px;
 +
}
 +
#james-bond .box#gasification .more-info {
 +
  max-height: 0;
 +
  width: 660px;
 +
  bottom: 250px;
 +
  left: -220px;
 +
}
 +
#james-bond .box#gasification:hover .more-info {
 +
  max-height: 500px;
 +
}
 +
#james-bond .box#recycle .more-info {
 +
  left: -465px;
 +
  bottom: 250px;
 +
  max-height: 0;
 +
  width: 660px;
 +
}
 +
#james-bond .box#recycle:hover .more-info {
 +
  max-height: 670px;
 +
}
 +
</style>
-
<br> <br>
+
<div id="james-bond">
-
<b>A World of Waste</b>
+
        <div class="bond-row top">
-
<p>Each year over four billion tonnes of solid waste - hazardous, industrial and municipal is produced within Europe. We have estimated that between 2005 to 2050, enough waste will be produced to create a mountain half the size of Everest. Plastic waste alone, at ten percent of the total will produce a mountain the size of Mont Blanc, the largest mountain in the EU. Plastic waste is a particular problem due to its seemingly infinite lifetime in the environment and issues with recycling it when it is mixed with other materials. The best known results of plastic accumulation are its harmful effects on marine life. However it can also break down into small pieces and toxic byproducts as well. The mismanagement of waste is not only leading to severe environmental problems but social ones also. The shipping of waste around the world is a disturbing problem but one that makes economic sense. This needs to change.  
+
          <div class="box bottom" id="waste-issue">
-
</p>
+
            <img src="https://static.igem.org/mediawiki/2013/thumb/4/44/Mountains4.png/600px-Mountains4.png">
-
<br> <br>
+
            <div class="box-content right">
 +
              <h1>The Waste Issue</h1>
 +
            </div>
 +
            <div class="more-info">
 +
              <p>Waste is a major byproduct of our free market society and disposable culture. Every year over 3 billion tonnes (Gt) of waste are produced within the European Union </html>[http://ec.europa.eu/environment/waste/]<html>. This includes municipal solid waste (MSW), industrial and hazardous waste. We have estimated that between 2005 to 2050, enough waste will be produced to create a mountain half the size of Everest. Plastic waste alone, at ten percent of the total will produce a mountain the size of Mont Blanc, the largest mountain in the EU. Even more significantly, this represents only a fraction of the world's population, approximately 500 million live within the EU. When we look at the figures from the US, we see that solely industrial waste comes to around 7.6 Gt </html>[http://www.epa.gov/wastes/nonhaz/industrial/guide/]<html>, and this figure was from the 1980s, since then it has no doubt increased per capita as it has in Europe. Due to the necessities of living, we are always going to produce waste. We therefore need to evaluate the end of life options for the waste we produce in order to optimise our use of this valuable resource. Hover over the pictures below to learn about the most common destinations for our waste.
 +
              </p>
 +
            </div>
 +
          </div>
 +
        </div>
-
[[File:Mountains4.png|thumbnail|center|900px|Europe's new mountain range; Peaks of Waste]]
+
        <div class="bond-row middle">
 +
          <div id="connector-1"></div>
 +
          <div id="connector-2"></div>
 +
          <div id="connector-3"></div>
 +
          <div id="connector-4"></div>
 +
        </div>
-
<br> <br>
+
        <div class="bond-row bottom">
-
<b>Solid Recovered Fuel is our target</b>
+
          <div class="box top" id="landfill">
-
<p>If plastics are kept chemically pure and physically separated then they can often be recycled and reused. When they are mixed however with food waste and other items then there are only two end of life solutions, landfill or incineration. Solid recovered fuel(SRF) is one of these mixed wastes. It results from the processes recovering valuable materials from waste in mixed recycling facilities. It consists of all the small fragments of plastic, wood, paper and fibre which are too small to be separated further by the recovery machines. Twenty percent of what enters a recovery facility leaves as SRF. Just one of these recovery facilities in north-west London produces 320,000 tonnes of SRF a year. This is a waste product, costing the facilities millions in disposal and ending up at incinerators where toxic chemicals are released into the atmosphere along with large amounts of CO2. Incineration is a one-time-only affair; the resources which went into the production of these materials are lost to the atmosphere.  
+
            <img src="http://bawehali.files.wordpress.com/2011/06/landfill.jpg">
 +
            <div class="box-content">
 +
              <h2>Landfill</h2>
 +
            </div>
 +
            <div class="more-info">
 +
              <p>Every year, tonnes of waste are buried in landfill sites and the materials are lost forever. Most petrochemical plastics are designed to be durable and resist degradation. They can be broken down by sun light. When they are buried in landfill sites, however, they remain virtually forever.</p>
 +
<p>Although some landfill sites are equipped with landfill gas capture facilities, nearly 50% of the gases is carbon dioxide, posing problems when using landfill gas for energy <a href="#r9">[9]</a></p>
 +
<p>Meanwhile, harmful substances including acid gases released from landfill sites severely affect human health <a href="#r1">[1]</a>. For example, babies of women living within 7 km from hazardous landfill sites have a significant excess of non-chromosomal congenital anomalies.
</p>
</p>
-
<br> <br>
+
            </div>
-
 
+
          </div>
-
[[File:FireySRF.png|thumbnail|center|900px|Solid Recovered Fuel(SRF) contains finite resources which are currently used inefficiently.]]
+
          <div class="box top" id="incineration">
-
 
+
            <img src="https://upload.wikimedia.org/wikipedia/commons/5/5d/Movinggrate.jpg">
-
<br> <br>
+
            <div class="box-content">
-
<b>Our Solution</b>
+
              <h2>Incineration</h2>
-
<p>Our system is designed to recover the valuable resources locked up in the non-recyclable mixed waste, transforming it from a waste material into the commodities ethylene glycol and poly-3-hydroxybutyrate; a feedstock for many applications and a useful bioplastic respectively.  
+
            </div>
 +
            <div class="more-info">
 +
              <p>Incineration is burning the waste as a fuel. During the combustion process, heat and electricity can be generated with an efficiency of 27% <a href="#r2">[2]</a>.  Thus incineration is a one-time-only affair; the resources which went into the production of these materials are lost to the atmosphere. Meanwhile, ash generated in incinerators, counting for more than 28% of the total waste fed in, has no market as its toxic component poses risks to human health  <a href="#r3">[3]</a>. </p>
 +
<p>Incinerator emissions do not just damage the environment <a href="#r4">[4]</a>; people from all age groups who live 3 km to 7.5 km away from incinerators have shown substantial excess cancers <a href="#r5">[5]</a> <a href="#r6">[6]</a>. Statistically significant excess of cancer births have also been observed near industrial incinerators.  
</p>
</p>
 +
            </div>
 +
          </div>
 +
          <div class="box top" id="gasification">
 +
            <img src="https://www.lignite.com/image/cache/GPSP.jpg">
 +
            <div class="box-content">
 +
              <h2>Gasification</h2>
 +
            </div>
 +
            <div class="more-info">
 +
              <p>Gasification is the conversion of materials with carbon and hydrogen in their chemical structure into syngas i.e. hydrogen gas and carbon monoxide, which are combusted to produce electricity with an efficiency of 37%  <a href="#2">[2]</a>. Gasification requires intensive energy input to achieve 1200 to 2000 working temperature and 6900 kPa working pressure <a href="#r2">[2]</a> <a href="#r7">[7]</a>. Gasification is still facing many challenges. For instance ash and dust can pollute the syngas, and most gasifiers requires external heat supply <a href="#r8">[8]</a>. </p>
 +
<p>For materials like plastics, the gasification products are sometimes used to re-form the monomers for plastics, which costs more energy than breaking down to monomers <a href="#r2">[2]</a>, and the energy used for production of the material is wasted. </p>
 +
            </div>
 +
          </div>
 +
          <div class="box top" id="recycle">
 +
            <img src="http://www.northcyprus.co.uk/wp-content/uploads/2010/02/recycle-300x300.jpg">
 +
            <div class="box-content">
 +
              <h2>Recycle</h2>
 +
            </div>
 +
            <div class="more-info">
 +
            <p> If paper, cardboard plastics, metals and wood are kept chemically pure and physically separated then they can often be recycled and reused. A large percentage of our waste, however, is mixed together or contaminated with food waste and other contaminants. The consequence of this is that mixed waste cannot be recycled with current technologies. Current recycling facilities rely on man power and mechanical processes. Sophisticated recycling plants do a great job at recovering large pieces of rigid material, but it is impossible for them to separate waste which has been broken into tiny fragments.</p>
-
<h2>References</h2>
+
            </div>
-
<ol>
+
          </div>
-
<li id="r1">This is some reference</li>
+
        </div>
-
<li id="r2">This is something else</li>
+
</div>
-
<li id="r3">This is something else</li>
+
</html>
-
<li id="r4">This is something else</li>
+
__NOTOC__
-
<li id="r5">This is something else</li>
+
-
<li id="r6">This is something else</li>
+
-
<li id="r7">This is something else</li>
+
-
</ol>
+
 +
<h2>What else could be done with mixed waste?</h2>
-
-----------------------
+
We wondered if mixed waste could be a source of metabolites and feedstock for bioplastic producing bacteria. The [https://2013.igem.org/Team:Imperial_College/Waste_Degradation:_SRF first module] of our system using mixed, non-recyclable waste as a carbon source for poly-3-hydroxybutyrate synthesis. We have designed the [https://2013.igem.org/Team:Imperial_College/MAPLE M.A.P.L.E. appliance] that can utilise an array of mixed waste constituents. In the future, this will be able to overcome current limitations in recycling technologies, and more importantly, create a means of designing and producing plastic products at different scales. We also understand that waste management is a social challenge and we have explored these aspects in our [https://2013.igem.org/Team:Imperial_College/Managing_Waste human practices].
-
<h1>Producing and Recycling Bioplastics</h1>
 
-
<p>
+
<h2>References</h2>
-
We are producing the bioplastic poly-3-hydroxybutyrate(PHB) using the organic material in the waste product, solid recovered fuel. We have also devised the first method for recycling PHB and are working with Yale to do the same for PLA. Here you will find out why.  
+
<ol class="reference">
-
</p>
+
<li id="r1"> http://www.hpa.org.uk/webc/HPAwebFile/HPAweb_C/1309969974126 </li>
 +
<li id="r2">http://www.plastics.ca/_files/file.php?fileid=filegXOOqaldWF&filename=file_files_Gasification2_Pop._Science_7_Aug._03.pdf </li>
 +
<li id="r3">http://www.foe.co.uk/resource/briefings/safety_incinerator_ash.pdf</li>
 +
<li id="r4">http://www.bredl.org/pdf2/StopIncinerationBlowingSmoke.pdf </li>
 +
<li id="r5">http://ije.oxfordjournals.org/content/29/3/391.full.pdf </li>
 +
<li id="r6">http://www.no-burn.org/downloads/Incinerators%20Trash%20Community%20Health.pdf </li>
 +
<li id="r7">http://www.sciencedirect.com/science/article/pii/S0961953407002322 </li>
 +
<li id="r8">http://ec.europa.eu/environment/waste/</li>
 +
<li id="r9">http://http://www.sciencedirect.com/science/article/pii/S1385894700003661</li>
-
<br> <br>
 
-
<b>Bioplastics have a bright future</b>
 
-
<p>Bioplastics are made either directly by living things or from the products they make. They are usually more environmentally friendly than petrochemically derived plastics(1) and do not rely upon finite fossil fuels. Advances in how they are produced is allowing bioplastics with controllable physical properties to be produced(3) which enables uses which mimic those of oil-based plastics. The properties of some bioplastics allow novel functions to be carried out; an exciting example of this is the production of biocompatible scaffolds which can be used in surgical treatments(4).
 
-
This combination of innovations leading to improved functions and the development of novel uses combined with environmental benefits over petrochemical plastics are just some of the reasons why bioplastics are expected to flourish commercially in the coming years(5). Currently around 10% of the plastics market consists of bioplastics, with this predicted to increase to around 30% by 2020. This is a huge increase and represents significant commercial opportunities.  The predicted production of such a large amount of material requires careful consideration of  what we do once we have used the products produced, called end of life solutions.
 
-
</p>
 
-
<br> <br>
 
-
 
-
 
-
<br> <br>
 
-
<b>Poly-3-Hydroxybutyrate and Polylactic Acid are two of the best developed bioplastics</b>
 
-
<p>Poly-3-hydroxybutyrate(P3HB) and Polylactic Acid(PLA) are both commonly used and well studied bioplastics. Currently several different companies produce each by a variety of methods(9). </p>
 
-
<p>Poly-3-Hydroxybutyrate</p>
 
-
<p>P3HB is produced as an energy store in some bacteria. Commercially it is produced in bioreactors from sucrose and other sugars derived from plant biomass. P3HB can also be produced in the stems of plants, however this requires large inputs of fertiliser and large areas of land. Interest in the production from the fermentation of organic waste materials is also increasing. P3HBs are being investigated for uses in many things from food packaging to discount cards to replacements for current plastics made from polymer blends.
 
-
</p>
 
-
<p>Polylactic acid</p>
 
-
<p>Polylactic acid production is usually a chemical process, building up the monomers of lactic acid or lactide. It can also be produced by certain organisms. Biological systems of PLA production are also possible. This is what our collaborators at Yale are working on. PLA already sees use in the packaging industry and plastic bottles. Future uses as with many ‘biodegradable’ plastics will expand to include tasks where increased durability are needed(8).
 
-
</p>
 
-
<br> <br>
 
-
 
-
<b>Can’t we just let these plastics biodegrade?</b>
 
-
 
-
<p>
 
-
You may have heard that P3HB and PLA are biodegradable. The biodegradable label  disguises a subtlety which has important consequences. P3HB and PLA are actually industrially fermentable. This means special conditions are required for optimal degradation. One prominent P3HB producer even states during a promotional video that P(3HB) will not biodegrade in conventional landfills and counter to many claims will not easily degrade in your compost heap. PLA can be degraded in a compost heap, however the time it takes varies considerably depending upon the weather, temperature etc.  Allowing these plastics to biodegrade is also a waste of the valuable resources used to create them. Biodegradation, although theoretically a green option due to the renewable source of the feedstocks, ignores the large amounts of energy, fertiliser and water that went into their original production. Biodegrading the final product after use means that it must be produced again from scratch. The loss of resources represented by biodegradation and the special conditions required make this the wrong end of life choice for P3HB and PLA.
 
-
</p>
 
-
 
-
 
-
 
-
 
-
<br><br>
 
-
 
-
<b>What other methods for recycling P3HB and PLA are there?</b>
 
-
 
-
<p>Currently we are are not aware of any technologies available for the recycling of P3HB, that makes this this first. </p>
 
-
 
-
<p>
 
-
PLA can be recycled by chemical means, reducing it into the monomer and then re-polymerising it again. However, innovation in recycling methods which tackle some of the key issues facing PLA will be key to its successful increased use. One benefit is the ability to recycle material contaminated with food waste. Currently plastics with more than 10% food waste contamination must be incinerated or landfilled. With biological recycling this would become an asset, helping to feed the bacteria. 
 
-
</p>
 
-
 
-
 
-
[[File:FireySRF.png|thumbnail|center|900px|Solid Recovered Fuel(SRF) contains finite resources which are currently used inefficiently.; Peaks of Waste]]
 
-
 
-
 
-
 
-
<h2>References</h2>
 
-
<ol>
 
-
<li id="refsomething">This is some reference</li>
 
-
<li id="refsomethingelse">This is something else</li>
 
-
<li id="r3">This is something else</li>
 
-
<li id="r4">This is something else</li>
 
-
<li id="r5">This is something else</li>
 
-
<li id="r6">This is something else</li>
 
-
<li id="r7">This is something else</li>
 
</ol>
</ol>

Latest revision as of 08:05, 25 October 2013

The Waste Issue

Waste is a major byproduct of our free market society and disposable culture. Every year over 3 billion tonnes (Gt) of waste are produced within the European Union [http://ec.europa.eu/environment/waste/]. This includes municipal solid waste (MSW), industrial and hazardous waste. We have estimated that between 2005 to 2050, enough waste will be produced to create a mountain half the size of Everest. Plastic waste alone, at ten percent of the total will produce a mountain the size of Mont Blanc, the largest mountain in the EU. Even more significantly, this represents only a fraction of the world's population, approximately 500 million live within the EU. When we look at the figures from the US, we see that solely industrial waste comes to around 7.6 Gt [http://www.epa.gov/wastes/nonhaz/industrial/guide/], and this figure was from the 1980s, since then it has no doubt increased per capita as it has in Europe. Due to the necessities of living, we are always going to produce waste. We therefore need to evaluate the end of life options for the waste we produce in order to optimise our use of this valuable resource. Hover over the pictures below to learn about the most common destinations for our waste.

Landfill

Every year, tonnes of waste are buried in landfill sites and the materials are lost forever. Most petrochemical plastics are designed to be durable and resist degradation. They can be broken down by sun light. When they are buried in landfill sites, however, they remain virtually forever.

Although some landfill sites are equipped with landfill gas capture facilities, nearly 50% of the gases is carbon dioxide, posing problems when using landfill gas for energy [9]

Meanwhile, harmful substances including acid gases released from landfill sites severely affect human health [1]. For example, babies of women living within 7 km from hazardous landfill sites have a significant excess of non-chromosomal congenital anomalies.

Incineration

Incineration is burning the waste as a fuel. During the combustion process, heat and electricity can be generated with an efficiency of 27% [2]. Thus incineration is a one-time-only affair; the resources which went into the production of these materials are lost to the atmosphere. Meanwhile, ash generated in incinerators, counting for more than 28% of the total waste fed in, has no market as its toxic component poses risks to human health [3].

Incinerator emissions do not just damage the environment [4]; people from all age groups who live 3 km to 7.5 km away from incinerators have shown substantial excess cancers [5] [6]. Statistically significant excess of cancer births have also been observed near industrial incinerators.

Gasification

Gasification is the conversion of materials with carbon and hydrogen in their chemical structure into syngas i.e. hydrogen gas and carbon monoxide, which are combusted to produce electricity with an efficiency of 37% [2]. Gasification requires intensive energy input to achieve 1200 to 2000 working temperature and 6900 kPa working pressure [2] [7]. Gasification is still facing many challenges. For instance ash and dust can pollute the syngas, and most gasifiers requires external heat supply [8].

For materials like plastics, the gasification products are sometimes used to re-form the monomers for plastics, which costs more energy than breaking down to monomers [2], and the energy used for production of the material is wasted.

Recycle

If paper, cardboard plastics, metals and wood are kept chemically pure and physically separated then they can often be recycled and reused. A large percentage of our waste, however, is mixed together or contaminated with food waste and other contaminants. The consequence of this is that mixed waste cannot be recycled with current technologies. Current recycling facilities rely on man power and mechanical processes. Sophisticated recycling plants do a great job at recovering large pieces of rigid material, but it is impossible for them to separate waste which has been broken into tiny fragments.


What else could be done with mixed waste?

We wondered if mixed waste could be a source of metabolites and feedstock for bioplastic producing bacteria. The first module of our system using mixed, non-recyclable waste as a carbon source for poly-3-hydroxybutyrate synthesis. We have designed the M.A.P.L.E. appliance that can utilise an array of mixed waste constituents. In the future, this will be able to overcome current limitations in recycling technologies, and more importantly, create a means of designing and producing plastic products at different scales. We also understand that waste management is a social challenge and we have explored these aspects in our human practices.


References

  1. http://www.hpa.org.uk/webc/HPAwebFile/HPAweb_C/1309969974126
  2. http://www.plastics.ca/_files/file.php?fileid=filegXOOqaldWF&filename=file_files_Gasification2_Pop._Science_7_Aug._03.pdf
  3. http://www.foe.co.uk/resource/briefings/safety_incinerator_ash.pdf
  4. http://www.bredl.org/pdf2/StopIncinerationBlowingSmoke.pdf
  5. http://ije.oxfordjournals.org/content/29/3/391.full.pdf
  6. http://www.no-burn.org/downloads/Incinerators%20Trash%20Community%20Health.pdf
  7. http://www.sciencedirect.com/science/article/pii/S0961953407002322
  8. http://ec.europa.eu/environment/waste/
  9. http://http://www.sciencedirect.com/science/article/pii/S1385894700003661