Difference between revisions of "Team:Queens Canada/MakerereTest"

 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<head>
 
<head>
<title>Project description</title>
+
<style>
</head>
+
#home_logo, #sideMenu {
 +
display:none;
 +
}
  
<body>
+
#sideMenu, #top_title, .patrollink {
 +
display:none;
 +
}
  
<div id="banner">
+
#content {
 +
margin-left:0px; margin-top:-7px; padding:0px; width:100%;
 +
}
  
<div id="logo"></div>
+
body {
 +
background-color:#4B76B3;
 +
}
  
<div id="mainlinks">
+
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
<ul>
+
margin-bottom: 0px;
 
+
}
<li><a  href="https://2018.igem.org/Team:Makerere_University/home.html">Home</a></li>
+
  
<li><a class="active" href="https://2018.igem.org/Team:Makerere_University/Description" >Project
+
.judges-will-not-evaluate {
 
+
border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;
<ul class="submenus">
+
}
 
+
<li><a class="active" href="https://2018.igem.org/Team:Makerere_University/description">description</a></li>
+
<li><a href="design.html">design</a></li>
+
<li><a href="notebook.html">notebook</a></li>
+
<li><a href="results.html">results</a></li></a>
+
 
+
</ul>
+
 
+
</li>
+
  
<li><a href="members.html" >Team
 
<ul class="submenus">
 
<li><a href="members.html" >Team members</a></li>
 
<li><a href="collaborations.html" >Team collaborations</a></li></a>
 
</ul>
 
</li>
 
 
<li><a href="parts.html" >Parts</a></li>
 
<li><a href="safety.html" >Safety</a></li>
 
<li><a href="human practices.html" >Humanpractices</a></li>
 
 
</ul>
 
</div>
 
 
</div>
 
 
<div id="content">
 
<h1>Project description</h1>
 
<p>The project is set up to utilize the enzymatic machinery from the bacterium <b><i>Ideonella sakaiensis</i></b> as it is capable of manufacturing the enzymes of <i>PETase</i> and <i>MHETase</i> which are important in the degradation of PET. <br>
 
Isolated segments of the genes for the respective enzymes are transformed into the a competent <i>E. coli</i> cell so that it also obtains the plastic degrading character as in <i>Ideonella</i>.
 
<br>
 
<br>
 
<i>Ideonella sakaiensis</i> is a bacteria that naturally decomposes polyethylene terephthalate, we decide to genetically modify E. coli cells to model the plastic degradation machine by adding the Lipase and Chlorogenate Esterase genes from Ideonella sakaiensis into E. coli bacterial cells. We shall obtain the two genes encoding the enzymes used by Ideonella sakaiensis, PETase and MHETase, and insert the gene into E. coli plasmids and then put the plasmids into E. coli cells. With the engineered E.coli bacteria, the enzymes produced are able to express the plastic-degrading abilities
 
<br>
 
<br>
 
<b>Goal:</b> To have a clean and safe environment free of plastic pollution.
 
<br>
 
<br>
 
<b>Objectives.</b>
 
<ol>
 
<li>To engineer a bacteria capable of degrading PET plastics.</li>
 
<li>To sensitize the community about the danger associated with plastic wastes.</li>
 
</ol>
 
 
</p>
 
</div>
 
<style>
 
 
body{
 
body{
 
margin:0;
 
margin:0;
 
}
 
}
 +
 
#bodyContent{
 
#bodyContent{
 
margin:0;
 
margin:0;
Line 75: Line 37:
 
top:0;
 
top:0;
 
}
 
}
 +
 
#content{
 
#content{
 
margin: 0;
 
margin: 0;
Line 81: Line 44:
 
width:100%;
 
width:100%;
 
}
 
}
#banner{
 
  
 +
#banner{
 
background:url("https://static.igem.org/mediawiki/2018/b/bc/T--makerere_university--banner.jpg");
 
background:url("https://static.igem.org/mediawiki/2018/b/bc/T--makerere_university--banner.jpg");
 
 
background-size:cover;
 
background-size:cover;
 
width:100%;
 
width:100%;
 
 
height:350px;
 
height:350px;
 
 
position: relative;
 
position: relative;
 
 
}
 
}
#logo{
 
  
 +
#logo{
 
float:right;
 
float:right;
 
background:url("https://static.igem.org/mediawiki/2018/a/ae/T--makerere_university--Igem_logo.jpg");
 
background:url("https://static.igem.org/mediawiki/2018/a/ae/T--makerere_university--Igem_logo.jpg");
 
background-size: cover;
 
background-size: cover;
 
width:150px;
 
width:150px;
 
 
height:150px;
 
height:150px;
 
}
 
}
Line 110: Line 68:
 
height:350px;
 
height:350px;
 
}
 
}
 +
 
#mainlinks ul{
 
#mainlinks ul{
 
text-align:center;
 
text-align:center;
Line 116: Line 75:
 
width:200px;
 
width:200px;
 
}
 
}
 +
 
#mainlinks ul li{
 
