Difference between revisions of "Team:DTU-Denmark/background"

 
(22 intermediate revisions by 4 users not shown)
Line 8: Line 8:
 
     <meta charset="utf-8">
 
     <meta charset="utf-8">
 
     <meta name="viewport" content="width=device-width, initial-scale=1">
 
     <meta name="viewport" content="width=device-width, initial-scale=1">
    <style>
 
    #myImg {
 
    border-radius: 5px;
 
    cursor: pointer;
 
    transition: 0.3s;
 
}
 
 
 
/* The Modal (background) */
 
.modal {
 
    display: none; /* Hidden by default */
 
    position: fixed; /* Stay in place */
 
    z-index: 100; /* Sit on top */
 
    padding-top: 100px; /* Location of the box */
 
    left: 0;
 
    top: 0;
 
    width: 100%; /* Full width */
 
    height: 100%; /* Full height */
 
    overflow: auto; /* Enable scroll if needed */
 
    background-color: rgb(0,0,0); /* Fallback color */
 
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
 
}
 
 
/* Modal Content (image) */
 
.modal-content {
 
    margin: auto;
 
    display: block;
 
    width: 80%;
 
    max-width: 700px;
 
}
 
 
/* Caption of Modal Image */
 
#caption {
 
    margin: auto;
 
    display: block;
 
    width: 80%;
 
    max-width: 700px;
 
    text-align: center;
 
    color: #ccc;
 
    padding: 10px 0;
 
    height: 150px;
 
}
 
 
/* Add Animation */
 
.modal-content, #caption {
 
    -webkit-animation-name: zoom;
 
    -webkit-animation-duration: 0.6s;
 
    animation-name: zoom;
 
    animation-duration: 0.6s;
 
}
 
 
@-webkit-keyframes zoom {
 
    from {-webkit-transform:scale(0)}
 
    to {-webkit-transform:scale(1)}
 
}
 
 
@keyframes zoom {
 
    from {transform:scale(0)}
 
    to {transform:scale(1)}
 
}
 
 
/* The Close Button */
 
.close {
 
    position: absolute;
 
    top: 15px;
 
    right: 35px;
 
    color: #f1f1f1;
 
    font-size: 40px;
 
    font-weight: bold;
 
    transition: 0.3s;
 
    z-index: 100;
 
}
 
 
.close:hover,
 
.close:focus {
 
    color: #bbb;
 
    text-decoration: none;
 
    cursor: pointer;
 
}
 
 
/* 100% Image Width on Smaller Screens */
 
@media only screen and (max-width: 700px){
 
    .modal-content {
 
        width: 100%;
 
    }
 
}
 
    </style>
 
 
</head>
 
</head>
  
Line 109: Line 22:
 
                 <div class="caption">
 
                 <div class="caption">
 
                     <div class="col-md-5 col-sm-5 col-xs-12 title"> <!-- the approximate max number of characters ~ 400 --> <!-- EDIT -->
 
                     <div class="col-md-5 col-sm-5 col-xs-12 title"> <!-- the approximate max number of characters ~ 400 --> <!-- EDIT -->
                         <h1>Title<p class="lead">leader under the title, short introduction. Ubique moderatius efficiantur eum et, dico oporteat recusabo ius cu, pro id modus sadipscing. Maluisset patrioque eum ad, mel eius doctus accommodare eu, minimum deleniti repudiandae mel ea. Noster nostrud diceret sea no. Eos an nullam molestiae signiferumque, vel ne laudem ignota oblique. Duo te luptatum percipitur signiferumque, at dicunt iriure dolorem his.</p></h1>
+
                         <h1>Background<p class="lead"></p></h1>
 
                     </div>
 
                     </div>
 
                     <div class="col-md-2 col-sm-2 hidden-xs space"></div>
 
                     <div class="col-md-2 col-sm-2 hidden-xs space"></div>
Line 130: Line 43:
 
<div class="row"> <!--Must sorround both content and sidebar-->
 
<div class="row"> <!--Must sorround both content and sidebar-->
 
     <div class="col-md-9 col-sm-10 colLeft"> <!-- LEFT -->
 
     <div class="col-md-9 col-sm-10 colLeft"> <!-- LEFT -->
        <div><a class="anchor" id="section-1"></a>
+
     
         <h2 class="h2">Section 1</h2>
+
           
 +
          
  
            <script>
+
    <div><a class="anchor" id="waste-management"></a>
 
+
      <h2 class="h2">Waste Management</h2>
            // When the user clicks on <span> (x), close the modal
