Difference between revisions of "Team:Exeter"

 
(141 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
<html>
 
<html>
  
<head>
+
<script src="https://2015.igem.org/Team:Exeter/bpopup/assets/jquery-bpopup-0-11-0-min-js?action=raw&amp;ctype=text/javascript"></script>
<link rel="icon" type="image/png" href="https://static.igem.org/mediawiki/2015/5/59/Myiconexe.png">
+
<!--<script src="assets/jquery.easing.1.3.js"></script>
<link href='http://fonts.googleapis.com/css?family=Ek+Mukta' rel='stylesheet' type='text/css'>
+
<script src="assets/scripting.min.js"></script>-->
</head>
+
  
<body>
+
<style type="text/css">
 +
#wrapper, #infographic, .block {
 +
    width:100%;
 +
}
 +
#wrapper {
 +
    margin:0;
 +
}
 +
#infographic {
 +
    margin-top:35px;
 +
    position: relative;
 +
    display: inline-block;
 +
}
  
<!-- FACEBOOK SDK-->
+
#element_to_pop_up {
 +
    background-color:#fff;
 +
    border-radius:15px;
 +
    color:#000;
 +
    display:none;
 +
    padding:20px;
 +
    min-width:400px;
 +
    min-height: 180px;
 +
}
 +
.b-close{
 +
    cursor:pointer;
 +
    position:absolute;
 +
    right:10px;
 +
    top:5px;
 +
}
 +
#my-button {
 +
    z-index: 10;
 +
    position: absolute;
 +
    top: 53px;
 +
    left: 30px;
 +
    border-radius: 25px;
 +
    border: 1px solid #274e13;
 +
    background: #b6d7a8;
 +
    padding: 15px;
 +
    box-shadow: 0px 0px 25px #888888;
 +
}
 +
</style>
  
    <script>
+
<script>
      window.fbAsyncInit = function() {
+
    // Semicolon (;) to ensure closing of earlier scripting
        FB.init({
+
    // Encapsulation
          appId      : 'your-app-id',
+
    // $ is assigned to jQuery
          xfbml      : true,
+
    ;(function($) {
          version    : 'v2.3'
+
        });
+
      };
+
  
      (function(d, s, id){
+
        // DOM Ready
        var js, fjs = d.getElementsByTagName(s)[0];
+
        $(function() {
        if (d.getElementById(id)) {return;}
+
            $(document).ready(function() {
        js = d.createElement(s); js.id = id;
+
              $('#element_to_pop_up').bPopup();
        js.src = "//connect.facebook.net/en_US/sdk.js";
+
            });
        fjs.parentNode.insertBefore(js, fjs);
+
            // Binding a click event
      }(document, 'script', 'facebook-jssdk'));
+
            // From jQuery v.1.7.0 use .on() instead of .bind()
    </script>
+
            $('#my-button').bind('click', function(e) {
  
<!-- FACEBOOK thing 1 -->
+
                // Prevents the default action to be triggered.
 +
                e.preventDefault();
  
<div id="fb-root"></div>
+
                // Triggering bPopup when click event is fired
<script>(function(d, s, id) {
+
                $('#element_to_pop_up').bPopup();
  var js, fjs = d.getElementsByTagName(s)[0];
+
  if (d.getElementById(id)) return;
+
  js = d.createElement(s); js.id = id;
+
  js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.3";
+
  fjs.parentNode.insertBefore(js, fjs);
+
}(document, 'script', 'facebook-jssdk'));</script>
+
  
<section>
+
            });
<!--<img src="https://static.igem.org/mediawiki/2015/0/0c/Ex_homepage_title.png">-->
+
  
<h1> Welcome to Exeter iGEM 2015! </h1>
+
        });
  
<h1> Project Description </h1>
+
    })(jQuery);
 +
</script>
  
<p> The primary aim of our project is to design a toehold switch (a type of riboregulator) with the potential to detect any given RNA sequence, and to standardise it into a BioBrick for the future use by other iGEM teams. </p>
+
<script>  
<p> Tuberculosis in cattle is a problem local to our region, Devon, causing devastating economic and personal losses to farmers in the dairy and beef industries. Therefore, the immediate application of our project is the detection of <i>Mycobacterium bovis</i>, the causative agent of tuberculosis in cattle, in a safe, low-tech and cost-effective manner. </p>
+
var myVideo = document.getElementById("video1");
<p> In order to make this a simple test which can be used in the field, we are aiming to express it as a cell-free system. We hope to use a chromoprotein as an indicator, and subsequently characterise it for use in cell-free systems. </p>
+
  
