Difference between revisions of "Team:Warwick/Parts"

(Prototype team page)
 
m
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">
 +
<link rel="stylesheet" href="https://2018.igem.org/Team:Warwick/CSS/GenericPageCSS?action=raw&ctype=text/css">
 +
<link rel="stylesheet" href="https://2018.igem.org/Team:Warwick/CSS/MedalsCSS?action=raw&ctype=text/css">
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  
 +
<script>
  
<div class="column full_size">
+
function goToNotebook(){
<h1>Parts</h1>
+
    window.location = 'https://2018.igem.org/Team:Warwick/Notebook';
<p>Each team will make new parts during iGEM and will submit them to the Registry of Standard Biological Parts. The iGEM software provides an easy way to present the parts your team has created. The <code>&lt;groupparts&gt;</code> tag (see below) will generate a table with all of the parts that your team adds to your team sandbox.</p>
+
}
<p>Remember that the goal of proper part documentation is to describe and define a part, so that it can be used without needing to refer to the primary literature. Registry users in future years should be able to read your documentation and be able to use the part successfully. Also, you should provide proper references to acknowledge previous authors and to provide for users who wish to know more.</p>
+
</div>
+
  
<div class="column full_size">
+
function goToResults(){
<div class="highlight decoration_background">
+
    window.location = 'https://2018.igem.org/Team:Warwick/Results';
<h3>Note</h3>
+
}
<p>Note that parts must be documented on the <a href="http://parts.igem.org/Main_Page"> Registry</a>. This page serves to <i>showcase</i> the parts you have made. Future teams and other users and are much more likely to find parts by looking in the Registry than by looking at your team wiki.</p>
+
</div>
+
</div>
+
  
<div class="clear extra_space"></div>
+
function goToOverview(){
<div class="line_divider"></div>
+
    window.location = 'https://2018.igem.org/Team:Warwick/Parts';
<div class="clear extra_space"></div>
+
}
  
 +
function changeNavBar(navbarSelection){
  
 +
var bottnav = document.getElementById("BottNav");
  
 +
$("#BottNav").hide().slideDown(300);
  
 +
switch (navbarSelection){
  
<div class="column two_thirds_size">
+
case 0:
<div class="highlight decoration_B_full">
+
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='Outreach()'><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;
 +
}
 +
}
  
<h3>Adding parts to the registry</h3>
+
function reset(){
<p>You can add parts to the Registry at our <a href="http://parts.igem.org/Add_a_Part_to_the_Registry">Add a Part to the Registry</a> link.</p>
+
$("#BottNav").hide();
 +
}
  
<p>We encourage teams to start completing documentation for their parts on the Registry as soon as you have it available. The sooner you put up your parts, the better you will remember all the details about your parts. Remember, you don't need to send us the DNA sample before you create an entry for a part on the Registry. (However, you <b>do</b> need to send us the DNA sample before the Jamboree. If you don't send us a DNA sample of a part, that part will not be eligible for awards and medal criteria.)</p>
+
function goHome(){
<div class="button_link">
+
    window.location = 'https://2018.igem.org/Team:Warwick';
<a href="http://parts.igem.org/Add_a_Part_to_the_Registry">
+
}
ADD PARTS
+
</a>
+
</div>
+
  
</div>
 
</div>
 
  
 +
function scrollToFooter(){
 +
    $('html, body').animate({scrollTop: '10000px'}, 5000);
 +
}
  
 +
function MeetTheTeam(){
 +
window.location = 'https://2018.igem.org/Team:Warwick/theTeam.html';
 +
}
  
<div class="column third_size">
+
function goToAttributions(){
<div class="highlight decoration_A_full">
+
window.location = 'https://2018.igem.org/Team:Warwick/Attributions';
<h3>Inspiration</h3>
+
}
<p>We have a created  a <a href="http://parts.igem.org/Well_Documented_Parts">collection of well documented parts</a> that can help you get started.</p>
+
  
<p> You can also take a look at how other teams have documented their parts in their wiki:</p>
+
function goToOutreach(){
<ul>
+
        window.location = 'https://2018.igem.org/Team:Warwick/Public_Engagement';
<li><a href="https://2014.igem.org/Team:MIT/Parts"> 2014 MIT </a></li>
+
}
<li><a href="https://2014.igem.org/Team:Heidelberg/Parts"> 2014 Heidelberg</a></li>
+
<li><a href="https://2014.igem.org/Team:Tokyo_Tech/Parts">2014 Tokyo Tech</a></li>
+
</ul>
+
</div>
+
</div>
+
  
 +
function goToHumanPractices(){
 +
window.location = 'https://2018.igem.org/Team:Warwick/Human_Practices';
 +
}
  
<div class="clear extra_space"></div>
+
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';
 +
}
  
 +
function goToExperiments(){
 +
        window.location = 'https://2018.igem.org/Team:Warwick/Experiments';
 +
}
  
<div class="column full_size">
+
function goToInterLab(){
 +
        window.location = 'https://2018.igem.org/Team:Warwick/InterLab';
 +
}
  
<h3>What information do I need to start putting my parts on the Registry?</h3>
+
function goToModel(){
<p>The information needed to initially create a part on the Registry is:</p>
+
        window.location = 'https://2018.igem.org/Team:Warwick/Model';
<ul>
+
}
<li>Part Name</li>
+
<li>Part type</li>
+
<li>Creator</li>
+
<li>Sequence</li>
+
<li>Short Description (60 characters on what the DNA does)</li>
+
<li>Long Description (Longer description of what the DNA does)</li>
+
<li>Design considerations</li>
+
</ul>
+
  