+
<p>
            $("span.close").click( function() {
+
In 2012 the global population passed 7 billion. It is estimated that it will reach 8 billion in 2026 and 9 billion around 2040. The increasing population of the world brings with it a number of challenges, not the least of which is management of the increasing waste generation.  
                var cl = this.getAttribute('class').split(" ")[1]
+
</p>
                var modal = document.getElementById( cl + "Modal" );
+
<p>
                modal.style.display = "none";
+
Europe, and Denmark in particular, have worked on this for many years. One of the major goals of the European Union is to work towards a circular economy. A circular economy, as the EU defines it, is an economy with zero waste. This, of course, doesn't mean that waste is eliminated, merely that the entirety of our waste is recovered and recycled.  
               
+
</p>
            })
+
<p>
 
+
Denmark has been recycling and recovering waste for a long time. For more than a century, Denmark has incinerated waste and for many of those years, it has been one of the major heat and electricity sources. In recent years, great strides have been made towards recycling still greater amounts of waste. In 2015, 35% of our waste was recycled. Exact numbers for recovery are unfortunately unavailable, as the Danish system of incinerating both for energy recovery and to get rid of waste muddies the picture significantly, but the number likely exceeds 50%.  
 
+
</p>
            // When the user clicks the image it will enlarge
+
            $("img.enlarge").click( function() {
+
<div class = "col-md-6">
                // Get the modal
+
                 <figure class="figure" >
                var modal = document.getElementById( this.id + "Modal" );
+
                  <img id="DKw" class="enlarge img-responsive figure-img substrate" src="https://static.igem.org/mediawiki/2016/0/03/T--DTU-Denmark--DKWaste2.png" alt="DESCRIPTION">
 
+
                  <figcaption class="figure-caption">A caption for the above image.</figcaption>
                // Get the image and insert it inside the modal - use its "alt" text as a caption
+
                </figure>
                var img = document.getElementById( this.id );
+
                var modalImg = document.getElementById( this.id + "Img");
+
                var captionText = document.getElementById( this.id + "caption" );
+
                 modal.style.display = "block";
+
                modalImg.src = this.src;
+
                captionText.innerHTML = this.alt;
+
            })
+
 
+
            </script>
+
 
+
            <img id="dog" class="enlarge" src="https://static.pexels.com/photos/47444/pexels-photo-47444-medium.jpeg" alt="Dog" width="300" height="200">
+
 
+
            <!-- The Modal -->
+
            <div id="dogModal" class="modal">
+
              <span class="close dog">×</span>
+
              <img class="modal-content" id="dogImg">
+
              <div id="dogcaption">dog</div>
+
 
             </div>
 
             </div>
 
+
            <img id="dog2" class="enlarge" src="https://static.pexels.com/photos/47444/pexels-photo-47444-medium.jpeg" alt="Dog2" width="300" height="200">
+
<p>
 
+
The EU(28) recovers approximately half of their waste, excluding energy recovery. The greater part of the remaining waste is incinerated.
            <!-- The Modal -->
+
            <div id="dog2Modal" class="modal">
+
</p>
              <span class="close dog2">×</span>
+
<div class = "col-md-6">
              <img class="modal-content" id="dog2Img">
+
                <figure class="figure" style="width:100%" >
              <div id="dog2caption">dog2</div>
+
                  <img id="DKw" class="enlarge img-responsive figure-img substrate" src="https://static.igem.org/mediawiki/2016/e/ea/T--DTU-Denmark--EUWaste.png" alt="DESCRIPTION">
 +
                  <figcaption class="figure-caption">A caption for the above image.</figcaption>
 +
                </figure>
 
             </div>
 
             </div>
 +
    </div>
 +
   
 +
     
 +
<div><a class="anchor" id="diabetes"></a>
 +
<h2 class="h2">Diabetes</h2>
 +
<p>
 +
With the rising population, the number of diabetics worldwide is increasing as well. The International Diabetes Federation estimates that in 2015, there were 415 million adults with diabetes. This is estimated to rise to 642 by 2040.
 +
</p>
 +
    <div class = "col-md-6">
 +
        <figure class="figure" style="width:100%">
 +
            <img id="DKw" class="enlarge img-responsive figure-img substrate" src="https://static.igem.org/mediawiki/2016/f/fe/T--DTU-Denmark--Diabetics.png" alt="A graph showing the increase of diabetics worldwide">
 +
            <figcaption class="figure-caption">The increase of diabetics</figcaption>
 +
            </figure>
 +
        </div>
 +
 +
<h3 class="h3">Insulin demand</h3>
 +