<p style="font-size:1.2em;">Keep updated on our progress on our <a href="https://2015.igem.org/Team:Exeter/diary">diary</a></p>
+
function playPause() {
<p style="font-size:1.2em;">Contact us at <a href="mailto:exeterigem@gmail.com?body=Hello Exeter,">exeterigem@gmail.com</a></p>
+
    if (myVideo.paused)
 +
        myVideo.play();  
 +
    else
 +
        myVideo.pause();
 +
}
  
 +
function makeBig() {
 +
    myVideo.width = 560;
 +
}
  
<!-- TWITTER thing-->
+
function makeSmall() {
 +
    myVideo.width = 320;
 +
}
  
<section>
+
function makeNormal() {
 +
    myVideo.width = 420;
 +
}
 +
</script>  
  
<a class="twitter-timeline" href="https://twitter.com/ExeteriGEM2015" width="650px" height="600px" data-widget-id="616553862611271680">Tweets by @ExeteriGEM2015</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
 
  
<!-- FACEBOOK thing 2 -->
+
<div id="infographic" onload="$('#element_to_pop_up').bPopup();">
  
<div class="fb-page" data-href="https://www.facebook.com/exeterigem2015?fref=ts" style="margin-left:15px;" data-width="650" data-height="600" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/exeterigem2015?fref=ts"><a href="https://www.facebook.com/exeterigem2015?fref=ts">Exeter iGEM 2015</a></blockquote></div></div>
+
<!-- Button that triggers the popup -->
 +
<button id="my-button">Watch Our Video</button>
 +
<!-- Element to pop up -->
 +
<div id="element_to_pop_up">
 +
  <center>
 +
        <button onclick="playPause()">Play/Pause</button>
 +
    <video id="video1" width="320" height="240" autoplay>
 +
        <source src="https://static.igem.org/mediawiki/2015/5/5c/Bovine_TB_1_.mp4" type="video/mp4">
 +
        Your browser does not support the video tag.
 +
    </video>
 +
    <p style="font-size:1em">Click outside window to close</p> <a href="https://youtu.be/HTQQr_W3q2s"> Click to see our Video </a>
 +
  </center>
 +
</div>
  
</section>
+
<img class="block" src="https://static.igem.org/mediawiki/2015/d/d6/Exeter_home1.png"/>
<!--
+
<img class="block" src="https://static.igem.org/mediawiki/2015/0/0b/Exeter_home2.png"/>
<div class="main">
+
<img class="block" src="https://static.igem.org/mediawiki/2015/4/4f/Exeter_home3.png"/>
 +
<img class="block" src="https://static.igem.org/mediawiki/2015/a/a5/Exeter_home4.png"/>
 +
<img class="block" src="https://static.igem.org/mediawiki/2015/8/88/Exeter_home5.png"/>
 +
<img class="block" src="https://static.igem.org/mediawiki/2015/d/d6/Exeter_home6.png"/>
 +
<img class="block" src="https://static.igem.org/mediawiki/2015/2/23/Exeter_home7.png"/>
 +
<img class="block" src="https://static.igem.org/mediawiki/2015/a/ab/Exeter_home8.png"/>
 +
</div>
  
<section id="home">
 
  
<img src="https://static.igem.org/mediawiki/2015/a/ad/Exe_construction_cover.png" height="200px" style="float:left; margin:20px; clear:both"/>
 
  
</section>
+
<div style="background:#274e13; width:100%" class="container">
-->
+
<!-- This is where my buttons are -->
</section>
+
<center style="background:#274e13; font-size:1.6em;"><a href="https://static.igem.org/mediawiki/2015/3/37/Exeter_home_infographic.png">Click here for the full infographic</a></center>
 
+
        <nav>
<!--
+
          <ul style="background:#274e13; margin:0; padding:100px;" class="pager">
<footer>
+
            <li class="previous"><a href="https://2015.igem.org/Team:Exeter/Medal_Requirements"><span aria-hidden="true">&larr;</span>Medals</a></li>
<nav>
+
            <li style="color:#b6d7a8; font-size:2em">Use these buttons to see more</li>
  <ul style="width:1200px; vertical-align:middle;">
