Difference between revisions of "Team:Cornell/Demonstrate"

(Prototype team page)
 
(finalizing demonstrate page)
Line 1: Line 1:
{{Cornell}}
 
 
<html>
 
<html>
 +
<head>
 +
    <style>
 +
        /* hides "Team:Cornell" and iGEM logo */
 +
        #top_title {
 +
            display: none;
 +
        }
  
 +
        /* removes padding below footer */
 +
        #globalWrapper {
 +
            padding: 0;
 +
        }
  
 +
        #content {
 +
            background: #0d1c38;
 +
            padding: 0px;
 +
            width: 100% !important;
 +
            margin-top: 0px;
 +
            margin-left: 0px ;
 +
        }
  
<div class="column full_size judges-will-not-evaluate">
+
        /* removes default styling for home banner tagline */
<h3>★  ALERT! </h3>
+
        #HQ_page p {
<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>
+
            font-family: 'Opens Sans', sans-serif;
<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>
+
            font-size: 16px;
</div>
+
        }
  
 +
        /* removes small extra margin at very bottom below footer */
 +
        p {
 +
            margin: 0;
 +
        }
  
<div class="clear"></div>
+
        .notebook-header-text {
 
+
            margin-top: 1em;
 
+
            margin-bottom: 1em;
 
+
        }
<div class="column full_size">
+
    </style>
<h1>Demonstrate</h1>
+
<h3>Gold Medal Criterion #4</h3>
+
 
+
<p>
+
Teams that can show their system working under real world conditions are usually good at impressing the judges in iGEM. To achieve gold medal criterion #4, convince the judges that your project works. There are many ways in which your project working could be demonstrated, so there is more than one way to meet this requirement. This gold medal criterion was introduced in 2016, so check our what 2016 teams did to achieve their gold medals!
+
</p>
+
 
+
<p>
+
Please see the <a href="https://2018.igem.org/Judging/Medals">2018 Medals Page</a> for more information.
+
</p>
+
 
+
 
+
</div>
+
 
+
  
 +
    <title>Team:Cornell/Demonstrate - 2018.igem.org</title>
 +
    <!-- CSS -->
 +
    <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:Cornell/styles?action=raw&ctype=text/css">
 +
    <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:Cornell/grids?action=raw&ctype=text/css">
 +
    <!-- JS -->
 +
    <script src="https://2018.igem.org/Team:Cornell/jquerymin?action=raw&ctype=text/javascript"></script>
 +
    <script src="https://2018.igem.org/Team:Cornell/mainJS?action=raw&ctype=text/javascript"></script>
 +
</head>
 +
