Difference between revisions of "Template:Virginia"

 
(440 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 +
 +
<link href="http://fonts.googleapis.com/css?family=Lato:300|Grand+Hotel" rel="stylesheet" type="text/css">
 +
 +
<head>
 +
 +
<!-- This tells the browser that your page is responsive -->
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
 +
<link href="https://2017.igem.org/wiki/index.php?title=Team:Virginia/css/bootstrap.css&action=raw&ctype=text/css" type="text/css" rel="stylesheet">
 +
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 +
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
 +
        <script type="text/javascript" src="https://2017.igem.org/wiki/index.php?title=Team:Virginia/js/bootstrap.min.js&action=raw&ctype=text/javascript"></script>
 +
 +
 +
</head>
  
 
<script>
 
<script>
Line 83: Line 98:
  
  
</script>
+
/*********CHRISTIA'S SCRIPT**********/
  
 +
var acc = document.getElementsByClassName("accordion");
 +
var i;
  
 +
for (i = 0; i < acc.length; i++) {
 +
    acc[i].onclick = function(){
 +
        /* Toggle between adding and removing the "active" class,
 +
        to highlight the button that controls the panel */
 +
        this.classList.toggle("active");
  
 +
        /* Toggle between hiding and showing the active panel */
 +
        var panel = this.nextElementSibling;
 +
        if (panel.style.display === "block") {
 +
            panel.style.display = "none";
 +
        } else {
 +
            panel.style.display = "block";
 +
        }
 +
    }
 +
}
  
  
<style>
+
</script>
  
  
  
/***************************************************** DEFAULT WIKI SETTINGS  ****************************************************/
 
  
  
/* Clear the default wiki settings */
 
 
#home_logo, #sideMenu { display:none; }
 
#sideMenu, #top_title, .patrollink  {display:none;}
 
#content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
 
body {background-color: black;}
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
  
+
<style>
+
div.panel {
+
    padding: 0 18px;
/**************************************************************** MENU ***************************************************************/
+
    background-color: white;
/* Wrapper for the menu */
+
    max-height: 0;
.igem_2017_menu_wrapper {  
+
    overflow: hidden;
width: 15%;
+
    transition: max-height 0.2s ease-out;
height:100vh;
+
}
position:fixed;
+
</style>
right:0%;
+
padding:0px;
+
float:right;
+
border-left: 1px solid #000000;  
+
background-color: #b1bdcd;
+
text-align:left;
+
/*font-family:Tahoma, Geneva, sans-serif; */
+
font-family: Verdana, Arial, Helvetica, sans-serif;
+
overflow-y: auto;
+
overflow-x: hidden;
+
}
+
  
/* this hides the scrollbar to keep view consistency */
+
<script>
.igem_2017_menu_wrappe::-webkit-scrollbar {
+
var acc = document.getElementsByClassName("accordion");
display: none;  
+
var i;
}
+
+
+
/* styling for links in the menu, removes the line under text */
+
.igem_2017_menu_wrapper a { 
+
text-decoration: none;  
+
}
+
  
 +
for (i = 0; i < acc.length; i++) {
 +
  acc[i].onclick = function() {
 +
    this.classList.toggle("active");
 +
    var panel = this.nextElementSibling;
 +
    if (panel.style.maxHeight){
 +
      panel.style.maxHeight = null;
 +
    } else {
 +
      panel.style.maxHeight = panel.scrollHeight + "px";
 +
    }
 +
  }
 +
}
 +
</script>
  
/* styling for the images in the menu */
+
<style>
.igem_2017_menu_wrapper img {
+
width: 100%;
+
}
+
  
/* styling for the menu buttons */
 
.igem_2017_menu_wrapper .menu_button {
 
width: 100%;
 
padding: 10px 0px 10px 15px;
 
float:left;
 
border-bottom: 1px solid t;
 
font-size: 12px;
 
font-weight: bold;
 
color: #003366;
 
cursor: pointer;
 
}
 
  
 +
/***************************************************** CHRISTIA'S THINGS!!! :) :)  ****************************************************/
  
.igem_2017_menu_wrapper .menu_bottom_padding {  
+
@font-face {  
width: 100%;  
+
font-family: "Montserrat";  
height: 30px;
+
src: url('Montserrat.regular.ttf');  
float:left;
+
}
}
+
  
.menu_button.direct_to_page {  
+
@font-face {  
padding-left: 36px;
+
font-family: "Opensans";  
}
+
src: url('VirginiaOpenSansLight.ttf');
 +
}
  
 +
@font-face {
 +
font-family: "Montserrat-Medium";
 +
src: url('Montserrat-Medium.ttf');
 +
}
  
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon {
+
@font-face {
width:10%;
+
font-family: "Montserrat-Light";
float:left;
+
src: url('Montserrat-Light.ttf');
}
+
}
 +
 
 +
@font-face {
 +
font-family: "Montserrat-ExtraLight";
 +
src: url('Montserrat-ExtraLight.ttf');
 +
}
 +
 
 +
/* Style the buttons that are used to open and close the accordion panel */
 +
button.accordion {
 +
    background-color: #eee;
 +
    color: #444;
 +
    cursor: pointer;
 +
    padding: 18px;
 +
    width: 100%;
 +
    text-align: left;
 +
    border: none;
 +
    outline: none;
 +
    transition: 0.4s;
 +
}
  
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon::before {
+
 
content: "+";  
+
/***************************************************** DEFAULT WIKI SETTINGS ****************************************************/
}
+
 
 
.open::before {
+
/* Clear the default wiki settings */
content: "-" !important; 
+
}
+
 
 
+
#home_logo, #sideMenu { display:none; }
+
#sideMenu, #top_title, .patrollink  {display:none;}
/* styling for the menu buttons on hover */
+
#content {width:100%; padding:0px; margin-left:0px; padding-top:30px;}
.igem_2017_menu_wrapper .menu_button:hover, .igem_2017_menu_wrapper .submenu_button:hover , .submenu_button.current_page:hover {  
+
body {background-color:white;}
background-color: #663366;
+
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
text-decoration: none;
+
#toggleID1{display:block; transition-duration: 0.4s;} #toggleID2{display:block; transition-duration: 0.4s;} #toggleID3{display:block; transition-duration: 0.4s;} #toggleID4{display:block; transition-duration: 0.4s;}
color:#ffffff;  
+
}
+
  
/* styling for the menu button when it is the current page */
 
.current_page {
 
background-color:#003366  !important;
 
color:#5e5f5f !important;
 
}
 
  
  
/* styling for the submenu buttons */
+
/***************************************************** SOCIAL MEDIA ICONS  ****************************************************/
.igem_2017_menu_wrapper .submenu_button {  
+
 
width: 100%;  
+
.fa {
padding: 10px 0px 10px 34px;  
+
font-size: 30px;
float:left;
+
width: 100px;
background-color: #e7ebf0;  
+
padding: 35px 0px;
border-bottom: 1px solid #000000;  
+
text-align: center;
font-size: 12px;  
+
text-decoration: none;
color: #003366;
+
margin: 5px 2px;
cursor: pointer;
+
transition-duration: 0.4s;
 
}
 
}
  
/* wrapper for the submenu items, they are hidden by default*/
+
.fa:hover {
.igem_2017_menu_wrapper .submenu_wrapper {  
+
background: black;
display:none;
+
color: #9DCDC3;
 
}
 
}
  
/* when the page size is bigger than 800px, this show/hide control is hidden by default */
+
.fa-facebook {
.igem_2017_menu_wrapper #display_menu_control {
+
background: #9DCDC3;
display:none;
+
color: black;
text-align:center;
+
}
 +
.fa-envelope {
 +
background: #9DCDC3;
 +
color: black;
 
}
 
}
  
 
  
 
/***************************************************** CONTENT OF THE PAGE ****************************************************/
 
