Difference between revisions of "Team:Glasgow/Design"

(Prototype team page)
 
Line 2: Line 2:
 
<html>
 
<html>
  
 +
<p></p>
  
 +
<head>
 +
<style>
 +
.container {
 +
    width: 100%;
 +
    overflow: hidden;
 +
    background-color: #333;
 +
    font-family: Arial;
 +
}
 +
 +
.container a {
 +
    float: left;
 +
    font-size: 16px;
 +
    color: white;
 +
    text-align: center;
 +
    padding: 14px 16px;
 +
    text-decoration: none;
 +
}
 +
 +
.dropdown {
 +
    float: left;
 +
    overflow: hidden;
 +
}
 +
 +
.dropdown .dropbtn {
 +
    font-size: 16px;   
 +
    border: none;
 +
    outline: none;
 +
    color: white;
 +
    padding: 14px 16px;
 +
    background-color: inherit;
 +
}
 +
 +
.container a:hover, .dropdown:hover .dropbtn {
 +
    background-color:  rgb(64, 180, 255);
 +
}
 +
 +
.dropdown-content {
 +
    display: none;
 +
    position: absolute;
 +
    background-color: #f9f9f9;
 +
    min-width: 160px;
 +
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 +
    z-index: 1;
 +
}
 +
 +
.dropdown-content a {
 +
    float: none;
 +
    color: black;
 +
    padding: 12px 16px;
 +
    text-decoration: none;
 +
    display: block;
 +
    text-align: left;
 +
}
 +
 +
.dropdown-content a:hover {
 +
    background-color: #ddd;
 +
}
 +
 +
.dropdown:hover .dropdown-content {
 +
    display: block;
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
 +
<div class="container">
 +
  <a href="https://2017.igem.org/Team:Glasgow">Home</a>
 +
  <div class="dropdown">
 +
    <button class="dropbtn">Team</button>
 +
    <div class="dropdown-content">
 +
      <a href="https://2017.igem.org/Team:Glasgow/Team">Team</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Collaborations">Collaborations</a>
 +
    </div>
 +
  </div>
 +
  <div class="dropdown">
 +
    <button class="dropbtn">Project</button>
 +
    <div class="dropdown-content">
 +
      <a href="https://2017.igem.org/Team:Glasgow/Description">Description</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Design">Design</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Experiments">Experiments</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Notebook">Notebook</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/InterLab">InterLab</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Contribution">Contribution</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Model">Model</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Results">Results</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Demonstrate">Demonstrate</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Improve">Improve</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Attributions">Attributions</a>
 +
    </div>
 +
  </div>
 +
  <div class="dropdown">
 +
    <button class="dropbtn">Parts</button>
 +
    <div class="dropdown-content">
 +
      <a href="https://2017.igem.org/Team:Glasgow/Parts">Parts</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Basic_Part">Basic Parts</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Composite_Part">Composite Parts</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Part_Collection">Part Collection</a>
 +
    </div>
 +
  </div> 
 +
  <a href="https://2017.igem.org/Team:Glasgow/Safety">Safety</a>
 +
  <div class="dropdown">
 +
    <button class="dropbtn">Human Practices</button>
 +
    <div class="dropdown-content">
 +
      <a href="https://2017.igem.org/Team:Glasgow/HP/Silver">Silver HP</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/HP/Gold_Integrated">Integrated and Gold</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Engagement">Public Engagement</a>
 +
    </div>
 +
  </div>
 +
  <div class="dropdown">
 +
    <button class="dropbtn">Awards</button>
 +
    <div class="dropdown-content">
 +
      <a href="https://2017.igem.org/Team:Glasgow/Applied_Design">Applied Design</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Entrepreneurship">Entrepreneurship</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Hardware">Hardware</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Measurement">Measurement</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Model">Model</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Plant">Plant</a>
 +
      <a href="https://2017.igem.org/Team:Glasgow/Software">Software</a>
 +
    </div>
 +
  </div>
 +
</div>
  
  

Revision as of 15:24, 29 June 2017

Design

Design is the first step in the design-build-test cycle in engineering and synthetic biology. Use this page to describe the process that you used in the design of your parts. You should clearly explain the engineering principles used to design your project.

This page is different to the "Applied Design Award" page. Please see the Applied Design page for more information on how to compete for that award.

What should this page contain?
  • Explanation of the engineering principles your team used in your design
  • Discussion of the design iterations your team went through
  • Experimental plan to test your designs