Difference between revisions of "Team:XJTU-China/Model"

(Prototype team page)
 
Line 1: Line 1:
{{IGEM_TopBar}}
+
{{XJTU-China/style}}
{{XJTU-China}}
+
{{XJTU-China/youtube}}
<html>
+
<html lang="en" dir="ltr">
  
 +
<head>
 +
    <title>Team:XJTU-China/Model</title>
 +
    <meta charset="utf-8">
 +
    <meta name="keywords" content="iGEM,Xi'an Jiaotong University,XJTU-China,Tryptophan,
 +
        Trp,Biosynthesis,E.coli">
 +
    <meta name="description"
 +
        content="Welcome to 2021 XJTU-China. Please check our recent work on tryptophan biosynthesis via E.coli">
 +
    <meta name="viewport"
 +
        content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes" />
 +
    <link rel="stylesheet" type="text/css"
 +
        href="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China&action=raw&ctype=text/css" />
 +
    <link rel="stylesheet" type="text/css"
 +
        href="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/font_awesome_min&action=raw&ctype=text/css" />
 +
    <link rel="stylesheet" type="text/css"
 +
        href="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/bootstrap&action=raw&ctype=text/css" />
 +
    <!-- <link rel="stylesheet" type="text/css"
 +
        href="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/youtube&action=raw&ctype=text/css" /> -->
  
 +
</head>
  
<div class="column full_size judges-will-not-evaluate">
+
<body>
<h3>★  ALERT! </h3>
+
    <!--banner-->
<p>This page is used by the judges to evaluate your team for the <a href="https://2021.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2021.igem.org/Judging/Awards"> award listed below</a>. </p>
+
    <section>
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2021.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
        <div class="container row fixedBackground">
</div>
+
            <div class="fixedBackgroundImg"
 +
                style="background-image: url(https://static.igem.org/mediawiki/2021/f/fd/T--XJTU-China--bg.jpg);">
 +
            </div>
 +
            <div class="pageHeadline"><span>Model</span></div>
 +
        </div>
 +
    </section>
  
 +
    <!--JS-->
 +
    <script type="text/javascript"
 +
        src="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/jquery&action=raw&ctype=text/javascript"></script>
 +
    <script type="text/javascript"
 +
        src="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/bootstrapJS&action=raw&ctype=text/javascript"></script>
 +
    <script type="text/javascript"
 +
        src="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/lottie&action=raw&ctype=text/javascript"></script>
 +
    <!--dr-menuSliding-->
 +
    <script>
 +
        var fsliding = (function () {
 +
            window.addEventListener('scroll', function () {
 +
                var scroll = $(window).scrollTop();
 +
                var pageHeight = $(window).height();
 +
                var pageWidth = $(window).width();
 +
                var drMenu = $(".dr-menu");
 +
                var containerHeight = $("#container").height();
 +
                var drMenuHeight = drMenu.height();
 +
                var headerHeight = $("header").height();
  
<div class="clear"></div>
+
                if (pageWidth < 992) {
 
+
                    drMenu.hide();
 
+
                }
<div class="column full_size">
+
                else {
<h1> Modeling</h1>
+
                    drMenu.show();
 
+
                    // drmenu到底, -5px莫名其妙
<p>Mathematical models and computer simulations provide a great way to describe the function and operation of 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. </p>
+
                    if (scroll - 5 - (0.7 * pageHeight - headerHeight) + drMenuHeight >= containerHeight) {
 
+
                        drMenu.css({
<p>Please note you can compete for both the Gold Medal criterion #3 and the Best Model prize with this page. </p>
+
                            "position": "relative",
 
+
                            "top": (containerHeight - drMenuHeight).toString() + "px"
</div>
+
                        });
<div class="clear"></div>
+
                    }
 
+
                    //滑动时,-5px莫名其妙
<div class="column full_size">
+
                    else if (scroll - 5 > 0.7 * pageHeight - headerHeight) {
<h3> Gold Medal Criterion #3</h3>
+
                        drMenu.css({
<p>
+
                            "position": "fixed",
Use modeling to gain insight into how your project works or should be implemented. Explain your model's assumptions, data, parameters, and results in a way that anyone could understand.
+
                            "top": (headerHeight + 100).toString() + "px"
<br><br>
+
                        });
Please see the <a href="https://2021.igem.org/Judging/Medals">2021 Medals Page</a> for more information.
+
                    }
</p>
+
                    //未滑动时
 
+
                    else {
</div>
+
                        drMenu.css({
 
+
                            "position": "relative",
<div class="column two_thirds_size">
+
                            "top": "0"
<h3>Best Model Special Prize</h3>
+
                        });
 
+
                    }
<p>Models and computer simulations provide a great way to describe the functioning and operation of BioBrick Parts and Devices. Synthetic biology is an engineering discipline and part of engineering is simulation and modeling to determine system behavior before building your design. 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 before or in conjunction with experiments in the wetlab.
+
                }
</p><p>
+
            })
To compete for the <a href="https://2021.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://2021.igem.org/Judging/Judging_Form">judging form</a>.
+
        })()
</p>
+
    </script>
 
+
</body>
</div>
+
 
+
 
+
<div class="column third_size">
+
<div class="highlight decoration_A_full">
+
<h3> Inspiration </h3>
+
<p>You can look at what other teams did to get some inspiration! <br />
+
Here are a few examples:</p>
+
<ul>
+
<li><a href="https://2018.igem.org/Team:GreatBay_China/Model">2018 GreatBay China</a></li>
+
<li><a href="https://2018.igem.org/Team:Leiden/Model">2018 Leiden</a></li>
+
<li><a href="https://2019.igem.org/Team:IISER_Kolkata/Model">2019 IISER Kolkata</a></li>
+
<li><a href="https://2019.igem.org/Team:Exeter/Model">2019 Exeter</li>
+
<li><a href="https://2019.igem.org/Team:Mingdao/Model">2019 Mingdao</a></li>
+
<li><a href="https://2020.igem.org/Team:Harvard/Model">2020 Harvard</a></li>
+
<li><a href="https://2020.igem.org/Team:Leiden/Model">2020 Leiden</a></li>
+
</ul>
+
</div>
+
</div>
+
  
 
</html>
 
</html>
 +
{{XJTU-China/header}}
 +
{{XJTU-China/footer}}

Revision as of 02:49, 20 September 2021

Team:XJTU-China/Model

Model

contact us

Xi'an Jiaotong University
28 Xianning West Road
Xi'an, Shaanxi, China, 710049
xjtu_igem@xjtu.edu.cn

Made with ❤️ by