Difference between revisions of "Team:Warwick"

(Prototype team page)
 
m
 
(90 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Warwick}}
 
 
<html>
 
<html>
 +
<head>
 +
<meta charset="UTF-8">
 +
<link rel="stylesheet" href="https://2018.igem.org/Team:Warwick/CSS?action=raw&ctype=text/css">
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 +
 +
<script>
  
 +
function goToNotebook(){
 +
    window.location = 'https://2018.igem.org/Team:Warwick/Notebook';
 +
}
  
 +
function changeNavBar(navbarSelection){
  
 +
var bottnav = document.getElementById("BottNav");
  
<div class="column full_size" >
+
$("#BottNav").hide().slideDown(300);
<h1> Welcome to iGEM 2018! </h1>
+
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
  
 +
switch (navbarSelection){
  
<img src="http://placehold.it/1080x320/c4baba/e4dede">
+
case 0:
+
bottnav.innerHTML = "<li onclick='goToDescription()'><span>Project Description</span></li><li onclick='goToDesign()'><span>Design</span></li><li onclick='goToModel()'><span>Modelling</span></li><li onclick='goToResults()'><span>Results</span></li><li onclick='goToMedals()'><span>Medals</span></li>";
 +
bottnav.style.marginLeft = "25%"
 +
bottnav.style.background = 'linear-gradient(to right, white, #e6fefe)';
 +
break;
 +
case 1:
 +
bottnav.innerHTML = "<li onclick='goToOverview()'><span>Parts</span></li><li onclick='goToExperiments()'><span>Experiments</span></li><li onclick='goToNotebook()'><span>Notebook</span></li><li onclick='goToInterLab()'><span>InterLab</span></li>"; 
 +
bottnav.style.marginLeft = "40%"
 +
bottnav.style.background = 'linear-gradient(to right, #e6fefe, #d8fdfd)';
 +
break;
 +
case 2:
 +
bottnav.innerHTML = "<li onclick='goToHumanPractices()'><span>Integrated Human Practices</span></li><li onclick='goToOutreach()'><span>Public Engagement</span></li>";
 +
bottnav.style.marginLeft = "55%"
 +
bottnav.style.background = 'linear-gradient(to right, #d8fdfd, #bbf0f3)';
 +
break;
 +
case 3:
 +
bottnav.innerHTML = "<li onclick='MeetTheTeam()'><span>Meet the Team</span></li><li onclick='goToAttributions()'><span>Attributions</span></li><li onclick='goToCollaborations()'><span>Collaborations</span></li>";
 +
bottnav.style.marginLeft = "70%"
 +
bottnav.style.background = 'linear-gradient(to right, #bbf0f3, #85e4e9)';
 +
break;
 +
case 4:
 +
bottnav.innerHTML = "<li><span><a href='mailto:igem@warwick.ac.uk'>iGEM@warwick.ac.uk</a></span></li><li id='scrollToBottom' onclick='scrollToFooter()'><span>Social Media</span></li>";
 +
bottnav.style.marginLeft = "85%";
 +
bottnav.style.background = 'linear-gradient(to right, #85e4e9, #02c9d0)';
 +
break;
 +
}
 +
}
  
</div>
 
  
 +
function reset(){
 +
$("#BottNav").hide();
 +
}
 +
                </script>
  
<div class="column full_size" >
+
                <script>
  
<h3>Before you start</h3>
+
function goHome(){
<p> Please read the following pages:</p>
+
    window.location = 'https://2018.igem.org/Team:Warwick';
<ul>
+
}
<li>  <a href="https://2018.igem.org/Competition">Competition Hub</a> </li>
+
<li> <a href="https://2018.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
+
<li> <a href="https://2018.igem.org/Resources/Template_Documentation">Template documentation</a></li>
+
</ul>
+
</div>
+
  
  
<div class="clear extra_space"></div>
+
function scrollToFooter(){
<div class="line_divider"></div>
+
    $('html, body').animate({scrollTop: '10000px'}, 5000);
<div class="clear extra_space"></div>
+
}
  
 +
function MeetTheTeam(){
 +
window.location = 'https://2018.igem.org/Team:Warwick/theTeam.html';
 +
}
  
 +