+
            <li class="next"><a href="https://2015.igem.org/Team:Exeter/Description">Project<span aria-hidden="true">&rarr;</span></a></li>
    <li><a href="https://www.facebook.com/exeterigem2015?fref=ts" target="_blank"><img src="https://static.igem.org/mediawiki/2015/1/17/Exe_fb_logo.png" height="60px"/></a></li>
+
          </ul>
    <li><a href="https://twitter.com/exeterigem2015" target="_blank"><img src="https://static.igem.org/mediawiki/2015/7/76/Exe_twitter_logo.png" height="60px"/></a></li>
+
        </nav>
    <li class="button" style="margin-left:150px"><a href="https://2015.igem.org/Team:Exeter/Safety">SAFETY</a></li>
+
        <!-- Buttons stop -->
    <li class="button" style="width:230px"><a href="https://2015.igem.org/Team:Exeter/Medal_Requirements">MEDAL REQUIREMENTS</a></li>
+
    <li class="button" style="width:170px"><a href="https://2015.igem.org/Team:Exeter/Medal_Requirements">INTERLAB STUDY</a></li>
+
    <!--<li><a href="https://2015.igem.org/Team:Exeter"><img src="https://static.igem.org/mediawiki/2015/7/73/Exeter_igem_logo_transparent.jpg" height="60px"/></a></li>
+
    <li><a href="https://2015.igem.org/Team:Exeter"><img src="https://static.igem.org/mediawiki/2015/7/73/Exeter_igem_logo_transparent.jpg" height="60px"/></a></li>
+
    <li><a href="https://2015.igem.org/Team:Exeter"><img src="https://static.igem.org/mediawiki/2015/7/73/Exeter_igem_logo_transparent.jpg" height="60px"/></a></li>-->
+
  </ul>
+
</nav>
+
</footer>
+
-->
+
 
+
<!--
+
<footer id="footnote">
+
<p>An almost original creation by David Markham (plus Rachel Cooley, Todd Burlington and the rest of Exeter iGEM 2015)</p>
+
</footer>
+
 
+
<!--
+
<center style="font-size: 18px; text-decoration: bold; margin-bottom: 20px; font-family: sans-serif;">
+
  Keep up to date with our progress on our <a href="https://2015.igem.org/Team:Exeter/diary">diary page</a>.
+
</br>
+
<table>
+
<tr>
+
<td><center><a href="https://www.facebook.com/exeterigem2015?fref=ts"><img src="https://static.igem.org/mediawiki/2015/1/17/Exe_fb_logo.png" width="200px"/></a></center></td>
+
<td></td>
+
<td><center><a href="https://twitter.com/exeterigem2015"><img src="https://static.igem.org/mediawiki/2015/7/76/Exe_twitter_logo.png" width="200px"/></a></center></td>
+
</tr>
+
 
+
<tr>
+
<td><center>Like our page on Facebook!</center></td>
+
<td></td>
+
<td><center>Follow us on twitter!</center></td>
+
</tr>
+
<tr>
+
<td></td>
+
<td><center><a href="mailto:exeterigem@gmail.com?body=Hello Exeter,"><img src="https://static.igem.org/mediawiki/2015/3/36/Exe_email_icon.png" width=200px"/></a></center></td>
+
<td></td>
+
</tr>
+
<tr>
+
<td></td>
+
<td><center>Contact us at <b>exeterigem@gmail.com</b></center></td>
+
<td></td>
+
</tr>
+
</table>
+
 
+
</center>     
+
 
+
<!-- This was me making some buttons
+
 
+
<div id="button1">
+
<p> Check out our <a href="https://2015.igem.org/Team:Exeter/diary">diary</a> to keep up to date.</p>
+
 
</div>
 
</div>
<div id="button2">
 
<p> Why not follow us on <a href="https://twitter.com/exeterigem2015">Twitter?</a></p>
 
</div>
 
<div id="button3">
 
<p> You can also like our <a href="https://www.facebook.com/exeterigem2015?fref=ts"> Facebook. </a></p>
 
</div> -->
 
<!--
 
        <div>
 
        <br>
 
        <center>
 
Contact us at:
 
        <a href="mailto:exeterigem@gmail.com?body=Hello Exeter,">exeterigem@gmail.com</a>
 
        </center>
 
        </div>
 
    </div>
 
-->
 
 
  
</body>
 
  
 
</html>
 
</html>
 
{{Exeterfooter}}
 
{{Exeterfooter}}

Latest revision as of 03:54, 19 September 2015

Click outside window to close

Click to see our Video
  • Contact us:
    exeterigem@gmail.com