#mainlinks ul li{
 
text-align:center;
 
text-align:center;
Line 121: Line 81:
 
margin-top: 2px;
 
margin-top: 2px;
 
}
 
}
#mainlinks ul li a
+
 
{
+
#mainlinks ul li a{
 
text-decoration:none;
 
text-decoration:none;
 
display:block;
 
display:block;
 
}
 
}
 +
 
#mainlinks ul li a:hover{
 
#mainlinks ul li a:hover{
 
color:red;
 
color:red;
 
}
 
}
  
.submenus
+
.submenus{
{
+
 
display:none;
 
display:none;
 
}
 
}
 +
 
#mainlinks ul li:hover{
 
#mainlinks ul li:hover{
 
background: white;
 
background: white;
 
}
 
}
  
#mainlinks ul li:hover .submenus
+
#mainlinks ul li:hover .submenus{
{
+
 
display:block;
 
display:block;
 
background: grey;
 
background: grey;
Line 153: Line 113:
  
 
</style>
 
</style>
 +
</head>
  
 +
<body>
 +
 +
<div id="banner">
 +
 +
<div id="logo"></div>
 +
 +
<div id="mainlinks">
 +
<ul>
 +
 +
<li><a  href="https://2018.igem.org/Team:Makerere_University/home.html">Home</a></li>
 +
<li><a class="active" href="https://2018.igem.org/Team:Makerere_University/Description" >Project
 +
<ul class="submenus">
 +
<li><a class="active" href="https://2018.igem.org/Team:Makerere_University/description">description</a></li>
 +
<li><a href="design.html">design</a></li>
 +
<li><a href="notebook.html">notebook</a></li>
 +
<li><a href="results.html">results</a></li></a>
 +
</ul>
 +
</li>
 +
 +
<li><a href="members.html" >Team</a>
 +
<ul class="submenus">
 +
<li><a href="members.html" >Team members</a></li>
 +
<li><a href="collaborations.html" >Team collaborations</a></li>
 +
</ul>
 +
</li>
 +
 +
<li><a href="parts.html" >Parts</a></li>
 +
<li><a href="safety.html" >Safety</a></li>
 +
<li><a href="human practices.html" >Humanpractices</a></li>
 +
 +
</ul>
 +
</div>
 +
 +
</div>
 +
 +
<div id="content">
 +
<h1>Project description</h1>
 +
<p>The project is set up to utilize the enzymatic machinery from the bacterium <b><i>Ideonella sakaiensis</i></b> as it is capable of manufacturing the enzymes of <i>PETase</i> and <i>MHETase</i> which are important in the degradation of PET. <br>
 +
Isolated segments of the genes for the respective enzymes are transformed into the a competent <i>E. coli</i> cell so that it also obtains the plastic degrading character as in <i>Ideonella</i>.
 +
<br>
 +
<br>
 +
<i>Ideonella sakaiensis</i> is a bacteria that naturally decomposes polyethylene terephthalate, we decide to genetically modify E. coli cells to model the plastic degradation machine by adding the Lipase and Chlorogenate Esterase genes from Ideonella sakaiensis into E. coli bacterial cells. We shall obtain the two genes encoding the enzymes used by Ideonella sakaiensis, PETase and MHETase, and insert the gene into E. coli plasmids and then put the plasmids into E. coli cells. With the engineered E.coli bacteria, the enzymes produced are able to express the plastic-degrading abilities
 +
<br>
 +
<br>
 +
<b>Goal:</b> To have a clean and safe environment free of plastic pollution.
 +
<br>
 +
<br>
 +
<b>Objectives.</b>
 +
<ol>
 +
<li>To engineer a bacteria capable of degrading PET plastics.</li>
 +
<li>To sensitize the community about the danger associated with plastic wastes.</li>
 +
</ol>
 +
 +
</p>
 +
</div>
 
</body>
 
</body>
 +
 
</html>
 
</html>

Latest revision as of 14:50, 29 June 2018

Project description

The project is set up to utilize the enzymatic machinery from the bacterium Ideonella sakaiensis as it is capable of manufacturing the enzymes of PETase and MHETase which are important in the degradation of PET.
Isolated segments of the genes for the respective enzymes are transformed into the a competent E. coli cell so that it also obtains the plastic degrading character as in Ideonella.

Ideonella sakaiensis is a bacteria that naturally decomposes polyethylene terephthalate, we decide to genetically modify E. coli cells to model the plastic degradation machine by adding the Lipase and Chlorogenate Esterase genes from Ideonella sakaiensis into E. coli bacterial cells. We shall obtain the two genes encoding the enzymes used by Ideonella sakaiensis, PETase and MHETase, and insert the gene into E. coli plasmids and then put the plasmids into E. coli cells. With the engineered E.coli bacteria, the enzymes produced are able to express the plastic-degrading abilities

Goal: To have a clean and safe environment free of plastic pollution.

Objectives.

  1. To engineer a bacteria capable of degrading PET plastics.
  2. To sensitize the community about the danger associated with plastic wastes.