Team:Groningen/DesignTest2

From 2012.igem.org

(Difference between revisions)
m
m
 
(9 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
+
{{HeaderGroningen2012}}
-
<head>
+
-
+
-
div.cogbig{
+
-
position:absolute;
+
-
padding: 0px;
+
-
margin: 0px 0px;
+
-
opacity:0.4;
+
-
filter:alpha(opacity=40);
+
-
z-index:-1;
+
-
}
+
-
+
-
/*Windmill*/
+
-
#img1{
+
-
width:120px;
+
-
height:104px;
+
-
position:absolute;
+
-
z-index:10;
+
-
left:-19px;
+
-
top:-31px;
+
-
}
+
-
+
-
/*Menu*/
+
-
#navigation  {
+
-
margin: 0;
+
-
padding: 0 0em;
+
-
height: 20px;
+
-
list-style: none;
+
-
display:block;
+
-
font-size: 12px; 
+
-
                                font-weight: 300;   
+
-
color:#fff;
+
-
z-index:2;
+
-
}
+
-
#navigation > li {
+
-
float: left;
+
-
height: 100%;
+
-
margin-right: 18px;
+
-
                                margin-left: 18px;
+
-
left:100px;
+
-
padding: 0 0em;
+
-
}
+
-
#navigation > li > a {
+
-
float: left;
+
-
height: 100%;
+
-
color: #00;
+
-
text-decoration: none;
+
-
font-weight: 300;
+
-
}
+
-
#navigation > li > a:hover {
+
-
color: Black;
+
-
+
-
}
 
-
#navigation > li.sub {
 
-
position: relative;
 
-
}
+
<html>
-
#navigation > li.sub ul {
+
<head>
-
width: 130px;
+
<style>
-
margin: 0;
+
-
padding: 0.0em 0;
+
-
list-style: none;
+
-
position: absolute;
+
-
top: -800em;
+
-
text-align:center;
+
-
padding-left:13px;                                         
+
-
background-color: rgba(0,0,0,0.5);
+
-
}
+
-
#navigation > li.sub ul li {
+
-
width: 90%;
+
-
background-color: rgba(0,0,0,0.9);
+
-
}
+
-
#navigation > li.sub ul li a {
+
-
height: 100%;
+
-
display: block;
+
-
padding: 0.0em;
+
-
color: #fff;
+
-
text-decoration: none;
+
-
}
+
-
#navigation > li.sub ul li a:hover {
+
-
color: rgb(255,103,0);
+
-
font-weight: 700;
+
-
}
+
-
#navigation > li.sub:hover ul {
+
-
top: 100px;
+
-
left:-35px;
+
-
}
+
-
 
+
-
#expand
+
-
.expand-down span
+
-
{
+
-
font-family: Arial,Helvetica,sans-serif;
+
-
line-height: normal;
+
-
margin-bottom: 0px;
+
-
margin-top: 0px;
+
-
z-index:1;
+
-
font-weight: 300;
+
-
}
+
-
.expand-down * {
+
-
margin: 0px;
+
-
padding: 0;
+
-
z-index:1;
+
-
}
+
-
.expand-down ul {
+
-
padding-top:100px;
+
-
z-index:1;
+
-
}
+
-
.expand-down ul li {
+
-
list-style-type:none;
+
-
z-index:1;
+
-
}
+
-
.expand-down ul li a {
+
-
text-decoration:none;
+
-
z-index:1;
+
-
}
+
-
.expand-down ul li a img {
+
-
width:80px;
+
-
height:82px;
+
-
border:none;
+
-
z-index:1;
+
-
}
+
-
.expand-down ul li a span {
+
-
//span bar under picture text
+
-
z-index:1;
+
-
text-align:center;
+
-
font-size:14px;
+
-
display: block;
+
-
padding: 0.0em;
+
-
color: #fff;
+
-
}
+
-
.expand-down ul li:hover a span {
+
-
display:block;
+
-
font-size:14px;
+
-
z-index:1;
+
-
color: rgb(255,103,0);
+
-
font-weight: 700;
+
-
background-color: rgba(0,0,0,0.5);
+
-
}
+
-
.expand-down ul li:hover a img {
+
-
width:80px;
+
-
height:82px;
+
-
z-index:1;
+
-
}
+
-
.expand-down ul li:hover + li a img {
+
-
width:80px;
+
-
height:82px;
+
-
z-index:1;
+
-
}
+
-
.expand-down ul li:hover + li + li a img {
+
-
width:80px;
+
-
height:82px;
+
-
z-index:1;
+
-
}
+
-
 
