Difference between revisions of "Team:Cadets2Vets/Parts"

 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Team:Cadets2Vets/SideMenu}}
 +
 
<html>
 
<html>
<script>
+
<head>
 +
<title>
 +
Parts - Home</title>
 +
<!-- META -->
 +
<meta charset="UTF-8">
 +
<meta name="viewport" content="width=device-width, maximum-scale=1"/>  
 
 
// This is the jquery part of your template.
+
// Try not modify any of this code too much since it makes your menu work.
+
$(document).ready(function() {
+
<link href="https://2017.igem.org/Team:Cadets2Vets/css/common?action=raw&ctype=text/css" rel="stylesheet">
$("#HQ_page").attr('id','');
+
                <link href="https://2017.igem.org/Team:Cadets2Vets/css/all_css?action=raw&ctype=text/css" rel="stylesheet">
// call the functions that control the menu
+
<link rel="icon" type="image/png" href="https://static.igem.org/mediawiki/2017/7/71/Circleimage1.png" />
menu_functionality();
+
<link rel="apple-touch-icon" href="https://static.igem.org/mediawiki/2017/7/71/Circleimage1.png" />
hide_show_menu();
+
        <link href="https://2017.igem.org/Team:Cadets2Vets/css/parts/stripe_data_css?action=raw&ctype=text/css" rel="stylesheet">
//this function controls the expand and collapse buttons of the menu and changes the +/- symbols
+
<link href="https://2017.igem.org/Team:Cadets2Vets/css/stripe_data_css?action=raw&ctype=text/css" rel="stylesheet">
function menu_functionality() {
+
        <link href="https://2017.igem.org/Team:Cadets2Vets/css/fonts?action=raw&ctype=text/css" rel="stylesheet">
//when clicking on a "menu_button", it will change the "+/-" accordingly and it will show/hide the corresponding submenu
+
                <link href="https://2017.igem.org/Team:Cadets2Vets/css/effects?action=raw&ctype=text/css" rel="stylesheet">
$(".menu_button").click(function(){
+
                <link href="https://2017.igem.org/Team:Cadets2Vets/css/lightbox?action=raw&ctype=text/css" rel="stylesheet">
// add or remove the class "open" , this class holds the "-"  
+
                <link href="https://2017.igem.org/Team:Cadets2Vets/css/spimeview?action=raw&ctype=text/css" rel="stylesheet">
$(this).children().toggleClass("open");
+
        <link href="https://2017.igem.org/Team:Cadets2Vets/css/parts/static_style?action=raw&ctype=text/css" rel="stylesheet">
+
<!-- SCRIPT -->
// show or hide the submenu
+
<script type="text/javascript" src="https://2017.igem.org/Team:Cadets2Vets/js/xprs_helper?action=raw&ctype=text/javascript"></script>
$(this).next('.submenu_wrapper').fadeToggle(400);
+
<script type="text/javascript" src="https://2017.igem.org/Team:Cadets2Vets/js/all_js?action=raw&ctype=text/javascript"></script>
});
+
                <script type="text/javascript" src="https://2017.igem.org/Team:Cadets2Vets/js/lib/touchswipe/jquery_mobile_custom_min?action=raw&ctype=text/javascript"></script>
// when the screen size is smaller than 800px, the display_menu_control button appears and will show/hide the whole menu
+
$("#display_menu_control").click(function(){
+
$('#menu_content').fadeToggle(400);
+
});
+
<!-- User analytics -->
// call the current page highlight function
+
 
highlight_current_page();
+
 
 +
<!-- Serving analytics -->
 +
<script>
 +
var currentDomain =  window.location.host;
 +
if (currentDomain != "localhost:7000"){
 +
var _gaq = _gaq || [];
 +
_gaq.push(['_setAccount', 'UA-58695071-1']);
 +
_gaq.push(['_setDomainName', currentDomain]);
 +
_gaq.push(['_setAllowLinker', true]);
 +
_gaq.push(['_trackPageview']);
 
}
 
}
// call the highlight current page function to show it on the menu with a different background color
+
</script>
function highlight_current_page() {
+
// select a page from the menu based on the id assigned to it and the current page name and add the class "current page" to make it change background color
+
<!-- Label config-->
$("#"+ wgPageName.substring(wgPageName.lastIndexOf("/")+1, wgPageName.length ) + "_page").addClass("current_page");
+
<script>
// now that the current_page class has been added to a menu item, make the submenu fade in
+
$(".current_page").parents(".submenu_wrapper").fadeIn(400);
+
var LABEL_CONFIG = {};
 +
 +
</script></head>
 +
 
 +
<body class="fast-animated-bg fixed-bg " data-ecommerce-solution="NONE" data-root-id="vbid-59a5b-fnxcttvm" data-root-style-id="style-59a5b-yamofliu" data-default-currency="USD" data-osid="osid--6af0e67f-af8681d1data-app-version="1.4.1f" data-caller="live"  data-ecommerce-dashboard="https://dashboard.shoprocket.co" data-static-server="//www.imcreator.com" data-imos-server="https://imos004-dot-im--os.appspot.com">
 +
 +
<div id="xprs" data-website-name="Home" class="xprs-holder" >
 +
<div class="main-page "  >
 +
<div id="content">
 +
<div  id="vbid-d1ee0827-46fj81we"  class="master container style-d1ee0827-c6y28b4l content stripes  website-style " data-itemtype="folder" data-creator="" data-itemname="Parts"  data-itemslug="parts" data-itemstyleid="style-d1ee0827-c6y28b4l" data-margintop="" data-arranger="stripes" data-layout="middle" data-vbid="vbid-d1ee0827-46fj81we" data-preset-type-id="ITEMS" data-preview-style="style-d1ee0827-c6y28b4l" data-style="style-5a24e-kzdyurm3ju" data-absolute-path=""  >
 +
<!-- ARRANGER SETTINGS -->
 +
<div class="arranger-settings" style="display:none;"
 +
data-ARRANGER_TYPE="stripes"
 +
data-ARRANGER_COLS="0"
 +
data-ARRANGER_ITEM_MAX_WIDTH="400"
 +
data-ARRANGER_ITEM_MIN_WIDTH="230"
 +
data-ARRANGER_ITEM_RATIO="1"
 +
data-ARRANGER_ITEM_SPACING="20"
 +
data-ARRANGER_ITEMS_PER_PAGE="all"
 +
data-ARRANGER_ORDER_TYPE="regular"
 +
data-AUTO_PLAY="false"
 +
data-AUTO_PLAY_DURATION="4"
 +
data-FLEX_ELEMENT_EFFECT=""
 +
></div>
 +
<div class="layout-settings" style="display:none;" data-type="middle"></div>
 +
<div id="children">
 +
 +
 +
 +
<!-- MENUS START -->
 +
<div  id="vbid-59a5b-1xbnq2ek"  class="master item-box  header-box style-59a5b-jbqq3wgo injected        " data-holder-type="header"" data-holder-type="header"  data-child-type="ORIGIN"  data-styleid="style-59a5b-jbqq3wgo" data-preview-styleid='style-59a5b-jbqq3wgo' data-preset-type-id="MENUS">
 +
<div id="no-image" class="stripe-background load-high-res " ></div>
 +
<div class="header-wrapper item-wrapper menus-wrapper ">
 +
 +
<div class="item-content leaf menu_layout header content" data-preview-style="style-59a5b-jbqq3wgo" data-style="style-7f715-scjjarqgxu"  data-behavior-type="NOTHING" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-59a5b-1xbnq2ek" data-bgimg="">
 +
<div class="preview-content-wrapper">
 +
<div class="preview-content-holder">
 +
<div class="left-div">
 +
<div class="benet" style="min-height:inherit;"></div>
 +
<div class="logo-holder">
 +
<!-- ICON TEMPLATE -->
 +
 +
<div class="element-placeholder" data-elementtype='ICON' style="display:none;"></div>
 +
 
 +
</div>
 +
<div class="helper-div">
 +
<div class="item-details menu">
 +
<!-- TITLE TEMPLATE -->
 
 
// change the +/- symbol of the corresponding menu button
+
<div class="element-placeholder" data-elementtype='TITLE' style="display:none;"></div>
$(".current_page").parents(".submenu_wrapper").prev().children().toggleClass("open");
+
 
}
+
<!-- SUBTITLE TEMPLATE -->
// allow button on the black menu bar to show/hide the side menu
+
function hide_show_menu() {
+
<div class="element-placeholder" data-elementtype='SUBTITLE' style="display:none;"></div>
 +
 
 +
</div>
 +
</div>
 +
</div>
 +
<div class="right-div">
 +
<div class="benet" style="min-height:inherit;"></div>
 +
<!-- LINKS TEMPLATE -->
 +
<div class="preview-item-links ">
 +
<ul class="preview-links-wrapper">
 +
 
 +
 
 
 
// in case you preview mode is selected, the menu is hidden for better visibility
+
if (window.location.href.indexOf("submit") >= 0) {
+
<li class="removable-parent">
$(".igem_2017_menu_wrapper").hide();
+
}
+
<a class="removable-parent" href="index.html" data-link-type="EXISTING"   target="_self" >
// if the black menu bar has been loaded
+
  if (document.getElementById('bars_item')) {
+
<span id="element-a1a56421418f7ce" class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Home</span>
// when the "bars_item" has been clicked
+
</a>
$("#bars_item").click(function() {
+
$("#sideMenu").hide();
+
</li>
// show/hide the menu wrapper
+
 
$(".igem_2017_menu_wrapper").fadeToggle("100");
+
});
+
  }
+
// because the black menu bars loads at a different time than the rest of the page, this function is set on a time out so it can run again in case it has not been loaded yet
+
else {
+
    setTimeout(hide_show_menu, 15);
+
}
+
}
+
});
+
</script>
+
<style>
+
/***************************************************** DEFAULT WIKI SETTINGS ****************************************************/
+
/* Clear the default wiki settings */
+
#home_logo, #sideMenu { display:none; }
+
#sideMenu, #top_title, .patrollink  {display:none;}
+
body {background-color:white; }
+
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
/**************************************************************** MENU ***************************************************************/
+
/* Wrapper for the menu */
+
.igem_2017_menu_wrapper {
+
width: 15%;
+
height:100vh;
+
position:fixed;
+
right:0%;
+
padding:0px;
+
float:right;
+
border-left: 1px solid #383838;
+
background-color:#7c6429;
+
text-align:left;
+
font-family:Tahoma, Geneva, sans-serif;
+
overflow-y: auto;
+
overflow-x: hidden;
+
}
+
/* this hides the scrollbar to keep view consistency */
+
.igem_2017_menu_wrappe::-webkit-scrollbar {
+
display: none;
+
}
+
 
 
 
 
/* styling for links in the menu, removes the line under text */
+
<li class="removable-parent">
.igem_2017_menu_wrapper a { 
+
text-decoration: none;
+
<a class="removable-parent" href="collaborations.html" data-link-type="EXISTING"  target="_self" >
}
+
/* styling for the images in the menu */
+
<span id="element-5efad87d43e4352"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Collaborations</span>
.igem_2017_menu_wrapper img {
+
</a>
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 #383838;
+
font-size: 12px;
+
font-weight: bold;
+
color: #ffffff;
+
cursor: pointer;
+
}
+
.igem_2017_menu_wrapper .menu_bottom_padding {
+
width: 100%;
+
height: 30px;
+
float:left;
+
}
+
.menu_button.direct_to_page {
+
padding-left: 36px;
+
}
+
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon {
+
width:10%;
+
float:left;
+
}
+
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon::before {
+
content: "+"
+
}
+
 
 
.open::before {
+
</li>
content: "-" !important; 
+
 
}
+
 
 
/* styling for the menu buttons on hover */
+
.igem_2017_menu_wrapper .menu_button:hover, .igem_2017_menu_wrapper .submenu_button:hover ,  .submenu_button.current_page:hover {
+
<li class="removable-parent">
background-color: #3399ff;
+
text-decoration: none;
+
<a class="removable-parent" href="description.html" data-link-type="EXISTING"  target="_self" >
color:#ffffff;
+
}
+
<span id="element-e6e2afb357139e4"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Description</span>
/* styling for the menu button when it is the current page */
+
</a>
.current_page {
+
background-color:#7fc1f7  !important;
+
color:#ffffff !important;
+
}
+
/* styling for the submenu buttons */
+
.igem_2017_menu_wrapper .submenu_button {
+
width: 100%;
+
padding: 10px 0px 10px 34px;
+
float:left;
+
background-color:#7c6429;
+
border-bottom: 1px solid #383838;
+
font-size: 12px;
+
color: #ffffff;
+
cursor: pointer;
+
}
+
/* wrapper for the submenu items, they are hidden by default*/
+
.igem_2017_menu_wrapper .submenu_wrapper {
+
display:none;
+
}
+
/* when the page size is bigger than 800px, this show/hide control is hidden by default */
+
.igem_2017_menu_wrapper #display_menu_control {
+
display:none;
+
text-align:center;
+
}
+
 
 
/***************************************************** CONTENT OF THE PAGE ****************************************************/
+
</li>
/* Wrapper for the content */
+
 
