Difference between revisions of "Team:Cornell/Composite Part"

(Prototype team 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;
 +
        }
 +
    </style>
  
 +
    <title>Team:Cornell/Composite - 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" type="text/javascript"></script>
 +
</head>
 +
<body>
 +
    <div class="composite-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 ------------------------>
 +
       
 +
        <!------------------------ COMPOSITE PAGE BANNER START ------------------------>
 +
        <header class="no-pic-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% >Composite Part</text>
 +
            </svg>
 +
        </header>
 +
        <!------------------------ COMPOSITE PAGE BANNER END ------------------------>
  
 +
        <!------------------------ COMPOSITE PAGE CONTENT START ------------------------>
 +
        <div class="composite-page-content-wrapper">
 +
                    <div class="composite-text-wrapper">
 +
                <p class="composite-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>
 +
        <!------------------------ COMPOSITE PAGE CONTENT END ------------------------>
  
 
+
        <!------------------------ FOOTER START ------------------------>
<div class="column full_size">
+
        <footer>
<h1>Composite Parts</h1>
+
            <div class="footer-wrapper">
 
+
                <div class="icon-wrapper">
 
+
                    <a class="icon" href="http://facebook.com/cornelligem"><img src="https://static.igem.org/mediawiki/2018/3/30/T--Cornell--Facebook.jpg"></a>
<p>
+
                </div>
A composite part is a functional unit of DNA consisting of two or more basic parts assembled together. <a href="http://parts.igem.org/wiki/index.php/Part:BBa_I13507">BBa_I13507</a> is an example of a composite part, consisting of an RBS, a protein coding region for a red fluorescent protein, and a terminator.
+
                <div class="icon-wrapper">
</p>
+
                    <a class="icon" href="http://twitter.com/cugem"><img src="https://static.igem.org/mediawiki/2018/0/02/T--Cornell--Twitter.jpg"></a>
 
+
                </div>
<p>New composite BioBrick devices can be made by combining existing BioBrick Parts (like Inverters, Amplifiers, Smell Generators, Protein Balloon Generators, Senders, Receivers, Actuators, and so on).</p>
+
                <div class="icon-wrapper">
</div>
+
                    <a class="icon" href="https://www.instagram.com/cugem/"><img src="https://static.igem.org/mediawiki/2018/a/ae/T--Cornell--Instagram.jpg"></a>
 
+
                </div>
<div class="column full_size">
+
                <div class="icon-wrapper icon-wrapper-last">
<div class="highlight decoration_background">
+
                    <a class="icon" href="https://www.youtube.com/channel/UCJt-5JfyoucUJXC1EsTllhg"><img src="https://static.igem.org/mediawiki/2018/7/77/T--Cornell--Youtube.jpg"></a>
<h3>Note</h3>
+
                </div>
<p>This page should list all the composite parts your team has made during your project. You must add all characterization information for your parts on the Registry. You should not put characterization information on this page. Remember judges will only look at the first part in the list for the Best Composite Part award, so put your best part first!</p>
+
            </div>
</div>
+
        </footer>
</div>
+
        <!------------------------ FOOTER END ------------------------>
 
+
    </div>
 
+
</body>
 
+
<div class="column full_size">
+
<h3>Best Composite Part Special Prize</h3>
+
 
+
<p>To be eligible for this award, this part must adhere to <a href="http://parts.igem.org/DNA_Submission">Registry sample submission guidelines</a> and have been sent to the Registry of Standard Biological Parts. If you have a part you wish to nominate your team for this <a href="https://2018.igem.org/Judging/Awards">special prize</a>, make sure you add your part number to your <a href="https://2018.igem.org/Judging/Judging_Form">judging form</a> and delete the box at the top of this page.
+
 
+
<br><br>
+
<b>Please note:</b> Judges will only look at the first part number you list, so please only enter ONE (1) part number in the judging form for this prize. </p>
+
 
+
</div>
+
 
+
 
</html>
 
</html>

Revision as of 04:50, 10 October 2018

Team:Cornell/Composite - 2018.igem.org

Composite Part

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.