+
-
/*Body*/
+
-
body{
+
-
background-attachment:fixed;
+
-
background-color:rgb(118,28,17);
+
-
text-align: justify;
+
-
border: none;
+
-
}
+
-
#content{
+
-
position: relative;
+
-
top:-5px;
+
-
width: 1024px;
+
-
padding: 0px 0px 0px 0px;
+
-
background-color:transparent;
+
-
border: none;
+
-
}
+
-
#bodyContent{
+
-
width: 1024px;
+
-
position: relative;
+
-
padding: 0px 0px 0px 0px;
+
-
background-color:transparent;
+
-
border: none;
+
-
}
+
-
 
+
-
 
+
-
/*Suppress iGEM defaults*/
+
-
a[title="Main Page"]{display: none;}
+
-
.firstHeading{display: none;}
+
-
.noprint{display: none;}
+
-
#menubar{
+
-
display: block;
+
-
background-color:transparent;
+
-
}
+
-
#search-controls{display: none;}
+
-
#contentSub{display: none;}
+
-
#catlinks{display: none;}
+
-
#footer-box{display: none;}
+
-
#p-logo{display: block;}
+
-
#top-section {
+
-
display: block;
+
-
position: relative;
+
-
height: 98px;
+
-
width: 975px;
+
-
margin: 0px auto;
+
-
border-left: 1px solid rgb(118,28,17);
+
-
border-right: 1px solid rgb(118,28,17);
+
-
border-bottom: 1px solid rgb(118,28,17);
+
-
}
+
-
+
-
body {
+
-
font-family: Helvetica, Arial, sans-serif;
+
-
}
+
z1 {  
z1 {  
font-size:18pt;
font-size:18pt;
Line 211: Line 11:
color:white;
color:white;
}
}
-
.ctd {
 
-
width: 170px;
 
-
                                height: 25px;
 
-
text-align: center;
 
-
background: #000;
 
-
background-color: rgba(0,0,0,0.3);
 
-
padding: 5px ;
 
-
margin: 30px auto;
 
-
color: #FFF;
 
-
}
 
-
.cte {
 
-
width: 200px;
 
-
                                height: 35px;
 
-
text-align: center;
 
-
background: #000;
 
-
padding-right:10px;
 
-
padding-left:10px;
 
-
margin: -20px auto;
 
-
background-color: rgba(0,0,0,0.3);
 
-
color: #FFF;
 
-
}
 
-
 