.igem_2017_content_wrapper {
+
width: 81%;
+
margin: 2%;
+
display:block;
+
float:left;
+
background-color:white;
+
font-family:Tahoma, Geneva, sans-serif;
+
}
+
/********************************* HTML STYLING  *********************************/
+
/* styling for the titles h1 h2 */
+
.igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 {
+
padding:5px 15px;
+
border-bottom: 0px;
+
color: #3399ff;
+
}
+
/* styling for the titles  h3 h4 h5 h6*/
+
.igem_2017_content_wrapper h3, .igem_2017_content_wrapper h4, .igem_2017_content_wrapper h5, .igem_2017_content_wrapper h6 {
+
padding:5px 15px;
+
border-bottom:0px;
+
color: #000000; 
+
}
+
/* font and text */
+
.igem_2017_content_wrapper p {
+
padding: 0px 15px;
+
font-size: 13px;
+
}
+
/* Links */
+
.igem_2017_content_wrapper a {
+
font-weight: bold;
+
text-decoration: underline;
+
text-decoration-color: #3399ff;
+
color:  #3399ff;
+
-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;
+
}
+
/* hover for the links */
+
.igem_2017_content_wrapper a:hover {
+
text-decoration:none;
+
color:#000000;
+
}
+
/* non numbered lists */
+
.igem_2017_content_wrapper ul {
+
padding:0px 20px;
+
font-size: 13px;
+
font-family:Tahoma, Geneva, sans-serif;
+
}
+
/* numbered lists */
+
.igem_2017_content_wrapper ol {
+
padding:0px;
+
font-size: 13px;
+
font-family:Tahoma, Geneva, sans-serif;
+
}
+
/* Table */
+
.igem_2017_content_wrapper table {
+
width: 97%;
+
margin:15px 10px;
+
border: 1px solid #383838;
+
border-collapse: collapse;
+
}
+
/* table cells */
+
.igem_2017_content_wrapper  td {
+
padding: 10px;
+
vertical-align: text-top;
+
border: 1px solid #383838;
+
border-collapse: collapse;
+
}
+
/* table headers */
+
.igem_2017_content_wrapper th {
+
padding: 10px;
+
vertical-align: text-top;
+
border: 1px solid #383838;
+
border-collapse: collapse;
+
background-color:#7c6429;
+
}
+
/**********************************LAYOUT CLASSES **********************************/
+
/* general class for column divs */
+
.igem_2017_content_wrapper .column  {
+
padding: 10px 0px;
+
float:left;
+
}
+
/* class for a full width column */
+
.column .full_size {
+
width:100%;
+
}
+
/* styling for images in a full width column*/
+
.column.full_size img {
+
width:97%;
+
padding: 10px 15px;
+
}
+
/* class for a half width column */
+
.column.half_size {
+
width: 50%;
+
}
+
/* styling for images in a half width column*/
+
.column.half_size img {
+
width: 94.5%;
+
padding: 10px 15px;
+
}
+
/********************************* SUPPORT CLASSES ********************************/
+
/* class that clears content below*/
+
.igem_2017_content_wrapper .clear {
+
clear:both;
+
}
+
 
 
/* adds extra spacing when clearing content */
+
.igem_2017_content_wrapper  .clear.extra_space {
+
<li class="removable-parent">
height: 30px;
+
}
+
<a class="removable-parent" href="design.html" data-link-type="EXISTING"  target="_self" >
/* highlight class, makes content slightly smaller */
+
.igem_2017_content_wrapper .highlight {
+
<span id="element-c6287513fca8901"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Design</span>
margin: 0px 15px;
+
</a>
padding: 15px 0px;
+
}
+
</li>
/* highlight class, adds a gray background */
+
.igem_2017_content_wrapper .highlight.gray {
+
background-color: #7c6429;
+
}
+
/* highlight with decoration blue line on top */
+
.igem_2017_content_wrapper .highlight.blue_top {
+
    border-top: 4px solid #3399ff;
+
}
+
/* highlight with a full blue border decoration */
+
.igem_2017_content_wrapper .highlight.blue_border {
+
    border: 4px solid  #3399ff;
+
}
+
/* button class */
+
.igem_2017_content_wrapper .button{
+
max-width: 35%;
+
margin: 30px auto;
+
padding: 12px 10px;
+
    background-color: #3399ff;
+
    text-align: center;
+
  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; 
+
}
+
/* styling for button on hover */
+
.igem_2017_content_wrapper .button:hover{
+
background-color: #3399ff;
+
    color: #000000;
+
}
+
/***************************************************** RESPONSIVE STYLING ****************************************************/
+
/* 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 */
+
.judges-will-not-evaluate {
+
    width: 96.6%;
+
  margin: 5px 15px;
+
  display: block;
+
border: 4px solid #3399ff;
+
    font-weight: bold;
+
}
+
</style>
+
  