<p>
 +
Assuming that an average diabetic needs 15 units of insulin daily to live symptomfree, the global insulin demand would yearly be approximately 79 thousand tons of pure crystaline insulin and rise to more than 120 thousand tons by 2040. 
 +
$$\frac{\text{Number of diabetics }\cdot 15 \text{ units day}^{-1} \cdot 365 \text{days}}{288118443.804 \text{ units ton}^{-1}} = \text{ Insulin demand (tons)} $$
  
 
+
</p>
 
+
           
+
<h3 class="h3">Insulin production</h3>
           
+
<p>
            <blockquote class="visible-xs"> <!-- quote from masterhead duplicate -->
+
In their annual report, Novo Nordisk estimates that of the 415 million adults with diabetes, only 6% receives full care. However, with increasingly broad access to drugs in areas of the world where expensive medication like insulin have previously been unavailable, this number can be expected to increase.
                <p>Quote Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
+
</p>
                <small>Someone famous in <cite title="Source Title">Source Title</cite></small>
+
            </blockquote>
+
<p>
           
+
Insulin is produced using glucose as a substrate. Glucose is commonly refined from starch, which again is refined from eg. potatoes or corn. This means that arable land and food potentially fit for human consumption is being used to produce medication instead of feeding the ever increasing population. An approximation of the demand for arable land, starch and crops can be calculated with the expressions below:
            <p>
+
</p>
                Has ut facer debitis, quo eu agam purto. In eum justo aeterno. Sea ut atqui efficiantur, mandamus deseruisse at est, erat natum cum eu. Quot numquam in vel. Salutatus euripidis moderatius qui ex, eu tempor volumus vituperatoribus has, ius ea ullum facer corrumpit.
+
            </p>
+
$$ \frac{\text{Insulin Demand}}{0.05 \frac{\text{ton insulin}}{\text{ton glucose}}}\cdot 1 \frac{\text{ton starch}}{\text{ton glucose}} = \text{Starch demand} $$
        </div> <!-- /overview-->
+
$$ \frac{\text{Starch demand}}{0.17}\frac{\text{ton starch}}{\text{ton potato}} = \text{Potato demand (tons)}$$
       
+
$$ \frac{\text{Starch demand}}{0.34}\frac{\text{ton starch}}{\text{ton corn}} = \text{Corn demand (tons)} $$
        <div><a class="anchor" id="section-2"></a>
+
$$ \frac{\text{Potato demand}}{17.4 \frac{\text{tons}}{\text{ha}}} = \text{Area demand (ha)} $$
        <h2 class="h2">Section 2</h2>
+
$$ \frac{\text{Corn demand}}{5 \frac{\text{tons}}{\text{ha}}} = \text{Area demand (ha)}  $$
            <p>
+
                Has ut facer debitis, quo eu agam purto. In eum justo aeterno. Sea ut atqui efficiantur, mandamus deseruisse at est, erat natum cum eu. Quot numquam in vel. Salutatus euripidis moderatius qui ex, eu tempor volumus vituperatoribus has, ius ea ullum facer corrumpit.
+
<p>
            </p>
+
Using these and the estimations of insulin production gives the following demands:
            <h3 class="h3">Section 2.1</h3>
+
</p>
                <p>
+
<table style="width:100%">
                    Paragraph
+
<tr>
                </p><p>
+
<th>Year</th>  
                    Paragraph
+
<th>Corn (tons) </th>  
                </p>
+
<th>Area (Corn) (ha)</th>  
            <h3 class="h3">Section 2.2</h3>
+
<th>Potato (tons) </th>  
                <p>
+
<th>Area (Potato) (ha)</th>  
                    Paragraph
+
</tr>  
                </p><p>
+
<tr>  
                    Paragraph
+
<th>2015</th>  
                </p>
+
<td>4637808.09</td>
            <h3 class="h3">Section 2.3</h3>
+
<td>927561.618</td>
                <p>
+
<td>9275616.177  </td>
                    Paragraph
+
<td>533081.39</td>
                </p><p>
+
</tr>  
                    Paragraph
+
<tr>
                </p>
+
<th>2040</th>
 +
<td>7174633.235</td>
 +
<td>1434926.647 </td>
 +
<td>14349266.47 </td>  
 +
<td>824670.486</td>
 +
</tr>  
 +
</table>
 
         </div>
 
         </div>
 
          
 
          
        <div><a class="anchor" id="section-3"></a>
+
    <div><a class="anchor" id="project"></a>
        <h2 class="h2">Section 3</h2>