/***************************************************** CONTENT OF THE PAGE ****************************************************/
 
/* Margin wrapper */
 
.big-margin {
 
    border: 15px solid #e7ebf0;
 
    background: #e7ebf0;
 
    margin: 15px;
 
}
 
 
  
 
/* Wrapper for the content */
 
/* Wrapper for the content */
 
.igem_2017_content_wrapper {
 
.igem_2017_content_wrapper {
width: 85%;
+
width: 100%;
 +
padding: 30px 100px 20px 100x
 
display:block;
 
display:block;
 
float:left;  
 
float:left;  
background-color: #e7ebf0;  
+
background-color: #FFFFFF; /* TAG::BKGD */
                /*background-image: url('https://static.igem.org/mediawiki/2014/2/21/UCD_2014_Picked-olives-ii-Recovered2-9.jpg'); */
+
font-family:Tahoma, Geneva, sans-serif;  
                /*font-family: Courier, "Lucida Console", monospace;*/
+
font-family: Verdana, Arial, Helvetica, sans-serif;
+
 
}
 
}
  
Line 244: Line 253:
 
/********************************* HTML STYLING  *********************************/
 
/********************************* HTML STYLING  *********************************/
  
/* styling for the titles h1 h2 */
+
/* styling for the titles h1 */
 
.igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 {
 
.igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 {
 
padding:5px 15px;  
 
padding:5px 15px;  
 
border-bottom: 0px;  
 
border-bottom: 0px;  
color: #003366;
+
                font-size:50px;
 +
                font-family: 'Montserrat', sans-serif;
 +
color:#9BC2C9; /* TAG::LETTERS */
 +
}
 +
 
 +
/* styling for the titles h2 */
 +
.igem_2017_content_wrapper h2 {
 +
padding:20px 15px;
 +
border-bottom: 0px;
 +
                font-size:27px
 +
                font-family: 'Montserrat', sans-serif;
 +
color: #9DCDC3; /* TAG::LETTERS */
 
}
 
}
  
Line 255: Line 275:
 
.igem_2017_content_wrapper h3, .igem_2017_content_wrapper h4, .igem_2017_content_wrapper h5, .igem_2017_content_wrapper h6 {  
 
.igem_2017_content_wrapper h3, .igem_2017_content_wrapper h4, .igem_2017_content_wrapper h5, .igem_2017_content_wrapper h6 {  
 
padding:5px 15px;  
 
padding:5px 15px;  
border-bottom:0px;  
+
border-bottom:0px;
color: #003366;   
+
                /* font-family: Helvetica, Geneva, sans-serif; */
 +
                font-family: 'Montserrat-Medium', sans-serif;
 +
color: #36454F/* TAG::LETTERS */
 
}
 
}
 +
 +
/*Christia's Title Heading*/
 +
.igem_2017_content_wrapper h2017{
 +
padding:100px 100px; }
  
  
 
/* font and text */
 
/* font and text */
 
.igem_2017_content_wrapper p {  
 
.igem_2017_content_wrapper p {  
padding: 0px 15px;  
+
padding: 0px 25px;  
font-size: 15px;
+
font-size: 18px;
                 color: #003366;
+
                font-family: 'Lato', sans-serif;
 +
                 color: #36454F; /* TAG::LETTERS */
 +
}
 +
 
 +
.igem_2017_content_wrapper pt {
 +
font-weight: bold;
 +
font-size: 24px;
 +
                font-family: 'Lato', sans-serif;
 +
                color: #36454F; /* TAG::LETTERS */
 
}
 
}
  
Line 270: Line 304:
 