<div class="igem_2017_menu_wrapper" >
+
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="experiments.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-f4b485a3e8b3825"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Experiments</span>
 +
</a>
 +
 +
</li>
  
<!-- 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 
+
<li class="removable-parent">
</div>
+
<div id="menu_content">
+
<a class="removable-parent" href="notebook.html" data-link-type="EXISTING"   target="_self" >
<a href="https://2017.igem.org/Team:Cadets2Vets">
+
<div class="menu_button direct_to_page">
+
<span id="element-603d2303312c4bd" class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Notebook</span>
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:Cadets2Vets/Team">
+
<div class="submenu_button" id="Team_page">
+
Team
+
</div>
+
 
</a>
 
</a>
<a href="https://2017.igem.org/Team:Cadets2Vets/Collaborations">
+
<div class="submenu_buttonid="Collaborations_page">
+
</li>
Collaborations
+
 
</div>
+
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="notebook-august.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-e39fe0beffa33cdclass="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Notebook August</span>
 
</a>
 
</a>
</div>
+
<div class="menu_button">
+
</li>
<div class="expand_collapse_icon">  </div> PROJECT
+
</div>  
+
  
<!-- project submenu -->
+
<div class="submenu_wrapper">
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Description">
+
<li class="removable-parent">
<div class="submenu_buttonid="Description_page">
+
Description
+
<a class="removable-parent" href="notebook-july.html" data-link-type="EXISTING"  target="_self" >
</div>
+
 +
<span id="element-09ca318ecaf1b2fclass="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Notebook July</span>
 
</a>
 
</a>
<a href="https://2017.igem.org/Team:Cadets2Vets/Design">
+
<div class="submenu_buttonid="Design_page">
+
</li>
Design
+
 
</div>
+
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="notebook-june.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-367041e6445b247class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Notebook June</span>
 
</a>
 
</a>
<a href="https://2017.igem.org/Team:Cadets2Vets/Experiments">
+
<div class="submenu_buttonid="Experiments_page">
+
</li>
Experiments
+
 
</div>
+
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="public-engagement.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-307cb61a9a844e1class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Public Engagement</span>
 
</a>
 
</a>
<a href="https://2017.igem.org/Team:Cadets2Vets/Notebook">
+
<div class="submenu_buttonid="Notebook_page">
+
</li>
Notebook
+
 
</div>
+
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="safety.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-fa38138e1dd4fceclass="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Safety</span>
 
</a>
 
</a>
<a href="https://2017.igem.org/Team:Cadets2Vets/InterLab">
+
<div class="submenu_buttonid="InterLab_page">
+
</li>
InterLab
+
 
</div>
+
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="team.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-8308751370782bcclass="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Team</span>
 
</a>
 
</a>
<a href="https://2017.igem.org/Team:Cadets2Vets/Contribution">
+
<div class="submenu_buttonid="Contribution_page">
+
</li>
Contribution
+
 
</div>
+
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="basic-parts.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-78fbd0423085ce2class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Basic Parts</span>
 
</a>
 
</a>
<a href="https://2017.igem.org/Team:Cadets2Vets/Model">
+
<div class="submenu_buttonid="Model_page">
+
</li>
Model
+
 
</div>
+
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="composite-parts.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-24ea54f35798e9aclass="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Composite Parts</span>
 
</a>
 
</a>
<a href="https://2017.igem.org/Team:Cadets2Vets/Results">
+
<div class="submenu_buttonid="Results_page">
+
</li>
Results
+
 
</div>
+
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="parts.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-8d68d4dbac38a10class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Parts</span>
 
</a>
 
</a>
<a href="https://2017.igem.org/Team:Cadets2Vets/Demonstrate">
+
<div class="submenu_buttonid="Demonstrate_page">
+
</li>
Demonstrate
+
 
</div>
+
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="interlab.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-c92600692c09125class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Interlab</span>
 
</a>
 
</a>
<a href="https://2017.igem.org/Team:Cadets2Vets/Improve">
+
<div class="submenu_buttonid="Improve_page">
+
</li>
Improve
+
 
</div>
+
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="our-partners.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-be35f8069be1925class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Our Partners</span>
 
</a>
 
</a>
<a href="https://2017.igem.org/Team:Cadets2Vets/Attributions">
+
<div class="submenu_buttonid="Attributions_page">
+
</li>
Attributions
+
 
</div>
+
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="notebook-september.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-4d7dd9f5c90ef9bclass="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Notebook September</span>
 
</a>
 
</a>
</div>
+
<div class="menu_button">
+
</li>
<div class="expand_collapse_icon">  </div> PARTS
+
 
</div>
+
+
<!-- parts submenu -->
+
<li class="removable-parent">
<div class="submenu_wrapper">
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Parts">
+
<a class="removable-parent" href="environmental-project.html" data-link-type="EXISTING"  target="_self" >
<div class="submenu_button" id="Parts_page">
+
Parts
+
<span id="2d522622" class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Environmental Project</span>
</div>
+
 
</a>
 
</a>
<a href="https://2017.igem.org/Team:Cadets2Vets/Basic_Part">
+
<div class="submenu_buttonid="Basic_Part_page">
+
</li>
Basic Parts
+
 
</div>
+
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="hardware.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="8d3cfa8cclass="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Hardware</span>
 
</a>
 
</a>
<a href="https://2017.igem.org/Team:Cadets2Vets/Composite_Part">
+
<div class="submenu_buttonid="Composite_Part_page">
+
</li>
Composite Parts
+
 
</div>
+
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="demonstrate.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="1ad7c153class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Demonstrate</span>
 
</a>
 
</a>
<a href="https://2017.igem.org/Team:Cadets2Vets/Part_Collection">
+
<div class="submenu_buttonid="Part_Collection_page">
+
</li>
Part Collection
+
 
</div>
+
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="improve.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="d9b23d12class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Improve</span>
 
</a>
 
</a>
</div>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Safety">
+
</li>
<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:Cadets2Vets/HP/Silver">
+
<li class="removable-parent">
<div class="submenu_button"   id="Silver_page">
+
Silver HP
+
<a class="removable-parent" href="results.html" data-link-type="EXISTING"  target="_self" >
</div>
+
 +
<span id="7e0ed437"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Results</span>
 
</a>
 
</a>
<a href="https://2017.igem.org/Team:Cadets2Vets/HP/Gold_Integrated">
+
<div class="submenu_button" id="Gold_Integrated_page">
+
</li>
Integrated and Gold
+
 
</div>
+
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="attribution.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="8a69633b"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Attribution</span>
 
</a>
 
</a>
<a href="https://2017.igem.org/Team:Cadets2Vets/Engagement">
+
<div class="submenu_buttonid="Engagement_page">
+
</li>
Public Engagement
+
 
</div>
+
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="notebook-october.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="643d5085class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Notebook October</span>
 
</a>
 
</a>
 +
 +
</li>
 +
 +
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="silver-hp.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-563894f97a8ebaf"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Silver HP</span>
 +
</a>
 +
 +
</li>
 +
 +
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="integrated-and-gold.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-874635e92416b44"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Integrated and Gold</span>
 +
</a>
 +
 +
</li>
 +
 +
 +
<div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div>
 +
 +
</ul>
 +
</div>
 +
 +
 +
<button class="hamburger links-menu-btn  small" type="button">
 +
  <span class="hamburger-box">
 +
  <span class="hamburger-inner"></span>
 +
  </span>
 +
</button>
 +
 +
 +
 
</div>
 
</div>
<div class="menu_button">
+
</div>
<div class="expand_collapse_icon">  </div> AWARDS
+
</div>
</div>  
+
<!-- LAYOUT SETTINGS -->
 +
<div class="layout-settings" style="display:none;" data-type="menu"
 +
data-MENU_OVERLAY="relative"
 +
data-MENU_SCROLL="false"
 +
data-ALWAYS_MINIFIED="false"
 +
data-MENU_POSITION="none"
 +
data-MENU_ALIGN="left"
 +
data-BACKGROUND_COLOR="rgb(124, 100, 41)"
 +
></div>
 +
</div>
 +
 +
</div>
 +
</div>
 +
<!-- MENUS END -->
 +
 +
 +
 +
 +
<!-- TEXT_BLOCK START -->
 +
<div  id="vbid-ba13a303-pwfs3s8z"  class="master item-box  gallery-box style-ba13a303-cfykn4og    button-effects btn_hover4      " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-ba13a303-cfykn4og" data-preview-styleid='style-ba13a303-cfykn4og' data-preset-type-id="TEXT_BLOCK">
 +
<div id="no-image" class="stripe-background load-high-res " ></div>
 +