+
<h2 class="h2">Our Project</h2>
 
             <p>
 
             <p>
                Has ut facer debitis, quo eu agam purto. In eum justo aeterno. Sea ut atqui efficiantur, mandamus deseruisse at est, erat natum cum eu. Quot numquam in vel. Salutatus euripidis moderatius qui ex, eu tempor volumus vituperatoribus has, ius ea ullum facer corrumpit.
+
            Yeastilization, this year's DTU Biobuilders project, focuses creating a combined solution of the worlds future excessive consumption of crops for non-feed purposes and increasing waste generation. By using a non-traditional yeast, <i>Yarrowia liplytica</i>, as chassis, we provide a new avenue for production of biotech products. Y. <i>lipolytica</i> has a broader substrate range than the traditional workhorse of the biotech industry, S. <i>cerevisiae</i>, which allows for the use of industrial biproducts instead of primarily produced glucose.
 +
            </p>   
 +
           
 +
            <p>
 +
            Using organic waste from industry instead of glucose from the agricultural industry to produce insulin (or other Biotech products) could potentially open up massive areas of arable land for food production. With a rising population, increase of food production is absolutely essential and every bit counts.  
 
             </p>
 
             </p>
 
+
             
        </div>
+
    </div>  
 
+
     
        <div><a class="anchor" id="section-4"></a>
+
        <h2 class="h2">Section 4</h2>
+
            <p>
+
                Has ut facer debitis, quo eu agam purto. In eum justo aeterno. Sea ut atqui efficiantur, mandamus deseruisse at est, erat natum cum eu. Quot numquam in vel. Salutatus euripidis moderatius qui ex, eu tempor volumus vituperatoribus has, ius ea ullum facer corrumpit.
+
            </p>
+
        </div>
+
 
+
        <div><a class="anchor" id="section-5"></a>
+
        <h2 class="h2">Section 5</h2>
+
            <p>
+
                Has ut facer debitis, quo eu agam purto. In eum justo aeterno. Sea ut atqui efficiantur, mandamus deseruisse at est, erat natum cum eu. Quot numquam in vel. Salutatus euripidis moderatius qui ex, eu tempor volumus vituperatoribus has, ius ea ullum facer corrumpit.
+
            </p>
+
        </div>
+
 
+
        <div><a class="anchor" id="section-6"></a>
+
        <h2 class="h2">Section 6</h2>
+
            <p>
+
                Has ut facer debitis, quo eu agam purto. In eum justo aeterno. Sea ut atqui efficiantur, mandamus deseruisse at est, erat natum cum eu. Quot numquam in vel. Salutatus euripidis moderatius qui ex, eu tempor volumus vituperatoribus has, ius ea ullum facer corrumpit.
+
            </p>
+
        </div>
+
 
+
        <div><a class="anchor" id="section-7"></a>
+
        <h2 class="h2">Section 7</h2>
+
            <p>
+
                Has ut facer debitis, quo eu agam purto. In eum justo aeterno. Sea ut atqui efficiantur, mandamus deseruisse at est, erat natum cum eu. Quot numquam in vel. Salutatus euripidis moderatius qui ex, eu tempor volumus vituperatoribus has, ius ea ullum facer corrumpit.
+
            </p>
+
        </div>
+
 
     </div> <!-- /LEFT -->
 
     </div> <!-- /LEFT -->
 
      
 
      
Line 257: Line 158:
 
     <div class="col-md-3 col-sm-2 colRight" id="scrollspy">  
 
     <div class="col-md-3 col-sm-2 colRight" id="scrollspy">  
 
         <ul class="nav" id="sidebar">
 
         <ul class="nav" id="sidebar">
             <li><a href="#section-1">Section 1</a></li>
+
             <li><a href="#waste-management">Waste Management</a></li>
             <li><a href="#section-2">Section 2</a></li>
+
             <li><a href="#diabetes">Diabetes</a></li>
             <li><a href="#section-3">Section 3</a></li>
+
             <li><a href="#project">Our Project</a></li>
            <li><a href="#section-4">Section 4</a></li>
+
         
            <li><a href="#section-5">Section 5</a></li>
+
            <li><a href="#section-6">Section 6</a></li>
+
            <li><a href="#section-7">Section 7</a></li>
+
 
         </ul>
 
         </ul>
 
     </div> <!-- /RIGHT -->
 
     </div> <!-- /RIGHT -->

Latest revision as of 09:13, 19 October 2016

New HTML template for the wiki




Bootstrap Example

Background


Waste Management