.igem_2017_content_wrapper a {  
 
.igem_2017_content_wrapper a {  
 
font-weight: bold;  
 
font-weight: bold;  
                 font-size: 15px;
+
                 font-size: 16px;
color: #660f57;
+
                font-family: 'Lato', sans-serif;
 +
color: #9DCDC3;
 +
                text-decoration: none;
 
-webkit-transition: all 0.4s ease;
 
-webkit-transition: all 0.4s ease;
 
-moz-transition: all 0.4s ease;  
 
-moz-transition: all 0.4s ease;  
Line 277: Line 313:
 
-o-transition: all 0.4s ease;  
 
-o-transition: all 0.4s ease;  
 
transition: all 0.4s ease;
 
transition: all 0.4s ease;
 +
}
 +
 +
.igem_2017_content_wrapper a:visited {
 +
                color: #9DCDC3;
 
}
 
}
  
Line 282: Line 322:
 
.igem_2017_content_wrapper a:hover {  
 
.igem_2017_content_wrapper a:hover {  
 
text-decoration: none;
 
text-decoration: none;
color: #FFFFFF;
+
color: #000000;
 
}
 
}
  
Line 288: Line 328:
 
.igem_2017_content_wrapper ul {
 
.igem_2017_content_wrapper ul {
 
padding: 0px 20px;
 
padding: 0px 20px;
font-size: 15px;
+
font-size: 18px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
+
                font-family:'Lato', sans-serif;
color: #003366;
+
color: #36454F; /* TAG::LETTERS */
 
}
 
}
  
/* numbered lists */
+
/* numbered lists */
 
.igem_2017_content_wrapper ol {
 
.igem_2017_content_wrapper ol {
 
padding:0px;  
 
padding:0px;  
font-size: 15px;
+
font-size: 18px;
font-family: Verdana, Arial, Helvetica, sans-serif;
+
                font-family:'Lato', sans-serif;
color: #003366;
+
color: #36454F; /* TAG::LETTERS */
 
}
 
}
  
Line 305: Line 345:
 
width: 97%;  
 
width: 97%;  
 
margin:15px 10px;  
 
margin:15px 10px;  
border: 1px solid #d3d3d3;  
+
border: 1px solid #36454F;  
 
border-collapse: collapse;  
 
border-collapse: collapse;  
 
}
 
}
Line 313: Line 353:
 
padding: 10px;
 
padding: 10px;
 
vertical-align: text-top;  
 
vertical-align: text-top;  
border: 1px solid #d3d3d3;  
+
border: 1px solid #36454F;  
 
border-collapse: collapse;  
 
border-collapse: collapse;  
 
}
 
}
Line 321: Line 361:
 
padding: 10px;  
 
padding: 10px;  
 
vertical-align: text-top;  
 
vertical-align: text-top;  
border: 1px solid #d3d3d3;  
+
border: 1px solid #36454F;  
 
border-collapse: collapse;  
 
border-collapse: collapse;  
background-color:#f2f2f2;  
+
background-color:#c9ede5;  
 
}
 
}
  
Line 342: Line 382:
 
/* styling for images in a full width column*/
 
/* styling for images in a full width column*/
 
.column.full_size img {  
 
.column.full_size img {  
width:97%;  
+
width:100%;  
 
padding: 10px 15px;
 
padding: 10px 15px;
 
}
 
}
Line 352: Line 392:
 
/* styling for images in a half width column*/
 
/* styling for images in a half width column*/
 
.column.half_size img {  
 
.column.half_size img {  
width: 94.5%;
+
width: 100%;
 
padding: 10px 15px;
 
padding: 10px 15px;
 
}
 
}
  
 +
        /* class for a third width column */
 +
.column.third_size {
 +
width: 33%;
 +
}
  
 +
}
 +
/* styling for images in a third width column*/
 +
.column.third_size img {
 +
width: 94.5%;
 +
padding: 10px 15px;
 +
}
  
 +
  /* class for a fifth width column */
 +
.column.fifth_size {
 +
width: 20%;
 +
}
 +
     
  
 
/********************************* SUPPORT CLASSES ********************************/
 
/********************************* SUPPORT CLASSES ********************************/
Line 366: Line 421:
 
}
 
}
 
 
+
 
 
/* adds extra spacing when clearing content */
 
/* adds extra spacing when clearing content */
 