<div class="gallery-wrapper item-wrapper text_block-wrapper ">
 +
 +
<div class="sub container style-ba13a303-cfykn4og content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-ba13a303-cfykn4og" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-ba13a303-pwfs3s8z" data-preset-type-id="TEXT_BLOCK" data-preview-style="style-ba13a303-cfykn4og" data-style="style-4e411-j0xhjgzynh" data-absolute-path=""  >
 +
<!-- ARRANGER SETTINGS -->
 +
<div class="arranger-settings" style="display:none;"
 +
data-ARRANGER_TYPE="flex"
 +
data-ARRANGER_COLS="0"
 +
data-ARRANGER_ITEM_MAX_WIDTH="400"
 +
data-ARRANGER_ITEM_MIN_WIDTH="230"
 +
data-ARRANGER_ITEM_RATIO="1"
 +
data-ARRANGER_ITEM_SPACING="20"
 +
data-ARRANGER_ITEMS_PER_PAGE="all"
 +
data-ARRANGER_ORDER_TYPE="regular"
 +
data-AUTO_PLAY="true"
 +
data-AUTO_PLAY_DURATION="4"
 +
data-FLEX_ELEMENT_EFFECT="effect-fadein"
 +
></div>
 +
<div class="layout-settings" style="display:none;" data-type="multi"></div>
 +
<div id="children">
 +
 +
 +
<div id="items-holder-wrapper">
 +
<div id="items-holder">
 +
 +
 +
 +
 +
<div  id="vbid-ba13a303-4gaxjzpo"  class="sub item-box  page-box style-ba13a303-cfykn4og          " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-ba13a303-cfykn4og" data-preview-styleid='style-ba13a303-cfykn4og' data-preset-type-id="UNRESOLVED">
 +
 +
<div class="page-wrapper item-wrapper ">
 +
 +
<div class="item-content leaf multi_layout page content -container" data-self="vbid-ba13a303-4gaxjzpo" data-preview-style="style-ba13a303-cfykn4og" data-style="style-4e411-yq39oaomol" data-orig-thumb-height="600" data-orig-thumb-width="1153" data-vbid="vbid-ba13a303-4gaxjzpo" data-bgimg="https://static.igem.org/mediawiki/2017/4/4b/C2V_Parts_Circuit.png">
 +
<div class="multi-container preview image-cover" >
 +
<div class="Picture item-preview">
 +
<div class="preview-image-holder">
 +
<div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style="">
 +
</div>
 +
<div class="helper-div middle-right" >
 +
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 +
<div class="pic-side">
 +
<div class="vertical-aligner">
 +
<div id="vbid-ba13a303-jm6adqzn-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
 +
 
 +
<div  id="vbid-ba13a303-jm6adqzn" class="inner-pic preview-element  magic-circle-holder  load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://static.igem.org/mediawiki/2017/4/4b/C2V_Parts_Circuit.png);"  data-orig-width="1153" data-orig-height="600" >
 +
<!-- VIDEO TEMPLATE -->
 +
 +
 
 +
<div class="element-placeholder" data-elementtype='VIDEO' style="display:none;"></div>
 +
 
 +
 
 +
<!-- MAP TEMPLATE -->
 +
 +
<div class="element-placeholder" data-elementtype='MAP' style="display:none;"></div>
 +
 
 +
<!-- RAW TEMPLATE -->
 +
 +
<div class="element-placeholder" data-elementtype='RAW' style="display:none;"></div>
 +
 
 +
</div>
 +
 +
</div>
 +
  
<!-- awards submenu -->
 
<div class="submenu_wrapper">
 
<a href="https://2017.igem.org/Team:Cadets2Vets/Applied_Design">
 
<div class="submenu_button"  id="Applied_Design_page">
 
Applied Design
 
 
</div>
 
</div>
</a>
+
</div>
<a href="https://2017.igem.org/Team:Cadets2Vets/Entrepreneurship">
+
<div class="text-side shrinker-parent">
<div class="submenu_button" id="Entrepreneurship_page">
+
<div class="vertical-aligner">
Entrepreneurship
+
<div class="item-details preview-content-wrapper  multi" style="position:relative;">
 +
<div class="draggable-div-holder"></div>
 +
<div class="preview-content-holder shrinker-content">
 +
 +
<!--  BY SPECIFIC ORDER -->
 +
 +
 +
 +
 +
<br class="upper-line-break" />
 +
<div class="preview-title-holder removable-parent order-handle">
 +
 +
<h1 id="vbid-ba13a303-lhrwnuia" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >circuit parts overview<br></h1>
 +
 +
</div>
 +
<br class="lower-line-break" />
 +
 
 +
 +
 +
 +
 +
 +
 +
<br class="upper-line-break" />
 +
<div class="preview-divider-holder removable-parent order-handle">
 +
<div id="vbid-ba13a303-i5dg9lve" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
 +
</div>
 +
</div>
 +
<br class="lower-line-break" />
 +
 
 +
 +
 +
 +
 +
 +
 +
<br class="upper-line-break" />
 +
<div class="preview-body-holder removable-parent order-handle">
 +
 +
<div id="vbid-ba13a303-ccbscqzl" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
 +
<p>Cadets2Vets has built a biological arsenic circuit that uses a combination of native DH5-alpha E. coli genes to detect arsenic ions in solution and genetic elements capable of producing GFP (Green Fluorescent Protein). After reading through academic literature, our team found a negative repressor that could be used as an arsenic regulator known as ArsR. Sensitive to arsenic ions, this protein will bind to an operon or promoter sequence and inhibit the transcription of the downstream gene in the presence of a transcription factor (in our case arsenic). Expressing a conformation change, this strategy allows us to control GFP expression using a protein sensitive to and capable of bonding with arsenic ions in solution.</p><p><br></p><p>Integrated DNA Technologies, an iGEM sponsor, provided us with free synthetic DNA to build our circuit. This sponsorship allowed us to select promoters and genes that fit our project. The molecular cloning strategy was to request two GBlocks that would contain a promoter-ribosome binding site-CDS-terminator sequence for constituitively expressing ArsR and regulating the expression of GFP via ArsR. We also added in a restriction enzyme site to both GBlocks that enabled us to combine the two GBlocks together.</p>
 +
</div>
 +
 +
</div>
 +
<br class="lower-line-break" />
 +
 
 +
 +
 +
 +
 +
 +
 +
 +
 +
</div>
 +
</div>
 +
</div>
 
</div>
 
</div>
</a>
+
</div>
<a href="https://2017.igem.org/Team:Cadets2Vets/Hardware">
+
</div>
<div class="submenu_button"  id="Hardware_page">
+
</div>
Hardware
+
</div>
 +
</div>
 +
<!-- LAYOUT SETTINGS -->
 +
<div class="layout-settings" style="display:none;" data-type="multi"></div>
 +
 +
</div>
 +
</div>
 +
 +
 +
 +
 +
 +
</div>
 +
</div>
 +
 +
 +
 +
</div>
 +
</div>
 +
 +
</div>
 +
</div>
 +
<!-- TEXT_BLOCK END -->
 +
 +
 +
 +
 +
<!-- PROJECTS START -->
 +
<div  id="vbid-d1ee0827-m6jrgnhp"  class="master item-box  gallery-box style-d1ee0827-r7hdefvx          " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="NATIVE_ORDER"  data-styleid="style-d1ee0827-r7hdefvx" data-preview-styleid='style-d1ee0827-r7hdefvx' data-preset-type-id="PROJECTS">
 +
<div id="no-image" class="stripe-background load-high-res " ></div>
 +
<div class="gallery-wrapper item-wrapper projects-wrapper ">
 +
 +
<div  class="sub container style-d1ee0827-r7hdefvx content matrix  " data-itemtype="folder" data-creator="" data-itemname="LOADING"  data-itemslug="loading" data-itemstyleid="style-d1ee0827-r7hdefvx" data-margintop="" data-arranger="matrix" data-layout="multi" data-vbid="vbid-d1ee0827-m6jrgnhp" data-preset-type-id="PROJECTS" data-preview-style="style-d1ee0827-r7hdefvx" data-style="style-8ec4c-t1avbp6mmi" data-absolute-path=""  >
 +
<!-- ARRANGER SETTINGS -->
 +
<div class="arranger-settings" style="display:none;"
 +
data-ARRANGER_TYPE="matrix"
 +
data-ARRANGER_COLS="1"
 +
data-ARRANGER_ITEM_MAX_WIDTH="2000"
 +
data-ARRANGER_ITEM_MIN_WIDTH="699.3"
 +
data-ARRANGER_ITEM_RATIO="0.4"
 +
data-ARRANGER_ITEM_SPACING="15"
 +
data-ARRANGER_ITEMS_PER_PAGE="all"
 +
data-ARRANGER_ORDER_TYPE="regular"
 +
data-AUTO_PLAY="false"
 +