In 2012 the global population passed 7 billion. It is estimated that it will reach 8 billion in 2026 and 9 billion around 2040. The increasing population of the world brings with it a number of challenges, not the least of which is management of the increasing waste generation.

Europe, and Denmark in particular, have worked on this for many years. One of the major goals of the European Union is to work towards a circular economy. A circular economy, as the EU defines it, is an economy with zero waste. This, of course, doesn't mean that waste is eliminated, merely that the entirety of our waste is recovered and recycled.

Denmark has been recycling and recovering waste for a long time. For more than a century, Denmark has incinerated waste and for many of those years, it has been one of the major heat and electricity sources. In recent years, great strides have been made towards recycling still greater amounts of waste. In 2015, 35% of our waste was recycled. Exact numbers for recovery are unfortunately unavailable, as the Danish system of incinerating both for energy recovery and to get rid of waste muddies the picture significantly, but the number likely exceeds 50%.

DESCRIPTION
A caption for the above image.

The EU(28) recovers approximately half of their waste, excluding energy recovery. The greater part of the remaining waste is incinerated.

DESCRIPTION
A caption for the above image.

Diabetes

With the rising population, the number of diabetics worldwide is increasing as well. The International Diabetes Federation estimates that in 2015, there were 415 million adults with diabetes. This is estimated to rise to 642 by 2040.

A graph showing the increase of diabetics worldwide
The increase of diabetics

Insulin demand

Assuming that an average diabetic needs 15 units of insulin daily to live symptomfree, the global insulin demand would yearly be approximately 79 thousand tons of pure crystaline insulin and rise to more than 120 thousand tons by 2040. $$\frac{\text{Number of diabetics }\cdot 15 \text{ units day}^{-1} \cdot 365 \text{days}}{288118443.804 \text{ units ton}^{-1}} = \text{ Insulin demand (tons)} $$

Insulin production

In their annual report, Novo Nordisk estimates that of the 415 million adults with diabetes, only 6% receives full care. However, with increasingly broad access to drugs in areas of the world where expensive medication like insulin have previously been unavailable, this number can be expected to increase.

Insulin is produced using glucose as a substrate. Glucose is commonly refined from starch, which again is refined from eg. potatoes or corn. This means that arable land and food potentially fit for human consumption is being used to produce medication instead of feeding the ever increasing population. An approximation of the demand for arable land, starch and crops can be calculated with the expressions below:

$$ \frac{\text{Insulin Demand}}{0.05 \frac{\text{ton insulin}}{\text{ton glucose}}}\cdot 1 \frac{\text{ton starch}}{\text{ton glucose}} = \text{Starch demand} $$ $$ \frac{\text{Starch demand}}{0.17}\frac{\text{ton starch}}{\text{ton potato}} = \text{Potato demand (tons)}$$ $$ \frac{\text{Starch demand}}{0.34}\frac{\text{ton starch}}{\text{ton corn}} = \text{Corn demand (tons)} $$ $$ \frac{\text{Potato demand}}{17.4 \frac{\text{tons}}{\text{ha}}} = \text{Area demand (ha)} $$ $$ \frac{\text{Corn demand}}{5 \frac{\text{tons}}{\text{ha}}} = \text{Area demand (ha)} $$

Using these and the estimations of insulin production gives the following demands:

Year Corn (tons) Area (Corn) (ha) Potato (tons) Area (Potato) (ha)
2015 4637808.09 927561.618 9275616.177 533081.39
2040 7174633.235 1434926.647 14349266.47 824670.486

Our Project

Yeastilization, this year's DTU Biobuilders project, focuses creating a combined solution of the worlds future excessive consumption of crops for non-feed purposes and increasing waste generation. By using a non-traditional yeast, Yarrowia liplytica, as chassis, we provide a new avenue for production of biotech products. Y. lipolytica has a broader substrate range than the traditional workhorse of the biotech industry, S. cerevisiae, which allows for the use of industrial biproducts instead of primarily produced glucose.

Using organic waste from industry instead of glucose from the agricultural industry to produce insulin (or other Biotech products) could potentially open up massive areas of arable land for food production. With a rising population, increase of food production is absolutely essential and every bit counts.

  • FIND US AT:
Facebook Twitter
  • DTU BIOBUILDERS
  • DENMARK
  • DTU - SØLTOFTS PLADS, BYGN. 221/002
  • 2800 KGS. LYNGBY

  • E-mail:
  • dtu-biobuilders-2016@googlegroups.com
  • MAIN SPONSORS:
Lundbeck fundation DTU blue dot Lundbeck fundation Lundbeck fundation