z2 {  
z2 {  
font-size:18pt;
font-size:18pt;
Line 238: Line 16:
color:white;
color:white;
}
}
-
.ctd2  {
+
div.ctd {
-
width: 230px;
+
width: 90px;
-
                                height: 25px;
+
text-align: center;
text-align: center;
background: #000;
background: #000;
Line 248: Line 25:
color: #FFF;
color: #FFF;
}
}
-
.cte2 {
+
div.cte {
-
width: 260px;
+
width: 120px;
-
                                height: 35px;
+
text-align: center;
text-align: center;
background: #000;
background: #000;
Line 259: Line 35:
color: #FFF;
color: #FFF;
}
}
-
                        z3 {
+
            div.ctd2 {
-
font-size:18pt;
+
width: 300px;
-
line-height:21pt;
+
height: 20px;
-
color:white;
+
-
}
+
-
.ctd3  {
+
-
width: 180px;
+
-
                                height: 25px;
+
text-align: center;
text-align: center;
background: #000;
background: #000;
 +
background-color: transparent;
background-color: rgba(0,0,0,0.3);
background-color: rgba(0,0,0,0.3);
-
padding: 5px ;
+
padding: 10px ;
-
margin: 30px auto;
+
margin: 30px auto;
color: #FFF;
color: #FFF;
}
}
-
.cte3 {
+
            div.cte2 {
-
width: 210px;
+
width: 330px;
-
                                height: 35px;
+
height: 40px;
text-align: center;
text-align: center;
background: #000;
background: #000;
padding-right:10px;
padding-right:10px;
padding-left:10px;
padding-left:10px;
-
margin: 0 auto;
+
background-color: transparent;
background-color: rgba(0,0,0,0.3);
background-color: rgba(0,0,0,0.3);
 +
margin: -30px auto;
color: #FFF;
color: #FFF;
}
}
-
p.margin{
+
z7{
 +
font-size:13pt;
 +
line-height:14pt;
 +
color: rgb(255,103,0);
 +
}
 +
p.nomargin{
font-size:12pt;  
font-size:12pt;  
line-height:14pt;  
line-height:14pt;  
-
color:white;
+
margin-right: 0px;
-
margin-top:0px;
+
margin-left: 0px;
-
margin-bottom:20px;
+
color: white;
-
margin-right:0px;
+
-
margin-left:125px;
+
-
margin-right:130px;
+
}
}
-
p{
+
p.marginleft{
 +
margin-top: 0px;
margin-left:150px;
margin-left:150px;
-
font-size:12pt;  
+
font-size:13pt;  
-
line-height:14pt;  
+
line-height:15pt;  
margin-right:150px;
margin-right:150px;
color:white;
color:white;
}
}
-
p.marginleft{
+
p.orange{
-
font-size:12pt;  
+
margin-top:0px;
-
line-height:14pt;  
+
margin-left:150px;
 +
font-size:14pt;  
 +
line-height:16pt;
 +
margin-right:150px;
 +
color: #FF6700;
 +
font-weight: bold;
 +
}
 +
p.marginspace{
 +
font-size:13pt;
 +
line-height:15pt;  
color:white;  
color:white;  
 +
margin-top:0px;
margin-top:0px;
-
margin-bottom:20px;
+
margin-bottom:200px;
margin-right:0px;
margin-right:0px;
-
margin-left:110px;
+
margin-left:300px;
-
margin-right:130px;
+
margin-right:300px;
}
}
-
p.marginleftheader{
+
p.centered{
-
font-size:12pt;  
+
font-size:13pt;
-
line-height:14pt;  
+
line-height:15pt;
-
color:white;  
+
color:white;
-
margin-top:38px;
+
 
 +
margin-top:0px;
margin-bottom:0px;
margin-bottom:0px;
-
margin-left:650px;
+
margin-right:300px;
-
margin-right:200px;
+
margin-left:300px;
}
}
-
p.marginChecklist{
+
a.inlink{
-
font-size:12pt;  
+
font-size: 12pt;
-
line-height:16pt;  
+
                line-height: 12pt;
-
color:white;  
+
                color: rgb(255,103,0);
-
margin-top:0px;
+
}
-
margin-bottom:38px;
+
a.menulink{  
-
margin-right:0px;
+
font-size:12pt;
-
margin-left:150px;
+
line-height:12pt;
-
margin-right:115px;
+
color:white;
 +
font-weight: 500;
 +
}
 +
a.menulink:hover{
 +
font-size:12pt;
 +
line-height:12pt;
 +
color: rgb(255,103,0);
 +
font-weight: 700;
}
}
a:link {
a:link {
Line 343: Line 137:
color: #FF6700;
color: #FF6700;
}
}
-
 
+
table.projectmenu{
-
.hoverbox
+
background-color: transparent;
-
{
+
}
-
cursor: default;
+
td.menucell{
-
list-style: none;
+
-
        margin-left: 100px;
+
}
-
        margin-right: 100px;
+
table.centertable{
-
}
+
background-color: transparent;
-
 
+
width: 100%;
-
.hoverbox a
+
margin-top: 0;
-
{
+
margin-bottom: 0;
-
cursor: default;
+
}
-
}
+
td.margincell{
-
 
+
min-width: 150px;
-
.hoverbox a .preview
+
max-width: 150px;
-
{
+
vertical-align: bottom;
-
display: none;
+
}
-
}
+
div.bigcog{
-
 
+
opacity:0.4;
-
.hoverbox a:hover .preview
+
filter:alpha(opacity=40);
-
{
+
z-index: -1;
-
display: block;
+
}
-
position: absolute;
+
#bigcogtopleft{
-
top: -60px;
+
position: relative;
-
left: -60px;
+
left: -10px;
-
z-index: 1;
+
}
-
}
+
#bigcogtopright{
-
 
+
position: relative;
-
.hoverbox img
+
left: 10px;
-
{
+
}
-
background: #761C11;
+
div.cogoverlay{
-
color: inherit;
+
z-index: 1;
-
padding: 2px;
+
}
-
vertical-align: top;
+
#cogoverlaytopleft{
-
}
+
position: relative;
-
 