data-AUTO_PLAY_DURATION="4"
 +
data-FLEX_ELEMENT_EFFECT=""
 +
></div>
 +
<div class="layout-settings" style="display:none;" data-type="multi"></div>
 +
<div id="children">
 +
 +
 +
<!-- STRIPE HEADER -->
 +
<div class="stripe-header-wrapper">
 +
<div  id="vbid-d1ee0827-ebftbm5y"  class="stripe-header sub item-box page-box style-d1ee0827-r7hdefvx      " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-d1ee0827-r7hdefvx" data-preview-styleid='style-d1ee0827-r7hdefvx' data-preset-type-id="UNRESOLVED">
 +
<div class="page-wrapper item-wrapper ">
 +
<div class="item-content leaf blocks_layout page content" data-self="vbid-d1ee0827-ebftbm5y" data-preview-style="style-d1ee0827-r7hdefvx" data-style="style-8ec4c-t1avbp6mmi" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-d1ee0827-ebftbm5y" data-bgimg="">
 +
<div class="helper-div middle" >
 +
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 +
<div class="text-side ">
 +
<div class="vertical-aligner">
 +
<div class="item-details blocks-preview-content-wrapper blocks shrinker-parent" style="position:relative;">
 +
<div class="blocks-preview-content-holder shrinker-content">
 +
<!--  BY SPECIFIC ORDER -->
 +
 +
 +
 +
<br class="upper-line-break" />
 +
<div class="blocks-preview-title-holder removable-parent order-handle">
 +
 +
<h2 id="vbid-d1ee0827-ral3lavl" class="preview-element blocks-preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="BLOCKS_PREVIEW_TITLE" >Our PArts</h2>
 +
 +
</div>
 +
<br class="lower-line-break" />
 +
 
 +
 
 +
 
 +
 +
 +
 +
</div>
 +
</div>
 +
</div>
 
</div>
 
</div>
</a>
+
</div>
<a href="https://2017.igem.org/Team:Cadets2Vets/Measurement">
+
</div>
<div class="submenu_button" id="Measurement_page">
+
<!-- LAYOUT SETTINGS -->
Measurement
+
<div class="layout-settings" style="display:none;" data-type="blocks"></div>
 
</div>
 
</div>
</a>
+
</div>
<a href="https://2017.igem.org/Team:Cadets2Vets/Model">
+
</div>
<div class="submenu_button"  id="Model_page">
+
Model
+
<div id="items-holder-wrapper">
 +
<div id="items-holder">
 +
 +
 +
 +
 +
 +
 +
<div  id="vbid-d1ee0827-cv7mrsdp"  class="sub item-box  page-box style-d1ee0827-r7hdefvx          " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-d1ee0827-r7hdefvx" data-preview-styleid='style-d1ee0827-r7hdefvx' data-preset-type-id="UNRESOLVED">
 +
 +
<div class="page-wrapper item-wrapper ">
 +
 +
<div class="item-content leaf multi_layout page content -container" data-self="vbid-d1ee0827-cv7mrsdp" data-preview-style="style-d1ee0827-r7hdefvx" data-style="style-8ec4c-ed91kjv1sl" data-orig-thumb-height="1000" data-orig-thumb-width="1380" data-vbid="vbid-d1ee0827-cv7mrsdp" data-bgimg="https://static.igem.org/mediawiki/2017/8/8b/C2V_Parts_SalILinkerRestrictionSite.png">
 +
<div  class="multi-container preview image-cover" >
 +
<div class="Picture item-preview">
 +
<div class="preview-image-holder">
 +
<div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style="">
 +
</div>
 +
<div class="helper-div middle-right" >
 +
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 +
<div class="pic-side">
 +
<div class="vertical-aligner">
 +
<div id="vbid-d1ee0827-rbus9ziy-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
 +
 
 +
<a class="image-link top-layer not-wrapping" href="http://parts.igem.org/Part:BBa_K2248000"  data-link-type="EXTERNAL" target="_blank" ></a>
 +
 
 +
<div id="vbid-d1ee0827-rbus9ziy" class="inner-pic preview-element  magic-circle-holder  load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://static.igem.org/mediawiki/2017/8/8b/C2V_Parts_SalILinkerRestrictionSite.png);"  data-orig-width="1380" data-orig-height="1000" >
 +
<!-- VIDEO TEMPLATE -->
 +
 +
 
 +
<div class="element-placeholder" data-elementtype='VIDEO' style="display:none;"></div>
 +
 
 +
 
 +
<!-- MAP TEMPLATE -->
 +
 +
<div class="element-placeholder" data-elementtype='MAP' style="display:none;"></div>
 +
 
 +
<!-- RAW TEMPLATE -->
 +
 +
<div class="element-placeholder" data-elementtype='RAW' style="display:none;"></div>
 +
 
 +
</div>
 +
 +
</div>
 +
 +
 
 
</div>
 
</div>
 +
</div>
 +
<div class="text-side shrinker-parent">
 +
<div class="vertical-aligner">
 +
<div class="item-details preview-content-wrapper  multi" style="position:relative;">
 +
<div class="draggable-div-holder"></div>
 +
<div class="preview-content-holder shrinker-content">
 +
 +
 +
<!--  BY NATIVE ORDER -->
 +
 +
 +
<div class="element-placeholder" data-elementtype='ICON' style="display:none;"></div>
 +
 +
 +
 +
<br class="upper-line-break" />
 +
<div class="preview-title-holder removable-parent order-handle">
 +
 +
<a href="http://parts.igem.org/Part:BBa_K2248000"  data-link-type="EXTERNAL" target="_blank" >
 +
 +
<h2 id="vbid-d1ee0827-ldivvjwr" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >SalI Linker Restriction Site</h2>
 +
</a>
 +
</div>
 +
<br class="lower-line-break" />
 +
 +
 +
 +
 +
<div class="element-placeholder" data-elementtype='SUBTITLE' style="display:none;"></div>
 +
 +
 +
 +
 +
<div class="element-placeholder" data-elementtype='DIVIDER' style="display:none;"></div>
 +
 +
 +
 +
<br class="upper-line-break" />
 +
<div class="preview-body-holder removable-parent order-handle">
 +
 +
<a href="http://parts.igem.org/Part:BBa_K2248000"  data-link-type="EXTERNAL" target="_blank" >
 +
 +
<div id="vbid-d1ee0827-usb41req" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
 +
<p>BBa_K2248000</p>
 +
</div>
 +
</a>
 +
</div>
 +
<br class="lower-line-break" />
 +
 +
 +
 +
<div class="element-placeholder" data-elementtype='PRICE' style="display:none;"></div>
 +
 +
 +
<div class="preview-form order-handle">
 +
 +
<div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div>
 +
</div>
 +
 +
<div class="preview-item-links order-handle ">
 +
<div class="preview-links-wrapper">
 +
 +
 +
<a class="removable-parent" href="http://parts.igem.org/Part:BBa_K2248000" data-link-type="EXTERNAL"  target="_blank" >
 +
 +
<span id="vbid-d1ee0827-e7htftnd"  class="preview-element Link item-link magic-circle-holder text-element " data-menu-name="PREVIEW_LINK" >more</span>
 
</a>
 
</a>
<a href="https://2017.igem.org/Team:Cadets2Vets/Plant">
+
 
<div class="submenu_button" id="Plant_page">
+
<div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div>
Plant
+
 +
</div>
 +
</div>
 +
 +
 +
 
 +
<div class="element-placeholder" data-elementtype='SOCIAL' style="display:none;"></div>
 +
 
 +
 
 +
 +
 +
<div class="element-placeholder" data-elementtype='RAW' style="display:none;"></div>
 +
 
 +
 +
 +
 +
</div>
 +
</div>
 +
</div>
 
</div>
 
</div>
</a>
+
</div>
<a href="https://2017.igem.org/Team:Cadets2Vets/Software">
+
</div>
<div class="submenu_button"  id="Software_page">
+
</div>
Software
+
</div>
 +
</div>
 +
<!-- LAYOUT SETTINGS -->
 +
<div class="layout-settings" style="display:none;" data-type="multi"></div>
 +
 +
</div>
 +
</div>
 +
 +
 +
 +
 +
 +
 +
<div  id="vbid-e22d8bff-opvd7oao"  class="sub item-box  page-box style-d1ee0827-r7hdefvx          " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-d1ee0827-r7hdefvx" data-preview-styleid='style-d1ee0827-r7hdefvx' data-preset-type-id="UNRESOLVED">
 +
 +
<div class="page-wrapper item-wrapper ">
 +
 +
<div class="item-content leaf multi_layout page content -container" data-self="vbid-e22d8bff-opvd7oao" data-preview-style="style-d1ee0827-r7hdefvx" data-style="style-8ec4c-ed91kjv1sl" data-orig-thumb-height="525" data-orig-thumb-width="544" data-vbid="vbid-e22d8bff-opvd7oao" data-bgimg="https://static.igem.org/mediawiki/2017/b/ba/C2V_Parts_BiosensorArs2.png">
 +