function goToAttributions(){
 +
window.location = 'https://2018.igem.org/Team:Warwick/Attributions';
 +
}
  
<div class="column full_size" >
+
function goToOutreach(){
<h3> Styling your wiki </h3>
+
        window.location = 'https://2018.igem.org/Team:Warwick/Public_Engagement';
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
+
}
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>
+
  
</div>
+
function goToHumanPractices(){
 +
window.location = 'https://2018.igem.org/Team:Warwick/Human_Practices';
 +
}
  
 +
function goToCollaborations(){
 +
window.location = 'https://2018.igem.org/Team:Warwick/Collaborations';
 +
}
  
 +
function goToDescription(){
 +
        window.location = 'https://2018.igem.org/Team:Warwick/Description';
 +
}
  
 +
function goToDesign(){
 +
        window.location = 'https://2018.igem.org/Team:Warwick/Design';
 +
}
  
<div class="clear extra_space"></div>
+
function goToExperiments(){
 +
        window.location = 'https://2018.igem.org/Team:Warwick/Experiments';
 +
}
  
 +
function goToInterLab(){
 +
        window.location = 'https://2018.igem.org/Team:Warwick/InterLab';
 +
}
  
 +
function goToModel(){
 +
        window.location = 'https://2018.igem.org/Team:Warwick/Model';
 +
}
  
<div class="column third_size" >
+
function goHome(){
 +
        window.location = "https://2018.igem.org/Team:Warwick";
 +
}
  
<h3> Uploading pictures and files </h3>
+
function goToResults(){
<p> You must upload any pictures and files to the iGEM 2018 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. </p>
+
        window.location = 'https://2018.igem.org/Team:Warwick/Results';
 +
}
  
 +
function goToMedals(){
 +
        window.location = 'https://2018.igem.org/Team:Warwick/Medals';
 +
}
  
<p>When you upload, set the "Destination Filename" to <b> T--YourOfficialTeamName--NameOfFile.jpg</b>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
+
var amountToTurn = 0;
 +
var previousTeam = 0;
  
<div class="button_link">
+
function rotate(newTeam){
<a href="https://2018.igem.org/Special:Upload">
+
dif  = newTeam - previousTeam;
UPLOAD FILES
+
if(dif == 1 || dif == -2){
</a>
+
amountToTurn += 120;
</div>
+
}
 +
else if(dif == -1 || dif == 2){
 +
amountToTurn -= 120;
 +
}
  
</div>
+
    $("#BOIStriangle").css('transform', 'rotate(' + amountToTurn + 'deg)');
 +
    $("#BOISContent").css('transform', 'rotate(' + (-1*amountToTurn) + 'deg)');
 +
    $("#bioIMG").css('transform', 'rotate(' + (-1*amountToTurn) + 'deg)');
 +
$("#orgIMG").css('transform', 'rotate(' + (-1*amountToTurn) + 'deg)');
 +
    $("#inorgIMG").css('transform', 'rotate('+ (-1*amountToTurn) + 'deg)');
  
<div class="column third_size" >
+
    h3content = $("#BCTitle");
<h3> Wiki template information </h3>
+
    pcontent = $("#BCText");
<p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2018.igem.org/Judging/Pages_for_Awards">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
+
  
</div>
+
    switch(newTeam){
 +
    case 0:
 +
    h3content.html("Biological");
 +
    pcontent.html("Riboswitches used to find RNA from Legionella allowing reliable confirmation of the presence of the live bacteria.");
 +
    break;
 +
    case 1:
 +
h3content.html("Organic");
 +
    pcontent.html("Utilising bacteria, specifically E.coli, to degrade Oestrogen from water to help out wildlife.");
 +
    break;
 +
    case 2:
 +
h3content.html("Inorganic");
 +
    pcontent.html("Utilisting the lead absorbing properties of B.subtilis bacteria to collect lead from water and with a newly injected gas vesicle gene to make the bacteria float to the surface for easy collection.");
 +
    break;
 +
    }
  
 +
    previousTeam = newTeam;
 +
}
  
 +
function reset(){
 +
$("#BottNav").hide();
 +
}
 +
                </script>
  