+
left: -350px;
-
.hoverbox li
+
top: -150px;
-
{
+
}
-
background: #761C11;
+
#cogoverlaytopright{
-
border-width: 0px;
+
position: relative;
-
color: inherit;
+
left: 355px;
-
display: inline;
+
top: -150px;
-
float: left;
+
}
-
margin: 3px;
+
#cogoverlaybottomleft{
-
position: relative;
+
position: relative;
-
}
+
top: -25px;
-
 
+
left: 185px;
-
.hoverbox .preview
+
}
-
{
+
#cogoverlaybottomright{
-
background: #52140C;
+
position: relative;
-
border-color: #761C11;
+
top: -25px;
-
}
+
left: -135px;
-
 
+
}
</style>
</style>
 +
</head>
-
<br>
+
<body>
<div class="cte">
<div class="cte">
<div class="ctd">
<div class="ctd">
-
<z1 >Food Warden</z1><br>
+
<z1>Abstract</z1>
</div>
</div>
</div>
</div>
-
</head>
+
<table class="centertable">
-
 
+
<tr>
-
<body>
+
<td class="margincell" align="right">
-
<br><br><br>
+
<div class="bigcog" id="bigcogtopleft">
-
<p class="margin">
+
<img src="https://static.igem.org/mediawiki/2012/b/b6/Groningen2012_AD_20120802_BigCog.png" width="150px" height="150px">
-
<img src="https://static.igem.org/mediawiki/2012/9/97/Groningen2012_AD20121915_Sticker.png" width="130" height="130" align=left style="padding-right: 10px"><a href="https://2012.igem.org/Team:Groningen/Project"><font color=#ff6700 size=4><b>The Food Warden</b></font></a><br>
+
</div>
-
The Food Warden is a system which detects meat spoilage. It uses <i>Bacillus subtilis</i> cells. Their natural genetic response to the gases of rotten meat has been identified and linked to a pigment production system. In this way, a consumer can easily see when the meat is spoiled: it's rotten and you know it!<br>
+
</td>
-
<a href="https://2012.igem.org/Team:Groningen/Project"><font color=#ff6700 size=2pt>read more</font></a>
+
<td colspan="4">
-
</p>
+
<p class="nomargin">
-
<p class="marginleft">
+
Every year, one third of global food production -1.3 billion tons of food- is thrown away, partially due to the “best before” dating system.
-
<img src="https://static.igem.org/mediawiki/2012/f/f2/Groningen2012_AD20120915_StopFoodWaste.png" width="130" height="130" align=right style="padding-left: 10px"><br><a href="https://2012.igem.org/Team:Groningen/Stop_the_food_waste_initiative"><font color=#ff6700 size=4><b>Stop the food waste!</b></font></a><br>
+
<z7>iGEM Groningen 2012</z7> seeks to provide an alternative method of assessing edibility: the <z7>Food Warden</z7>. It uses an <z7>engineered strain</z7>  
-
Every year, 1,300,000,000 tons of food are thrown away worldwide. This is one third of the global food production. One of the reasons for this is the fact that best before dates are imprecise. A reliable way of monitoring whether food is spoiled or not could save up to 600 euro per household per year.<br>
+
of <i>Bacillus subtilis</i> to detect and report volatiles in spoiling meat. The introduced <z7>genetic construct</z7> uses a promoter to trigger
-
<a href="https://2012.igem.org/Team:Groningen/Stop_the_food_waste_initiative"><font color=#ff6700 SIZE=2pt>read more</font></a>
+
a pigment coding gene. This promoter, <z7>identified by microarray analysis</z7>, is significantly upregulated in the presence of
-
</p>
+
<z7>volatiles from spoiling meat</z7>. The activity of the <z7>promoter</z7> regulates the expression of the <z7>pigment reporter</z7> and will
-
<p class="margin">
+
be visible to the naked eye. For safe usage of the system, spores of our engineered strain are placed into one half of a semi-permeable
-
<img src="https://static.igem.org/mediawiki/2012/0/08/Gorningen2012_AD201290915_InTheLab.png" width="130" height="130" align=left style="padding-right: 10px"><a href="https://2012.igem.org/Team:Groningen/Wetwork"><font color=#ff6700 size=4><b>Now in the lab</b></font></a><br>
+
<z7>capsule</z7>, the second containing a calibrated amount of nutrients. Breaking the barrier between the two compartments allows
-
With the iGEM deadline being just a couple of days away, the lab is now always occupied in order to make the Food Warden work. The newly identified genes in the running to become our PBADmeat promoter are ready to be tested, the pigments are waiting to be transformed. But <i>Bacillus</i> biobricks are tricky things...<br>
+
<z7>germination and growth</z7>, thereby activating the <z7>spoiling-meat sensor</z7>.
-
<a href="https://2012.igem.org/Team:Groningen/Wetwork"><font color=#ff6700 SIZE=2pt>read more</font></a>
+
-
</p>
+
-
<div class="cte3">
+
-
<div class="ctd3">
+
-
<z3 >Picture gallery</z3><br>
+
-
</div>
+
-
</div>
+
-
<br>
+
-
<ul class="hoverbox">
+
-
<li>
+
-
<a href="#"><img src="https://static.igem.org/mediawiki/2012/e/ee/Groningen2012_ADGallery1.png" width=125 height=125 /><img src="https://static.igem.org/mediawiki/2012/6/65/Groningen2012_ADGallery1prev.png" class="preview" width=250 height=280 /></a>
+
-
</li>
+
-
<li>
+
-
<a href="#"><img src="https://static.igem.org/mediawiki/2012/f/f6/Groningen2012_ADGallery4.png" width=125 height=125 /><img src="https://static.igem.org/mediawiki/2012/3/35/Groningen2012_ADGallery4prev.png" class="preview" width=250 height=280 /></a>
+
-
</li>
+
-
<li>
+
-
<a href="#"><img src="https://static.igem.org/mediawiki/2012/1/1c/Groningen2012_ADGallery2.png" width=125 height=125 /><img src="https://static.igem.org/mediawiki/2012/0/0f/Groningen2012_ADGallery2prev.png" class="preview" width=250 height=280 /></a>
+
-
</li>
+
-
<li>
+
-
<a href="#"><img src="https://static.igem.org/mediawiki/2012/6/69/Groningen2012_ADGallery13.png" width=125 height=125 /><img src="https://static.igem.org/mediawiki/2012/6/61/Groningen2012_ADGallery13prev.png" class="preview" width=250 height=280 /></a>
+
-
</li>
+
-
<li>
+
-
<a href="#"><img src="https://static.igem.org/mediawiki/2012/5/55/Groningen2012_ADGallery7.png" width=250 height=125 /><img src="https://static.igem.org/mediawiki/2012/b/b2/Groningen2012_AD20120924_Gallery7prev.png" width=420 height=231 class="preview" /></a>
+
-
</li>
+
-
<li>
+
-
<a href="#"><img src="https://static.igem.org/mediawiki/2012/b/b3/Groningen2012_ADGallery5.png" width=260 height=125 /><img src="https://static.igem.org/mediawiki/2012/e/eb/Groningen2012_AD20120924_Gallery5prev.png" class="preview" width=420 height=231 /></a>
+
-
</li>
+
-
<li>
+
-
<a href="#"><img src="https://static.igem.org/mediawiki/2012/9/9e/Groningen2012_ADGallery20.png" width=125 height=125 /><img src="https://static.igem.org/mediawiki/2012/8/84/Groningen2012_ADGallery20prev.png" class="preview" width=250 height=280 /></a>
+
-
</li>
+
-
<li>
+
-
<a href="#"><img src="https://static.igem.org/mediawiki/2012/0/09/Groningen2012_ADGallery10b.png" width=250 height=260 /><img src="https://static.igem.org/mediawiki/2012/7/7b/Groningen2012_ADGallery10prev.png" class="preview" width=325 height=355 /></a>
+
-
</li>
+
-
<li>
+
-
<a href="#"><img src="https://static.igem.org/mediawiki/2012/a/ad/Groningen2012_ADGallery6.png" width=125 height=125 /><img src="https://static.igem.org/mediawiki/2012/4/40/Groningen2012_ADGallery6prev.png" class="preview" width=250 height=280 /></a>
+
-
</li>
+
-
</ul>
+
-
 