<p>
+
function goHome(){
We encourage you to put up <em>much more</em> information as you gather it over the summer. If you have images, plots, characterization data and other information, please also put it up on the part page. </p>
+
        window.location = "https://2018.igem.org/Team:Warwick";
 +
}
  
</div>
+
function goToMedals(){
 +
        window.location = "https://2018.igem.org/Team:Warwick/Medals";
 +
}
  
 +
function BioClick(){
 +
        $("#bioIMG").css("margin", "1% 4%");
 +
        $("#bioIMG").css("width", "12%");
 +
        $("#bioIMG").css("background-color", "grey");
  
<div class="clear extra_space"></div>
+
        $("#orgIMG").css("margin", "2% 5%");
<div class="line_divider"></div>
+
        $("#orgIMG").css("width", "10%");
<div class="clear extra_space"></div>
+
        $("#orgIMG").css("background-color", "white");
  
<div class="column full_size">
+
        $("#inorgIMG").css("margin", "2% 5%");
<h3>Part Table </h3>
+
        $("#inorgIMG").css("width", "10%");
 +
        $("#inorgIMG").css("background-color", "white");
 +
}
  
<p>Please include a table of all the parts your team has made during your project on this page. Remember part characterization and measurement data must go on your team part pages on the Registry. </p>
+
function OrgClick(){
 +
        $("#bioIMG").css("margin", "2% 5%");
 +
        $("#bioIMG").css("width", "10%");
 +
        $("#bioIMG").css("background-color", "white");
  
</html>
+
        $("#orgIMG").css("margin", "1% 4%");
<groupparts>iGEM18 Warwick</groupparts>
+
        $("#orgIMG").css("width", "12%");
<html>
+
        $("#orgIMG").css("background-color", "grey");
</div>
+
 
 +
        $("#inorgIMG").css("margin", "2% 5%");
 +
        $("#inorgIMG").css("width", "10%");
 +
        $("#inorgIMG").css("background-color", "white");
 +
}
 +
 
 +
function InorgClick(){
 +
        $("#bioIMG").css("margin", "2% 5%");
 +
        $("#bioIMG").css("width", "10%");
 +
        $("#bioIMG").css("background-color", "white");
 +
 
 +
        $("#orgIMG").css("margin", "2% 5%");
 +
        $("#orgIMG").css("width", "10%");
 +
        $("#orgIMG").css("background-color", "white");
 +
 
 +
        $("#inorgIMG").css("margin", "1% 4%");
 +
        $("#inorgIMG").css("width", "12%");
 +
        $("#inorgIMG").css("background-color", "grey");
 +
}
 +
 
 +
 
 +
</script>
 +
 
 +
 +
<script>
 +
$(function () {
 +
  $(document).scroll(function () {
 +
    $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());
 +
  });
 +
});
 +
 
 +
</script>
 +
<title>Ripple</title>
 +
<link rel="icon" href="images/RippleLogo.ico">
 +
 
 +
</head>
 +
 
 +
<body>
 +
 
 +
 
 +
<div id='Navbar'>
 +
<div id='TopNav'>
 +
<ul><!--
 +
  --><li><span class='topnavs' id='topnavHome' onclick="goHome()">Home</span></li><!--
 +
  --><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='GenericBody'>
 +
<div><br>
 +
<h1 id='GenericTitle'>Parts</h1>
 +
        </div>
 +
<div style='width: 70%; height: 2px; margin: 2% 15% 5% 15%; background-color: #02c9d0'></div>
 +
                        <div id='descriptionFolder'>
 +
                              <div style='padding: 0; width: 0; height: 0;' class='Contents'></div>
 +
 
 +
                              <div class='Contents' id='Content1'>
 +
                                  <groupparts>iGEM18 Warwick</groupparts>
 +
                              </div>
 +
 
 +
                              <div class='Contents' id='Content2'>
 +
                              </div>
 +
 
 +
                              <div class='Contents' id='Content3'>
 +
                              </div>
 +
 
 +
                              <div class='Contents' id='Content4'>
 +
                              </div>
  
 +
                        </div>
 +
                </div>
 +
     
 +
<div id='footer'>
 +
 +
<div id='leftFoot'>
 +
<h1 class='FooterTitle' style='margin: 15px auto'>Contact Us</h1>
 +
<div id='socialmedia'>
 +
<h1 style='color: white; font-weight: 300; font-size: 1.5vw;'>igem@warwick.ac.uk</h1>
 +
<br>
 +
            <a class='socialMedia' style='margin-left: 5%' href="https://www.youtube.com/channel/UCHhLKgvGJFkdSmwgGPvN9PA">
 +
            <img src="https://static.igem.org/mediawiki/2018/6/61/T--Warwick--YTRed.png" alt="YouTube">
 +
            </a>
 +
            <a class='socialMedia' href="https://twitter.com/warwickigem">
 +
            <img src="https://static.igem.org/mediawiki/2018/f/f0/T--Warwick--Twitterlogo.png" alt="Twitter">
 +
            </a>
 +
            <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>

Revision as of 12:31, 16 October 2018

Ripple


Parts

iGEM18 Warwick