Team:Heidelberg LSL/Project
From 2012hs.igem.org
(95 intermediate revisions not shown) | |||
Line 6: | Line 6: | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | #bodyContent { background-color: transparent; border: none; width: 975px; min-height: 1000px;} | |
- | #bodyContent { background-color: transparent; border: none; width: 975px; min-height: | + | #news {min-height: 1000px;} |
- | #news {min-height: | + | </style> |
<script type="text/javascript"> | <script type="text/javascript"> | ||
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); | ||
+ | } | ||
- | |||
- | <p> </p> | + | </script> |
+ | |||
+ | <body id="project" onload="setPageSize()"> | ||
+ | <div id="super_main_wrapper"> | ||
+ | <div id="SubWrapper"> | ||
+ | <h2>Project</h2> | ||
+ | |||
+ | <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" onMouseOver="mouseOver(1)" onMouseOut="mouseOut(1)"> | ||
+ | <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/Project_UVsensors" onMouseOver="mouseOver(2)" onMouseOut="mouseOut(2)"> | ||
+ | <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 name="abstract"><h2>Unveil the invisible - Abstract</h2></a> | ||
+ | <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. | ||
+ | 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 /> | ||
+ | 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 /> | ||
+ | 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> | ||
+ | <p> </p> | ||
+ | |||
</div><!--end SubWrapper--> | </div><!--end SubWrapper--> | ||
<div id="news"> | <div id="news"> | ||
Line 75: | Line 119: | ||
</div><!--end news--> | </div><!--end news--> | ||
</div> <!-- end super_main_wrapper> | </div> <!-- end super_main_wrapper> | ||
- | |||
</body> | </body> | ||
- | |||
</html> | </html> |
Latest revision as of 02:20, 17 June 2012
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.