<div class="column third_size" >
+
<div class="highlight decoration_B_full">
+
<script>
<h3> Editing your wiki </h3>
+
$(function () {
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>  
+
  $(document).scroll(function () {
<p>Use WikiTools - Edit in the black menu bar to edit this page</p>
+
    $nav = $("#Navbar");
 +
    $nav.toggleClass('scrolled', $(this).scrollTop() > $nav.height());
 +
    $("#TopNav").toggleClass("TopNavsscrolled", $(this).scrollTop() > $nav.height());
 +
    $("#topnav0").toggleClass("topnav0scrolled", $(this).scrollTop() > $nav.height());
 +
    $("#topnav1").toggleClass("topnav1scrolled", $(this).scrollTop() > $nav.height());
 +
    $("#topnav2").toggleClass("topnav2scrolled", $(this).scrollTop() > $nav.height());
 +
    $("#topnav3").toggleClass("topnav3scrolled", $(this).scrollTop() > $nav.height());
 +
    $("#topnav4").toggleClass("topnav4scrolled", $(this).scrollTop() > $nav.height());
 +
  });
 +
});
  
<div class="button_link">
+
</script>
<a href="https://2018.igem.org/wiki/index.php?title=Team:Warwick&action=edit">  
+
<title>Ripple</title>
EDIT PAGE
+
<link rel="icon" href="images/RippleLogo.ico">
</a>
+
</div>
+
  
 +
</head>
  
</div>
+
<body>
</div>
+
  
  
 +
<div id='Navbar'>
 +
<div id='TopNav'>
 +
<ul><!--
 +
  --><li><span class='topnavs' id='topnav0' onmouseenter="changeNavBar(0)">Project</span></li><!--
 +
  --><li><span class='topnavs' id='topnav1' onmouseenter="changeNavBar(1)">Lab Work</span></li><!--
 +
                                  --><li><span class='topnavs' id='topnav2' onmouseenter="changeNavBar(2)">Human Practices</span></li><!--
 +
  --><li><span class='topnavs' id='topnav3' onmouseenter="changeNavBar(3)">The Team</span></li><!--
 +
  --><li><span class='topnavs' id='topnav4' onmouseenter="changeNavBar(4)">Contact Us</span></li>
 +
</ul>
 +
</div>
 +
<div>
 +
<ul id='BottNav' style='display: none;' onmouseleave='reset()'>
 +
<li><span></span></li><!--
 +
--><li><span></span></li><!--
 +
--><li><span></span></li><!--
 +
--><li><span></span></li>
 +
</ul>
 +
</div>
 +
</div>
  
 +
<div id='riverDiv'>
 +
<div class='WelcomeDivs'>
 +
    <div id='fancyText'>
 +
       
 +
        <div class='WelcomeDivs' id='WDRipple'>
 +
        <h3 id='WelcomeH3'>Ripple</h3>
 +
        <img id='logo' src='https://static.igem.org/mediawiki/2018/8/84/T--Warwick--RippleLogo.svg'>
 +
        </div> <br><br>
  
 +
        <div class='WelcomeDivs' id='WDText'><br>
 +
<span id='WDT0'>Biological</span>
 +
    <br><br><br><br><br>
 +
    <span id='WDT1'>Organic</span>
 +
    <br><br><br><br><br>
 +
    <span id='WDT2'>Inorganic</span>
 +
    <br><br><br><br><br>
 +
    <span id='WDT3'>Solutions to clean water</span>
 +
    </div>
  
<div class="clear extra_space"></div>
+
    </div>
<div class="line_divider"></div>
+
</div>
<div class="clear extra_space"></div>
+
</div>
 +
 +
<div class='contentDivs' id='CDiv1'>
 +
<h1>Why water safety?</h1>
 +