+
-
<div style="position: relative; float: left; top: -140px;">
+
-
<ul class="hoverbox">
+
-
<li>
+
-
<a href="#"><img src="https://static.igem.org/mediawiki/2012/8/8c/Groningen2012_ADGallery11.png" width=125 height=125 /><img src="https://static.igem.org/mediawiki/2012/9/90/Groningen2012_ADGallery11prev.png" class="preview" width=250 height=280 /></a>
+
-
</li>
+
-
<li>
+
-
<a href="#"><img src="https://static.igem.org/mediawiki/2012/e/e3/Groningen2012_ADGallery8.png" width=260 height=125 /><img src="https://static.igem.org/mediawiki/2012/8/8a/Groningen2012_ADGallery8prev.png" class="preview" width=420 height=231 /></a>
+
-
</li>
+
-
</ul>
+
-
</div>
+
-
 
+
-
<div style="position: relative; float: left; top: -140px; left: 60px;">
+
-
<ul class="hoverbox">
+
-
<li>
+
-
<a href="#"><img src="https://static.igem.org/mediawiki/2012/0/0c/Groningen2012_ADGallery9.png" width=125 height=125 /><img src="https://static.igem.org/mediawiki/2012/5/5a/Groningen2012_ADGallery9prev.png" class="preview" width=250 height=280 /></a>
+
-
</li>
+
-
</ul>
+
-
</div>
+
-
 