<div  class="multi-container preview image-cover" >
 +
<div class="Picture item-preview">
 +
<div class="preview-image-holder">
 +
<div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style="">
 +
</div>
 +
<div class="helper-div middle-right" >
 +
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 +
<div class="pic-side">
 +
<div class="vertical-aligner">
 +
<div id="vbid-e22d8bff-wths8jko-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
 +
 
 +
<a class="image-link top-layer not-wrapping" href="http://parts.igem.org/Part:BBa_K2248003"  data-link-type="EXTERNAL" target="_blank" ></a>
 +
 
 +
<div id="vbid-e22d8bff-wths8jko" class="inner-pic preview-element  magic-circle-holder  load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://static.igem.org/mediawiki/2017/b/ba/C2V_Parts_BiosensorArs2.png);"  data-orig-width="544" data-orig-height="525" >
 +
<!-- VIDEO TEMPLATE -->
 +
 +
 
 +
<div class="element-placeholder" data-elementtype='VIDEO' style="display:none;"></div>
 +
 
 +
 
 +
<!-- MAP TEMPLATE -->
 +
 +
<div class="element-placeholder" data-elementtype='MAP' style="display:none;"></div>
 +
 
 +
<!-- RAW TEMPLATE -->
 +
 +
<div class="element-placeholder" data-elementtype='RAW' style="display:none;"></div>
 +
 
 +
</div>
 +
 +
</div>
 +
 +
 
 
</div>
 
</div>
 +
</div>
 +
<div class="text-side shrinker-parent">
 +
<div class="vertical-aligner">
 +
<div class="item-details preview-content-wrapper  multi" style="position:relative;">
 +
<div class="draggable-div-holder"></div>
 +
<div class="preview-content-holder shrinker-content">
 +
 +
 +
<!--  BY NATIVE ORDER -->
 +
 +
 +
<div class="element-placeholder" data-elementtype='ICON' style="display:none;"></div>
 +
 +
 +
 +
<br class="upper-line-break" />
 +
<div class="preview-title-holder removable-parent order-handle">
 +
 +
<a href="http://parts.igem.org/Part:BBa_K2248003"  data-link-type="EXTERNAL" target="_blank" >
 +
 +
<h2 id="vbid-e22d8bff-au235fzu" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Biosensor: Ars2.0</h2>
 +
</a>
 +
</div>
 +
<br class="lower-line-break" />
 +
 +
 +
 +
 +
<div class="element-placeholder" data-elementtype='SUBTITLE' style="display:none;"></div>
 +
 +
 +
 +
 +
<div class="element-placeholder" data-elementtype='DIVIDER' style="display:none;"></div>
 +
 +
 +
 +
<br class="upper-line-break" />
 +
<div class="preview-body-holder removable-parent order-handle">
 +
 +
<a href="http://parts.igem.org/Part:BBa_K2248003"  data-link-type="EXTERNAL" target="_blank" >
 +
 +
<div id="vbid-e22d8bff-4cfbkvar" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
 +
<p>BBa_K2248003</p>
 +
</div>
 +
</a>
 +
</div>
 +
<br class="lower-line-break" />
 +
 +
 +
 +
<div class="element-placeholder" data-elementtype='PRICE' style="display:none;"></div>
 +
 +
 +
<div class="preview-form order-handle">
 +
 +
<div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div>
 +
</div>
 +
 +
<div class="preview-item-links order-handle ">
 +
<div class="preview-links-wrapper">
 +
 +
 +
<a class="removable-parent" href="http://parts.igem.org/Part:BBa_K2248003" data-link-type="EXTERNAL"  target="_blank" >
 +
 +
<span id="vbid-e22d8bff-ub3mbr5k"  class="preview-element Link item-link magic-circle-holder text-element " data-menu-name="PREVIEW_LINK" >more</span>
 
</a>
 
</a>
</div>
+
 
<a href="https://igem.org/2017_Judging_Form?team=Cadets2Vets">
+
<div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div>
<div class="menu_button direct_to_page">
+
JUDGING FORM
+
</div>
+
</a>
+
<div class="menu_bottom_padding" >
+
</div>  
+
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
  
 +
<div class="element-placeholder" data-elementtype='SOCIAL' style="display:none;"></div>
  
  
 +
 +
 +
<div class="element-placeholder" data-elementtype='RAW' style="display:none;"></div>
  
 +
 +
 +
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
<!-- LAYOUT SETTINGS -->
 +
<div class="layout-settings" style="display:none;" data-type="multi"></div>
 +
 +
</div>
 +
</div>
 +
 +
 +
 +
 +
 +
 +
<div  id="vbid-d1ee0827-s5uasg51"  class="sub item-box  page-box style-d1ee0827-r7hdefvx          " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-d1ee0827-r7hdefvx" data-preview-styleid='style-d1ee0827-r7hdefvx' data-preset-type-id="UNRESOLVED">
 +
 +
<div class="page-wrapper item-wrapper ">
 +
 +
<div class="item-content leaf multi_layout page content -container" data-self="vbid-d1ee0827-s5uasg51" data-preview-style="style-d1ee0827-r7hdefvx" data-style="style-8ec4c-ed91kjv1sl" data-orig-thumb-height="230" data-orig-thumb-width="317" data-vbid="vbid-d1ee0827-s5uasg51" data-bgimg="https://static.igem.org/mediawiki/2017/1/11/C2V_Parts_ARSRRegulatoryProteinPcArsR.gif">
 +
<div  class="multi-container preview image-cover" >
 +
<div class="Picture item-preview">
 +
<div class="preview-image-holder">
 +
<div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style="">
 +
</div>
 +
<div class="helper-div middle-right" >
 +
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 +
<div class="pic-side">
 +
<div class="vertical-aligner">
 +
<div id="vbid-d1ee0827-gajgul6y-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
  
<div class="column full_size">
+
<a class="image-link top-layer not-wrapping" href="http://parts.igem.org/Part:BBa_K2248001"  data-link-type="EXTERNAL" target="_blank" ></a>
  
<h1>Parts</h1>
+
<div  id="vbid-d1ee0827-gajgul6y" class="inner-pic preview-element  magic-circle-holder  load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://static.igem.org/mediawiki/2017/1/11/C2V_Parts_ARSRRegulatoryProteinPcArsR.gif);"  data-orig-width="317" data-orig-height="230" >
 +
<!-- VIDEO TEMPLATE -->
 +
  
<p>Each team will make new parts during iGEM and will submit them to the Registry of Standard Biological Parts. The iGEM software provides an easy way to present the parts your team has created. The <code>&lt;groupparts&gt;</code> tag (see below) will generate a table with all of the parts that your team adds to your team sandbox.</p>
+
<div class="element-placeholder" data-elementtype='VIDEO' style="display:none;"></div>
<p>Remember that the goal of proper part documentation is to describe and define a part, so that it can be used without needing to refer to the primary literature. Registry users in future years should be able to read your documentation and be able to use the part successfully. Also, you should provide proper references to acknowledge previous authors and to provide for users who wish to know more.</p>
+
  
  
 +
<!-- MAP TEMPLATE -->
 +
 +
<div class="element-placeholder" data-elementtype='MAP' style="display:none;"></div>
 +
 +
<!-- RAW TEMPLATE -->
 +
 +
<div class="element-placeholder" data-elementtype='RAW' style="display:none;"></div>
 +
 +
</div>
 +
 
</div>
 
</div>
 +
  
 +
</div>
 +
</div>
 +
<div class="text-side shrinker-parent">
 +
<div class="vertical-aligner">
 +
<div class="item-details preview-content-wrapper  multi" style="position:relative;">
 +
<div class="draggable-div-holder"></div>
 +
<div class="preview-content-holder shrinker-content">
 +
 +
 +
<!--  BY NATIVE ORDER -->
 +
 +
 +
<div class="element-placeholder" data-elementtype='ICON' style="display:none;"></div>
  
 +
 +
 +
<br class="upper-line-break" />
 +
<div class="preview-title-holder removable-parent order-handle">
 +
 +
<a href="http://parts.igem.org/Part:BBa_K2248001"  data-link-type="EXTERNAL" target="_blank" >
 +
 +
<h2 id="vbid-d1ee0827-6dxz4jzx" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >ARS R Regulatory Protein: PcArsR</h2>
 +
</a>
 +
</div>
 +
<br class="lower-line-break" />
  
 +
 +
  
 +
<div class="element-placeholder" data-elementtype='SUBTITLE' style="display:none;"></div>
  
<div class="column half_size">
+
 
<div class="highlight">
+
<h5>Note</h5>
+
<p>Note that parts must be documented on the <a href="http://parts.igem.org/Main_Page"> Registry</a>. This page serves to <i>showcase</i> the parts you have made. Future teams and other users and are much more likely to find parts by looking in the Registry than by looking at your team wiki.</p>
+
<div class="element-placeholder" data-elementtype='DIVIDER' style="display:none;"></div>
 +
 
 +
 +
 +