<p>Access to safe water is among the many crises we face as a growing population. The WHO estimates that 2.1 billion people lack access to safely managed drinking water services (http://www.un.org/en/sections/issues-depth/water/) , and it is estimated that $260B lost globally each year due to lack of basic water. <a href='https://water.org/our-impact/water-crisis/'>source</a><br><br>When we tried to break down this problem, we were overwhelmed by the many different types of contaminants in water, each of which require different approaches to their removal. We decided to look into how to remove on of each in three main sub-categories of contaminants: Biological, Organic and Inorganic.<br><br>Looking into this event, we realised there were many different types of contaminants in water, each of which require different approaches to their removal. We decided to look into how to remove on of each in three main sub-categories of contaminants: Biological, Organic and Inorganic.</p>
 +
</div>
  
 +
<div class='contentDivs' id='CDiv2'>
 +
<h1>Three very different problems: Lead, Legionella and Oestrogen.</h1>
 +
<p>We are tackling the bioremediation of waters, focusing on three water pollutants in particular: the organic (oestrogen), inorganic (lead) and biological (legionella). Core concepts of synthetic biology were used create circuits which degrade, remove and detect these pollutants respectively.<br><br>Our projects are ambitious and attempt to solve a wide range of problems that aren’t connected to each other by a unified solution, and that’s not what we are trying to come up with. Each of these areas we have invested in were chosen based on the resources we had as a university in terms of expertise, equipment and experience.</p>
 +
</div>
 +
 +
<div class='imageDivs' id='greywhitesplit'></div>
  
 +
<div class='' id='BOIStriangle'>
 +
 +
<div id='BOISContent'>
 +
<h1 id='BCTitle'>Click one</h3>
 +
<p id='BCText'></p>
 +
</div>
  
<div class="column two_thirds_size" >
+
<img src='https://static.igem.org/mediawiki/2018/b/b5/T--Warwick--Biological.svg' id='bioIMG' onclick="rotate(0)">
<h3>Tips</h3>
+
<img src='https://static.igem.org/mediawiki/2018/a/aa/T--Warwick--Organic.svg' id='orgIMG' onclick="rotate(1)">
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
<img src='https://static.igem.org/mediawiki/2018/0/0e/T--Warwick--Inorganic.svg' id='inorgIMG'  onclick="rotate(2)">
<ul>
+
</div>
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
<li>Be clear about what you are doing and how you plan to do this.</li>
+
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
<li>Avoid using very small fonts and low contrast colors; information should be easy to read</li>
+
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2018.igem.org/Calendar">iGEM 2018 calendar</a> </li>
+
<li>Have lots of fun! </li>
+
</ul>  
+
</div>
+
  
 +
<div class='imageDivs' id='labDiv'>
 +
<div class='imageDivs' id='whitegreysplit'></div>
 +
<img src='https://static.igem.org/mediawiki/2018/6/69/T--Warwick--lab2.png' id='labIMG'>
 +
<div id='imageFilter'>
 +
<div class='contentOnImages'>
 +
<h2 style='font-size: 1.5vw; color: white'>Ripple is</h2>
 +
<h1 style='font-size: 3vw;'>
 +
<span style='font-weight: 400; color: white; line-height: normal;'>Making water <span style='font-weight: 700;'>safe</span> again,</span>
 +
<span style='font-weight: 300; color: white;'> one step at a time</span>
 +
</h1><br>
 +
<p style='font-weight: 300; font-size: 1.5vw; width: 60%; margin: 0 auto'>
 +
Here on the Ripple iGEM team we are dedicating ourselves to making water safe again; not just for the ourselves, but for the surrounding environments and wildlife too.
 +
</p>
 +
<br>
 +
<button onclick="goToDescription()">Find out more here</button>
 +
</div>
 +
</div>
 +
</div>
  
<div class="column third_size">
+
<div id='footer'>
<div class="highlight decoration_A_full">
+
<h3>Inspiration</h3>
+
<div id='leftFoot'>
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
<h1 class='FooterTitle' style='margin: 15px auto'>Contact Us</h1>
<ul>
+
<div id='socialmedia'>
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
<h1 style='color: white; font-weight: 300; font-size: 1.5vw;'>igem@warwick.ac.uk</h1>
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
<br>
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
            <a class='socialMedia' style='margin-left: 5%' href="https://www.youtube.com/channel/UCHhLKgvGJFkdSmwgGPvN9PA">
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
            <img src="https://static.igem.org/mediawiki/2018/6/61/T--Warwick--YTRed.png" alt="YouTube">
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
+
            </a>
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
+
            <a class='socialMedia' href="https://twitter.com/warwickigem">
</ul>
+
            <img src="https://static.igem.org/mediawiki/2018/f/f0/T--Warwick--Twitterlogo.png" alt="Twitter">
</div>
+
            </a>
</div>
+
            <a class='socialMedia' href="https://www.instagram.com/igem_warwick/">
 
+
            <img src="https://static.igem.org/mediawiki/2018/1/12/T--Warwick--insta.png" alt="Twitter">
 +
            </a>
 +
            </div>
 +
</div>
  
  
 +
<div id='rightFoot'>
 +
<h1 class='FooterTitle' style='color: black'>Sponsors</h1>
 +
        <table id='theSponsors'>
 +
                <tr>
 +
                    <td>
 +
                        <img class='sponsorimages' src="https://static.igem.org/mediawiki/2018/4/4e/T--Warwick--GRPIM.png">
 +
                    </td>
 +
                    <td>
 +
                        <img class='sponsorimages' src="https://static.igem.org/mediawiki/2018/b/bb/T--Warwick--WSFG.png">
 +
                    </td>
 +
                    <td>
 +
                        <img class='sponsorimages' src="https://static.igem.org/mediawiki/2018/7/74/T--Warwick--synbiocdt.png">
 +
                    </td>
 +
                </tr>
 +
                <tr>
 +
                    <td>
 +
                        <img class='sponsorimages' src="https://static.igem.org/mediawiki/2018/c/c4/T--Warwick--snapgene.png">
 +
                    </td>
 +
                    <td>
 +
                        <img class='sponsorimages' src="https://static.igem.org/mediawiki/2018/8/8b/T--Warwick--SEB.png">                        
 +
                    </td>
 +
                    <td>
 +
                        <img class='sponsorimages' src="https://static.igem.org/mediawiki/2018/f/fb/T--Warwick--NEbiolabs.png">
 +
                    </td>
 +
                </tr>
 +
            </table>
 +
            <table id='theSponsors'>
 +
                <tr>
 +
                <td class='bottomrow'>
 +
                        <img class='sponsorimages' src="https://static.igem.org/mediawiki/2018/0/0e/T--Warwick--WISB.png">
 +
                </td>
 +
                <td class='bottomrow'>
 +
                        <img class='sponsorimages' src="https://static.igem.org/mediawiki/2018/e/e3/T--Warwick--bbsrc.png">
 +
                </td>
 +
                </tr>
 +
            </table>
 +
</div>
 +
</div>
  
 +
</body>
 
</html>
 
</html>

Latest revision as of 02:10, 18 October 2018

Ripple

Ripple




Biological




Organic




Inorganic




Solutions to clean water

Why water safety?

Access to safe water is among the many crises we face as a growing population. The WHO estimates that 2.1 billion people lack access to safely managed drinking water services (http://www.un.org/en/sections/issues-depth/water/) , and it is estimated that $260B lost globally each year due to lack of basic water. source

When we tried to break down this problem, we were overwhelmed by the many different types of contaminants in water, each of which require different approaches to their removal. We decided to look into how to remove on of each in three main sub-categories of contaminants: Biological, Organic and Inorganic.

Looking into this event, we realised there were many different types of contaminants in water, each of which require different approaches to their removal. We decided to look into how to remove on of each in three main sub-categories of contaminants: Biological, Organic and Inorganic.

Three very different problems: Lead, Legionella and Oestrogen.

We are tackling the bioremediation of waters, focusing on three water pollutants in particular: the organic (oestrogen), inorganic (lead) and biological (legionella). Core concepts of synthetic biology were used create circuits which degrade, remove and detect these pollutants respectively.

Our projects are ambitious and attempt to solve a wide range of problems that aren’t connected to each other by a unified solution, and that’s not what we are trying to come up with. Each of these areas we have invested in were chosen based on the resources we had as a university in terms of expertise, equipment and experience.

Click one

Ripple is

Making water safe again, one step at a time


Here on the Ripple iGEM team we are dedicating ourselves to making water safe again; not just for the ourselves, but for the surrounding environments and wildlife too.