+
-
<div style="position: relative; float: left; top: -145px;">
+
-
<ul class="hoverbox">
+
-
<li>
+
-
<a href="#"><img src="https://static.igem.org/mediawiki/2012/f/f4/Groningen2012_ADGallery22.png" width=125 height=125 /><img src="https://static.igem.org/mediawiki/2012/d/dc/Groningen2012_ADGallery22prev.png" class="preview" width=250 height=280 /></a>
+
-
</li>
+
-
<li>
+
-
<a href="#"><img src="https://static.igem.org/mediawiki/2012/0/04/Groningen2012_ADGallery14.png" width=125 height=125 /><img src="https://static.igem.org/mediawiki/2012/2/20/Groningen2012_ADGallery14prev.png" class="preview" width=250 height=280 /></a>
+
-
</li>
+
-
<li>
+
-
<a href="#"><img src="https://static.igem.org/mediawiki/2012/c/ce/Groningen2012_ADGallery21.png" width=250 height=125 /><img src="https://static.igem.org/mediawiki/2012/a/a9/Groningen2012_ADGallery21prev.png" class="preview" width=420 height=231 /></a>
+
-
</li>
+
-
<li>
+
-
<a href="#"><img src="https://static.igem.org/mediawiki/2012/a/a6/Groningen2012_ADGallery18.png" width=125 height=125 /><img src="https://static.igem.org/mediawiki/2012/0/0b/Groningen2012_ADGallery18prev.png" class="preview" width=250 height=280 /></a>
+
-
</li>
+
-
<li>
+
-
<a href="#"><img src="https://static.igem.org/mediawiki/2012/e/ec/Groningen2012_ADGallery3.png" width=125 height=125 /><img src="https://static.igem.org/mediawiki/2012/c/cb/Groningen2012_ADGallery3prev.png" class="preview" width=250 height=280 /></a>
+
-
</li>
+
-
</ul>
+
-
</div>
+
-
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+
</p>
-
<br><br><br><br><br><br><br><br><br>
+
</td>
-
<div style="position: relative; top: -100px;">
+
<td class="margincell" align="left">
 +
<div class="bigcog" id="bigcogtopright">
 +
<img src="https://static.igem.org/mediawiki/2012/b/b6/Groningen2012_AD_20120802_BigCog.png" width="150px" height="150px">
 +
</div>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td class="margincell">
 +
<div class="cogoverlay" id="cogoverlaybottomleft">
 +
<img src="https://static.igem.org/mediawiki/2012/c/c2/Groningen2012_RR_20120909_rotting.png" width="100" height="100">
 +
</div>
 +
</td>
 +
<td align="left" >
 +
<div class="bigcog" id="bigcogbottomleft">
 +
<img src="https://static.igem.org/mediawiki/2012/b/b6/Groningen2012_AD_20120802_BigCog.png" width="150px" height="150px">
 +
</div>
 +
</td>
 +
<td align="left" >
 +
<div class="cogoverlay" id="cogoverlaytopleft">
 +
<img src="https://static.igem.org/mediawiki/2012/1/15/Groningen2012_RR20120909_construct.png"  width="100px" height="100px">
 +
</div>
 +
