Difference between revisions of "Team:HAFS-Korea/Design"

 
Line 2: Line 2:
 
<html>
 
<html>
  
<h2>Design</h2>
+
  
<p>
 
By talking about your design work on this page, there is one medal criterion that you can attempt to meet, and one award that you can apply for. If your team is going for a gold medal by building a functional prototype, you should tell us what you did on this page. If you are going for the <a href="https://2015.igem.org/Judging/Awards#SpecialPrizes">Applied Design award</a>, you should also complete this page and tell us what you did.
 
</p>
 
  
<div class="highlightBox">
+
<h1> Project Design </h1>
<h4>Note</h4>
+
<img src=https://static.igem.org/mediawiki/2015/thumb/c/c7/3b0.png/799px-3b0.png width=95%>
<p>In order to be considered for the <a href="https://2015.igem.org/Judging/Awards#SpecialPrizes">Best Applied Design award</a> and/or the <a href="https://2015.igem.org/Judging/Awards#Medals">functional prototype gold medal criterion</a>, you must fill out this page.</p>
+
<img src=https://static.igem.org/mediawiki/2015/thumb/1/18/3b1.png/633px-3b1.png width=95%>
</div>
+
<img src=https://static.igem.org/mediawiki/2015/thumb/2/26/3b2.png/476px-3b2.png width=95%>
 +
<img src=https://static.igem.org/mediawiki/2015/thumb/d/de/3b3.png/751px-3b3.png width=95%>
  
<p>This is a prize for the team that has developed a synthetic biology product to solve a real world problem in the most elegant way. The students will have considered how well the product addresses the problem versus other potential solutions, how the product integrates or disrupts other products and processes, and how its lifecycle can more broadly impact our lives and environments in positive and negative ways.</p>
+
<h2>Pretreatment</h2>
 +
<p>In this step, corn stover, or the leaf and stem part of the corn, is powdered into fine corn powder, which allows its chemical components to have greatest surface area interacting with enzymes and other chemical substances.</p>
 +
<p>After that, the corn powder goes through a tank full of sulphuric acid. This step is for achieving three main goals: dissolving cellular wall, dissolving lignin (the component of corn that gives structural stability) , and saccharification. When lignin is dissolved, hemicellulose of corn is exposed to sulphuric acid, so that it can be broken down into four smaller sugars: xylose, mannose, arabinose, and galactose. This process is called saccharification.
 +
This entire process leaves us with juice of sugars and cellulose, that must be detoxified for the next step, cellulose hydrolysis and fermentation.
 +
Cellulose hydrolysis and fermentation</p>
 +
<p>Cellulose hydrolysis is the breakdown of cellulose through the enzyme cellulase produced from E-Corni of our project. For this reaction to happen, sufficient amount of water has to be piped through the reactor. The process of cellulose hydrolysis breaks down cellulose into glucose, adding glucose to the 'sugar juice' that now contains four different kind of sugars: xylose, mannose, arabinose, galactose, and glucose. This juice then interacts with the yeast in the reactor to become ethanol. The extraction of the CO2 produced in the process, along with the absorption of water and sugar juice, is all controlled by natural forces such as the gas pressure and centripetal force. The produced ethanol is then extracted through a centrifuge de-liquification process.</p>
 +
<p>The cellulose hydrolysis and fermentation will occur simultaneously in the same tank to enhance speed. This process is called “simultaneous saccharification and co-fermentation”. </p>
  
<p>
+
<h4>image reference
If you are working on art and design as your main project, please join the art and design track. If you are integrating art and design into the core of your main project, please apply for the award by completing this page.
+
</h4>
</p>
+
  
</div>
+
<ul>
<!-- Start of CSS-->
+
<li><a href="http://www.eurekalert.org/pub_releases/2008-05/nsf-wp052708.php">http://www.eurekalert.org/pub_releases/2008-05/nsf-wp052708.php</a></li>
<style type="text/css">
+
<li><a href="https://en.wikipedia.org/wiki/Hemicellulose#/media/File:Hemicellulose.png">https://en.wikipedia.org/wiki/Hemicellulose#/media/File:Hemicellulose.png</a></li>
 +
<li><a href="https://en.wikipedia.org/wiki/Xylose#/media/File:Xylofuranose.png">https://en.wikipedia.org/wiki/Xylose#/media/File:Xylofuranose.png</a></li>
  
p, #content {
+
<li><a href="https://en.wikipedia.org/wiki/Mannose#/media/File:Mannose_structure.svg">https://en.wikipedia.org/wiki/Mannose#/media/File:Mannose_structure.svg</a></li>
color:#85C380;
+
<li><a href="http://www.biotek.com/resources/articles/enzymatic-digestion-of-polysaccharides-2.html">http://www.biotek.com/resources/articles/enzymatic-digestion-of-polysaccharides-2.html</a></li>
}
+
<li><a href=https://www.finedininglovers.com/stories/what-is-yeast-food-science/">https://www.finedininglovers.com/stories/what-is-yeast-food-science/</a></li>
  
a, a:visited {
+
<li><a href=http://www.survivingtoxicmold.com/moldy_foods">http://www.survivingtoxicmold.com/moldy_foods</a></li>
color:#84FD2C;
+
</ul>
}
+
  
 +
</div>
  
  
/* PAGE LAYOUT */
 
 
 
/* Set up a width, height and color of the body wrapper*/
 
body {
 
background-color: #534743;
 
}
 
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
#mainContainer { 
 
width: 980px;
 
overflow:hidden;
 
float:left;
 
margin-left:20px;
 
margin-bottom: 10px;
 
background-color: #fff;
 
border-bottom: 20px solid #963F20;
 
}
 
 
/* Creates the container for the menu */
 
#menuContainer  {
 
float:left;
 
width: 150px;
 