<br class="upper-line-break" />
 +
<div class="preview-body-holder removable-parent order-handle">
 +
 +
<a href="http://parts.igem.org/Part:BBa_K2248001"  data-link-type="EXTERNAL" target="_blank" >
 +
 +
<div id="vbid-d1ee0827-bsa85a5k" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
 +
<p>BBa_K2248001</p>
 +
</div>
 +
</a>
 
</div>
 
</div>
 +
<br class="lower-line-break" />
 +
 +
 +
 +
<div class="element-placeholder" data-elementtype='PRICE' style="display:none;"></div>
 +
 +
 +
<div class="preview-form order-handle">
 +
 +
<div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div>
 
</div>
 
</div>
 +
 +
<div class="preview-item-links order-handle ">
 +
<div class="preview-links-wrapper">
  
 +
 +
<a class="removable-parent" href="http://parts.igem.org/Part:BBa_K2248001" data-link-type="EXTERNAL"  target="_blank" >
 +
 +
<span id="vbid-d1ee0827-mbiql9ax"  class="preview-element Link item-link magic-circle-holder text-element " data-menu-name="PREVIEW_LINK" >more</span>
 +
</a>
  
 +
<div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div>
 +
 +
</div>
 +
</div>
 +
 +
  
 +
<div class="element-placeholder" data-elementtype='SOCIAL' style="display:none;"></div>
  
<div class="column half_size">
 
  
<h5>Adding parts to the registry</h5>
+
<p>You can add parts to the Registry at our <a href="http://parts.igem.org/Add_a_Part_to_the_Registry">Add a Part to the Registry</a> link.</p>
+
<p>We encourage teams to start completing documentation for their parts on the Registry as soon as you have it available. The sooner you put up your parts, the better you will remember all the details about your parts. Remember, you don't need to send us the DNA sample before you create an entry for a part on the Registry. (However, you <b>do</b> need to send us the DNA sample before the Jamboree. If you don't send us a DNA sample of a part, that part will not be eligible for awards and medal criteria.)</p>
+
<div class="element-placeholder" data-elementtype='RAW' style="display:none;"></div>
 +
 
 +
 +
 +
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 
</div>
 
</div>
 +
</div>
 +
<!-- LAYOUT SETTINGS -->
 +
<div class="layout-settings" style="display:none;" data-type="multi"></div>
 +
 +
</div>
 +
</div>
 +
 +
 +
 +
 +
 +
 +
<div  id="vbid-d1ee0827-jgoug0yi"  class="sub item-box  page-box style-d1ee0827-r7hdefvx          " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-d1ee0827-r7hdefvx" data-preview-styleid='style-d1ee0827-r7hdefvx' data-preset-type-id="UNRESOLVED">
 +
 +
<div class="page-wrapper item-wrapper ">
 +
 +
<div class="item-content leaf multi_layout page content -container" data-self="vbid-d1ee0827-jgoug0yi" data-preview-style="style-d1ee0827-r7hdefvx" data-style="style-8ec4c-ed91kjv1sl" data-orig-thumb-height="345" data-orig-thumb-width="512" data-vbid="vbid-d1ee0827-jgoug0yi" data-bgimg="https://static.igem.org/mediawiki/2017/8/8f/C2V_Parts_GFPPArsGFP.jpg">
 +
<div  class="multi-container preview image-cover" >
 +
<div class="Picture item-preview">
 +
<div class="preview-image-holder">
 +
<div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style="">
 +
</div>
 +
<div class="helper-div middle-right" >
 +
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 +
<div class="pic-side">
 +
<div class="vertical-aligner">
 +
<div id="vbid-d1ee0827-utnxsi5b-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
  
 +
<a class="image-link top-layer not-wrapping" href="http://parts.igem.org/Part:BBa_K2248002"  data-link-type="EXTERNAL" target="_blank" ></a>
  
 +
<div  id="vbid-d1ee0827-utnxsi5b" class="inner-pic preview-element  magic-circle-holder  load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://static.igem.org/mediawiki/2017/8/8f/C2V_Parts_GFPPArsGFP.jpg);"  data-orig-width="512" data-orig-height="345" >
 +
<!-- VIDEO TEMPLATE -->
 +
  
 +
<div class="element-placeholder" data-elementtype='VIDEO' style="display:none;"></div>
  
  
<div class="column half_size">
+
<!-- MAP TEMPLATE -->
 +
 +
<div class="element-placeholder" data-elementtype='MAP' style="display:none;"></div>
  
<h5>What information do I need to start putting my parts on the Registry?</h5>
+
<!-- RAW TEMPLATE -->
<p>The information needed to initially create a part on the Registry is:</p>
+
<ul>
+
<div class="element-placeholder" data-elementtype='RAW' style="display:none;"></div>
<li>Part Name</li>
+
<li>Part type</li>
+
<li>Creator</li>
+
<li>Sequence</li>
+
<li>Short Description (60 characters on what the DNA does)</li>
+
<li>Long Description (Longer description of what the DNA does)</li>
+
<li>Design considerations</li>
+
</ul>
+
  
<p>
+
</div>
We encourage you to put up <em>much more</em> information as you gather it over the summer. If you have images, plots, characterization data and other information, please also put it up on the part page. </p>
+
 +
</div>
 +
  
 +
</div>
 +
</div>
 +
<div class="text-side shrinker-parent">
 +
<div class="vertical-aligner">
 +
<div class="item-details preview-content-wrapper  multi" style="position:relative;">
 +
<div class="draggable-div-holder"></div>
 +
<div class="preview-content-holder shrinker-content">
 +
 +
 +
<!--  BY NATIVE ORDER -->
 +
 +
 +
<div class="element-placeholder" data-elementtype='ICON' style="display:none;"></div>
 +
 +
 +
 +
<br class="upper-line-break" />
 +
<div class="preview-title-holder removable-parent order-handle">
 +
 +
<a href="http://parts.igem.org/Part:BBa_K2248002"  data-link-type="EXTERNAL" target="_blank" >
 +
 +
<h2 id="vbid-d1ee0827-xaihucys" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >GFP: PArsGFP</h2>
 +
</a>
 
</div>
 
</div>
 +
<br class="lower-line-break" />
  
 +
 +
  
<div class="column half_size">
+
<div class="element-placeholder" data-elementtype='SUBTITLE' style="display:none;"></div>
  
<h5>Inspiration</h5>
 
<p>We have a created  a <a href="http://parts.igem.org/Well_Documented_Parts">collection of well documented parts</a> that can help you get started.</p>
 
  
<p> You can also take a look at how other teams have documented their parts in their wiki:</p>
+
<ul>
+
<li><a href="https://2014.igem.org/Team:MIT/Parts"> 2014 MIT </a></li>
+
<div class="element-placeholder" data-elementtype='DIVIDER' style="display:none;"></div>
<li><a href="https://2014.igem.org/Team:Heidelberg/Parts"> 2014 Heidelberg</a></li>
+
 
<li><a href="https://2014.igem.org/Team:Tokyo_Tech/Parts">2014 Tokyo Tech</a></li>
+
</ul>
+
 +
<br class="upper-line-break" />
 +
<div class="preview-body-holder removable-parent order-handle">
 +
 +
<a href="http://parts.igem.org/Part:BBa_K2248002"  data-link-type="EXTERNAL" target="_blank" >
 +
 +
<div id="vbid-d1ee0827-vr14vrab" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
 +
<p><strong></strong>BBa_K2248002</p>
 +
</div>
 +
</a>
 
</div>
 
</div>
 +
<br class="lower-line-break" />
  
<div class="column full_size">
+
<h5>Part Table </h5>
+
 +
<div class="element-placeholder" data-elementtype='PRICE' style="display:none;"></div>
  
<p>Please include a table of all the parts your team has made during your project on this page. Remember part characterization and measurement data must go on your team part pages on the Registry. </p>
+
 +
<div class="preview-form order-handle">
  
<div class="highlight">
+
<div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div>
 +
</div>
 +
 +
<div class="preview-item-links order-handle ">
 +
<div class="preview-links-wrapper">
  
 +
 +
<a class="removable-parent" href="http://parts.igem.org/Part:BBa_K2248002" data-link-type="EXTERNAL"  target="_blank" >
 +
 +
<span id="vbid-d1ee0827-pltcwnit"  class="preview-element Link item-link magic-circle-holder text-element " data-menu-name="PREVIEW_LINK" >more</span>
 +
</a>
  
</html>
+
<div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div>
<groupparts>iGEM17 Cadets2Vets</groupparts>
+
 +
</div>
 +
</div>
 +
 +
  
<html>
+
<div class="element-placeholder" data-elementtype='SOCIAL' style="display:none;"></div>
 +
 
 +
 
 +
 +
 +