</td>
 +
<td align="right" >
 +
<div class="cogoverlay" id="cogoverlaytopright">
 +
<img src="https://static.igem.org/mediawiki/2012/2/29/Groningen2012_RR20120909_badmeat.png" width="100px" height="100px">
 +
</div>
 +
</td>
 +
<td align="right">
 +
<div class="bigcog" id="bigcogbottomright">
 +
<img src="https://static.igem.org/mediawiki/2012/b/b6/Groningen2012_AD_20120802_BigCog.png" width="150px" height="150px">
 +
</div>
 +
</td>
 +
<td class="margincell">
 +
<div class="cogoverlay" id="cogoverlaybottomright">
 +
<img src="https://static.igem.org/mediawiki/2012/e/e7/Groningen2012_RR20120909_capsule.png" width="100px" height="100px">
 +
</div>
 +
</td>
 +
</tr>
 +
</table>
 +
<br>
 +
<br>
<div class="cte2">
<div class="cte2">
<div class="ctd2">
<div class="ctd2">
-
<z2 >Gold medal checklist</z2><br>
+
<a name="MainAcc"></a><z2 >Our main accomplishments</z2><br>
</div>
</div>
</div>
</div>
 +
<br><br>
 +
<p class=orange>In the lab</p>
 +
<p class="marginleft">
 +
<img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png" width=20> Most importantly: we developed a construct which makes <i>Bacillus subtilis</i> sense spoiled meat and produce an output in the form of a yellow pigment visible by naked eye.<br><br>
 +
<img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png" width=20> Design of the “<a href="https://2012.igem.org/Team:Groningen/Sticker">Sticker</a>”: semi-permeable capsule: bacteria are kept inside, volatiles can go through. Proof that <i>Bacillus subtilis</i> grows inside the sticker.<br><br>
 +
<img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png" width=20> Development of BioBrick psac-cm for <i>Bacillus subtilis</i>. <br><a href="http://partsregistry.org/Part:BBa_K818000" target=_blank><font size=4 color=#FF6700><b>Easy cloning in <i>Bacillus subtilis</i> in Biobrick fashion for the first time!</b></font></a> Advantages: easy to check, BioBrick compatible, <i>E. coli</i> compatible, stable insertion into <i>Bacillus subtilis</i> chromosome.<br><br>
 +
<img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png" width=20> Identification of spoiled meat sensors by transcriptome analysis. Usage of an innovative experimental setup which can be used to test more sensors in the future.<br><br>
 +
<img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png" width=20> We made AmilCP and AmilGFP be expressed in <i>Bacillus subtilis</i>. These chromoproteins can be of significant value to the other <i>Bacillus subtilis</i> users in the BioBrick community.<br><br><br>
 +
</p>
 +
<p class=orange>Other</p>
 +
<p class="marginleft">
 +
<img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png" width=20> Smart spores activation system: inspired by "glow in the dark stick", we designed a sticker with two compartments. One compartment holds the spores, the other the nutrients; when the nutrients compartment is braked, the spores start to germinate, activating the sticker.<br><br>
 +
<img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png" width=20> We explored the definition of spoiled meat and different ways to test this.<br><br>
 +
<img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png" width=20> We identified various compounds present in spoiled meat by Gas Chromatography - Mass Spectrometry.<br><br>
 +
<img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png" width=20> We made a model which gives insight on how to tweak the growth of <i>Bacillus subtilis</i> based upon literature, experimental data and flux balance analysis.<br>
 +
</p>
 +
</body>
 +
</html>
-
 
-
<p align=center><font color=white size=2>Click on any of the list below to see the appropriate wiki section!</font></p>
 
-
<p class="marginChecklist"><b>BRONZE</b>
 
-
<br>
 
-
<br>
 
-
<a href="https://igem.org/Team.cgi" target="_blank"><img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png"> Team registration done</a><br>
 
-
<a href="https://igem.org/2012_Judging_Form?id=818" target="_blank"><img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png"> Judging form completed</a><br>
 
-
<a href="https://2012.igem.org/Team:Groningen" target="_blank"><img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png"> Beautiful Team Wiki finished</a><br>
 
-
<img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png"> We present our poster and project at iGEM Jamboree in Amsterdam at Saturday 6 October 2012<br>
 
-
<a href="https://2012.igem.org/Team:Groningen/OurBiobrick" target="_blank"><img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png"> Our Biobricks</a>
 
