Difference between revisions of "Team:Cadets2Vets"

 
(77 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Team:Cadets2Vets/SideMenu}}
  
<html lang="en" dir="ltr" class="client-nojs">
+
<html xmlns="http://www.w3.org/1999/xhtml">
 
+
<head>
<body class="mediawiki ltr sitedir-ltr ns-0 ns-subject page-Team_Cadets2Vets skin-igem action-view">
+
<title>Cadets2Vets</title>
 
+
        <script type='text/javascript'        src ='/common/tablesorter/jquery.tablesorter.min.js'></script>
+
        <link rel='stylesheet' type='text/css' href='/common/tablesorter/themes/groupparts/style.css' />
+
        <link rel='stylesheet' type='text/css' href='/common/table_styles.css' />
+
 
+
        <script type='text/javascript'        src ='/wiki/skins/Igem/resources/2017_skin.js'></script>
+
 
+
 
+
 
+
 
+
<script>
+
+
// 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() {
+
$("#HQ_page").attr('id','');
+
// call the functions that control the menu
+
menu_functionality();
+
hide_show_menu();
+
//this function controls the expand and collapse buttons of the menu and changes the +/- symbols
+
function menu_functionality() {
+
//when clicking on a "menu_button", it will change the "+/-" accordingly and it will show/hide the corresponding submenu
+
$(".menu_button").click(function(){
+
// add or remove the class "open" , this class holds the "-"
+
$(this).children().toggleClass("open");
+
+
// show or hide the submenu
+
$(this).next('.submenu_wrapper').fadeToggle(400);
+
});
+
// 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);
+
});
+
// call the current page highlight function
+
highlight_current_page();
+
}
+
// call the highlight current page function to show it on the menu with a different background color
+
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
+
$("#"+  wgPageName.substring(wgPageName.lastIndexOf("/")+1, wgPageName.length ) + "_page").addClass("current_page");
+
// 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);
+
+
// change the +/- symbol of the corresponding menu button
+
$(".current_page").parents(".submenu_wrapper").prev().children().toggleClass("open");
+
}
+
// allow button on the black menu bar to show/hide the side menu
+
function hide_show_menu() {
+
+
// in case you preview mode is selected, the menu is hidden for better visibility
+
if (window.location.href.indexOf("submit") >= 0) {
+
$(".igem_2017_menu_wrapper").hide();
+
}
+
// if the black menu bar has been loaded
+
  if (document.getElementById('bars_item')) {
+
// when the "bars_item" has been clicked
+
$("#bars_item").click(function() {
+
$("#sideMenu").hide();
+
// 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;}
+
#content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
+
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 */
+
.igem_2017_menu_wrapper a { 
+
text-decoration: none;
+
}
+
/* styling for the images in the menu */
+
.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 #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 {
+
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 {
+
background-color: #3399ff;
+
text-decoration: none;
+
color:#ffffff;
+
}
+
/* styling for the menu button when it is the current page */
+
.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 ****************************************************/
+
/* 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 {
+
height: 30px;
+
}
+
/* highlight class, makes content slightly smaller */
+
.igem_2017_content_wrapper .highlight {
+
margin: 0px 15px;
+
padding: 15px 0px;
+
}
+
/* 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" >
+
 
+
<!-- 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:Cadets2Vets">
+
<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:Cadets2Vets/Team">
+
<div class="submenu_button" id="Team_page">
+
Team
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/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:Cadets2Vets/Description">
+
<div class="submenu_button"  id="Description_page">
+
Description
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Design">
+
<div class="submenu_button"  id="Design_page">
+
Design
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Experiments">
+
<div class="submenu_button"  id="Experiments_page">
+
Experiments
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Notebook">
+
<div class="submenu_button"  id="Notebook_page">
+
Notebook
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/InterLab">
+
<div class="submenu_button"  id="InterLab_page">
+
InterLab
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Contribution">
+
<div class="submenu_button"  id="Contribution_page">
+
Contribution
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Model">
+
<div class="submenu_button"  id="Model_page">
+
Model
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Results">
+
<div class="submenu_button"  id="Results_page">
+
Results
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Demonstrate">
+
<div class="submenu_button"  id="Demonstrate_page">
+
Demonstrate
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Improve">
+
<div class="submenu_button"  id="Improve_page">
+
Improve
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/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:Cadets2Vets/Parts">
+
<div class="submenu_button"  id="Parts_page">
+
Parts
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Basic_Part">
+
<div class="submenu_button"  id="Basic_Part_page">
+
Basic Parts
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Composite_Part">
+
<div class="submenu_button"  id="Composite_Part_page">
+
Composite Parts
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Part_Collection">
+
<div class="submenu_button"  id="Part_Collection_page">
+
Part Collection
+
</div>
+
</a>
+
</div>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/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:Cadets2Vets/HP/Silver">
+
<div class="submenu_button"  id="Silver_page">
+
Silver HP
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/HP/Gold_Integrated">
+
<div class="submenu_button" id="Gold_Integrated_page">
+
Integrated and Gold
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/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:Cadets2Vets/Applied_Design">
+
<div class="submenu_button"  id="Applied_Design_page">
+
Applied Design
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Entrepreneurship">
+
<div class="submenu_button"  id="Entrepreneurship_page">
+
Entrepreneurship
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Hardware">
+
<div class="submenu_button"  id="Hardware_page">
+
Hardware
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Measurement">
+
<div class="submenu_button"  id="Measurement_page">
+
Measurement
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Model">
+
<div class="submenu_button"  id="Model_page">
+
Model
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Plant">
+
<div class="submenu_button"  id="Plant_page">
+
Plant
+
</div>
+
</a>
+
<a href="https://2017.igem.org/Team:Cadets2Vets/Software">
+
<div class="submenu_button"  id="Software_page">
+
Software
+
</div>
+
</a>
+
</div>
+
<a href="https://igem.org/2017_Judging_Form?team=Cadets2Vets">
+
<div class="menu_button direct_to_page">
+
JUDGING FORM
+
</div>
+
</a>
+
<div class="menu_bottom_padding" >
+
</div>
+
</div>
+
</div>
+
 
+
 
+
<!-- start of content -->
+
<div class="igem_2017_content_wrapper">
+
 
+
 
+
 
+
 
+
 
+
<!-- start of content -->
+
 
+
 
+
 
+
<head>
+
<title>
+
USE THIS ONE!!!</title>
+
 
<!-- META -->
 
<!-- META -->
 
<meta charset="UTF-8">
 
<meta charset="UTF-8">
 
<meta name="viewport" content="width=device-width, maximum-scale=1"/>  
 
<meta name="viewport" content="width=device-width, maximum-scale=1"/>  
 
 
 +
 
 
<meta name="robots" content="noindex, nofollow">
+
<meta name="keywords" content="Cadets2Vets IGEM igem RAIN ">
 
 
 
 
 +
<meta name="description" content="We are a community biological lab competing in IGEM">
 
 
<script src="https://www.youtube.com/iframe_api"></script>
 
 
<!-- CSS -->
 
<!-- CSS -->
<link rel="stylesheet" href="//edit.www.imcreator.com/css/common.css?v=1.4.0p1">
+
                <link href="https://2017.igem.org/Team:Cadets2Vets/css/common?action=raw&ctype=text/css" rel="stylesheet">
<link rel="stylesheet" href="//edit.www.imcreator.com/js/lib/sweetalert/sweetalert.css" />
+
                <link href="https://2017.igem.org/Team:Cadets2Vets/css/all_css?action=raw&ctype=text/css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="//edit.www.imcreator.com/all_css.css?v=1.4.0p1" />
+
 
+
+
 
 
<link rel="icon" type="image/png" href="https://lh3.googleusercontent.com/dd_e0xA19up9208Tv6odcjHEw6z4cKAA6fTgjZ9ynkKoSnr5R4vFxI7gZp6pnZH1Vi5T5f-fphjFsrLG=s30" />
+
<link rel="icon" type="image/png" href="https://static.igem.org/mediawiki/2017/7/71/Circleimage1.png" />
<link rel="apple-touch-icon" href="https://lh3.googleusercontent.com/dd_e0xA19up9208Tv6odcjHEw6z4cKAA6fTgjZ9ynkKoSnr5R4vFxI7gZp6pnZH1Vi5T5f-fphjFsrLG=s30" />
+
<link rel="apple-touch-icon" href="https://static.igem.org/mediawiki/2017/7/71/Circleimage1.png" />
 
 
 
 
+
                <link id="vbid-59a5b-fnxcttvm-STRIPE_DATA" link href="https://2017.igem.org/Team:Cadets2Vets/css/stripe_data_css?action=raw&ctype=text/css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
+
 
+
                <link href="https://2017.igem.org/Team:Cadets2Vets/css/fonts?action=raw&ctype=text/css" rel="stylesheet">
<link id="style-59a5b-ti3xte4k" rel="stylesheet" type="text/css"   href="//edit.www.imcreator.com/stripe_dynamic_css?style_id=style-59a5b-ti3xte4k&amp;viewer=xprs&amp;parent_style=style-59a5b-yamofliu&amp;v=1.4.0p1">
+
                <link href="https://2017.igem.org/Team:Cadets2Vets/css/effects?action=raw&ctype=text/css" rel="stylesheet">
<link id="style-59a5b-d7ztvvyy" rel="stylesheet" type="text/css"  href="//edit.www.imcreator.com/stripe_dynamic_css?style_id=style-59a5b-d7ztvvyy&amp;viewer=xprs&amp;parent_style=style-59a5b-yamofliu&amp;v=1.4.0p1">
+
                <link href="https://2017.igem.org/Team:Cadets2Vets/css/lightbox?action=raw&ctype=text/css" rel="stylesheet">
<link id="style-59a5b-lbaqmrpi" rel="stylesheet" type="text/css"   href="//edit.www.imcreator.com/stripe_dynamic_css?style_id=style-59a5b-lbaqmrpi&amp;viewer=xprs&amp;parent_style=style-59a5b-yamofliu&amp;v=1.4.0p1">
+
                <link href="https://2017.igem.org/Team:Cadets2Vets/css/spimeview?action=raw&ctype=text/css" rel="stylesheet">
<link id="style-59a5b-jbqq3wgo" rel="stylesheet" type="text/css"  href="//edit.www.imcreator.com/stripe_dynamic_css?style_id=style-59a5b-jbqq3wgo&amp;viewer=xprs&amp;parent_style=style-59a5b-yamofliu&amp;v=1.4.0p1">
+
 
<link id="style-59a5b-jqfr7efo" rel="stylesheet" type="text/css"   href="//edit.www.imcreator.com/stripe_dynamic_css?style_id=style-59a5b-jqfr7efo&amp;viewer=xprs&amp;parent_style=style-59a5b-yamofliu&amp;v=1.4.0p1">
+
                <link id="vbid-59a5b-fnxcttvm-STATIC_STYLE" href="https://2017.igem.org/Team:Cadets2Vets/css/static_style?action=raw&ctype=text/css" rel="stylesheet">
<link id="style-59a5b-yamofliu" rel="stylesheet" type="text/css"  href="//edit.www.imcreator.com/stripe_dynamic_css?style_id=style-59a5b-yamofliu&amp;viewer=xprs&amp;parent_style=style-59a5b-yamofliu&amp;v=1.4.0p1">
+
<link id="vbid-59a5b-fnxcttvm-STRIPE_DATA" rel="stylesheet" type="text/css"  href="//edit.www.imcreator.com/stripe_data_css?page_id=vbid-59a5b-fnxcttvm-STRIPE_DATA&amp;v=1.4.0p1">
+
+
<link id="vbid-59a5b-fnxcttvm-STRIPE_DATA" rel="stylesheet" type="text/css" href="//edit.www.imcreator.com/stripe_data_css?page_id=vbid-59a5b-fnxcttvm-STRIPE_DATA&amp;v=1.4.0p1">  
+
+
<link rel="stylesheet" type="text/css" href="//edit.www.imcreator.com/css/fonts.css?v=1.4.0p1" />
+
<link rel="stylesheet" type="text/css" href="//edit.www.imcreator.com/css/effects.css?v=1.4.0p1" />
+
<link rel="stylesheet" type="text/css" href="//edit.www.imcreator.com/css/lightbox.css?v=1.4.0p1">
+
+
<link rel="stylesheet" type="text/css" href="//edit.www.imcreator.com/css/spimeview.css?v=1.4.0p1">
+
+
 
 
 
<!-- SCRIPT -->
 
<!-- SCRIPT -->
<script src="https://code.jquery.com/jquery-2.x-git.min.js" type="text/javascript"></script>
 
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyByWRZWFbQRxJM7SiNz2NURPDPJPqTtBQQ" type="text/javascript"></script>
 
 
 
<script src="//edit.www.imcreator.com/js/xprs_helper.js?v=1.4.0p1" type="text/javascript"></script>
+
<script type="text/javascript" src="https://2017.igem.org/Team:Cadets2Vets/js/xprs_helper?action=raw&ctype=text/javascript"></script>
+
<script src="//edit.www.imcreator.com/js/lib/jquery.cookie.min.js" type="text/javascript"></script>
+
<script src="//edit.www.imcreator.com/js/lib/sweetalert/sweetalert.min.js" type="text/javascript"></script>
+
<script src="//edit.www.imcreator.com/translation_js?lang=en" type="text/javascript"></script>
+
+
<!-- User Head Code -->
+
+
+
<script src="https://imos004-dot-im--os.appspot.com/js/imos.js?v=1.4.0p1" type="text/javascript"></script>
+
  
<script type="text/javascript" src="//edit.www.imcreator.com/all_js.js?v=1.4.0p1"></script>
+
<script type="text/javascript" src="https://2017.igem.org/Team:Cadets2Vets/js/all_js?action=raw&ctype=text/javascript"></script>
<script src="//edit.www.imcreator.com/js/lib/touchswipe/jquery.mobile.custom.min.js"></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>
<script type="text/javascript">IMOS.pageView();</script>
+
 
 
 
 
 
 
 
 
<!-- User analytics -->
 
<!-- User analytics -->
 
<script type="text/javascript">
 
  var _gaq = _gaq || [];
 
  _gaq.push(['_setAccount', '']);
 
  _gaq.push(['_trackPageview']);
 
  (function() {
 
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 
  })();
 
</script>
 
  
  
 +
<!-- 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']);
 +
}
 +
</script>
 +
 
<!-- Label config-->
 
<!-- Label config-->
 
<script>
 
<script>
 
 
var LABEL_CONFIG = JSON.parse('{"LANDING_PAGE": "fast_homepage", "BILLING": {"BUY_NOW_URL": "none", "BUY_NOW_IMAGE": "none", "PAYPAL_RECURRENCES": "1", "CUSTOM_CURRENCY": "USD", "HIDE_FREE_URL": "off", "PAYPAL_ID": "", "PAYPAL_AMOUNT": "100", "CUSTOM_TITLE": "Single Commercial License", "PAYPAL_PERIOD": "Y", "CUSTOM_EXPLAINED": "single domain connection for a single site. unlimited bandwidth, unlimited storage, premium support, e-commerce", "BILLING_TYPE": "abtest", "PAYPAL_OFFER_NAME": "Premium Subscription", "PAYPAL_EXPLAINED": "single domain connection for a single site. unlimited bandwidth, unlimited storage, premium support, e-commerce", "CUSTOM_CYCLE": "/month paid annualy", "PAYPAL_CURRENCY": "USD", "CUSTOM_PRICE": "100"}, "BRANDING": {"BRAND_THEMES_LOGO": "none", "BRAND_SECONDARY_COLOR": "rgb(255,255,255)", "BRAND_MAIN_COLOR": "#0099CC", "BRAND_BG": "https://lh3.googleusercontent.com/ZgLp2jeL7ynJJZ-aMv-LgcFLv1-wuV0E4mMxsQXqyPe9CDHiClIlQODrGLalwzQp4XNWjMBy8Z68369P4Q", "BUTTON_HOVER_COLOR": "#0099cc", "BRAND_SMALL_LOGO": "https://lh3.googleusercontent.com/PVw5qfegr3TcOhyx6UH2QShnmtTexxEIuzECuxiKnbfkzYPv28lrzSMSnelUe7nkoYjs-KLxOYzo1wgOSZk", "BRAND_LARGE_LOGO": "https://lh3.googleusercontent.com/BVPCuhW88_eSWMXpfFE8ZZh9IxRktAzfOp_rZ9vvhH2zLhLNoCJ6TjOleEnqppMxvYHdvsxDX-uXWfRrgQ"}, "SUPPORT": {"SUPPORT_URL": "http://support.imxprs.com/hc/en-us/requests/new", "VIDEO_ID": "K1ZnSLe-Rdk", "SUPPORT_ID": "", "KNOWLEDGE_CENTER_URL": "http://support.imxprs.com/hc/en-us"}, "ANALYTICS_ID": "UA-64970204-1", "META": {"OWNER": "xprsxprs", "DOMAIN": "imcreator.com", "CREATION_DATE": "28-07-2015 13:34:42", "PRODUCT_NAME": "XPRS", "NAME": "xprs"}, "DOMAIN_BILLING": {"BUY_NOW_URL": "none", "PAYPAL_RECURRENCES": "1", "CUSTOM_CURRENCY": "USD", "PAYPAL_PERIOD": "Y", "PAYPAL_AMOUNT": "100", "PAYPAL_ID": "", "CUSTOM_EXPLAINED": "1-Year domain subscription", "BILLING_TYPE": "standard", "PAYPAL_OFFER_NAME": "Premium Subscription", "PAYPAL_CURRENCY": "USD", "CUSTOM_PRICE": "100"}, "ID": "label-f6d7c", "SETTINGS": {"ALLOW_PERIPHERAL_PAGES": "allow", "LOGIN_URL": "", "ALLOW_ECOMMERCE": "allow", "ALLOW_NEW_DOMAIN": "allow", "ENABLE_IMXPRT": "true", "ECOMMERCE_DASHBOARD": "http://dashboard.shoprocket.co", "INCLUDE_REGISTER_PHONE": "disallow", "CUSTOM_TEMPLATES": "default", "API_TOKEN": "NOT GENERATED", "ALLOW_CALL_ME_CHECKBOX": "disallow", "SR_PARTNER_KEY": "N/A", "PHONE_EDIT_APP_LINK": "https://itunes.apple.com/app/apple-store/id953999749?pt=1847141&amp;mt=8", "DEFAULT_EDITOR_LANG": "en", "CUSTOM_SECTIONS": "default", "ALLOW_PHONE_EDIT": "allow", "ALLOW_NEW_SITES": "allow", "REGISTER_URL": "", "BILLING_SERVER": "", "USER_PROFILE": "show", "REGISTER_STEP": "themes", "ENABLE_IMOS": "false", "ECOMMERCE_SOLUTION": "IMOS", "WEBHOOKS_SERVER": "", "ALLOW_RESELLER": "allow"}, "HIY": "false", "EMAILS": {"FORWARD_ALL_EMAILS": "off", "FORWARD_EMAIL": ""}, "SERVERS": {"HEROKU_APP": "", "S3_ACCESS": "", "S3_REGION": "", "UPLOAD_TO_S3": "off", "S3_SECRET": "", "S3_BUCKET": ""}, "TOS_URL": "http://www.imcreator.com/terms-of-service"}');
+
var LABEL_CONFIG = {};
 
 
 
 
 
</script></head>
 
</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-af8681d1"  data-app-version="1.4.0p1" data-caller="preview"  data-ecommerce-dashboard="http://dashboard.shoprocket.co" data-static-server="//edit.www.imcreator.com" data-imos-server="https://imos004-dot-im--os.appspot.com">
+
<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-af8681d1"  data-app-version="1.4.1f" data-caller="live">
 
 
<div id="xprs" data-website-name="USE THIS ONE!!!" class="xprs-holder" >
+
<div id="xprs" data-website-name="Home" class="xprs-holder" >
 
<div class="main-page "  >
 
<div class="main-page "  >
 
<div id="content">
 
<div id="content">
<div  id="vbid-59a5b-fnxcttvm"  class="master container style-59a5b-yamofliu content stripes  website-style " data-itemtype="folder" data-creator="" data-itemname="USE THIS ONE!!!"  data-itemslug="use-this-one" data-itemstyleid="style-59a5b-yamofliu" data-margintop="" data-arranger="stripes" data-layout="middle" data-vbid="vbid-59a5b-fnxcttvm" data-preset-type-id="" data-preview-style="style-59a5b-yamofliu" data-style="style-7f715-gkcpu3e69m" data-absolute-path="http://edit.www.imcreator.com/viewer" >
+
<div  id="vbid-59a5b-fnxcttvm"  class="master container style-59a5b-yamofliu content stripes  website-style " data-itemtype="folder" data-creator="" data-itemname="Home"  data-itemslug="cadets2vets-igem-wiki" data-itemstyleid="style-59a5b-yamofliu" data-margintop="" data-arranger="stripes" data-layout="middle" data-vbid="vbid-59a5b-fnxcttvm" data-preset-type-id="" data-preview-style="style-59a5b-yamofliu" data-style="style-7f715-gkcpu3e69m" data-absolute-path="" >
 
<!-- ARRANGER SETTINGS -->
 
<!-- ARRANGER SETTINGS -->
 
<div class="arranger-settings" style="display:none;"
 
<div class="arranger-settings" style="display:none;"
Line 693: Line 108:
 
<!-- TITLE TEMPLATE -->
 
<!-- TITLE TEMPLATE -->
 
 
<div class="preview-title-holder removable-parent">
+
<div class="element-placeholder" data-elementtype='TITLE' style="display:none;"></div>
+
<h2 id="vbid-59a5b-0dca3gi2" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Menu</h2>
+
+
</div>
+
<br />
+
  
 
<!-- SUBTITLE TEMPLATE -->
 
<!-- SUBTITLE TEMPLATE -->
Line 718: Line 128:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="http://edit.www.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-59a5b-qpimjeag" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="index.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="vbid-59a5b-w5gehayb"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Team Members</span>
+
<span id="element-a1a56421418f7ce"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Home</span>
 
</a>
 
</a>
 
 
Line 729: Line 139:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="http://edit.www.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-59a5b-l5xeq0z6" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="collaborations.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="vbid-59a5b-9i6v7wly"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Projects</span>
+
<span id="element-5efad87d43e4352"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Collaborations</span>
 
</a>
 
</a>
 
 
Line 740: Line 150:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="http://edit.www.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-59a5b-xtfijafb" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="description.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="vbid-59a5b-b9vovddz"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Parts</span>
+
<span id="element-e6e2afb357139e4"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Description</span>
 
</a>
 
</a>
 
 
Line 751: Line 161:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="http://edit.www.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-59a5b-bb9vg46d" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="design.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="vbid-59a5b-hlhlmo7j"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Safety</span>
+
<span id="element-c6287513fca8901"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Design</span>
 
</a>
 
</a>
 
 
Line 762: Line 172:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="http://edit.www.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-59a5b-hjemejig" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="experiments.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="vbid-59a5b-k2taajbu"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Human Practices</span>
+
<span id="element-f4b485a3e8b3825"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Experiments</span>
 
</a>
 
</a>
 
 
Line 773: Line 183:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="http://edit.www.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-59a5b-0rawt2n3" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="notebook.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="vbid-59a5b-dv55z3u4"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Awards</span>
+
<span id="element-603d2303312c4bd"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Notebook</span>
 
</a>
 
</a>
 
 
Line 784: Line 194:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="http://edit.www.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-59a5b-szkh4ovx" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="notebook-august.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="vbid-59a5b-qli0rtxn"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Judging Form</span>
+
<span id="element-e39fe0beffa33cd"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Notebook August</span>
 
</a>
 
</a>
 
 
Line 795: Line 205:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="http://edit.www.imcreator.com/viewer/vbid-59a5b-fnxcttvm" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="notebook-july.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="vbid-59a5b-egwntcng"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Home</span>
+
<span id="element-09ca318ecaf1b2f"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Notebook July</span>
 
</a>
 
</a>
 
 
Line 806: Line 216:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="http://edit.www.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-59a5b-akva45w2" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="notebook-june.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="vbid-59a5b-vcbsdeug"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Collaborations</span>
+
<span id="element-367041e6445b247"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Notebook June</span>
 
</a>
 
</a>
 
 
Line 817: Line 227:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="http://edit.www.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-59a5b-oiquicn3" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="public-engagement.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="vbid-59a5b-bnaeflqb"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Experiments</span>
+
<span id="element-307cb61a9a844e1"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Public Engagement</span>
 
</a>
 
</a>
 
 
Line 828: Line 238:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="http://edit.www.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-59a5b-kmybr6mb" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="safety.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="vbid-59a5b-c9f8qbif"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Design</span>
+
<span id="element-fa38138e1dd4fce"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Safety</span>
 
</a>
 
</a>
 
 
Line 839: Line 249:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="http://edit.www.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-59a5b-xghz2dmu" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="team.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="vbid-59a5b-cxv3wrcd"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Demonstrate</span>
+
<span id="element-8308751370782bc"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Team</span>
 
</a>
 
</a>
 
 
Line 850: Line 260:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="http://edit.www.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-26336972-lok1anrm" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="basic-parts.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="1a721f1e"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Safety</span>
+
<span id="element-78fbd0423085ce2"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Basic Parts</span>
 +
</a>
 +
 +
</li>
 +
 
 +
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="composite-parts.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-24ea54f35798e9a"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Composite Parts</span>
 +
</a>
 +
 +
</li>
 +
 
 +
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="parts.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-8d68d4dbac38a10"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Parts</span>
 +
</a>
 +
 +
</li>
 +
 
 +
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="interlab.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-c92600692c09125"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Interlab</span>
 +
</a>
 +
 +
</li>
 +
 
 +
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="our-partners.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-be35f8069be1925"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Our Partners</span>
 +
</a>
 +
 +
</li>
 +
 
 +
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="notebook-september.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="element-4d7dd9f5c90ef9b"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Notebook September</span>
 +
</a>
 +
 +
</li>
 +
 
 +
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="environmental-project.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="2d522622"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Environmental Project</span>
 +
</a>
 +
 +
</li>
 +
 
 +
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="hardware.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="8d3cfa8c"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Hardware</span>
 +
</a>
 +
 +
</li>
 +
 
 +
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="demonstrate.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="1ad7c153"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Demonstrate</span>
 +
</a>
 +
 +
</li>
 +
 
 +
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="improve.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="d9b23d12"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Improve</span>
 +
</a>
 +
 +
</li>
 +
 
 +
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="results.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="7e0ed437"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Results</span>
 +
</a>
 +
 +
</li>
 +
 
 +
 +
 +
<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>
 +
 +
</li>
 +
 
 +
 +
 +
<li class="removable-parent">
 +
 +
<a class="removable-parent" href="notebook-october.html" data-link-type="EXISTING"  target="_self" >
 +
 +
<span id="643d5085"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Notebook October</span>
 +
</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>
 
</a>
 
 
Line 880: Line 444:
 
data-MENU_SCROLL="false"
 
data-MENU_SCROLL="false"
 
data-ALWAYS_MINIFIED="false"
 
data-ALWAYS_MINIFIED="false"
data-MENU_POSITION="bottom"
+
data-MENU_POSITION="none"
 
data-MENU_ALIGN="left"
 
data-MENU_ALIGN="left"
 
data-BACKGROUND_COLOR="rgb(124, 100, 41)"
 
data-BACKGROUND_COLOR="rgb(124, 100, 41)"
Line 898: Line 462:
 
<div class="page-wrapper item-wrapper form-wrapper ">
 
<div class="page-wrapper item-wrapper form-wrapper ">
 
 
<div class="item-content leaf multi_layout page content -container" data-self="vbid-59a5b-tjgooy1n" data-preview-style="style-59a5b-ti3xte4k" data-style="style-e4cfb-6huavktiba" data-orig-thumb-height="2416" data-orig-thumb-width="3500" data-vbid="vbid-59a5b-tjgooy1n" data-bgimg="https://lh3.googleusercontent.com/OAbUSoGAxLob9fusdd8GqWFGv8xOhxRhN3y6KLxpoOONepmYgG9ci5kUkDm8vdWLy4-MU9yUZyUUZ-vNuFk">
+
<div class="item-content leaf multi_layout page content -container" data-self="vbid-59a5b-tjgooy1n" data-preview-style="style-59a5b-ti3xte4k" data-style="style-e4cfb-6huavktiba" data-orig-thumb-height="2416" data-orig-thumb-width="3500" data-vbid="vbid-59a5b-tjgooy1n" data-bgimg="https://static.igem.org/mediawiki/2017/7/7c/Army_in_Parade_Dress.jpeg">
 
<div  class="multi-container preview image-cover" >
 
<div  class="multi-container preview image-cover" >
 
<div class="Picture item-preview">
 
<div class="Picture item-preview">
Line 910: Line 474:
 
<div id="vbid-59a5b-nnn4mbrq-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
 
<div id="vbid-59a5b-nnn4mbrq-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
  
<div  id="vbid-59a5b-nnn4mbrq" class="inner-pic preview-element  magic-circle-holder  load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/OAbUSoGAxLob9fusdd8GqWFGv8xOhxRhN3y6KLxpoOONepmYgG9ci5kUkDm8vdWLy4-MU9yUZyUUZ-vNuFk=s300);"  data-orig-width="3500" data-orig-height="2416" >
+
<div  id="vbid-59a5b-nnn4mbrq" 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/7/7c/Army_in_Parade_Dress.jpeg);"  data-orig-width="3500" data-orig-height="2416" >
 
<!-- VIDEO TEMPLATE -->
 
<!-- VIDEO TEMPLATE -->
 
 
Line 942: Line 506:
 
 
 
 
+
+
<div class="preview-icon-holder Icon removable-parent order-handle" >
+
 +
<img id="element-2e144876c8f0e64" class="preview-element icon-source magic-circle-holder shrinkable-img  allow-mobile-hide" data-menu-name="PREVIEW_ICON" src="https://static.igem.org/mediawiki/2017/thumb/d/d2/Cadets2Vets_Logo.jpg/800px-Cadets2Vets_Logo.jpg.png" />
 +
 +
</div>
 +
 
 
 
 
 
Line 957: Line 525:
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-subtitle-holder removable-parent order-handle">
 
 
<h3 id="vbid-59a5b-xjigmnwy" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">Welcome to our Homepage</h3>
 
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-title-holder removable-parent order-handle">
 
 
<h1 id="vbid-59a5b-pk8oiize" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Cadets2Vets<br></h1>
 
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-body-holder removable-parent order-handle">
 
 
<div id="vbid-59a5b-lf1zqczb" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu custom  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
 
<p style="text-align: center;">- 2017 iGEM Team -</p>
 
</div>
 
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
Line 1,029: Line 561:
 
<div class="gallery-wrapper item-wrapper maps-wrapper ">
 
<div class="gallery-wrapper item-wrapper maps-wrapper ">
 
 
<!-- CACHED VERSION (7) OF vbid-59a5b-qihkumq9 FROM  22-06-2017 19:56:31 --><div  class="sub container style-59a5b-jqfr7efo content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-59a5b-jqfr7efo" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-59a5b-qihkumq9" data-preset-type-id="MAPS" data-preview-style="style-59a5b-jqfr7efo" data-style="style-4e411-j0xhjgzynh" data-absolute-path="http://edit.www.imcreator.com/viewer" >
+
<div  class="sub container style-59a5b-jqfr7efo content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-59a5b-jqfr7efo" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-59a5b-qihkumq9" data-preset-type-id="MAPS" data-preview-style="style-59a5b-jqfr7efo" data-style="style-4e411-j0xhjgzynh" data-absolute-path="" >
 
<!-- ARRANGER SETTINGS -->
 
<!-- ARRANGER SETTINGS -->
 
<div class="arranger-settings" style="display:none;"
 
<div class="arranger-settings" style="display:none;"
Line 1,064: Line 596:
 
<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 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>
<div class="helper-div middle-left" >
+
<div class="helper-div middle-center" >
 
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 
<div class="pic-side">
 
<div class="pic-side">
Line 1,074: Line 606:
 
 
  
<div class="preview-video-holder removable-parent">
+
<div class="element-placeholder" data-elementtype='VIDEO' style="display:none;"></div>
<div id="vbid-59a5b-rn3mu2t5" class="preview-element preview-video-source magic-circle-holder vid-autoplay vid-cover vid-mute vid-loop  allow-mobile-hide" data-menu-name="PREVIEW_VIDEO" data-json-name="PREVIEW_VIDEO"  data-spimeVID_LOOP = 'true' data-spimeVID_AUTOPLAY = 'true'  data-spimeVBID = 'vbid-59a5b-rn3mu2t5'  data-spimeVIDEO_ID = 'DWUxy4g_p7w'  data-spimeVID_COVER = 'True'  data-spimeSOURCE = 'youtube'  data-spimeCONTEXT = 'PREVIEW'  data-spimeVID_MUTE = 'true'  >
+
 
+
<div class="video-blocker"></div>
+
+
+
<iframe class="ytplayer preview video-frame" id="vbid-59a5b-rn3mu2t5-vidframe" type="text/html" src="https://www.youtube.com/embed/DWUxy4g_p7w?controls=0&amp;html5=1&amp;showinfo=0&amp;modestbranding=1&amp;enablejsapi=1&amp;rel=0&amp;playerapiid=vbid-59a5b-rn3mu2t5-vidframe" frameborder="0" width="100%" height="100%" /></iframe>
+
+
</div>
+
</div>
+
  
 
<!-- MAP TEMPLATE -->
 
<!-- MAP TEMPLATE -->
Line 1,107: Line 631:
 
 
 
<!--  BY SPECIFIC ORDER -->
 
<!--  BY SPECIFIC ORDER -->
 
 
 
 
 
 
 
 
Line 1,117: Line 637:
 
<div class="preview-icon-holder Icon removable-parent order-handle" >
 
<div class="preview-icon-holder Icon removable-parent order-handle" >
 
 
<img id="vbid-59a5b-qgicu05p" class="preview-element icon-source magic-circle-holder shrinkable-img  allow-mobile-hide" data-menu-name="PREVIEW_ICON" src="https://lh3.googleusercontent.com/RV9GQfQJ9BfAg_aSqdCOkSsuOMs7KUIGWbLAgwgxWEQsO3uW297q-3ex471NB0-4m-af1nKLiwPpEUHf" />
+
<img id="vbid-59a5b-qgicu05p" class="preview-element icon-source magic-circle-holder shrinkable-img  allow-mobile-hide" data-menu-name="PREVIEW_ICON" src="https://static.igem.org/mediawiki/2017/3/30/US_Army_Logo.jpg" />
 
 
 
</div>
 
</div>
Line 1,187: Line 707:
 
<div class="page-wrapper item-wrapper ">
 
<div class="page-wrapper item-wrapper ">
 
 
<div class="item-content leaf multi_layout page content -container" data-self="vbid-59a5b-ma3fusho" data-preview-style="style-59a5b-jqfr7efo" data-style="style-4e411-yq39oaomol" data-orig-thumb-height="2952" data-orig-thumb-width="5248" data-vbid="vbid-59a5b-ma3fusho" data-bgimg="https://lh3.googleusercontent.com/v0UyZ8jZnU_PZu9Q1rhHEwlbKPQkiwkdzsbP-HpjjJ0tnT0lLGSC7yC8tBbDNwQs5kZXRkYWwbVMMpLNUA">
+
<div class="item-content leaf multi_layout page content -container" data-self="vbid-59a5b-ma3fusho" data-preview-style="style-59a5b-jqfr7efo" data-style="style-4e411-yq39oaomol" data-orig-thumb-height="2952" data-orig-thumb-width="5248" data-vbid="vbid-59a5b-ma3fusho" data-bgimg="https://static.igem.org/mediawiki/2017/8/8c/Group_Photo.jpgC8tBbDNwQs5kZXRkYWwbVMMpLNUA">
 
<div  class="multi-container preview image-cover" >
 
<div  class="multi-container preview image-cover" >
 
<div class="Picture item-preview">
 
<div class="Picture item-preview">
Line 1,193: Line 713:
 
<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 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>
<div class="helper-div middle-left" >
+
<div class="helper-div middle-center" >
 
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 
<div class="pic-side">
 
<div class="pic-side">
Line 1,199: Line 719:
 
<div id="vbid-59a5b-2w1tabau-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
 
<div id="vbid-59a5b-2w1tabau-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
  
<div  id="vbid-59a5b-2w1tabau" class="inner-pic preview-element  magic-circle-holder  load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/v0UyZ8jZnU_PZu9Q1rhHEwlbKPQkiwkdzsbP-HpjjJ0tnT0lLGSC7yC8tBbDNwQs5kZXRkYWwbVMMpLNUA=s300);"  data-orig-width="5248" data-orig-height="2952" >
+
<div  id="vbid-59a5b-2w1tabau" 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/8c/Group_Photo.jpg);"  data-orig-width="5248" data-orig-height="2952" >
 
<!-- VIDEO TEMPLATE -->
 
<!-- VIDEO TEMPLATE -->
 
 
Line 1,231: Line 751:
 
 
 
 
+
<div class="preview-icon-holder Icon removable-parent order-handle" >
+
 +
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
<!-- LAYOUT SETTINGS -->
 +
<div class="layout-settings" style="display:none;" data-type="multi"></div>
 +
 +
</div>
 +
</div>
 +
 +
 +
 
 
<img id="vbid-59a5b-x6dz6l6a" class="preview-element icon-source magic-circle-holder shrinkable-img  allow-mobile-hide" data-menu-name="PREVIEW_ICON" src="https://lh3.googleusercontent.com/RV9GQfQJ9BfAg_aSqdCOkSsuOMs7KUIGWbLAgwgxWEQsO3uW297q-3ex471NB0-4m-af1nKLiwPpEUHf" />
+
 +
 +
 +
</div>
 +
<!-- LAYOUT SETTINGS -->
 +
<div class="layout-settings" style="display:none;" data-type="multi"></div>
 +
 +
</div>
 +
</div>
 +
 +
 +
 +
 +
 +
</div>
 +
</div>
 +
 +
 
 
 
</div>
 
</div>
 +
</div>
 +
 +
</div>
 +
</div>
 +
<!-- MAPS END -->
 +
 +
 +
 +
 +
<!-- TEXT_BLOCK START -->
 +
<div  id="vbid-b282ff56-nm8gak7e"  class="master item-box  gallery-box style-b282ff56-lz7anfvy    button-effects btn_hover3      " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="NATIVE_ORDER"  data-styleid="style-b282ff56-lz7anfvy" data-preview-styleid='style-b282ff56-lz7anfvy' 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-b282ff56-lz7anfvy content matrix  " data-itemtype="folder" data-creator="" data-itemname="LOADING"  data-itemslug="loading" data-itemstyleid="style-b282ff56-lz7anfvy" data-margintop="" data-arranger="matrix" data-layout="multi" data-vbid="vbid-b282ff56-nm8gak7e" data-preset-type-id="TEXT_BLOCK" data-preview-style="style-b282ff56-lz7anfvy" data-style="style-b82c0-fvpabxxvdo" data-absolute-path=""  >
 +
<!-- ARRANGER SETTINGS -->
 +
<div class="arranger-settings" style="display:none;"
 +
data-ARRANGER_TYPE="matrix"
 +
data-ARRANGER_COLS="3"
 +
data-ARRANGER_ITEM_MAX_WIDTH="500"
 +
data-ARRANGER_ITEM_MIN_WIDTH="490"
 +
data-ARRANGER_ITEM_RATIO="0.4"
 +
data-ARRANGER_ITEM_SPACING="10"
 +
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">
 +
 +
 +
<div id="items-holder-wrapper">
 +
<div id="items-holder">
 +
 +
 +
 +
 +
<div  id="vbid-b282ff56-hpsoubkd"  class="sub item-box  page-box style-b282ff56-lz7anfvy          " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-b282ff56-lz7anfvy" data-preview-styleid='style-b282ff56-lz7anfvy' data-preset-type-id="UNRESOLVED">
 +
 +
<div class="page-wrapper item-wrapper ">
 +
 +
<div class="item-content leaf multi_layout page content -container" data-self="vbid-b282ff56-hpsoubkd" data-preview-style="style-b282ff56-lz7anfvy" data-style="style-b82c0-spogh4t6il" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-b282ff56-hpsoubkd" data-bgimg="">
 +
<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-center" >
 +
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 +
<div class="pic-side">
 +
<div class="vertical-aligner">
 +
<div id="no-image-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
  
+
<div  id="no-image" class="inner-pic preview-element  magic-circle-holder  load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style=""  data-orig-width="" data-orig-height="" >
+
<!-- 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 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" />
 
<br class="upper-line-break" />
 
<div class="preview-title-holder removable-parent order-handle">
 
<div class="preview-title-holder removable-parent order-handle">
 
 
<h2 id="vbid-59a5b-h1inthsw" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >WE ARE Cadets2Vets.</h2>
+
<h2 id="vbid-b282ff56-qszrvloh" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" style="color: black">The Issue<br></h2>
 
 
 
</div>
 
</div>
 
<br class="lower-line-break" />
 
<br class="lower-line-break" />
  
 +
 
 
 +
 +
<div class="element-placeholder" data-elementtype='SUBTITLE' style="display:none;"></div>
 +
 +
 
 
+
 +
<br class="upper-line-break" />
 +
<div class="preview-divider-holder removable-parent order-handle">
 +
<div id="vbid-b282ff56-njk0vdeg" 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" />
 
<br class="upper-line-break" />
<div class="preview-subtitle-holder removable-parent order-handle">
+
<div class="preview-body-holder removable-parent order-handle">
 +
 +
<div id="vbid-b282ff56-wdmvi2c7" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
 +
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><br></p><p dir="ltr" style="margin-top: 0pt; margin-bottom: 0pt; letter-spacing: 1.4px; line-height: 1.38; background-color: rgb(255, 255, 255);"><span style="line-height: 1em;"><span id="docs-internal-guid-07d9d787-1726-69e0-e827-dac88147f21b"><span style="font-size: 12pt; vertical-align: baseline; white-space: pre-wrap;">As outlined by measure 7061A from the </span><span style="font-size: 12pt; font-style: italic; vertical-align: baseline; white-space: pre-wrap;">Environmental Protection Agency</span><span style="font-size: 12pt; vertical-align: baseline; white-space: pre-wrap;">, atomic absorption/gaseous hydride is the current method for arsenic detection in wastes, soils, and groundwater. The method begins with a nitric or sulfuric acid digest. Using tin chloride, the arsenic is reduced into its trivalent state and converted into a volatile hydride. The hydride is then swept into an argon-hydrogen flame.The subsequent radiation is read by a spectrophotometer; the result is proportional to the arsenic concentration in the environmental sample. This process requires highly trained technicians and a significant delay for laboratory proceedings to be completed, costing up to $150 per sample. </span></span></span></p><p dir="ltr" style="margin-top: 0pt; margin-bottom: 0pt; letter-spacing: 1.4px; line-height: 1.38; background-color: rgb(255, 255, 255);"><br></p><p dir="ltr" style="margin-top: 0pt; margin-bottom: 0pt; letter-spacing: 1.4px; line-height: 1.38; background-color: rgb(255, 255, 255);"><span style="line-height: 1em;"><span id="docs-internal-guid-07d9d787-1726-69e0-e827-dac88147f21b"><span style="font-size: 12pt; vertical-align: baseline; white-space: pre-wrap;">Evidently, the acid digest method for arsenic detection is simply not reasonable for the impoverished people of Bangladesh, who face a severe crisis in arsenic contamination. It is estimated that nearly 57 million citizens of the Bengal basin are currently consuming water that exceeds the World Health Organization’s standard of arsenic concentration at ten parts per billion (Henke, 2009). WHO investigators estimate that more than 20% of deaths in Bangladesh could be attributed to dangerous concentrations of arsenic in tube wells. Additionally, the United States military remains concerned about exposure of troops to unsafe environmental conditions,
 +
including arsenic-contaminated drinking water. These issues show an urgent need for a field-effective,
 +
inexpensive sensor for arsenic.</span></span></span></p>
 +
</div>
 
 
<h3 id="vbid-59a5b-7isk1yxx" 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, <br>Tacoma, WA 98402<br></h3>
 
 
 
</div>
 
</div>
 
<br class="lower-line-break" />
 
<br class="lower-line-break" />
  
 
 
 
 
 
 
 
<div class="preview-item-links order-handle removable-parent" style="display:inline-block;">
+
<div class="element-placeholder" data-elementtype='PRICE' style="display:none;"></div>
  
<span id="vbid-59a5b-hapd8kb8"  class="preview-element Link item-link magic-circle-holder text-element " data-menu-name="PREVIEW_LINK" >info@rainincubator.org</span>
+
 +
<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">
 +
 
 +
<div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div>
 +
 +
</div>
 +
</div>
 
 
 
 
 +
 +
<div class="element-placeholder" data-elementtype='SOCIAL' style="display:none;"></div>
 +
 +
 
 
 
 
Line 1,304: Line 966:
 
 
 
 
<div  id="vbid-59a5b-nmjr6wvs"  class="sub item-box  page-box style-59a5b-jqfr7efo         " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-59a5b-jqfr7efo" data-preview-styleid='style-59a5b-jqfr7efo' data-preset-type-id="UNRESOLVED">
+
<div  id="vbid-b282ff56-6nwkbsmi"  class="sub item-box  page-box style-b282ff56-lz7anfvy         " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-b282ff56-lz7anfvy" data-preview-styleid='style-b282ff56-lz7anfvy' data-preset-type-id="UNRESOLVED">
 
 
 
<div class="page-wrapper item-wrapper ">
 
<div class="page-wrapper item-wrapper ">
 
 
<div class="item-content leaf multi_layout page content -container" data-self="vbid-59a5b-nmjr6wvs" data-preview-style="style-59a5b-jqfr7efo" data-style="style-4e411-yq39oaomol" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-59a5b-nmjr6wvs" data-bgimg="">
+
<div class="item-content leaf multi_layout page content -container" data-self="vbid-b282ff56-6nwkbsmi" data-preview-style="style-b282ff56-lz7anfvy" data-style="style-b82c0-spogh4t6il" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-b282ff56-6nwkbsmi" data-bgimg="">
 
<div  class="multi-container preview image-cover" >
 
<div  class="multi-container preview image-cover" >
 
<div class="Picture item-preview">
 
<div class="Picture item-preview">
Line 1,314: Line 976:
 
<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 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>
<div class="helper-div middle-left" >
+
<div class="helper-div middle-center" >
 
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 
<div class="pic-side">
 
<div class="pic-side">
Line 1,329: Line 991:
 
<!-- MAP TEMPLATE -->
 
<!-- MAP TEMPLATE -->
 
 
<div class="preview-map-holder removable-parent">
+
<div class="element-placeholder" data-elementtype='MAP' style="display:none;"></div>
<div id="vbid-59a5b-eblnoqdh" class="preview-element preview-map-source magic-circle-holder  allow-mobile-hide" data-menu-name="PREVIEW_MAP" data-json-name="PREVIEW_MAP"  data-spimeNORTHEAST-LAT = '47.2420651802915' data-spimeSOUTHWEST-LNG = '-122.43808056970852'  data-spimeLAT = '47.2407162'  data-spimeLOCATION = '2304 Jefferson Ave tacoma wa'  data-spimeCONTEXT = 'PREVIEW'  data-spimeMAP_STYLE_ID = 'google'  data-spimeNORTHEAST-LNG = '-122.43808056970852'  data-spimeLNG = '-122.43942959999998'  data-spimeVBID = 'vbid-59a5b-eblnoqdh'  data-spimeSOUTHWEST-LAT = '47.23936721970851'  >
+
<div class="map-blocker"></div>
+
<!-- <iframe class="map-frame" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?key=AIzaSyC_rQkOzLFzNFDolszpJnNiz-klYsz0gAw&amp;q=2304 Jefferson Ave tacoma wa"></iframe> -->
+
<div class="map-frame"></div>
+
</div>
+
</div>
+
  
 
<!-- RAW TEMPLATE -->
 
<!-- RAW TEMPLATE -->
Line 1,354: Line 1,010:
 
<div class="preview-content-holder shrinker-content">
 
<div class="preview-content-holder shrinker-content">
 
 
<!--  BY SPECIFIC ORDER -->
 
 
 
 +
<!--  BY NATIVE ORDER -->
 
 
 
 
+
<div class="element-placeholder" data-elementtype='ICON' style="display:none;"></div>
<div class="preview-icon-holder Icon removable-parent order-handle" >
+
+
<img id="vbid-59a5b-fhlvsspa" class="preview-element icon-source magic-circle-holder shrinkable-img  allow-mobile-hide" data-menu-name="PREVIEW_ICON" src="https://lh3.googleusercontent.com/RV9GQfQJ9BfAg_aSqdCOkSsuOMs7KUIGWbLAgwgxWEQsO3uW297q-3ex471NB0-4m-af1nKLiwPpEUHf" />
+
+
</div>
+
  
 
 
 
 
 
 
 
 
 
 
 
 
 
<br class="upper-line-break" />
 
<br class="upper-line-break" />
 
<div class="preview-title-holder removable-parent order-handle">
 
<div class="preview-title-holder removable-parent order-handle">
 
 
<h2 id="vbid-59a5b-6gqtswss" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >WE ARE Cadets2Vets.</h2>
+
<h2 id="vbid-b282ff56-jo5dppjh" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" style="color: black">Our Project<br></h2>
 
 
 
</div>
 
</div>
 
<br class="lower-line-break" />
 
<br class="lower-line-break" />
  
 +
 
 
 +
 +
<div class="element-placeholder" data-elementtype='SUBTITLE' style="display:none;"></div>
 +
 +
 
 
+
 +
<br class="upper-line-break" />
 +
<div class="preview-divider-holder removable-parent order-handle">
 +
<div id="vbid-b282ff56-1eqqneto" 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" />
 
<br class="upper-line-break" />
<div class="preview-subtitle-holder removable-parent order-handle">
+
<div class="preview-body-holder removable-parent order-handle">
 +
 +
<div id="vbid-b282ff56-eh3xkslt" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
 +
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;background-color:#ffffff;"><span style="line-height:1em;"><span><span style="font-size: 12pt; vertical-align: baseline; white-space: pre-wrap;"></span></span></span><span style="line-height:1em;"><span><span style="font-size: 12pt; vertical-align: baseline; white-space: pre-wrap;"></span></span></span>
 +
<p style="letter-spacing: 1.4px; background-color: rgb(255, 255, 255);"><br></p>
 +
<p style="letter-spacing: 1.4px; background-color: rgb(255, 255, 255);"><span style="line-height: 1em;"><span style="font-size: 12pt; vertical-align: baseline; white-space: pre-wrap;">Arsenic is a toxic chemical that plagues populations around the world. Due to the direct relationship between arsenic contamination and a country’s disease burden, arsenic infiltration into soil and groundwater poses a serious threat to international productivity. Unfortunately, arsenic contamination in both developing and developed countries continues to beleaguer populations with health concerns due to the expensive and time-consuming nature of arsenic testing.</span></span></span></p>
 +
<p style="letter-spacing: 1.4px; background-color: rgb(255, 255, 255);"><br></p>
 +
<p style="letter-spacing: 1.4px; background-color: rgb(255, 255, 255);"><span style="line-height: 1em;"><span style="font-size: 12pt; vertical-align: baseline; white-space: pre-wrap;">These problems are especially relevant to soldiers, who are often deployed in resource-scarce field environments. The Cadets2Vets team has harnessed the principles of synthetic biology to develop an inexpensive, portable means of arsenic detection. The biological portion of our arsenic sensor is made up of </span><span style="font-size: 12pt; font-style: italic; vertical-align: baseline; white-space: pre-wrap;">E. coli</span><span style="font-size: 12pt; vertical-align: baseline; white-space: pre-wrap;"> plasmid DNA. Encoded in this genetic material is an arsenic regulatory protein (ArsR) that triggers expression of a green fluorescent protein (GFP) in the presence of arsenic ions.</span></span></span></p>
 +
<p style="letter-spacing: 1.4px; background-color: rgb(255, 255, 255);"><br></p>
 +
<p style="letter-spacing: 1.4px; background-color: rgb(255, 255, 255);"><span style="line-height: 1em;"><span style="font-size: 12pt; vertical-align: baseline; white-space: pre-wrap;">Our construct is designed to function on a paper-based ticket built by the Edgewood Chemical and Biological Center (ECBC). Additionally, the Cadets2Vets team and ECBC have created a low-cost camera prototype for quantitative assessment of arsenic in our tickets. The ultimate goal of this project is to distribute our arsenic sensor to populations that are struggling with environmental contamination and its medical repercussions, as well as provide a tool to the United States military for detection of harmful substances.</span></span></p>
 +
<span style="line-height:1em;"><span><span style="font-size: 12pt; vertical-align: baseline; white-space: pre-wrap;"></span></span></span>
 +
</div>
 
 
<h3 id="vbid-59a5b-uaxcvtbo" 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, <br>Tacoma, WA 98402<br></h3>
 
 
 
</div>
 
</div>
 
<br class="lower-line-break" />
 
<br class="lower-line-break" />
  
 
 
 
 
 
 
 
<div class="preview-item-links order-handle removable-parent" style="display:inline-block;">
+
<div class="element-placeholder" data-elementtype='PRICE' style="display:none;"></div>
  
<span id="vbid-59a5b-ji7uyawu"  class="preview-element Link item-link magic-circle-holder text-element " data-menu-name="PREVIEW_LINK" >info@rainincubator.org</span>
+
 +
<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">
 +
 +
<div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div>
 +
 +
</div>
 +
</div>
 +
 
 
 +
 +
<div class="element-placeholder" data-elementtype='SOCIAL' style="display:none;"></div>
 +
 +
 
 
 
 
Line 1,429: Line 1,104:
 
 
 
 
 +
 +
</div>
 +
</div>
 +
 +
 
 
 +
</div>
 +
</div>
 +
 +
</div>
 +
</div>
 +
<!-- TEXT_BLOCK END -->
 +
 +
 
 
<div  id="vbid-59a5b-9rxb6lii"  class="sub item-box  page-box style-59a5b-jqfr7efo         " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-59a5b-jqfr7efo" data-preview-styleid='style-59a5b-jqfr7efo' data-preset-type-id="UNRESOLVED">
+
 +
<!-- CALL_TO_ACTION START -->
 +
<div  id="vbid-b60686a7-62g9ouzd"  class="master item-box  gallery-box style-b60686a7-ewqfqrs6    button-effects btn_hover4      " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-b60686a7-ewqfqrs6" data-preview-styleid='style-b60686a7-ewqfqrs6' data-preset-type-id="CALL_TO_ACTION">
 +
<div id="no-image" class="stripe-background load-high-res " ></div>
 +
<div class="gallery-wrapper item-wrapper call_to_action-wrapper ">
 +
 +
<div  class="sub container style-b60686a7-ewqfqrs6 content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-b60686a7-ewqfqrs6" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-b60686a7-62g9ouzd" data-preset-type-id="CALL_TO_ACTION" data-preview-style="style-b60686a7-ewqfqrs6" 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-b60686a7-9odt8ftr"  class="sub item-box  page-box style-b60686a7-ewqfqrs6         " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-b60686a7-ewqfqrs6" data-preview-styleid='style-b60686a7-ewqfqrs6' data-preset-type-id="UNRESOLVED">
 
 
 
<div class="page-wrapper item-wrapper ">
 
<div class="page-wrapper item-wrapper ">
 
 
<div class="item-content leaf multi_layout page content -container" data-self="vbid-59a5b-9rxb6lii" data-preview-style="style-59a5b-jqfr7efo" data-style="style-4e411-yq39oaomol" data-orig-thumb-height="512" data-orig-thumb-width="768" data-vbid="vbid-59a5b-9rxb6lii" data-bgimg="https://lh3.googleusercontent.com/R9AFGXNYLfVGedqYcXt8wZoBUZa-2LuG0k9dhpPFpXAmOTcmWUe9SxiUjF40LhTsept7tdAu2fxW35vYxw">
+
<div class="item-content leaf multi_layout page content -container" data-self="vbid-b60686a7-9odt8ftr" data-preview-style="style-b60686a7-ewqfqrs6" data-style="style-4e411-yq39oaomol" data-orig-thumb-height="477" data-orig-thumb-width="640" data-vbid="vbid-b60686a7-9odt8ftr" data-bgimg="https://static.igem.org/mediawiki/2017/9/92/Ruston.jpg">
 
<div  class="multi-container preview image-cover" >
 
<div  class="multi-container preview image-cover" >
 
<div class="Picture item-preview">
 
<div class="Picture item-preview">
Line 1,441: Line 1,160:
 
<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 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>
<div class="helper-div middle-left" >
+
<div class="helper-div middle-center" >
 
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 
<div class="pic-side">
 
<div class="pic-side">
 
<div class="vertical-aligner">
 
<div class="vertical-aligner">
<div id="vbid-59a5b-5afcoeuc-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
+
<div id="vbid-b60686a7-cmsdzryy-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
  
<div  id="vbid-59a5b-5afcoeuc" class="inner-pic preview-element  magic-circle-holder  load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/R9AFGXNYLfVGedqYcXt8wZoBUZa-2LuG0k9dhpPFpXAmOTcmWUe9SxiUjF40LhTsept7tdAu2fxW35vYxw=s300);"  data-orig-width="768" data-orig-height="512" >
+
<div  id="vbid-b60686a7-cmsdzryy" 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/9/92/Ruston.jpg);"  data-orig-width="640" data-orig-height="477" >
 
<!-- VIDEO TEMPLATE -->
 
<!-- VIDEO TEMPLATE -->
 
 
Line 1,476: Line 1,195:
 
 
 
<!--  BY SPECIFIC ORDER -->
 
<!--  BY SPECIFIC ORDER -->
 
 
 
 
<div class="preview-icon-holder Icon removable-parent order-handle" >
 
 
<img id="vbid-59a5b-ajub3fyf" class="preview-element icon-source magic-circle-holder shrinkable-img  allow-mobile-hide" data-menu-name="PREVIEW_ICON" src="https://lh3.googleusercontent.com/RV9GQfQJ9BfAg_aSqdCOkSsuOMs7KUIGWbLAgwgxWEQsO3uW297q-3ex471NB0-4m-af1nKLiwPpEUHf" />
 
 
</div>
 
 
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-title-holder removable-parent order-handle">
 
 
<h2 id="vbid-59a5b-doe6dbuz" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >WE ARE Cadets2Vets.</h2>
 
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-subtitle-holder removable-parent order-handle">
 
 
<h3 id="vbid-59a5b-fzo4hggo" 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, <br>Tacoma, WA 98402<br></h3>
 
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
<div class="preview-item-links order-handle removable-parent" style="display:inline-block;">
 
 
<span id="vbid-59a5b-e7h4yynk"  class="preview-element Link item-link magic-circle-holder text-element " data-menu-name="PREVIEW_LINK" >info@rainincubator.org</span>
 
 
</div>
 
 
 
 
 
 
 
Line 1,561: Line 1,230:
 
</div>
 
</div>
 
</div>
 
</div>
<!-- MAPS END -->
+
<!-- CALL_TO_ACTION END -->
 
 
 
 
Line 1,567: Line 1,236:
 
 
 
<!-- TESTIMONIALS START -->
 
<!-- TESTIMONIALS START -->
<div  id="vbid-59a5b-2wfjjxma"  class="master item-box  gallery-box style-59a5b-d7ztvvyy         " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-59a5b-d7ztvvyy" data-preview-styleid='style-59a5b-d7ztvvyy' data-preset-type-id="TESTIMONIALS">
+
<div  id="vbid-59a5b-2wfjjxma"  class="master item-box  gallery-box style-59a5b-d7ztvvyy     items-enter-effects item_enter3    " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-59a5b-d7ztvvyy" data-preview-styleid='style-59a5b-d7ztvvyy' data-preset-type-id="TESTIMONIALS">
 
<div id="no-image" class="stripe-background load-high-res " ></div>
 
<div id="no-image" class="stripe-background load-high-res " ></div>
 
<div class="gallery-wrapper item-wrapper testimonials-wrapper ">
 
<div class="gallery-wrapper item-wrapper testimonials-wrapper ">
 
 
<div  class="sub container style-59a5b-d7ztvvyy content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-59a5b-d7ztvvyy" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-59a5b-2wfjjxma" data-preset-type-id="TESTIMONIALS" data-preview-style="style-59a5b-d7ztvvyy" data-style="style-f84e8-hv6dse8flk" data-absolute-path="http://edit.www.imcreator.com/viewer" >
+
<div  class="sub container style-59a5b-d7ztvvyy content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-59a5b-d7ztvvyy" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-59a5b-2wfjjxma" data-preset-type-id="TESTIMONIALS" data-preview-style="style-59a5b-d7ztvvyy" data-style="style-f84e8-hv6dse8flk" data-absolute-path="" >
 
<!-- ARRANGER SETTINGS -->
 
<!-- ARRANGER SETTINGS -->
 
<div class="arranger-settings" style="display:none;"
 
<div class="arranger-settings" style="display:none;"
Line 1,582: Line 1,251:
 
data-ARRANGER_ITEMS_PER_PAGE="all"
 
data-ARRANGER_ITEMS_PER_PAGE="all"
 
data-ARRANGER_ORDER_TYPE="regular"
 
data-ARRANGER_ORDER_TYPE="regular"
data-AUTO_PLAY="true"
+
data-AUTO_PLAY="AUTOPLAY"
data-AUTO_PLAY_DURATION="6"
+
data-AUTO_PLAY_DURATION="10"
 
data-FLEX_ELEMENT_EFFECT=""
 
data-FLEX_ELEMENT_EFFECT=""
 
></div>
 
></div>
Line 1,648: Line 1,317:
 
<div class="preview-subtitle-holder removable-parent order-handle">
 
<div class="preview-subtitle-holder removable-parent order-handle">
 
 
<h3 id="vbid-59a5b-yxik2aoq" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE" >The goal of Cadets2vets is to recombine various parts from the Igem registry to create a paper-based lateral flow detector for arsenic utilizing a GFP reporter."</h3>
+
<h3 id="element-1b60f7ad57662d8" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">"Cadets2Vets is a team that unites military and civilian resources to investigate new ways of detecting toxic arsenic contamination in the environment. Our team is a community lab made up of students from the U.S. Military Academy at West Point, high school, and undergraduate students from schools in the  Puget Sound area. We are using synthetic biology to develop a gene circuit that detects arsenic ions and then produces a reporter protein in response. The arsenic sensor can be used in military or civilian applications to help inform people of the possible dangers they may encounter while out in the field or at home."<br><br>- PI Dr. David Hirschberg, iGEM 2017<br></h3>
  
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-body-holder removable-parent order-handle">
 
 
<div id="vbid-59a5b-rhgjllzr" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu custom  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
 
<p><b>Project Description</b>, iGEM 2017</p>
 
</div>
 
 
 
</div>
 
</div>
 
<br class="lower-line-break" />
 
<br class="lower-line-break" />
Line 1,707: Line 1,361:
 
 
 
<!-- FOOTERS START -->
 
<!-- FOOTERS START -->
<div  id="vbid-59a5b-mskg6fxi"  class="master item-box  footer-box style-59a5b-lbaqmrpi         " data-holder-type="footer"" data-holder-type="footer"  data-child-type="STYLE"  data-styleid="style-59a5b-lbaqmrpi" data-preview-styleid='style-59a5b-lbaqmrpi' data-preset-type-id="FOOTERS">
+
<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 id="no-image" class="stripe-background load-high-res " ></div>
 
<div class="footer-wrapper item-wrapper footers-wrapper ">
 
<div class="footer-wrapper item-wrapper footers-wrapper ">
Line 1,740: Line 1,394:
 
<div class="preview-title-holder removable-parent">
 
<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>
+
<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" style="color: black; font-size: 18px">Follow us on Social Media!</h2><br>
 
 
 
</div>
 
</div>
Line 1,749: Line 1,403:
 
<div class="preview-subtitle-holder removable-parent">
 
<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>
+
<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" style="font-size: 18px; font-family=Arial">2304 Jefferson Ave, Tacoma, WA 98402</h3><br>
  
 
</div>
 
</div>
Line 1,777: Line 1,431:
 
</div>
 
</div>
 
</div>
 
</div>
<!-- SOCIAL TEMPLATE -->
+
<!-- SOCIAL TEMPLATE -->
 
 
 
<div class="preview-social-wrapper removable-parent"  >
 
<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="1" >
+
<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="//edit.www.imcreator.com/images/socialmedia/1facebook.png">
+
<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="http://www.facebook.com/" target='_blank'><img class='preview-link-img ' src="//edit.www.imcreator.com/images/socialmedia/1facebook.png" ></a>
+
<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>
 
 
<div id="TWITTER" class='link-entry' data-menu-name="PREVIEW_SOCIAL" style='display:inline-block;' data-title="TWITTER" data-img-url="//edit.www.imcreator.com/images/socialmedia/1twitter.png">
+
<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="http://www.twitter.com/" target='_blank'><img class='preview-link-img ' src="//edit.www.imcreator.com/images/socialmedia/1twitter.png" ></a>
+
<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>
 
 
<div id="INSTAGRAM" class='link-entry' data-menu-name="PREVIEW_SOCIAL" style='display:inline-block;' data-title="INSTAGRAM" data-img-url="//edit.www.imcreator.com/images/socialmedia/1instagram.png">
+
<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="http://www.instagram.com" target='_blank'><img class='preview-link-img ' src="//edit.www.imcreator.com/images/socialmedia/1instagram.png" ></a>
+
<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>
 
 
<div id="YOUTUBE" class='link-entry' data-menu-name="PREVIEW_SOCIAL" style='display:inline-block;' data-title="YOUTUBE" data-img-url="//edit.www.imcreator.com/images/socialmedia/1youtube.png">
+
<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="http://www.youtube.com" target='_blank'><img class='preview-link-img ' src="//edit.www.imcreator.com/images/socialmedia/1youtube.png" ></a>
+
<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>
 
 
<div id="GOOGLE_PLUS" class='link-entry' data-menu-name="PREVIEW_SOCIAL" style='display:inline-block;' data-title="GOOGLE_PLUS" data-img-url="//edit.www.imcreator.com/images/socialmedia/1googleplus.png">
+
<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="http://www.plus.google.com/" target='_blank'><img class='preview-link-img ' src="//edit.www.imcreator.com/images/socialmedia/1googleplus.png" ></a>
+
<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>
 
 
Line 1,805: Line 1,459:
 
</div>
 
</div>
  
<!-- RAW TEMPLATE -->
+
<!-- RAW TEMPLATE -->
 
 
 
<div class="element-placeholder" data-elementtype='RAW' style="display:none;"></div>
 
<div class="element-placeholder" data-elementtype='RAW' style="display:none;"></div>
Line 1,845: Line 1,499:
 
</div>
 
</div>
 
</div>
 
</div>
    <img src="https://lh3.googleusercontent.com/EWqW7DEI4kOTRMLjK2-ObFHp-EYBt5apFYZ1LVFAhLtTLjigCRfx5hCCTKbIjIm68VQ00p9twloHJ9w8=s50" class="download-gallery-btn clickable" style="display: none;">
+
    <img src="https://static.igem.org/mediawiki/2017/d/db/Arrow1.png" class="download-gallery-btn clickable" style="display: none;">
<img src="https://lh3.googleusercontent.com/TgRyMQvJ3_h9RmOnu7AlhIE7NLOOBsRoBounARrs8fQv8HCRPaFtpBneSqJOSZpI6l7He_bAZKN179JBig=s50" class="close-lightbox-btn clickable" style="opacity: 1;">
+
<img src="https://static.igem.org/mediawiki/2017/9/9e/XImage1.png" class="close-lightbox-btn clickable" style="opacity: 1;">
<img src="https://lh3.googleusercontent.com/43-pXHjwrpmVO8Oean-6BD0uzARvcqUQrpdi7Yw2bxaXwEoP21UdN5kW6Ks9pdOxf7ropMUrh0djgYPwYPU=s50" class="lightbox-arrow lightbox-left clickable top-layer" >
+
<img src="https://2017.igem.org/File:Thing5.png" class="lightbox-arrow lightbox-left clickable top-layer" >
<img src="https://lh3.googleusercontent.com/9rwgVnDglPdPFugSu98fhDmxzjXC9KovZ_7BuHkXPIv6jvg9S96flGnhL_e4y8mIpPpZQstfqEV-WitY=s50" class="lightbox-arrow lightbox-right clickable top-layer" >
+
<img src="https://2017.igem.org/File:Thing4.png" class="lightbox-arrow lightbox-right clickable top-layer" >
 
</div>
 
</div>
  
 
</div>
 
</div>
+
 
<script src="//edit.www.imcreator.com/js/lightbox.js?v=1.4.0p1"  type="text/javascript"></script>
+
<script type="text/javascript" src="https://2017.igem.org/Team:Cadets2Vets/js/lightbox?action=raw&ctype=text/javascript"></script>
<script src="//edit.www.imcreator.com/js/spimeengine.js?v=1.4.0p1"  type="text/javascript"></script>
+
<script type="text/javascript" src="https://2017.igem.org/Team:Cadets2Vets/js/spimeengine?action=raw&ctype=text/javascript"></script>
 
 
 
 
Line 1,867: Line 1,521:
  
 
 
<div id="user-pref" style="display:none;" data-lang="en"></div>
 
<div style="display:none;" id="lightbox-menus-holder">
 
 
<div  class="login-dialog-wrapper white_content delay-anim" style="text-align:center;">
 
 
<div class="login dialog-holder">
 
<div  class="login-title"><span class="im-text form-type  t-t">Login</span></div>
 
<form id="login-form">
 
<img id="user-gravatar" src="https://www.gravatar.com/avatar/?d=mm" /><br/>
 
<input name="name" type="text" placeholder="nickname/email" data-placeholder="nickname/email" /><br/>
 
<input name="password" type="password" placeholder="password" data-placeholder="password" autocomplete="off" /><br/>
 
<input id="login-btn" class="clickable" type="button" class="input-btn" value="LOGIN">
 
<div id="goto-register" class="clickable t-t">Create a new account</div>
 
<div id="forgot-password" class="clickable t-t">Forgot Password?</div>
 
</form>
 
</div>
 
 
<div class="register dialog-holder" style="display:none;">
 
<div  class="login-title"><span class="im-text form-type  t-t">Login</span></div>
 
<form id="register-form" class="hide-phone">
 
<img id="user-gravatar" src="https://www.gravatar.com/avatar/?d=mm" /><br/>
 
<input name="email" type="text" placeholder="email" data-placeholder="email"  /><br/>
 
 
<input name="name" type="text" placeholder="nickname" data-placeholder="nickname" /><br/>
 
<input name="password" type="password"  placeholder="password" data-placeholder="password" autocomplete="off" /><br/>
 
 
<input id="terms" type="checkbox" checked="checked" disabled /><span class="form-label"><a href="http://www.imcreator.com/terms-of-service" target="_blank" class="terms-link  t-t">Terms and Conditions</a></span><br/>
 
<input id="register-btn" class="clickable" type="button" class="input-btn" value="JOIN">
 
<div id="goto-login" class="clickable t-t">Already a member?</div>
 
</form>
 
</div>
 
 
<div class="forgot-pass dialog-holder" style="display:none;">
 
<div  class="login-title"><span class="im-text form-type t-t">Login</span></div>
 
<form id="forgot-pass-form">
 
<img id="user-gravatar" src="https://www.gravatar.com/avatar/?d=mm" /><br/>
 
<input name="email" type="text" placeholder="email" data-placeholder="email" /><br/>
 
<input id="forgot-pass-btn" class="clickable" type="button" class="input-btn" value="SEND">
 
<div id="goto-login" class="clickable t-t">Back</div>
 
</form>
 
</div>
 
</div>
 
</div>
 
<div id="fade" class="black_overlay fadein-noscript" style="display:none;"></div>
 
 
 
 
</p>
 
<!--
 
NewPP limit report
 
CPU time usage: 0.009 seconds
 
Real time usage: 0.009 seconds
 
Preprocessor visited node count: 9/1000000
 
Preprocessor generated node count: 42/1000000
 
Post‐expand include size: 41/2097152 bytes
 
Template argument size: 0/2097152 bytes
 
Highest expansion depth: 2/40
 
Expensive parser function count: 0/100
 
-->
 
 
<!-- Saved in parser cache with key 2017_igem_org:pcache:idhash:9195-0!*!*!*!*!*!* and timestamp 20170706211543 and revision id 45622
 
-->
 
</div>             <div class="visualClear"></div>
 
            </div>
 
    </div>
 
 
        </div>
 
 
        <!-- Side Menubar -->
 
        <div id="sideMenu">
 
            <a href="https://2017.igem.org">
 
                <div id="home_logo" >
 
                <img src="https://static.igem.org/mediawiki/2017/b/bf/HQ_menu_logo.jpg">
 
                </div>
 
            </a>
 
 
            <div style="clear:both; height:5px;"></div>
 
 
            <div id="menuDisplay"></div>  <!- Menu will be loaded here ->
 
        </div>
 
 
        <!-- Pop_Why Div is definded here -->
 
        <div class="pop_why_cover"></div>
 
 
        <div class="pop_why_box" >
 
            <div class="pop_close">× </div>
 
            <div class="pop_why_content"><h3> Loading ... </h3></div>
 
        </div>
 
 
    </div>
 
 
</html>
 
</html>

Latest revision as of 00:11, 2 November 2017

Cadets2Vets