Team:Manchester/openday
From 2013.igem.org
Abramov denn (Talk | contribs) |
|||
(28 intermediate revisions not shown) | |||
Line 25: | Line 25: | ||
} | } | ||
- | function | + | function hover1() |
{ | { | ||
- | $("#block | + | $("#block").hover(function() { |
$("#block #image1").toggleClass("expand"); | $("#block #image1").toggleClass("expand"); | ||
}); | }); | ||
- | $("#block | + | $("#block").mouseenter(function() { |
$("#block #image1").css({marginLeft: "40px"}); | $("#block #image1").css({marginLeft: "40px"}); | ||
}); | }); | ||
- | $("#block | + | $("#block").mouseleave(function() { |
- | $("#block #image1").css({marginLeft: "50px"}); | + | $("#block #image1").css({marginLeft: "50px"}); |
}); | }); | ||
} | } | ||
- | function | + | function hover2() |
{ | { | ||
- | $("#block | + | $("#block").mouseenter(function() { |
$("#block #image1").css({marginLeft: "40px"}); | $("#block #image1").css({marginLeft: "40px"}); | ||
}); | }); | ||
- | $("#block | + | $("#block").mouseleave(function() { |
- | $("#block #image1").css({marginLeft: "50px"}); | + | $("#block #image1").css({marginLeft: "50px"}); |
}); | }); | ||
} | } | ||
- | function | + | function hover3() |
{ | { | ||
- | $("# | + | $("#block1").hover(function() { |
- | + | $("#block1 #image2").toggleClass("expand"); | |
}); | }); | ||
- | $("# | + | $("#block1").mouseenter(function() { |
- | $("# | + | $("#block1 #image2").css({marginLeft: "40px"}); |
}); | }); | ||
- | $("# | + | $("#block1").mouseleave(function() { |
- | $("# | + | $("#block1 #image2").css({marginLeft: "50px"}); |
}); | }); | ||
+ | $("#block1").mouseenter(function() { | ||
+ | $("#block1 .submenu").show(); | ||
+ | }); | ||
+ | $("#block1").mouseleave(function() { | ||
+ | $("#block1 .submenu").hide(); | ||
+ | }); | ||
} | } | ||
- | function | + | function hover4() |
{ | { | ||
- | $("# | + | $("#block2").hover(function() { |
- | + | $("#block2 #image3").toggleClass("expand"); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
}); | }); | ||
- | $("# | + | $("#block2").mouseenter(function() { |
- | $("# | + | $("#block2 #image3").css({marginLeft: "40px"}); |
}); | }); | ||
- | $("# | + | $("#block2").mouseleave(function() { |
- | $("# | + | $("#block2 #image3").css({marginLeft: "50px"}); |
}); | }); | ||
- | + | $("#block2").mouseenter(function() { | |
- | + | $("#block2 .submenu").show(); | |
- | + | ||
- | + | ||
- | $("# | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
}); | }); | ||
+ | $("#block2").mouseleave(function() { | ||
+ | $("#block2 .submenu").hide(); | ||
+ | }); | ||
} | } | ||
- | function | + | |
+ | function hover5() | ||
{ | { | ||
- | $("# | + | $("#block3").hover(function() { |
- | + | $("#block3 #image6").toggleClass("expand"); | |
}); | }); | ||
- | $("# | + | $("#block3").mouseenter(function() { |
- | $("# | + | $("#block3 #image6").css({marginLeft: "40px"}); |
}); | }); | ||
- | $("# | + | $("#block3").mouseleave(function() { |
- | $("# | + | $("#block3 #image6").css({marginLeft: "50px"}); |
}); | }); | ||
- | + | $("#block3").mouseenter(function() { | |
- | + | $("#block3 .submenu").show(); | |
- | + | ||
- | + | ||
- | $("# | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
}); | }); | ||
+ | $("#block3").mouseleave(function() { | ||
+ | $("#block3 .submenu").hide(); | ||
+ | }); | ||
} | } | ||
- | function | + | function hover6() |
{ | { | ||
- | $("# | + | $("#block4").hover(function() { |
- | + | $("#block4 #image4").toggleClass("expand"); | |
}); | }); | ||
- | $("# | + | $("#block4").mouseenter(function() { |
- | $("# | + | $("#block4 #image4").css({marginLeft: "40px"}); |
}); | }); | ||
- | $("# | + | $("#block4").mouseleave(function() { |
- | $("# | + | $("#block4 #image4").css({marginLeft: "50px"}); |
}); | }); | ||
- | + | $("#block4").mouseenter(function() { | |
- | + | $("#block4 .submenu").show(); | |
- | + | ||
- | + | ||
- | $("# | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
}); | }); | ||
+ | $("#block4").mouseleave(function() { | ||
+ | $("#block4 .submenu").hide(); | ||
+ | }); | ||
} | } | ||
- | function | + | |
+ | function hover7() | ||
{ | { | ||
- | $("# | + | $("#block5").hover(function() { |
- | + | $("#block5 #image5").toggleClass("expand"); | |
}); | }); | ||
- | $("# | + | $("#block5").mouseenter(function() { |
- | $("# | + | $("#block5 #image5").css({marginLeft: "40px"}); |
}); | }); | ||
- | $("# | + | $("#block5").mouseleave(function() { |
- | $("# | + | $("#block5 #image5").css({marginLeft: "50px"}); |
}); | }); | ||
+ | $("#block5").mouseenter(function() { | ||
+ | $("#block5 .submenu").show(); | ||
+ | }); | ||
+ | $("#block5").mouseleave(function() { | ||
+ | $("#block5 .submenu").hide(); | ||
+ | }); | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</script> | </script> | ||
Line 242: | Line 225: | ||
top:15px; | top:15px; | ||
left:0; | left:0; | ||
- | z-index: | + | z-index:100; |
} | } | ||
- | #block | + | #block, #block1, #block2, #block3, #block4, #block5 |
{ | { | ||
float:left; | float:left; | ||
width:150px; | width:150px; | ||
- | margin:0 | + | height:80px; |
- | + | margin:0 5px; | |
} | } | ||
- | #block a | + | #block a, #block1 a, #block2 a, #block3 a, #block4 a, #block5 a |
{ | { | ||
display:block; | display:block; | ||
Line 270: | Line 253: | ||
border:1px solid #4C0082; | border:1px solid #4C0082; | ||
+ | |||
+ | -webkit-transition-duration:0.1s; | ||
+ | -webkit-timing-function:linear; | ||
transition-duration:0.1s; | transition-duration:0.1s; | ||
transition-timing-function:linear; | transition-timing-function:linear; | ||
} | } | ||
- | #block img | + | #block img,#block1 img,#block2 img,#block3 img,#block4 img, #block5 img |
{ | { | ||
+ | -webkit-transition-duration:0.1s; | ||
+ | -webkit-timing-function:linear; | ||
transition-duration:0.1s; | transition-duration:0.1s; | ||
transition-timing-function:linear; | transition-timing-function:linear; | ||
Line 282: | Line 270: | ||
} | } | ||
- | #block img:hover | + | #block img:hover,#block1 img:hover,#block2 img:hover,#block3 img:hover,#block4 img:hover, #block5 img:hover |
{ | { | ||
width:65px; | width:65px; | ||
Line 288: | Line 276: | ||
} | } | ||
- | #block .list | + | #block .list,#block1 .list,#block2 .list,#block3 .list,#block4 .list |
{ | { | ||
margin:0; | margin:0; | ||
} | } | ||
- | #block .list li | + | #block .list li, #block1 .list li, #block2 .list li, #block3 .list li, #block4 .list li |
{ | { | ||
display:block; | display:block; | ||
list-style:none; | list-style:none; | ||
+ | margin:0; | ||
} | } | ||
- | + | .submenu | |
{ | { | ||
position:relative; | position:relative; | ||
Line 316: | Line 305: | ||
} | } | ||
- | # | + | #block1 .list .submenu li a, #block2 .list .submenu li a, #block3 .list .submenu li a, #block4 .list .submenu li a |
{ | { | ||
clear:both; | clear:both; | ||
Line 329: | Line 318: | ||
} | } | ||
- | # | + | #block4 .list .submenu li .submenu1, #block4 .list .submenu li .submenu2 |
+ | { | ||
+ | margin:0; | ||
+ | } | ||
+ | |||
+ | #block4 .list .submenu li .submenu1 a, #block4 .list .submenu li .submenu2 a | ||
{ | { | ||
- | |||
- | |||
- | |||
margin:0 auto; | margin:0 auto; | ||
- | width: | + | width:110px; |
- | font-size: | + | font-size: 13px; |
font-family: Trebuchet MS; | font-family: Trebuchet MS; | ||
font-weight: bold; | font-weight: bold; | ||
color:black; | color:black; | ||
- | background:# | + | background-color:#FFCC33; |
} | } | ||
- | # | + | #block4 .list .submenu li .submenu1 a:hover, #block4 .list .submenu li .submenu2 a:hover |
{ | { | ||
+ | color:white; | ||
display:block; | display:block; | ||
background:#A901DB; | background:#A901DB; | ||
} | } | ||
- | # | + | #block1 .list .submenu li a:hover, #block2 .list .submenu li a:hover, #block2 .list .submenu li a:hover, |
+ | #block3 .list .submenu li a:hover, #block4 .list .submenu li a:hover | ||
{ | { | ||
display:block; | display:block; | ||
+ | background:#A901DB; | ||
} | } | ||
- | . | + | #block .list li:hover .submenu |
{ | { | ||
display:block; | display:block; | ||
- | |||
- | |||
- | |||
} | } | ||
- | . | + | .expand |
{ | { | ||
- | + | -webkit-transition-duration:0.1s; | |
- | + | -webkit-timing-function:linear; | |
- | + | transition-duration:0.1s; | |
- | + | transition-timing-function:linear; | |
- | + | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
width:65px; | width:65px; | ||
height:65px; | height:65px; | ||
Line 395: | Line 369: | ||
clear:both; | clear:both; | ||
width:960px; | width:960px; | ||
- | height: | + | height:1200px; |
top:110px; | top:110px; | ||
left:0; | left:0; | ||
Line 444: | Line 418: | ||
} | } | ||
- | . | + | .text1, .text2 |
{ | { | ||
clear:both; | clear:both; | ||
- | width: | + | width:920px; |
+ | margin:20px; | ||
+ | background:#F2F2F2; | ||
+ | -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | } | ||
+ | |||
+ | .text1 p | ||
+ | { | ||
+ | width:670px; | ||
+ | height:400px; | ||
margin:0; | margin:0; | ||
- | + | padding:10px; | |
+ | background:#F2F2F2; | ||
+ | text-align:justify; | ||
+ | color:black; | ||
+ | font-family:Trebuchet MS; | ||
+ | font-size:14px; | ||
+ | color:#4c0082; | ||
} | } | ||
- | . | + | .text2 p |
{ | { | ||
- | margin: | + | margin:0; |
+ | padding:10px; | ||
background:#F2F2F2; | background:#F2F2F2; | ||
text-align:justify; | text-align:justify; | ||
Line 460: | Line 452: | ||
font-family:Trebuchet MS; | font-family:Trebuchet MS; | ||
font-size:14px; | font-size:14px; | ||
- | |||
color:#4c0082; | color:#4c0082; | ||
+ | } | ||
- | + | .text1 #postit, .text2 #postit | |
- | + | { | |
- | + | float:right; | |
+ | margin:10px; | ||
} | } | ||
Line 617: | Line 610: | ||
margin-right:3px;} | margin-right:3px;} | ||
- | . | + | .normalx { |
- | + | ||
- | . | + | -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); |
- | border: | + | -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); |
+ | box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | border:1px solid #ccc; | ||
+ | } | ||
+ | .selectedx { | ||
+ | -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | border:1px solid #ccc; | ||
+ | } | ||
+ | |||
+ | #postit | ||
+ | { | ||
+ | margin-top:20px; | ||
+ | margin-left:50px; | ||
+ | -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | } | ||
</style> | </style> | ||
</head> | </head> | ||
- | <body onLoad="showImage(); | + | <body onLoad="showImage(); hover1(); hover2(); hover3(); hover4(); hover5(); hover6(); hover7(); preview();"> |
- | + | ||
<div class="header"> | <div class="header"> | ||
<div class="banner"> | <div class="banner"> | ||
<div class="igem"> | <div class="igem"> | ||
- | <a> | + | <a href="https://2013.igem.org/Main_Page"> |
<img src="https://static.igem.org/mediawiki/2013/3/3f/Igem.png"> | <img src="https://static.igem.org/mediawiki/2013/3/3f/Igem.png"> | ||
</a> | </a> | ||
Line 657: | Line 666: | ||
<div id="block"> | <div id="block"> | ||
<img src="https://static.igem.org/mediawiki/2013/7/74/Home.gif" width="50" height="50" id="image1"/> | <img src="https://static.igem.org/mediawiki/2013/7/74/Home.gif" width="50" height="50" id="image1"/> | ||
- | <a href="https://2013.igem.org/Team:Manchester/ | + | <a href="https://2013.igem.org/Team:Manchester/Hometest3" id="link1">Home</a> |
</div> | </div> | ||
- | <div id=" | + | <div id="block1"> |
<img src="https://static.igem.org/mediawiki/2013/e/e6/Group.gif" width="50" height="50" id="image2"/> | <img src="https://static.igem.org/mediawiki/2013/e/e6/Group.gif" width="50" height="50" id="image2"/> | ||
<ul class="list"> | <ul class="list"> | ||
- | + | <li><a href="https://2013.igem.org/Team:Manchester/OurTeamtest" id="link2">Team</a> | |
- | + | <ul class="submenu"> | |
- | + | <li><a href="https://igem.org/Team.cgi?id=1027" target="_blank">Team Profile</a></li> | |
- | <li><a href="https://igem.org/Team.cgi? | + | |
</ul> | </ul> | ||
</li> | </li> | ||
Line 672: | Line 680: | ||
</div> | </div> | ||
- | <div id=" | + | <div id="block2"> |
<img src="https://static.igem.org/mediawiki/2013/a/a8/Project.gif" width="50" height="50" id="image3"/> | <img src="https://static.igem.org/mediawiki/2013/a/a8/Project.gif" width="50" height="50" id="image3"/> | ||
<ul class="list"> | <ul class="list"> | ||
<li><a href="https://2013.igem.org/Team:Manchester/Projecttest" id="link3">Project</a> | <li><a href="https://2013.igem.org/Team:Manchester/Projecttest" id="link3">Project</a> | ||
<ul class="submenu"> | <ul class="submenu"> | ||
- | <li><a href="https://2013.igem.org/Team:Manchester/Aimtest2" id="link3"> | + | <li><a href="https://2013.igem.org/Team:Manchester/Aimtest2" id="link3">Project Overview</a></li> |
<li><a href="https://2013.igem.org/Team:Manchester/Notebooktest2" id="link3">Notebook</a></li> | <li><a href="https://2013.igem.org/Team:Manchester/Notebooktest2" id="link3">Notebook</a></li> | ||
<li><a href="https://2013.igem.org/Team:Manchester/LabBooktest" id="link3">Lab Book</a></li> | <li><a href="https://2013.igem.org/Team:Manchester/LabBooktest" id="link3">Lab Book</a></li> | ||
- | <li><a href="https://2013.igem.org/Team:Manchester/contributiontest" id="link3"> | + | <li><a href="https://2013.igem.org/Team:Manchester/contributiontest" id="link3">Parts</a></li> |
<li><a href="https://2013.igem.org/Team:Manchester/Safetytest" id="link3">Safety</a></li> | <li><a href="https://2013.igem.org/Team:Manchester/Safetytest" id="link3">Safety</a></li> | ||
<li><a href="https://2013.igem.org/Team:Manchester/medaltest" id="link3">Judging</a></li> | <li><a href="https://2013.igem.org/Team:Manchester/medaltest" id="link3">Judging</a></li> | ||
Line 689: | Line 697: | ||
</div> | </div> | ||
- | <div id=" | + | <div id="block3"> |
<img src="https://static.igem.org/mediawiki/2013/a/a8/Project.gif" width="50" height="50" id="image6"/> | <img src="https://static.igem.org/mediawiki/2013/a/a8/Project.gif" width="50" height="50" id="image6"/> | ||
<ul class="list"> | <ul class="list"> | ||
<li><a href="https://2013.igem.org/Team:Manchester/Modellingtest" id="link6">Modelling</a> | <li><a href="https://2013.igem.org/Team:Manchester/Modellingtest" id="link6">Modelling</a> | ||
<ul class="submenu"> | <ul class="submenu"> | ||
- | <li><a href="https://2013.igem.org/Team:Manchester/ | + | |
- | + | <li><a href="https://2013.igem.org/Team:Manchester/parametertest" id="link6">Uncertainty Analysis</a></li> | |
+ | <li><a href="https://2013.igem.org/Team:Manchester/fabAmodeltest" id="link6">FabA Dynamics Model</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Manchester/popdynamictest" id="link6">Population Dynamics</a></li> | ||
<li><a href="https://2013.igem.org/Team:Manchester/collabtest" id="link6">Modelling Collaboration</a></li> | <li><a href="https://2013.igem.org/Team:Manchester/collabtest" id="link6">Modelling Collaboration</a></li> | ||
</ul> | </ul> | ||
Line 702: | Line 712: | ||
</div> | </div> | ||
- | <div id=" | + | <div id="block4"> |
<img src="https://static.igem.org/mediawiki/2013/5/5b/Outreach.gif" width="50" height="50" id="image4"/> | <img src="https://static.igem.org/mediawiki/2013/5/5b/Outreach.gif" width="50" height="50" id="image4"/> | ||
<ul class="list"> | <ul class="list"> | ||
<li><a href="https://2013.igem.org/Team:Manchester/HumanPracticetest" id="link4">Human Practices</a> | <li><a href="https://2013.igem.org/Team:Manchester/HumanPracticetest" id="link4">Human Practices</a> | ||
- | <ul class="submenu | + | <ul class="submenu"> |
<li><a href="https://2013.igem.org/Team:Manchester/outreachtest" id="link4">Public Outreach</a> | <li><a href="https://2013.igem.org/Team:Manchester/outreachtest" id="link4">Public Outreach</a> | ||
- | <ul class="submenu1" > | + | <ul class="submenu1"> |
<a href="https://2013.igem.org/Team:Manchester/stars" id="link4">Science Stars</a></li> | <a href="https://2013.igem.org/Team:Manchester/stars" id="link4">Science Stars</a></li> | ||
<a href="https://2013.igem.org/Team:Manchester/openday" id="link4">Open day</a></li> | <a href="https://2013.igem.org/Team:Manchester/openday" id="link4">Open day</a></li> | ||
Line 714: | Line 724: | ||
</li> | </li> | ||
<li><a href="https://2013.igem.org/Team:Manchester/ethicstest" id="link4">Ethics</a> | <li><a href="https://2013.igem.org/Team:Manchester/ethicstest" id="link4">Ethics</a> | ||
- | <ul class="submenu2 | + | <ul class="submenu2"> |
- | + | <li><a href="https://2013.igem.org/Team:Manchester/environmenttest" id="link4">Environmental Impact</a></li> | |
- | + | <li><a href="https://2013.igem.org/Team:Manchester/economytest" id="link4">Economic Impact</a></li> | |
- | + | <li><a href="https://2013.igem.org/Team:Manchester/managementtest" id="link4">Impact Management</a></li> | |
- | + | <li><a href="https://2013.igem.org/Team:Manchester/conclusiontest" id="link4">Conclusion</a></li> | |
</ul> | </ul> | ||
</li> | </li> | ||
- | + | <li><a href="https://2013.igem.org/Team:Manchester/businesstest" id="link4">Business Plan</a></li> | |
+ | <li><a href="https://2013.igem.org/Team:Manchester/collabtest" id="link4">Modelling Collaboration</a></li> | ||
<li><a href="https://2013.igem.org/Team:Manchester/knoledgetest" id="link4">Knowledge Deficit Assumption</a></li> | <li><a href="https://2013.igem.org/Team:Manchester/knoledgetest" id="link4">Knowledge Deficit Assumption</a></li> | ||
<li><a href="https://2013.igem.org/Team:Manchester/conferencetest" id="link4">Conferences and Discussions</a></li> | <li><a href="https://2013.igem.org/Team:Manchester/conferencetest" id="link4">Conferences and Discussions</a></li> | ||
Line 730: | Line 741: | ||
</div> | </div> | ||
- | <div id=" | + | <div id="block5"> |
<img src="https://static.igem.org/mediawiki/2013/5/5b/Outreach.gif" width="50" height="50" id="image5"/> | <img src="https://static.igem.org/mediawiki/2013/5/5b/Outreach.gif" width="50" height="50" id="image5"/> | ||
<a href="https://2013.igem.org/Team:Manchester/sponsorstest" id="link5">Sponsorship</a> | <a href="https://2013.igem.org/Team:Manchester/sponsorstest" id="link5">Sponsorship</a> | ||
Line 740: | Line 751: | ||
<div class="slider"> | <div class="slider"> | ||
- | <img src="https://static.igem.org/mediawiki/2013/ | + | <img src="https://static.igem.org/mediawiki/2013/2/2d/Openday19.jpg" width="600" height="300" id="1"/> |
- | <img src="https://static.igem.org/mediawiki/2013/ | + | <img src="https://static.igem.org/mediawiki/2013/c/c2/Openday1.jpg" width="600" height="300" id="2"/> |
- | <img src="https://static.igem.org/mediawiki/2013/ | + | <img src="https://static.igem.org/mediawiki/2013/d/d4/Openday4.jpg" width="600" height="300" id="3"/> |
- | <img src="https://static.igem.org/mediawiki/2013/ | + | <img src="https://static.igem.org/mediawiki/2013/f/fc/Openday6.jpg" width="600" height="300" id="4"/> |
- | <img src="https://static.igem.org/mediawiki/2013/ | + | <img src="https://static.igem.org/mediawiki/2013/4/49/Openday9.jpg" width="600" height="300" id="5"/> |
- | <img src="https://static.igem.org/mediawiki/2013/ | + | <img src="https://static.igem.org/mediawiki/2013/d/df/Openday10.jpg" width="600" height="300" id="6"/> |
+ | <img src="https://static.igem.org/mediawiki/2013/5/5c/Openday11.jpg" width="600" height="300" id="7"/> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/b/b2/Openday14.jpg" width="600" height="300" id="8"/> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/7/7f/Openday15.jpg" width="600" height="300" id="9"/> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/b/b1/Openday2.jpg" width="600" height="300" id="10"/> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/4/49/Openday8.jpg" width="600" height="300" id="11"/> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/1/19/Openday12.jpg" width="600" height="300" id="12"/> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/5/59/Openday3.jpg" width="600" height="300" id="13"/> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/4/4f/Openday18.jpg" width="600" height="300" id="14"/> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/d/d6/Openday17.jpg" width="600" height="300" id="15"/> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/9/9d/Openday7.jpg" width="600" height="300" id="16"/> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/0/09/Openday5.jpg" width="600" height="300" id="17"/> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/7/74/Openday16.jpg" width="600" height="300" id="18"/> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/1/1f/Openday13.jpg" width="600" height="300" id="19"/> | ||
+ | |||
</div> | </div> | ||
<img src="https://static.igem.org/mediawiki/2013/0/0a/DayMan.png" class="right" width="150" height="300"/> | <img src="https://static.igem.org/mediawiki/2013/0/0a/DayMan.png" class="right" width="150" height="300"/> | ||
- | + | <div class="text1"> | |
+ | <a href="https://static.igem.org/mediawiki/2013/2/25/Open_Day_Poster.pdf" target="_blank"><img id="postit" src="https://static.igem.org/mediawiki/2013/2/29/Postercrop.png" width="215" height="400"/></a> | ||
<p><b>Overview:</b><br> | <p><b>Overview:</b><br> | ||
On Saturday 6th July 2013, the outreach team hosted a poster stand at the University of Manchester’s Community Open Day. Everyone in Manchester was invited, meaning that our guests could range from toddlers all the way up to pensioners! | On Saturday 6th July 2013, the outreach team hosted a poster stand at the University of Manchester’s Community Open Day. Everyone in Manchester was invited, meaning that our guests could range from toddlers all the way up to pensioners! | ||
<br><br> | <br><br> | ||
- | As the Sweet DNA activity went down so well with the schoolchildren during our Science Stars workshops | + | As the Sweet DNA activity went down so well with the schoolchildren during our <a href="https://2013.igem.org/Team:Manchester/stars" target="_blank"> Science Stars</a> workshops, we decided to repeat it once more. Only this time, the kids could actually take away and eat (with their parents’ permission!) their double-helix DNA made out of sweets! We made sure to have at least three team members manning the stall, meaning that whilst the children were busy making their sweet DNA, one team member could talk them through what they were doing and explain how the model that they were making relates to the real structure of DNA. At the same time, the other two team members would have conversations with their parents/guardians, explaining what synthetic biology is, what the iGEM competition is and describing our project in more detail. We also encouraged the people we spoke to to share their concerns, if any, about the use of synthetic biology.<br> |
- | < | + | <br> |
- | + | Click<a href="https://static.igem.org/mediawiki/2013/2/25/Open_Day_Poster.pdf" target="_blank"> here </a>or on the thumbnail on the right to see our full poster! | |
- | + | </p> | |
- | + | </div> | |
- | + | ||
- | < | + | |
- | < | + | |
- | </div | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <div class="text2"> | ||
+ | <img id="postit" src="https://static.igem.org/mediawiki/2013/b/b9/IMG_2476.JPG" width="500" height="300"/> | ||
<p><b>Reception:</b><br> | <p><b>Reception:</b><br> | ||
The event was a huge success! Over 700 people visited the open day, and our stall was constantly busy for at least 4 hours. We even had to run out to buy more supplies! We were lucky enough to speak to loads of people about what it is we’re doing over the summer break, and many visitors were fascinated by the potential of synthetic biology. One visitor in particular, a biology teacher who retired before the boom of biotechnology, was amazed by how far the science had come in such a relatively short space of time. People complimented the attractiveness and clarity of our poster and used the information on it to ask us questions, both about the palm oil industry and also about synbio in general. Of course, the children loved their sweet DNA gift too! <br><br> | The event was a huge success! Over 700 people visited the open day, and our stall was constantly busy for at least 4 hours. We even had to run out to buy more supplies! We were lucky enough to speak to loads of people about what it is we’re doing over the summer break, and many visitors were fascinated by the potential of synthetic biology. One visitor in particular, a biology teacher who retired before the boom of biotechnology, was amazed by how far the science had come in such a relatively short space of time. People complimented the attractiveness and clarity of our poster and used the information on it to ask us questions, both about the palm oil industry and also about synbio in general. Of course, the children loved their sweet DNA gift too! <br><br> | ||
- | Feedback was left in the form of a post-it note wall near the exit of the building. Visitors were asked to write a quick comment about the open day and its many stands on a post-it note, and then stick it on the wall for others to see. By the end of the day, the wall was full of colourful notes, all containing lovely comments about the event! | + | Feedback was left in the form of a post-it note wall near the exit of the building. Visitors were asked to write a quick comment about the open day and its many stands on a post-it note, and then stick it on the wall for others to see. By the end of the day, the wall was full of colourful notes, all containing lovely comments about the event!<br> |
- | + | </div> | |
- | + | ||
- | + | ||
</div> | </div> | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 17:25, 24 October 2013
Overview:
On Saturday 6th July 2013, the outreach team hosted a poster stand at the University of Manchester’s Community Open Day. Everyone in Manchester was invited, meaning that our guests could range from toddlers all the way up to pensioners!
As the Sweet DNA activity went down so well with the schoolchildren during our Science Stars workshops, we decided to repeat it once more. Only this time, the kids could actually take away and eat (with their parents’ permission!) their double-helix DNA made out of sweets! We made sure to have at least three team members manning the stall, meaning that whilst the children were busy making their sweet DNA, one team member could talk them through what they were doing and explain how the model that they were making relates to the real structure of DNA. At the same time, the other two team members would have conversations with their parents/guardians, explaining what synthetic biology is, what the iGEM competition is and describing our project in more detail. We also encouraged the people we spoke to to share their concerns, if any, about the use of synthetic biology.
Click here or on the thumbnail on the right to see our full poster!
Reception:
The event was a huge success! Over 700 people visited the open day, and our stall was constantly busy for at least 4 hours. We even had to run out to buy more supplies! We were lucky enough to speak to loads of people about what it is we’re doing over the summer break, and many visitors were fascinated by the potential of synthetic biology. One visitor in particular, a biology teacher who retired before the boom of biotechnology, was amazed by how far the science had come in such a relatively short space of time. People complimented the attractiveness and clarity of our poster and used the information on it to ask us questions, both about the palm oil industry and also about synbio in general. Of course, the children loved their sweet DNA gift too!
Feedback was left in the form of a post-it note wall near the exit of the building. Visitors were asked to write a quick comment about the open day and its many stands on a post-it note, and then stick it on the wall for others to see. By the end of the day, the wall was full of colourful notes, all containing lovely comments about the event!