Difference between revisions of "Team:Warwick/Model"

(Prototype team page)
 
m
 
(27 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">
 +
<link rel="stylesheet" href="https://2018.igem.org/Team:Warwick/CSS/GenericPageCSS?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';
 +
}
  
<div class="column full_size judges-will-not-evaluate">
+
function goToResults(){
<h3>★  ALERT! </h3>
+
        window.location = 'https://2018.igem.org/Team:Warwick/Results';
<p>This page is used by the judges to evaluate your team for the <a href="https://2018.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2018.igem.org/Judging/Awards"> award listed below</a>. </p>
+
}
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2018.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
</div>
+
  
 +
function goToOverview(){
 +
        window.location = "https://2018.igem.org/Team:Warwick/Parts";
 +
}
  
<div class="clear"></div>
+
function changeNavBar(navbarSelection){
  
 +
var bottnav = document.getElementById("BottNav");
  
<div class="column full_size">
+
$("#BottNav").hide().slideDown(300);
<h1> Modeling</h1>
+
  
<p>Mathematical models and computer simulations provide a great way to describe the function and operation of BioBrick Parts and Devices. Synthetic Biology is an engineering discipline, and part of engineering is simulation and modeling to determine the behavior of your design before you build it. Designing and simulating can be iterated many times in a computer before moving to the lab. This award is for teams who build a model of their system and use it to inform system design or simulate expected behavior in conjunction with experiments in the wetlab.</p>
+
switch (navbarSelection){
  
</div>
+
case 0:
<div class="clear"></div>
+
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;
 +
}
 +
}
  
<div class="column full_size">
+
function reset(){
<h3> Gold Medal Criterion #3</h3>
+
$("#BottNav").hide();
<p>
+
}
Convince the judges that your project's design and/or implementation is based on insight you have gained from modeling. This could be either a new model you develop or the implementation of a model from a previous team. You must thoroughly document your model's contribution to your project on your team's wiki, including assumptions, relevant data, model results, and a clear explanation of your model that anyone can understand.
+
<br><br>
+
The model should impact your project design in a meaningful way. Modeling may include, but is not limited to, deterministic, exploratory, molecular dynamic, and stochastic models. Teams may also explore the physical modeling of a single component within a system or utilize mathematical modeling for predicting function of a more complex device.
+
</p>
+
  
<p>
+
function goHome(){
Please see the <a href="https://2018.igem.org/Judging/Medals"> 2018
+
    window.location = 'https://2018.igem.org/Team:Warwick';
Medals Page</a> for more information.
+
}
</p>
+
</div>
+
  
<div class="column two_thirds_size">
 
<h3>Best Model Special Prize</h3>
 
  
<p>
+
function scrollToFooter(){
To compete for the <a href="https://2018.igem.org/Judging/Awards">Best Model prize</a>, please describe your work on this page  and also fill out the description on the <a href="https://2018.igem.org/Judging/Judging_Form">judging form</a>. Please note you can compete for both the gold medal criterion #3 and the best model prize with this page.
+
    $('html, body').animate({scrollTop: '10000px'}, 5000);
<br><br>
+
}
You must also delete the message box on the top of this page to be eligible for the Best Model Prize.
+
</p>
+
  
</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 third_size">
+
function goToOutreach(){
<div class="highlight decoration_A_full">
+
        window.location = 'https://2018.igem.org/Team:Warwick/Public_Engagement';
<h3> Inspiration </h3>
+
}
<p>
+
Here are a few examples from previous teams:
+
</p>
+
<ul>
+
<li><a href="https://2016.igem.org/Team:Manchester/Model">2016 Manchester</a></li>
+
<li><a href="https://2016.igem.org/Team:TU_Delft/Model">2016 TU Delft</li>
+
<li><a href="https://2014.igem.org/Team:ETH_Zurich/modeling/overview">2014 ETH Zurich</a></li>
+
<li><a href="https://2014.igem.org/Team:Waterloo/Math_Book">2014 Waterloo</a></li>
+
</ul>
+
</div>
+
</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';
 +
}
 +
 +
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';
 +
}
 +
 +
function goHome(){
 +
        window.location = "https://2018.igem.org/Team:Warwick";
 +
}
 +
 +
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");
 +
 +
        $("#inorgIMG").css("margin", "2% 5%");
 +
        $("#inorgIMG").css("width", "10%");
 +
        $("#inorgIMG").css("background-color", "white");
 +
 +
        $("#pdfPage").attr("src", "https://static.igem.org/mediawiki/2018/7/7b/T--Warwick--2018-LastFinalModel.pdf");
 +
        $("#pdfPage").css("display","block");
 +
}
 +
 +
function InorgClick(){
 +
        $("#bioIMG").css("margin", "2% 5%");
 +
        $("#bioIMG").css("width", "10%");
 +
        $("#bioIMG").css("background-color", "white");
 +
 +
        $("#inorgIMG").css("margin", "1% 4%");
 +
        $("#inorgIMG").css("width", "12%");
 +
        $("#inorgIMG").css("background-color", "grey");
 +
 +
        $("#pdfPage").attr("src", "https://static.igem.org/mediawiki/2018/3/33/T--Warwick--LeadModel.pdf");
 +
        $("#pdfPage").css("display","block");
 +
}
 +
 +
 +
</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'>Modelling</h1>
 +
        </div>
 +
<div style='width: 70%; height: 2px; margin: 0 15%; background-color: #02c9d0'></div>
 +
 +
                        <div id='descriptionFolder'><!--
 +
                            --><div id='tabs'><!--
 +
                                --><div class='tabs' id='tabBio'>
 +
                                      <img id='bioIMG' src='https://static.igem.org/mediawiki/2018/b/b5/T--Warwick--Biological.svg' onclick='BioClick()'>
 +
                                  </div><!--
 +
                                --><div class='tabs' id='tabInorg'>
 +
                                      <img id='inorgIMG' src='https://static.igem.org/mediawiki/2018/0/0e/T--Warwick--Inorganic.svg' onclick='InorgClick()'>
 +
                                  </div>
 +
                              </div>
 +
                              <div class='Contents' id='Content1'>
 +
 +
                              <embed id='pdfPage' style='display: none; margin: 0% 15% 0% 15%;' src="" type="application/pdf" width="70%" height="800px" />     
 +
                              </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>

Latest revision as of 02:18, 18 October 2018

Ripple


Modelling