Team:Harvard/human practices

From 2010.igem.org

(Difference between revisions)
Line 4: Line 4:
<html>
<html>
-
<!-- rollover images using javascript. http://www.designplace.org. -->
+
<script type="text/javascript">
-
<!-- place the following code  within the <BODY> of your document -->
+
<!--
-
<script language="javascript" type="text/javascript">
+
function roll(boxopen, https://static.igem.org/mediawiki/2010/0/05/Boxopen.jpg)
 +
  {
 +
  document[boxopen].src = https://static.igem.org/mediawiki/2010/0/05/Boxopen.jpg;
 +
  }
-
normal_image = new Image();
+
//-->
-
normal_image.src = "https://static.igem.org/mediawiki/2010/6/62/Boxclosed.jpg";
+
-
 
+
-
mouseover_image = new Image();
+
-
mouseover_image.src = "https://static.igem.org/mediawiki/2010/0/05/Boxopen.jpg";
+
-
 
+
-
 
+
-
<!-- repeat the 4 lines above for any subsequent images. -->
+
-
 
+
-
function swap(){
+
-
if (document.images){
+
-
for (var x=0;
+
-
x<swap.arguments.length;
+
-
x+=2) {
+
-
document[swap.arguments[x]].src = eval(swap.arguments[x+1] + ".src");
+
-
}
+
-
}
+
-
}
+
</script>
</script>
 +
<div id="abstract">
<div id="abstract">
Line 33: Line 20:
<p>There is huge controversy surrounding the use of genetic engineering in agriculture. Our project is intimately linked to the agricultural industry, so we will take some time to <a href="https://2010.igem.org/Team:Harvard/human_practices/debate">explore</a> this controversy, <a href="https://2010.igem.org/Team:Harvard/human_practices/survey">ask members of our community</a> about their thoughts, <a href="http://www.hcs.harvard.edu/usundergrad/test/test4.php">educate</a> people about how genetic engineering in plants is done, and present <a href="https://2010.igem.org/Team:Harvard/human_practices/vision">our vision</a> for how the <a href="https://2010.igem.org/Team:Harvard/human_practices/theigarden">iGarden kit</a> will fit into people's homes and gardens and impact their understanding of genetic engineering.</p>
<p>There is huge controversy surrounding the use of genetic engineering in agriculture. Our project is intimately linked to the agricultural industry, so we will take some time to <a href="https://2010.igem.org/Team:Harvard/human_practices/debate">explore</a> this controversy, <a href="https://2010.igem.org/Team:Harvard/human_practices/survey">ask members of our community</a> about their thoughts, <a href="http://www.hcs.harvard.edu/usundergrad/test/test4.php">educate</a> people about how genetic engineering in plants is done, and present <a href="https://2010.igem.org/Team:Harvard/human_practices/vision">our vision</a> for how the <a href="https://2010.igem.org/Team:Harvard/human_practices/theigarden">iGarden kit</a> will fit into people's homes and gardens and impact their understanding of genetic engineering.</p>
-
<a href="https://2010.igem.org/Team:Harvard/human_practices/theigarden" onMouseOver="swap('boxopen','normal_image')"  
+
<br /><br />
-
onMouseOut="swap('boxclosed','mouseover_image')">
+
 
-
<img name="boxclosed" src="https://static.igem.org/mediawiki/2010/6/62/Boxclosed.jpg" border="0"></a>
+
<a href="https://2010.igem.org/Team:Harvard/human_practices/theigarden"  
 +
onmouseover="roll('Boxopen', 'https://static.igem.org/mediawiki/2010/0/05/Boxopen.jpg')"  
 +
onmouseout="roll('Boxopent', 'https://static.igem.org/mediawiki/2010/6/62/Boxclosed.jpg')">
 +
 
 +
<img src="https://static.igem.org/mediawiki/2010/6/62/Boxclosed.jpg" border="0" name="boxopen" />
 +
 
 +
</a>
<br/><br/>
<br/><br/>

Revision as of 20:20, 25 October 2010



overview

There is huge controversy surrounding the use of genetic engineering in agriculture. Our project is intimately linked to the agricultural industry, so we will take some time to explore this controversy, ask members of our community about their thoughts, educate people about how genetic engineering in plants is done, and present our vision for how the iGarden kit will fit into people's homes and gardens and impact their understanding of genetic engineering.