Team:Dundee
From 2014.igem.org
(Difference between revisions)
(31 intermediate revisions not shown) | |||
Line 40: | Line 40: | ||
<div class="modal-header"> | <div class="modal-header"> | ||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" id="closeNote">×</button> | <button type="button" class="close" data-dismiss="modal" aria-hidden="true" id="closeNote">×</button> | ||
- | <h4 class="modal-title" id="myModalLabel">Welcome to Dundee's 2014 Wiki</h4> | + | <h4 class="modal-title" id="myModalLabel">Welcome to Dundee's 2014 Wiki (<b>Site Information</b>)</h4> |
</div> | </div> | ||
Line 71: | Line 71: | ||
<br> | <br> | ||
<br> | <br> | ||
- | Read this again by clicking on the | + | Read this again by clicking on <b>Site Information</b> in the navigation bar! |
</div> | </div> | ||
Line 86: | Line 86: | ||
</div> | </div> | ||
<div class="col-sm-9 col-md-9"> | <div class="col-sm-9 col-md-9"> | ||
- | <h3> | + | <h3>Bulletin Board (Policy & Practice)</h3> |
<p> | <p> | ||
- | + | Come look at the poster explaining how we involved the local and national Cystic Fibrosis community in our project, how we listened to people on the front line of the disease and how they affected our project. | |
</p> | </p> | ||
</div> | </div> | ||
Line 104: | Line 104: | ||
</div> | </div> | ||
<div class="col-sm-9 col-md-9"> | <div class="col-sm-9 col-md-9"> | ||
- | <h3>School</h3> | + | <h3>School (Project)</h3> |
<p> | <p> | ||
- | + | Come in and learn about all the parts that make The Lung Ranger. The lab work that we carried out over the | |
+ | summer is explained here in detail, along with the modelling and implementation. | ||
</p> | </p> | ||
</div> | </div> | ||
Line 121: | Line 122: | ||
<div class="col-sm-9 col-md-9"> | <div class="col-sm-9 col-md-9"> | ||
- | <h3>Library</h3> | + | <h3>Library (Log Book)</h3> |
<p> | <p> | ||
- | + | Read about the experience the team has had over the summer. A week by week description of our work, how we carried out that work and some photos of our time together. | |
</p> | </p> | ||
Line 139: | Line 140: | ||
<div class="col-sm-9 col-md-9"> | <div class="col-sm-9 col-md-9"> | ||
- | <h3>Saloon</h3> | + | <h3>Saloon (iGEM community)</h3> |
<p> | <p> | ||
- | + | Come on in, take a seat and learn how we have interacted with the larger iGEM community. Who the team are, who helped them and how we helped others. | |
</p> | </p> | ||
</div> | </div> | ||
Line 343: | Line 344: | ||
moveSign(); | moveSign(); | ||
} | } | ||
+ | moveSign(); | ||
setTimeout("afterOpening()",9000); | setTimeout("afterOpening()",9000); | ||
} | } | ||
Line 460: | Line 462: | ||
board.node.setAttribute("class","detail"); | board.node.setAttribute("class","detail"); | ||
board.node.setAttribute("id","board"); | board.node.setAttribute("id","board"); | ||
- | board.node.addEventListener("click", function(){ | + | board.node.addEventListener("click", function(){location.assign("https://2014.igem.org/Team:Dundee/inside/board")}, false); |
- | var boardSpk = paper.image("https://static.igem.org/mediawiki/2014/d/da/Bboardblurb.png", | + | var boardSpk = paper.image("https://static.igem.org/mediawiki/2014/d/da/Bboardblurb.png",-310,290,230,288); |
boardSpk.node.setAttribute("class","speech"); | boardSpk.node.setAttribute("class","speech"); | ||
boardSpk.node.setAttribute("id","boardSpk"); | boardSpk.node.setAttribute("id","boardSpk"); | ||
Line 489: | Line 491: | ||
saloon.node.setAttribute("class","detail"); | saloon.node.setAttribute("class","detail"); | ||
saloon.node.setAttribute("id","saloon"); | saloon.node.setAttribute("id","saloon"); | ||
+ | saloon.node.addEventListener("click", function(){location.assign("https://2014.igem.org/Team:Dundee/inside/saloon")}, false); | ||
+ | |||
var saloonSpk = paper.image("https://static.igem.org/mediawiki/2014/6/62/Saloonblurb.png",750,60,230,288); | var saloonSpk = paper.image("https://static.igem.org/mediawiki/2014/6/62/Saloonblurb.png",750,60,230,288); |
Latest revision as of 22:47, 17 October 2014