padding: 20px 0px;
 
background-color: #D65664;
 
border-top: 20px solid #963F20;
 
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 
}
 
 
/* Creates the container for the content */
 
#contentContainer {
 
padding-top:20px;
 
padding-right:10px;
 
margin-bottom: 20px;
 
width: 800px;
 
padding-left: 20px;
 
float: left;
 
border-top: 20px solid #963F20;
 
background-color: #fff;
 
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 
}
 
 
 
/*Set up height place holder for the banner*/
 
#bannerContainer {
 
height:200px;
 
margin:auto;
 
text-align:center;
 
color: #84F22A;
 
}
 
 
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
 
 
/*Change the styling of text for everything inside main container*/
 
#mainContainer p {
 
font-size: 13px;
 
color: #000000;
 
}
 
 
 
/*This changes the color and font family */
 
#contentContainer h1, h2, h3, h4, h5, h6 {
 
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 
color: #534743;
 
border-bottom: none;
 
font-weight: bold;
 
margin-top:10px;
 
}
 
 
/*Style of the links - links are different inside the menu */
 
#contentContainer a {
 
font-weight: bold;
 
color: #84FD2C;
 
}
 
 
  /* Styling links on hover- links are different inside the menu */
 
#contentContainer a:hover {
 
color: #963F20;
 
}
 
 
/*Change the styling of tables */
 
        #contentContainer table {
 
    border: 2px solid #534743;
 
    border-collapse: collapse;
 
    margin: auto;
 
    margin-bottom: 15px;
 
    margin-top: 15px;
 
    margin-right: 10px;
 
    margin-left: 10px;
 
    }
 
 
/*Change the styling of table cells*/
 
    #contentContainer  td {
 
    background-color: #fff;
 
    padding: 10px;
 
    border: 2px solid #534743;
 
    border-collapse: collapse;
 
    vertical-align: text-top;
 
    }
 
 
 
/*Change the styling of table headers */
 
    #contentContainer th {
 
    background-color: #F4F0D8;
 
    padding: 10px;
 
    border: 2px solid #534743;
 
    border-collapse: collapse;
 
    vertical-align: text-top;
 
    }
 
 
 
 
 
/*MENU STYLING */
 
 
/*Styling for the links in the menu */
 
#menuContainer a {
 
color: #fff;
 
text-decoration:none;
 
font-weight: bold;
 
}
 
 
/* Sets the style for lists inside menuContainer  */
 
#menuContainer ul {
 
list-style: none;
 
margin-left:0px;
 
}
 
 
/*Styles the list items to become menu buttons */
 
#menuContainer ul li {
 
text-align: center;
 
display: block;
 
width: 100%;
 
height:30px;
 
padding-top:10px;
 
}
 
 
/*For the menu buttons, changes the color when hovering*/
 
#menuContainer li:hover {
 
color:  #FFF;
 
background-color: #963F20;
 
}
 
 
/*Submenus are not displayed as default*/
 
#menuContainer li ul {
 
display: none;
 
padding-top:15px;
 
margin-left: -19px;
 
}
 
 
/*Submenus are displayed when hovering the menu button */
 
#menuContainer li:hover ul {
 
/*display: inline-block; */
 
display: block;
 
position: absolute;
 
float:right;
 
margin-left: 150px;
 
margin-top:-42px;
 
}
 
 
/*Style the submenu buttons*/
 
#menuContainer li ul li{
 
background-color: #84FD2C;
 
padding-left:20px;
 
padding-right:20px;
 
height:30px;
 
padding-top:10px;
 
margin-top:-2px;
 
color: #332B29;
 
width: 170px;
 
}
 
 
/*CLASSES */
 
 
/*Clear class for all the pages, adds spacing too*/
 
.clear{
 
clear:both;
 
height: 10px;
 
}
 
 
 
/* highlight box for special messages */
 
          .highlightBox {
 
            width:500px;
 
            margin:auto;
 
            background-color: #F4F0D8;
 
    margin-bottom: 15px;
 
    margin-top: 15px;
 
    padding: 15px;
 
    padding-top: 5px;
 
            }
 
 
</style>
 
<!-- End of CSS -->
 
 
 
</html>
 
</html>

Latest revision as of 03:56, 19 September 2015

Project Design

Pretreatment

In this step, corn stover, or the leaf and stem part of the corn, is powdered into fine corn powder, which allows its chemical components to have greatest surface area interacting with enzymes and other chemical substances.

After that, the corn powder goes through a tank full of sulphuric acid. This step is for achieving three main goals: dissolving cellular wall, dissolving lignin (the component of corn that gives structural stability) , and saccharification. When lignin is dissolved, hemicellulose of corn is exposed to sulphuric acid, so that it can be broken down into four smaller sugars: xylose, mannose, arabinose, and galactose. This process is called saccharification. This entire process leaves us with juice of sugars and cellulose, that must be detoxified for the next step, cellulose hydrolysis and fermentation. Cellulose hydrolysis and fermentation

Cellulose hydrolysis is the breakdown of cellulose through the enzyme cellulase produced from E-Corni of our project. For this reaction to happen, sufficient amount of water has to be piped through the reactor. The process of cellulose hydrolysis breaks down cellulose into glucose, adding glucose to the 'sugar juice' that now contains four different kind of sugars: xylose, mannose, arabinose, galactose, and glucose. This juice then interacts with the yeast in the reactor to become ethanol. The extraction of the CO2 produced in the process, along with the absorption of water and sugar juice, is all controlled by natural forces such as the gas pressure and centripetal force. The produced ethanol is then extracted through a centrifuge de-liquification process.

The cellulose hydrolysis and fermentation will occur simultaneously in the same tank to enhance speed. This process is called “simultaneous saccharification and co-fermentation”.

image reference