<div class="element-placeholder" data-elementtype='RAW' style="display:none;"></div>
 +
 
 +
 +
 +
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 +
<!-- LAYOUT SETTINGS -->
 +
<div class="layout-settings" style="display:none;" data-type="multi"></div>
 +
 +
</div>
 +
</div>
 +
 +
 +
 +
 +
 +
</div>
 +
</div>
 +
 +
 +
 +
</div>
 +
</div>
 +
 +
</div>
 +
</div>
 +
<!-- PROJECTS END -->
 +
 +
 +
 +
 +
<!-- FOOTERS START -->
 +
<div  id="vbid-59a5b-mskg6fxi"  class="master item-box  footer-box style-59a5b-lbaqmrpi injected        " data-holder-type="footer"" data-holder-type="footer"  data-child-type="ORIGIN"  data-styleid="style-59a5b-lbaqmrpi" data-preview-styleid='style-59a5b-lbaqmrpi' data-preset-type-id="FOOTERS">
 +
<div id="no-image" class="stripe-background load-high-res " ></div>
 +
<div class="footer-wrapper item-wrapper footers-wrapper ">
 +
 +
<div class="item-content leaf middle_layout footer content shrinker-parent" data-self="vbid-59a5b-mskg6fxi" data-preview-style="style-59a5b-lbaqmrpi" data-style="style-f785e-jp5ywgaa0t" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-59a5b-mskg6fxi" data-bgimg="">
 +
<div  class="preview image-cover" >
 +
<div class="Picture item-preview">
 +
<div class="preview-image-holder">
 +
 +
<div  id="no-image" data-title='click to Add'  class="background-div  normal preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="PREVIEW_IMAGE" style="" >
 +
<!-- VIDEO TEMPLATE -->
 +
  
 +
<div class="element-placeholder" data-elementtype='VIDEO' style="display:none;"></div>
  
  
 +
<!-- MAP TEMPLATE -->
 +
 +
<div class="element-placeholder" data-elementtype='MAP' style="display:none;"></div>
  
 +
</div>
 +
<div class="helper-div">
 +
<div class="benet" style="min-height:inherit;"></div>
 +
<div class="item-details preview-content-wrapper  middle">
 +
<div class="preview-content-holder shrinker-content">
 +
<!-- ICON TEMPLATE -->
 +
 +
<div class="element-placeholder" data-elementtype='ICON' style="display:none;"></div>
 +
 +
<!-- TITLE TEMPLATE -->
 +
 +
<div class="preview-title-holder removable-parent">
 +
 +
<h2 id="vbid-59a5b-xinhfnbg" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Follow us on Social Media!</h2>
 +
 +
</div>
 +
<br />
 +
 +
<!-- SUBTITLE TEMPLATE -->
 +
 +
<div class="preview-subtitle-holder removable-parent">
 +
 +
<h3 id="vbid-59a5b-novarlkx" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">2304 Jefferson Ave, Tacoma, WA 98402</h3>
 +
 +
</div>
 +
<br />
 +
 +
<!-- BODY TEMPLATE -->
 +
 +
<div class="element-placeholder" data-elementtype='BODY' style="display:none;"></div>
 +
 +
<!-- PRICE TEMPLATE -->
 +
 +
<div class="element-placeholder" data-elementtype='PRICE' style="display:none;"></div>
 +
 +
<!-- FORM TEMPLATE -->
 +
<div class="preview-form">
 +
 +
<div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div>
 +
</div>
 +
<!-- LINKS TEMPLATE -->
 +
<div class="preview-item-links ">
 +
<div class="preview-links-wrapper">
 +
 +
 +
 +
<div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div>
 +
 +
</div>
 +
</div>
 +
<!-- SOCIAL TEMPLATE -->
 +
 +
<div class="preview-social-wrapper removable-parent"  >
 +
<div id="vbid-59a5b-xmkwjkjw" class="preview-element preview-social-holder magic-circle-holder" data-menu-name="PREVIEW_SOCIAL" data-theme="7" >
 +
 +
<div id="FACEBOOK" class='link-entry' data-menu-name="PREVIEW_SOCIAL" style='display:inline-block;' data-title="FACEBOOK" data-img-url="https://static.igem.org/mediawiki/2017/a/a4/FacebookImage.png">
 +
<a class='social-link-url' href="https://www.facebook.com/RAINIncubator" target='_blank'><img class='preview-link-img ' src="https://static.igem.org/mediawiki/2017/a/a4/FacebookImage.png" ></a>
 +
</div>
 +
 +
<div id="TWITTER" class='link-entry' data-menu-name="PREVIEW_SOCIAL" style='display:inline-block;' data-title="TWITTER" data-img-url="https://static.igem.org/mediawiki/2017/5/59/TwitterImage.png">
 +
<a class='social-link-url' href="https://twitter.com/RAINincubator" target='_blank'><img class='preview-link-img ' src="https://static.igem.org/mediawiki/2017/5/59/TwitterImage.png" ></a>
 +
</div>
 +
 +
<div id="INSTAGRAM" class='link-entry' data-menu-name="PREVIEW_SOCIAL" style='display:inline-block;' data-title="INSTAGRAM" data-img-url="https://static.igem.org/mediawiki/2017/8/86/InstagramImage.png">
 +
<a class='social-link-url' href="https://www.linkedin.com/in/rain-network" target='_blank'><img class='preview-link-img ' src="https://static.igem.org/mediawiki/2017/8/86/InstagramImage.png" ></a>
 +
</div>
 +
 +
<div id="YOUTUBE" class='link-entry' data-menu-name="PREVIEW_SOCIAL" style='display:inline-block;' data-title="YOUTUBE" data-img-url="https://static.igem.org/mediawiki/2017/3/34/YoutubeImage.png">
 +
<a class='social-link-url' href="https://www.youtube.com/channel/UCuVc4cKxuUzpjZfywBgoT9w" target='_blank'><img class='preview-link-img ' src="https://static.igem.org/mediawiki/2017/3/34/YoutubeImage.png" ></a>
 +
</div>
 +
 +
<div id="GOOGLE_PLUS" class='link-entry' data-menu-name="PREVIEW_SOCIAL" style='display:inline-block;' data-title="GOOGLE_PLUS" data-img-url="https://static.igem.org/mediawiki/2017/f/fa/GooglePlusImage.png">
 +
<a class='social-link-url' href="https://plus.google.com/u/0/+RainincubatorOrg" target='_blank'><img class='preview-link-img ' src="https://static.igem.org/mediawiki/2017/f/fa/GooglePlusImage.png" ></a>
 +
</div>
 +
 +
</div>
 +
</div>
 +
 +
<!-- RAW TEMPLATE -->
 +
 +
<div class="element-placeholder" data-elementtype='RAW' style="display:none;"></div>
 +
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
<!-- LAYOUT SETTINGS -->
 +
<div class="layout-settings" style="display:none;" data-type="middle"></div>
 +
 +
</div>
 +
</div>
 +
<!-- FOOTERS END -->
 +
 +
 +
 +
 +
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
<div class="light-box-wrapper  space-layer" style="display:none;">
 +
<div class="light-box-image-holder">
 +
<div class="light-box-image animated">
 +
 +
</div>
 +
<div class="lightbox-text-wrapper ">
 +
<div class="lightbox-text-holder animated">
 +
<div class="lightbox-title"></div>
 +
<div class="lightbox-subtitle"></div>
 +
<div id="paginator" style="display:none;">
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
    <img src="https://static.igem.org/mediawiki/2017/d/db/Arrow1.png" class="download-gallery-btn clickable" style="display: none;">
 +
<img src="https://static.igem.org/mediawiki/2017/9/9e/XImage1.png" class="close-lightbox-btn clickable" style="opacity: 1;">
 +
<img src="https://2017.igem.org/File:Thing5.png" class="lightbox-arrow lightbox-left clickable top-layer" >
 +
<img src="https://2017.igem.org/File:Thing4.png" class="lightbox-arrow lightbox-right clickable top-layer" >
 +
</div>
 +
 +
</div>
 +
 +
<script type="text/javascript" src="https://2017.igem.org/Team:Cadets2Vets/js/lightbox?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2017.igem.org/Team:Cadets2Vets/js/spimeengine?action=raw&ctype=text/javascript"></script>
 +
 +
 +
<!--  SHOPROCKET  ECOMMERCE  -->
 +
<script>
 +
var JSR = jQuery.noConflict();
 +
var $ = jQuery.noConflict();
 +
</script>
 +
 +
<input type="hidden" name="sr-companyid" id="sr-companyid" value="">
 +
</body>
 +
 +
 
</html>
 
</html>
 +
 +
<groupparts>iGEM17 Cadets2Vets</groupparts>

Latest revision as of 02:20, 1 November 2017

Parts - Home

<groupparts>iGEM17 Cadets2Vets</groupparts>