<body>
 +
    <div class="demonstrate-page-wrapper">
 +
        <!------------------------ NAV BAR START ------------------------>
 +
        <nav>
 +
            <div class="nav-bar-wrapper">
 +
                <div>
 +
                    <div class="nav-bar-logo">
 +
                        <a href="home"><img src="https://static.igem.org/mediawiki/2018/6/63/T--Cornell--OscillateLogo.jpg" alt="Oscillate"></a>
 +
                    </div>
 +
                    <div class="nav-bar-main-menu">
 +
                        <div class="dropdown">
 +
                            <button class="dropbtn">TEAM</button>
 +
                            <div class="dropdown-content team-dropdown-content">
 +
                                <a href="https://2018.igem.org/Team:Cornell/Team">BIOS</a>
 +
                                <a href="https://2018.igem.org/Team:Cornell/Sponsors">SPONSORS</a>
 +
                                <a href="https://2018.igem.org/Team:Cornell/Attributions">ATTRIBUTIONS</a>
 +
                            </div>
 +
                        </div>
 +
                        <div class="dropdown">
 +
                            <button class="dropbtn">OUTREACH</button>
 +
                            <div class="dropdown-content outreach-dropdown-content">
 +
                                <a href="#">COLLABORATIONS</a>
 +
                                <a href="#">PUBLIC ENGAGEMENT</a>
 +
                            </div>
 +
                        </div>
 +
                        <div class="dropdown">
 +
                            <button class="dropbtn">HUMAN-CENTERED DESIGN</button>
 +
                            <div class="dropdown-content human-dropdown-content">
 +
                                <a href="#">PRACTICES</a>
 +
                                <a href="#">POLICIES</a>
 +
                                <a href="https://2018.igem.org/Team:Cornell/Entrepreneurship">ENTREPRENEURSHIP</a>
 +
                            </div>
 +
                        </div>
 +
                        <div class="dropdown">
 +
                            <button class="dropbtn">MODELING</button>
 +
                            <div class="dropdown-content modeling-dropdown-content">
 +
                                <a href="https://2018.igem.org/Team:Cornell/Model">MODEL</a>
 +
                                <a href="https://2018.igem.org/Team:Cornell/Software">SOFTWARE</a>
 +
                                <a href="https://2018.igem.org/Team:Cornell/Design">DESIGN</a>
 +
                            </div>
 +
                        </div>
 +
                        <div class="dropdown">
 +
                            <button class="dropbtn">TOOLKIT</button>
 +
                            <div class="dropdown-content toolkit-dropdown-content">
 +
                                <ul>
 +
                                    <div class="nav-first-col">
 +
                                        <li class = "wet-lab-list-title"><b>WET LAB</b></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Cornell/Foundations">FOUNDATIONS</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Cornell/Demonstrate">DEMONSTRATE</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Cornell/InterLab">INTERLAB</a></li>
 +
                                        <li><a href="hhttps://2018.igem.org/Team:Cornell/Parts">PARTS</a></li>
 +
                                        </li>
 +
                                    </div>
  
 +
                                    <div class="nav-second-col">
 +
                                        <li class = "doc-list-title"><b>DOCUMENTATION</b></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Cornell/Notebook">NOTEBOOK</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Cornell/Safety">SAFETY</a></li>
 +
                                        </li>
 +
                                    </div>
 +
                                </ul>
 +
                            </div>
 +
                        </div>
 +
                        <div class="dropdown">
 +
                            <button class="dropbtn" onclick="location.href='https://2018.igem.org/Team:Cornell/Description '">ABOUT</button>
 +
                        </div>
 +
                        <div class="dropdown">
 +
                            <button class="dropbtn active-page" onclick="location.href='https://2018.igem.org/Team:Cornell'">HOME</button>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </nav>
 +
        <!------------------------ NAV BAR END ------------------------>
 +
       
 +
        <!------------------------ DEMONSTRATE PAGE BANNER START ------------------------>
 +
        <header class="standard-page-banner demonstrate-page-banner">         
 +
            <svg viewBox="0 0 100 100" width=100% height=100%>
 +
                <polygon points="-50,50 50,10 150,50 50,90" fill="white" fill-opacity="0.4"></polygon>
 +
                <text class="standard-page-banner-title" text-anchor="middle" alignment-baseline="middle" x=50% y=50% >Demonstrate</text>
 +
            </svg>
 +
        </header>
 +
        <!------------------------ DEMONSTRATE PAGE BANNER END ------------------------>
  
 +
        <!------------------------ DEMONSTRATE PAGE CONTENT START ------------------------>
 +
        <div class="demonstrate-page-content-wrapper">
 +
                    <div class="demonstrate-text-wrapper">
 +
                <p class="demonstrate-body-text">We are a team composed entirely of undergraduates and we pride ourselves on our independence. The concept of a biological band-pass filter based on frequency was brainstormed and implemented by our team. Our wet lab team designed and cloned all sequences into pSB1C3, and transformed them for testing in DH5-α E. Coli. They also designed all experiments and worked to analyze all the data we collected. The product development group worked to create the mathematical model for the system based on Hill Kinetics. The sub-team worked on both the deterministic and stochastic model. The policy and practices team spearheaded our outreach efforts and led initiatives to contact and work with synthetic biology researches on our campus and beyond. To understand how our project might integrate into the field, they conducted interviews to find out about how developing technologies enter a new field.</p>
 +
                    </div>
 +
        </div>
 +
        <!------------------------ DEMONSTRATE PAGE CONTENT END ------------------------>
  
 +
        <!------------------------ FOOTER START ------------------------>
 +
        <footer>
 +
            <div class="footer-wrapper">
 +
                <div class="icon-wrapper">
 +
                    <a class="icon" href=""><img src="https://static.igem.org/mediawiki/2018/3/30/T--Cornell--Facebook.jpg"></a>
 +
                </div>
 +
                <div class="icon-wrapper">
 +
                    <a class="icon" href=""><img src="https://static.igem.org/mediawiki/2018/0/02/T--Cornell--Twitter.jpg"></a>
 +
                </div>
 +
                <div class="icon-wrapper">
 +
                    <a class="icon" href=""><img src="https://static.igem.org/mediawiki/2018/a/ae/T--Cornell--Instagram.jpg"></a>
 +
                </div>
 +
                <div class="icon-wrapper icon-wrapper-last">
 +
                    <a class="icon" href=""><img src="https://static.igem.org/mediawiki/2018/7/77/T--Cornell--Youtube.jpg"></a>
 +
                </div>
 +
            </div>
 +
        </footer>
 +
        <!------------------------ FOOTER END ------------------------>
 +
    </div>
 +
</body>
 
</html>
 
</html>

Revision as of 16:29, 9 October 2018

Team:Cornell/Demonstrate - 2018.igem.org

Demonstrate

We are a team composed entirely of undergraduates and we pride ourselves on our independence. The concept of a biological band-pass filter based on frequency was brainstormed and implemented by our team. Our wet lab team designed and cloned all sequences into pSB1C3, and transformed them for testing in DH5-α E. Coli. They also designed all experiments and worked to analyze all the data we collected. The product development group worked to create the mathematical model for the system based on Hill Kinetics. The sub-team worked on both the deterministic and stochastic model. The policy and practices team spearheaded our outreach efforts and led initiatives to contact and work with synthetic biology researches on our campus and beyond. To understand how our project might integrate into the field, they conducted interviews to find out about how developing technologies enter a new field.