.igem_2017_content_wrapper  .clear.extra_space {
 
.igem_2017_content_wrapper  .clear.extra_space {
 
height: 30px;
 
height: 30px;
 
}
 
}
 
  
 
/* highlight class, makes content slightly smaller */
 
/* highlight class, makes content slightly smaller */
Line 378: Line 432:
 
padding: 15px 0px;
 
padding: 15px 0px;
 
}
 
}
 
  
 
/* highlight class, adds a gray background */
 
/* highlight class, adds a gray background */
Line 387: Line 440:
 
/* highlight with decoration blue line on top */
 
/* highlight with decoration blue line on top */
 
.igem_2017_content_wrapper .highlight.blue_top {
 
.igem_2017_content_wrapper .highlight.blue_top {
    border-top: 4px solid #3399ff;
+
      border-top: 4px solid #3399ff;
 
}
 
}
  
 
/* highlight with a full blue border decoration */
 
/* highlight with a full blue border decoration */
 
.igem_2017_content_wrapper .highlight.blue_border {
 
.igem_2017_content_wrapper .highlight.blue_border {
    border: 4px solid  #3399ff;
+
      border: 4px solid  #3399ff;
 
}
 
}
  
Line 401: Line 454:
 
  margin: 30px auto;
 
  margin: 30px auto;
 
padding: 12px 10px;
 
padding: 12px 10px;
    background-color: #b1bdcd;
+
      background-color: #3399ff;
        border: 2px solid black;
+
      text-align: center;
        border-radius: 20px;
+
    text-align: center;
+
 
   color: #ffffff;
 
   color: #ffffff;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease; transition: all 0.4s ease; 
 +
}
 +
 +
/* toggle button class */
 +