-
<br>
 
-
<br>
 
-
<b>SILVER</b> (in addition to bronze medal requirements)
 
-
<br>
 
-
<br>
 
-
<a href="http://partsregistry.org/Part:BBa_K818000" target="_blank"><img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png"> Proof that our BioBrick works!</a><br>
 
-
<img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png"> <a href="http://partsregistry.org/Part:BBa_K818600" target=_blank>Characterization of our BioBrick's operation: BBa_K818600</a>
 
-
<br>
 
-
<br>
 
-
<b>GOLD</b> (in addition to silver and bronze medal requirements, any one or more of the following)
 
-
<br>
 
-
<br>
 
-
<img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png"> We improved the function of existing BioBricks: <a href="http://partsregistry.org/Part:BBa_K592010" target=_blank>BBa_K592010</a>, <a href="http://partsregistry.org/Part:BBa_K592009" target=_blank>BBa_K592009</a>, <a href="http://partsregistry.org/Part:BBa_K818000" target=_blank>BBa_K818000</a><br>
 
-
<a href="https://2012.igem.org/Team:Groningen/international_cooperation#LMUMunich" target="_blank"><img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png"> We helped iGEM LMU Munich by characterizing their parts</a><br>
 
-
<a href="https://2012.igem.org/Team:Groningen/Safety" target="_blank"><img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png"> We explored the topic of safety for GMOs that would be used near food</a><br>
 
-
<a href="https://2012.igem.org/Team:Groningen/Stop_the_food_waste_initiative" target="_blank"><img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png"> We raised public awareness about food waste in developed countries</a><br>
 
-
<a href="https://2012.igem.org/Team:Groningen/market_research" target="_blank"><img src="https://static.igem.org/mediawiki/2012/d/df/IGEMGroningen2012_AD20120915_Tick.png"> We surveyed the broad public about the need for Food Warden product and GMOs safety</a>
 
-
</p>
 
-
</div>
 
-
</body>
 
-
</html>
 
{{Template:SponsorsGroningen2012}}
{{Template:SponsorsGroningen2012}}

Latest revision as of 00:16, 27 September 2012





Abstract

Every year, one third of global food production -1.3 billion tons of food- is thrown away, partially due to the “best before” dating system. iGEM Groningen 2012 seeks to provide an alternative method of assessing edibility: the Food Warden. It uses an engineered strain of Bacillus subtilis to detect and report volatiles in spoiling meat. The introduced genetic construct uses a promoter to trigger a pigment coding gene. This promoter, identified by microarray analysis, is significantly upregulated in the presence of volatiles from spoiling meat. The activity of the promoter regulates the expression of the pigment reporter and will be visible to the naked eye. For safe usage of the system, spores of our engineered strain are placed into one half of a semi-permeable capsule, the second containing a calibrated amount of nutrients. Breaking the barrier between the two compartments allows germination and growth, thereby activating the spoiling-meat sensor.



Our main accomplishments


In the lab

Most importantly: we developed a construct which makes Bacillus subtilis sense spoiled meat and produce an output in the form of a yellow pigment visible by naked eye.

Design of the “Sticker”: semi-permeable capsule: bacteria are kept inside, volatiles can go through. Proof that Bacillus subtilis grows inside the sticker.

Development of BioBrick psac-cm for Bacillus subtilis.
Easy cloning in Bacillus subtilis in Biobrick fashion for the first time! Advantages: easy to check, BioBrick compatible, E. coli compatible, stable insertion into Bacillus subtilis chromosome.

Identification of spoiled meat sensors by transcriptome analysis. Usage of an innovative experimental setup which can be used to test more sensors in the future.

We made AmilCP and AmilGFP be expressed in Bacillus subtilis. These chromoproteins can be of significant value to the other Bacillus subtilis users in the BioBrick community.


Other

Smart spores activation system: inspired by "glow in the dark stick", we designed a sticker with two compartments. One compartment holds the spores, the other the nutrients; when the nutrients compartment is braked, the spores start to germinate, activating the sticker.

We explored the definition of spoiled meat and different ways to test this.

We identified various compounds present in spoiled meat by Gas Chromatography - Mass Spectrometry.

We made a model which gives insight on how to tweak the growth of Bacillus subtilis based upon literature, experimental data and flux balance analysis.


Our sponsors: