Team:Heidelberg LSL/Project

From 2012hs.igem.org

(Difference between revisions)
 
(22 intermediate revisions not shown)
Line 16: Line 16:
document.getElementById('news').style.height = len + 'px';
document.getElementById('news').style.height = len + 'px';
}
}
 +
 +
 +
 +
 +
var IdeaArray = new Array();
 +
var PartArray = new Array();
 +
var MeasureArray = new Array();
 +
var StoreArray = new Array();
 +
var JewelryArray = new Array();
 +
 +
for (var i = 0; i <= 2; i++) {
 +
IdeaArray[i] = new Image();
 +
PartArray[i] = new Image();
 +
MeasureArray[i] = new Image();
 +
StoreArray[i] = new Image();
 +
JewelryArray[i] = new Image();
 +
}
 +
 +
IdeaArray[1].src="https://static.igem.org/mediawiki/2012hs/d/d2/Schaubild_idea.png";
 +
IdeaArray[2].src="https://static.igem.org/mediawiki/2012hs/5/59/Schaubild_idea-bright.png";
 +
 +
PartArray[1].src="https://static.igem.org/mediawiki/2012hs/3/34/Schaubild_construction.png";
 +
PartArray[2].src="https://static.igem.org/mediawiki/2012hs/6/67/Schaubild_construction-bright.png";
 +
 +
MeasureArray[1].src="https://static.igem.org/mediawiki/2012hs/7/74/Schaubild_measurement.png";
 +
MeasureArray[2].src="https://static.igem.org/mediawiki/2012hs/1/10/Schaubild_measurement-bright.png";
 +
 +
StoreArray[1].src="https://static.igem.org/mediawiki/2012hs/2/2f/Schaubild_iGEMS.png";
 +
StoreArray[2].src="https://static.igem.org/mediawiki/2012hs/8/84/Schaubild_iGEMS-bright.png";
 +
 +
JewelryArray[1].src="https://static.igem.org/mediawiki/2012hs/0/0d/Schaubild_jewelry.png";
 +
JewelryArray[2].src="https://static.igem.org/mediawiki/2012hs/8/87/Schaubild_jewelry-bright.png";
 +
 +
 +
function swap(num,effect) {
 +
 +
switch (num) {
 +
 +
        case 1: document.getElementById("pic"+num).src =IdeaArray[effect].src;
 +
break;
 +
case 2: document.getElementById("pic"+num).src =PartArray[effect].src;
 +
break;
 +
        case 3: document.getElementById("pic"+num).src =MeasureArray[effect].src;
 +
break;
 +
        case 4: document.getElementById("pic"+num).src =StoreArray[effect].src;
 +
break;
 +
        case 5: document.getElementById("pic"+num).src =JewelryArray[effect].src;
 +
break;
 +
       
 +
}
 +
}
 +
 +
 +
function mouseOver(num) {
 +
swap(num,2);
 +
}
 +
 +
function mouseOut(num)
 +
{
 +
swap(num,1);
 +
}
 +
 +
</script>
</script>
Line 25: Line 88:
<img src="https://static.igem.org/mediawiki/2012hs/a/af/Schaubild_Introduction.jpg"></img>
<img src="https://static.igem.org/mediawiki/2012hs/a/af/Schaubild_Introduction.jpg"></img>
-
<a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Project_Introduction"> <img src="https://static.igem.org/mediawiki/2012hs/d/d2/Schaubild_idea.png" style="position:absolute; top:25px; left:208px; border:none;"></img></a>
+
<a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Project_Introduction" onMouseOver="mouseOver(1)" onMouseOut="mouseOut(1)">  
-
<a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Project_UVsensors"> <img src="https://static.igem.org/mediawiki/2012hs/3/34/Schaubild_construction.png" style="position:absolute; top:163px; left:0px; border:none;"></img></a>
+
<img id="pic1" src="https://static.igem.org/mediawiki/2012hs/d/d2/Schaubild_idea.png" style="position:absolute; top:25px; left:208px; border:none;"></img></a>
-
<a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Measurement"> <img src="https://static.igem.org/mediawiki/2012hs/7/74/Schaubild_measurement.png" style="position:absolute; top:340px; left:70px; border:none;"></img></a>
+
<a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Project_UVsensors" onMouseOver="mouseOver(2)" onMouseOut="mouseOut(2)">  
-
<a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Online_store"> <img src="https://static.igem.org/mediawiki/2012hs/2/2f/Schaubild_iGEMS.png" style="position:absolute; top:265px; left:240px; border:none;"></img></a>
+
<img id="pic2" src="https://static.igem.org/mediawiki/2012hs/3/34/Schaubild_construction.png" style="position:absolute; top:163px; left:0px; border:none;"></img></a>
-
 
+
<a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Measurement" onMouseOver="mouseOver(3)" onMouseOut="mouseOut(3)">  
 +
<img id="pic3" src="https://static.igem.org/mediawiki/2012hs/7/74/Schaubild_measurement.png" style="position:absolute; top:394px; left:74px; border:none;"></img></a>
 +