.igem_2017_content_wrapper .toggle{
 +
max-width: 35%;
 +
margin: 20px auto;
 +
padding: 12px 10px;
 +
      background-color: #9DCDC3;
 +
      cursor: pointer;
 +
      text-align: center;
 +
 +
font-weight: bold;
 +
font-size: 24px;
 +
                font-family: 'Lato', sans-serif;
 +
                color: #36454F; /* TAG::LETTERS */
 
-webkit-transition: all 0.4s ease;  
 
-webkit-transition: all 0.4s ease;  
 
-moz-transition: all 0.4s ease;  
 
-moz-transition: all 0.4s ease;  
Line 414: Line 484:
 
/* styling for button on hover */
 
/* styling for button on hover */
 
.igem_2017_content_wrapper .button:hover{
 
.igem_2017_content_wrapper .button:hover{
background-color: #480048;
+
background-color: #3399ff;
    color: white;
+
      color: #000000;
 
}
 
}
  
 
+
/* styling for toggle button on hover */
 
+
.igem_2017_content_wrapper .toggle:hover{
 
+
background: black;
/***************************************************** RESPONSIVE STYLING ****************************************************/
+
color: #9DCDC3;
 
+
/* IF THE SCREEN IS LESS THAN 1200PX */
+
@media only screen and (max-width: 1200px) {
+
 
+
#content {width:100%; }
+
.igem_2017_menu_wrapper {width:15%; right:0;}
+
.highlight {padding:10px 0px;}
+
.igem_2017_menu_wrapper #display_menu_control { display:none; }
+
#menu_content { display:block;}
+
.menu_button.direct_to_page {padding-left: 17px;}
+
+
 
}
 
}
 
/* IF THE SCREEN IS LESS THAN 800PX */
 
@media only screen and (max-width: 800px) {
 
 
.igem_2017_menu_wrapper { width:100%; height: 15%; position:relative; left:0%;}
 
.igem_2017_content_wrapper {width:100%; margin-left:0px;}
 
.column.half_size  {width:100%; }
 
.column.full_size img, .column.half_size img {  width: 100%; padding: 10px 0px;}
 
.highlight {padding:15px 5px;}
 
.igem_2017_menu_wrapper #display_menu_control { display:block; }
 
#menu_content { display:none;}
 
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon { width: 5%; }
 
.menu_bottom_padding {display:none;}
 
.menu_button.direct_to_page { padding-left: 36px; }
 
}
 
 
 
 
 
 
 
/* special class that the system uses to make sure the team wants a page to be evaluated */
 
/* special class that the system uses to make sure the team wants a page to be evaluated */
 
.judges-will-not-evaluate {
 
.judges-will-not-evaluate {
    width: 96.6%;
+
      width: 96.6%;
 
   margin: 5px 15px;
 
   margin: 5px 15px;
 
   display: block;
 
   display: block;
border: 4px solid #003366;
+
border: 4px solid #3399ff;
    font-weight: bold;
+
      font-weight: bold;
 
}
 
}
 
 
 
</style>
 
</style>
  
 +
<script>
 +
function toggleDiv(strArg) {
 +
    var x = document.getElementById(strArg);
 +
    if (x.style.display === 'none') {
 +
        x.style.display = 'block';
 +
    } else {
 +
        x.style.display = 'none';
 +
    }
 +
}
 +
</script>
 +
 +
</script>
  
 
<!--- THIS IS WHERE THE HTML BEGINS --->
 
<!--- THIS IS WHERE THE HTML BEGINS --->
Line 469: Line 522:
  
  
<head>
 
 
<!-- This tells the browser that your page is responsive -->
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
 
</head>
 
 
 
 
<div class="igem_2017_menu_wrapper" >
 
 
 
 
<a href="https://2017.igem.org/Team:Virginia">
 
<img src="https://static.igem.org/mediawiki/2017/6/6f/T--Virginia--vGEMlogo_150.png">
 
</a>
 
 
 
<!-- this div is hidden by default and will only be displayed if the screen size is too small -->
 
<div class="menu_button" id="display_menu_control">
 
MENU 
 
</div>
 
 
<div id="menu_content">
 
 
 
 
 
<a href="https://2017.igem.org/Team:Virginia">
 
<div class="menu_button direct_to_page">
 
HOME
 
</div>
 
</a>
 
 
 
 
<div class="menu_button">
 
<div class="expand_collapse_icon">  </div> TEAM
 
</div>
 
 
<div class="submenu_wrapper" id="team_submenu">
 
 
<a href="https://2017.igem.org/Team:Virginia/Team">
 
<div class="submenu_button" id="Team_page">
 
Team
 
</div>
 
</a>
 
 
<a href="https://2017.igem.org/Team:Virginia/Collaborations">
 
<div class="submenu_button"  id="Collaborations_page">
 
Collaborations
 
</div>
 
</a>
 
 
 
</div>
 
 
 
 
 
 
<div class="menu_button">
 
<div class="expand_collapse_icon">  </div> PROJECT
 
</div>
 
 
<!-- project submenu -->
 
<div class="submenu_wrapper">
 
 
<a href="https://2017.igem.org/Team:Virginia/Description">
 
<div class="submenu_button"  id="Description_page">
 
Description
 
</div>
 
</a>
 
 
<a href="https://2017.igem.org/Team:Virginia/Design">
 
<div class="submenu_button"  id="Design_page">
 
Design
 
</div>
 
</a>
 
 
<a href="https://2017.igem.org/Team:Virginia/Experiments">
 
<div class="submenu_button"  id="Experiments_page">
 
Experiments
 
</div>
 
</a>
 
 
 
<a href="https://2017.igem.org/Team:Virginia/Notebook">
 
<div class="submenu_button"  id="Notebook_page">
 
Notebook
 
</div>
 
</a>
 
 
<a href="https://2017.igem.org/Team:Virginia/InterLab">
 
<div class="submenu_button"  id="InterLab_page">
 
InterLab
 
</div>
 
</a>
 
 
<a href="https://2017.igem.org/Team:Virginia/Contribution">
 
<div class="submenu_button"  id="Contribution_page">
 
Contribution
 
</div>
 
</a>
 
 
<a href="https://2017.igem.org/Team:Virginia/Model">
 
<div class="submenu_button"  id="Model_page">
 
Model
 
</div>
 
</a>
 
 
<a href="https://2017.igem.org/Team:Virginia/Results">
 
<div class="submenu_button"  id="Results_page">
 
Results
 
</div>
 
</a>
 
 
 
<a href="https://2017.igem.org/Team:Virginia/Demonstrate">
 
<div class="submenu_button"  id="Demonstrate_page">
 
Demonstrate
 
</div>
 
</a>
 
 
<a href="https://2017.igem.org/Team:Virginia/Improve">
 
<div class="submenu_button"  id="Improve_page">
 
Improve
 
</div>
 
</a>
 
 
<a href="https://2017.igem.org/Team:Virginia/Attributions">
 
<div class="submenu_button"  id="Attributions_page">
 
Attributions
 
</div>
 
</a>
 
 
</div>
 
 
 
 
 
 
 
<div class="menu_button">
 
<div class="expand_collapse_icon">  </div> PARTS
 
</div>
 
 
<!-- parts submenu -->
 
<div class="submenu_wrapper">
 
 
<a href="https://2017.igem.org/Team:Virginia/Parts">
 
<div class="submenu_button"  id="Parts_page">
 
Parts
 
</div>
 
</a>
 
 
<a href="https://2017.igem.org/Team:Virginia/Basic_Part">
 
<div class="submenu_button"  id="Basic_Part_page">
 
Basic Parts
 
</div>
 
</a>
 
 
<a href="https://2017.igem.org/Team:Virginia/Composite_Part">
 
<div class="submenu_button"  id="Composite_Part_page">
 
Composite Parts
 
</div>
 
</a>
 
 
<a href="https://2017.igem.org/Team:Virginia/Part_Collection">
 
<div class="submenu_button"  id="Part_Collection_page">
 
Part Collection
 
</div>
 
</a>
 
</div>
 
 
 
 
 
 
 
<a href="https://2017.igem.org/Team:Virginia/Safety">
 
<div class="menu_button direct_to_page">
 
SAFETY
 
</div>
 
</a>
 
 
 
 
 
 
 
 
<div class="menu_button" >
 
<div class="expand_collapse_icon">  </div> HUMAN PRACTICES
 
</div>
 
 
<!-- human practices submenu -->
 
<div class="submenu_wrapper">
 
 
<a href="https://2017.igem.org/Team:Virginia/HP/Silver">
 
<div class="submenu_button"  id="Silver_page">
 
Silver HP
 
</div>
 
</a>
 
 
<a href="https://2017.igem.org/Team:Virginia/HP/Gold_Integrated">
 
<div class="submenu_button" id="Gold_Integrated_page">
 
Integrated and Gold
 
</div>
 
</a>
 
 
 
<a href="https://2017.igem.org/Team:Virginia/Engagement">
 
<div class="submenu_button"  id="Engagement_page">
 
Public Engagement
 
</div>
 
</a>
 
 
</div>
 
 
 
<div class="menu_button">
 
<div class="expand_collapse_icon">  </div> AWARDS
 
</div>
 
 
<!-- awards submenu -->
 
<div class="submenu_wrapper">
 
 
<a href="https://2017.igem.org/Team:Virginia/Applied_Design">
 
<div class="submenu_button"  id="Applied_Design_page">
 
Applied Design
 
</div>
 
</a>
 
 
<a href="https://2017.igem.org/Team:Virginia/Entrepreneurship">
 
<div class="submenu_button"  id="Entrepreneurship_page">
 
Entrepreneurship
 
</div>
 
</a>
 
 
<a href="https://2017.igem.org/Team:Virginia/Hardware">
 
<div class="submenu_button"  id="Hardware_page">
 
Hardware
 
</div>
 
</a>
 
  
<a href="https://2017.igem.org/Team:Virginia/Measurement">
+
<body>
<div class="submenu_button" id="Measurement_page">
+
<nav class="navbar navbar-default navbar-fixed-top navbar-inverse" style="top:15px;">
Measurement
+
  <div class="container-fluid">
</div>
+
    <div class="navbar-header">
</a>
+
      <a class="navbar-brand" href="#"></a>
 +
        <img src="https://static.igem.org/mediawiki/2017/a/a4/T--Virginia--vGEMlogo_150_a.png" alt="Brand" height="50px">
 +
    </div>
 +
    <ul class="nav navbar-nav navbar-right">
 +
      <li class="active"><a href="https://2017.igem.org/Team:Virginia">Home</a></li>
  
<a href="https://2017.igem.org/Team:Virginia/Model">
+
      <li class="dropdown">
<div class="submenu_button" id="Model_page">
+
        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Team
Model
+
        <span class="caret"></span></a>
</div>
+
        <ul class="dropdown-menu">
</a>
+
                    <li><a href="/Team:Virginia/Team">Team</a></li>
 +
                    <li><a href="/Team:Virginia/Collaborations">Collaborations</a></li>
 +
                    <li><a href="/Team:Virginia/Attributions">Attributions</a></li>
 +
        </ul>
 +
      </li>
  
<a href="https://2017.igem.org/Team:Virginia/Plant">
+
      <li class="dropdown">
<div class="submenu_button" id="Plant_page">
+
        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Project
Plant
+
        <span class="caret"></span></a>
</div>
+
        <ul class="dropdown-menu">
</a>
+
                    <li><a href="/Team:Virginia/Description">Description</a></li>
 +
                    <li><a href="/Team:Virginia/Design">Design</a></li>
 +
                    <li><a href="/Team:Virginia/Model">Model</a></li>
 +
                    <li><a href="/Team:Virginia/Part_Collection">Parts</a></li>
 +
                    <li><a href="/Team:Virginia/Improve">Improve</a></li>
 +
                    <li><a href="/Team:Virginia/Results">Results</a></li>
  
 +
        </ul>
 +
      </li>
  
<a href="https://2017.igem.org/Team:Virginia/Software">
 
<div class="submenu_button"  id="Software_page">
 
Software
 
</div>
 
</a>
 
  
</div>
 
  
<a href="https://igem.org/2017_Judging_Form?team=Virginia">
+
<li class="dropdown">
<div class="menu_button direct_to_page">
+
        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation
JUDGING FORM
+
        <span class="caret"></span></a>
</div>  
+
        <ul class="dropdown-menu">
</a>
+
                    <li><a href="/Team:Virginia/Notebook">Notebook</a></li>
 +
            <li><a href="/Team:Virginia/InterLab">InterLab</a></li>
 +
                    <li><a href="/Team:Virginia/Safety">Safety</a></li>
 +
                    <li><a href="/Team:Virginia/Experiments">Protocols</a></li>
 +
                    <li><a href="/Team:Virginia/MedalCriteria">Medal Criteria</a></li>
 +
        </ul>
 +
      </li>
  
 +
      <li class="dropdown">
 +
        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Human Practices
 +
        <span class="caret"></span></a>
 +
        <ul class="dropdown-menu">
 +
                    <li><a href="/Team:Virginia/Engagement">Public Engagement</a></li>
 +
                    <li><a href="/Team:Virginia/HP/SilverGold">Integrated Human Practices</a></li>
 +
        </ul>
 +
      </li>
  
+
<li><a href="https://igem.org/2017_Judging_Form?team=Virginia">Judging</a></li>
<div class="menu_bottom_padding" >
+
</div>  
+
+
</div>
+
  
 +
        </ul>
 +
      </li>
  
 +
   
  
 +
    </ul>
 +
  </div>
 +
</nav>
  
</div>
+
</body>
  
  
Line 764: Line 597:
 
<!-- start of content -->
 
<!-- start of content -->
 
<div class="igem_2017_content_wrapper">
 
<div class="igem_2017_content_wrapper">
<div class="big-margin">
+
<br>
<h1>Virginia</h1>
+

Latest revision as of 06:18, 1 November 2017