<a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Online_store" onMouseOver="mouseOver(4)" onMouseOut="mouseOut(4)">  
 +
<img id="pic4" src="https://static.igem.org/mediawiki/2012hs/2/2f/Schaubild_iGEMS.png" style="position:absolute; top:265px; left:240px; border:none;"></img></a>
 +
<a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Sundra_col" onMouseOver="mouseOver(5)" onMouseOut="mouseOut(5)">
 +
<img id="pic5" src="https://static.igem.org/mediawiki/2012hs/0/0d/Schaubild_jewelry.png" style="position:absolute; top:130px; left:435px; border:none;"></img></a>
-
<!--
 
-
<a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Project_Introduction"> <img src="https://static.igem.org/mediawiki/2012hs/5/59/Schaubild_idea-bright.png" style="position:absolute; top:25px; left:208px; border:none;"></img></a>
 
-
<a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Project_UVsensors"> <img src="https://static.igem.org/mediawiki/2012hs/6/67/Schaubild_construction-bright.png" style="position:absolute; top:163px; left:0px; border:none;"></img></a>
 
-
<a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Measurement"> <img src="https://static.igem.org/mediawiki/2012hs/1/10/Schaubild_measurement-bright.png" style="position:absolute; top:389px; left:70px; border:none;"></img></a>
 
-
<a href="https://2012hs.igem.org/Team:Heidelberg_LSL/Online_store"> <img src="https://static.igem.org/mediawiki/2012hs/8/84/Schaubild_iGEMS-bright.png" style="position:absolute; top:265px; left:240px; border:none;"></img></a>
 
-
-->
 
-
<a name="abstract"><h2>Unveiling the Invisible - Abstract</h2></a>
+
<a name="abstract"><h2>Unveil the invisible - Abstract</h2></a>
-
<h4>Synthetic Measurement Toolkit for the precise Quantification of UV and radioactive Radiation</h4>
+
<h4>Synthetic measurement toolkit for the precise quantification of UV and radioactive radiation</h4>
<p style="font-size:12px;">UV radiation and radioactivity are two natural radiation types we get in contact with every day.  
<p style="font-size:12px;">UV radiation and radioactivity are two natural radiation types we get in contact with every day.  
-
In low doses, UV and radioactive radiation are mostly harmless to cells and can even be beneficial for the survival of an organism. Though, when exceeding the healthy range, they can cause severe cellular damage, which may lead to diseases such as cancer in humans.<br />
+
In low doses, UV and radioactive radiation are mostly harmless to cells and can even be beneficial for the survival of an organism. Nevertheless, when exceeding a certain dose, they can cause severe cellular damage, which may lead to diseases such as cancer in humans.<br />
<br />
<br />
-
The iGEM team Life-Science Lab Heidelberg has developed a synthetic measurement toolkit consisting of standardized parts for the precise quantification of both UV and radioactive radiation. Our toolkit is applicable in a variety of everyday life settings- from checking the exposure of your body to UV-light during sun-bathing to detecting sources of radioactivity in high-risk-areas. <br />
+
The iGEM team Life-Science Lab Heidelberg has developed a synthetic measurement toolkit consisting of standardized parts for the precise quantification of both UV and radioactive radiation. Our toolkit is applicable in a variety of everyday life settings from checking the exposure of your body to UV-light during sun-bathing to detecting sources of radioactivity in high-risk-areas. <br />
<br />
<br />
Finally, by exploring our toolkit in context of a real consumer product called <b>“iGEMS”</b>, we want to raise the public awareness of the invisible danger and exemplify the great perspectives offered by synthetic biology.</p>
Finally, by exploring our toolkit in context of a real consumer product called <b>“iGEMS”</b>, we want to raise the public awareness of the invisible danger and exemplify the great perspectives offered by synthetic biology.</p>

Latest revision as of 02:20, 17 June 2012

iGEM-2012HS - LSL-Heidelberg iGEM-2012HS - LSL-Heidelberg

Project

Unveil the invisible - Abstract

Synthetic measurement toolkit for the precise quantification of UV and radioactive radiation

UV radiation and radioactivity are two natural radiation types we get in contact with every day. In low doses, UV and radioactive radiation are mostly harmless to cells and can even be beneficial for the survival of an organism. Nevertheless, when exceeding a certain dose, they can cause severe cellular damage, which may lead to diseases such as cancer in humans.

The iGEM team Life-Science Lab Heidelberg has developed a synthetic measurement toolkit consisting of standardized parts for the precise quantification of both UV and radioactive radiation. Our toolkit is applicable in a variety of everyday life settings – from checking the exposure of your body to UV-light during sun-bathing to detecting sources of radioactivity in high-risk-areas.

Finally, by exploring our toolkit in context of a real consumer product called “iGEMS”, we want to raise the public awareness of the invisible danger and exemplify the great perspectives offered by synthetic biology.