Difference between revisions of "Team:Cadets2Vets/Collaborations"

 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Team:Cadets2Vets/SideMenu}}
 
{{Team:Cadets2Vets/SideMenu}}
{{Team:Cadets2Vets/collarborationsScripts}}
+
 
{{Team:Cadets2Vets/collarborationsStyles}}
+
<html>
<html xmlns="http://www.w3.org/1999/xhtml">
+
 
<head>
 
<head>
 
<title>
 
<title>
Line 11: Line 10:
 
 
 
 
<meta name="robots" content="index, follow">
+
<!-- CSS -->
 +
<link href="https://2017.igem.org/Team:Cadets2Vets/css/common?action=raw&ctype=text/css" rel="stylesheet">
 +
                <link href="https://2017.igem.org/Team:Cadets2Vets/css/all_css?action=raw&ctype=text/css" rel="stylesheet">
 
 
 
+
<link rel="icon" type="image/png" href="https://static.igem.org/mediawiki/2017/7/71/Circleimage1.png" />
+
<link rel="apple-touch-icon" href="https://static.igem.org/mediawiki/2017/7/71/Circleimage1.png" />
<link rel="icon" type="image/png" href="https://lh3.googleusercontent.com/dd_e0xA19up9208Tv6odcjHEw6z4cKAA6fTgjZ9ynkKoSnr5R4vFxI7gZp6pnZH1Vi5T5f-fphjFsrLG=s30" />
+
<link id="vbid-5e0bb885-l8qwmrzh-STRIPE_DATA" link href="https://2017.igem.org/Team:Cadets2Vets/css/stripe_data_css?action=raw&ctype=text/css" rel="stylesheet">
<link rel="apple-touch-icon" href="https://lh3.googleusercontent.com/dd_e0xA19up9208Tv6odcjHEw6z4cKAA6fTgjZ9ynkKoSnr5R4vFxI7gZp6pnZH1Vi5T5f-fphjFsrLG=s30" />
+
 +
                <link id="vbid-59a5b-fnxcttvm-STRIPE_DATA" link href="https://2017.igem.org/Team:Cadets2Vets/css/collaborations/stripe_data_css?action=raw&ctype=text/css" rel="stylesheet">
 +
 +
<link href="https://2017.igem.org/Team:Cadets2Vets/css/fonts?action=raw&ctype=text/css" rel="stylesheet">
 +
                <link href="https://2017.igem.org/Team:Cadets2Vets/css/effects?action=raw&ctype=text/css" rel="stylesheet">
 +
                <link href="https://2017.igem.org/Team:Cadets2Vets/css/lightbox?action=raw&ctype=text/css" rel="stylesheet">
 +
                <link href="https://2017.igem.org/Team:Cadets2Vets/css/spimeview?action=raw&ctype=text/css" rel="stylesheet">
 +
 +
<link id="vbid-5e0bb885-l8qwmrzh-STATIC_STYLE" link href="https://2017.igem.org/Team:Cadets2Vets/css/collaborations/static_style?action=raw&ctype=text/css" rel="stylesheet">
 
 
 
 
 
<!-- SCRIPT -->
 
<!-- SCRIPT -->
<script src="https://code.jquery.com/jquery-2.x-git.min.js" 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="https://maps.googleapis.com/maps/api/js?key=AIzaSyByWRZWFbQRxJM7SiNz2NURPDPJPqTtBQQ" type="text/javascript"></script>
+
 
 +
<script type="text/javascript" src="https://2017.igem.org/Team:Cadets2Vets/js/all_js?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2017.igem.org/Team:Cadets2Vets/js/lib/touchswipe/jquery_mobile_custom_min?action=raw&ctype=text/javascript"></script>
 
 
<script src="//xprs.imcreator.com/js/xprs_helper.js?v=1.4.1b" type="text/javascript"></script>
 
 
<script src="//xprs.imcreator.com/js/lib/jquery.cookie.min.js" type="text/javascript"></script>
 
<script src="//xprs.imcreator.com/js/lib/sweetalert/sweetalert.min.js" type="text/javascript"></script>
 
<script src="//xprs.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.1b" type="text/javascript"></script>
 
 
<script type="text/javascript" src="//xprs.imcreator.com/all_js.js?v=1.4.1b"></script>
 
<script src="//xprs.imcreator.com/js/lib/touchswipe/jquery.mobile.custom.min.js"></script>
 
<script type="text/javascript">IMOS.pageView();</script>
 
 
 
 
 
Line 43: Line 40:
 
 
 
<!-- 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", "TIERS": {"silver": {"ALLOW_ECOMMERCE": "disallow", "ALLOW_BACKUPS": "allow", "ALLOW_BLOG": "allow", "PAGE_LIMIT": "unlimited"}, "gold": {"ALLOW_ECOMMERCE": "allow", "ALLOW_BACKUPS": "allow", "ALLOW_BLOG": "allow", "PAGE_LIMIT": "unlimited"}}, "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_ELEMENTS": "allow", "ALLOW_ECOMMERCE": "allow", "ALLOW_NEW_DOMAIN": "allow", "ENABLE_IMXPRT": "true", "ECOMMERCE_DASHBOARD": "http://dashboard.shoprocket.co", "INCLUDE_REGISTER_PHONE": "disallow", "CUSTOM_TEMPLATES": "default", "ALLOW_CALL_ME_CHECKBOX": "disallow", "SR_PARTNER_KEY": "N/A", "PHONE_EDIT_APP_LINK": "https://itunes.apple.com/app/apple-store/id953999749?pt=1847141&mt=8", "DEFAULT_EDITOR_LANG": "en", "CUSTOM_SECTIONS": "default", "ALLOW_PHONE_EDIT": "allow", "ALLOW_BACKUPS": "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.1b" data-caller="preview"  data-ecommerce-dashboard="http://dashboard.shoprocket.co" data-static-server="//xprs.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"  data-ecommerce-dashboard="https://dashboard.shoprocket.co" data-static-server="//www.imcreator.com" data-imos-server="https://imos004-dot-im--os.appspot.com">
 
 
 
<div id="xprs" data-website-name="Home" class="xprs-holder" >
 
<div 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-5e0bb885-l8qwmrzh"  class="master container style-5e0bb885-3s4dsjel content stripes  website-style " data-itemtype="folder" data-creator="" data-itemname="Collaborations"  data-itemslug="collaborations" data-itemstyleid="style-5e0bb885-3s4dsjel" data-margintop="" data-arranger="stripes" data-layout="middle" data-vbid="vbid-5e0bb885-l8qwmrzh" data-preset-type-id="ITEMS" data-preview-style="style-5e0bb885-3s4dsjel" data-style="style-5a24e-kzdyurm3ju" data-absolute-path="https://xprs.imcreator.com/viewer"  >
+
<div  id="vbid-5e0bb885-l8qwmrzh"  class="master container style-5e0bb885-3s4dsjel content stripes  website-style " data-itemtype="folder" data-creator="" data-itemname="Collaborations"  data-itemslug="collaborations" data-itemstyleid="style-5e0bb885-3s4dsjel" data-margintop="" data-arranger="stripes" data-layout="middle" data-vbid="vbid-5e0bb885-l8qwmrzh" data-preset-type-id="ITEMS" data-preview-style="style-5e0bb885-3s4dsjel" data-style="style-5a24e-kzdyurm3ju" data-absolute-path=""  >
 
<!-- ARRANGER SETTINGS -->
 
<!-- ARRANGER SETTINGS -->
 
<div class="arranger-settings" style="display:none;"
 
<div class="arranger-settings" style="display:none;"
Line 128: Line 126:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="https://xprs.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-466a74f8-j2jzxizg" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="index.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="b951bd16"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Notebook</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 139: Line 137:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="https://xprs.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-5515b55f-jgjhhkan" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="collaborations.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="928ba103"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Safety</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 150: Line 148:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="https://xprs.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-51653ffc-lok1anrm" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="description.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="e08666cf"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Notebook-July</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 161: Line 159:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="https://xprs.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-59a5b-xtfijafb" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="design.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="bd841f1b"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Parts</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 172: Line 170:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="https://xprs.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-04d15a56-3o81aqko" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="experiments.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="a6cf4805"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Description</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 183: Line 181:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="https://xprs.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-4f279020-pcxhuaas" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="notebook.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="element-077b707f6118c36"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Team</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 194: Line 192:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="https://xprs.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-51653ffc-lok1anrm" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="notebook-august.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="2ed4772d"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Notebook-July</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 205: Line 203:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="https://xprs.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-5e0bb885-l8qwmrzh" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="notebook-july.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="ece571a0"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Collaborations</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 216: Line 214:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="https://xprs.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-ab048c8e-h2ujhr1w" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="notebook-june.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="463d44e3"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Experiments</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 227: Line 225:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="https://xprs.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-ae64641e-hata8o9c" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="public-engagement.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="ae4d1fb8"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Design</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 238: Line 236:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="https://xprs.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-7a9059f5-vbecwcui" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="safety.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="df3fda7a"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Notebook-June</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 249: Line 247:
 
<li class="removable-parent">
 
<li class="removable-parent">
 
 
<a class="removable-parent" href="https://xprs.imcreator.com/viewer/vbid-59a5b-fnxcttvm/vbid-5184ade7-lok1anrm" data-link-type="EXISTING"  target="_self" >
+
<a class="removable-parent" href="team.html" data-link-type="EXISTING"  target="_self" >
 
 
<span id="67d43db3"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Why Arsenic</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>
 
 
 
</li>
 
</li>
  
 
<div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div>
 
 
 
</ul>
 
</div>
 
 
 
<button class="hamburger links-menu-btn  small" type="button">
 
  <span class="hamburger-box">
 
  <span class="hamburger-inner"></span>
 
  </span>
 
</button>
 
 
 
 
+
<li class="removable-parent">
</div>
+
</div>
+
</div>
+
<!-- LAYOUT SETTINGS -->
+
<div class="layout-settings" style="display:none;" data-type="menu"
+
data-MENU_OVERLAY="relative"
+
data-MENU_SCROLL="false"
+
data-ALWAYS_MINIFIED="false"
+
data-MENU_POSITION="none"
+
data-MENU_ALIGN="left"
+
data-BACKGROUND_COLOR="rgb(124, 100, 41)"
+
></div>
+
</div>
+
+
</div>
+
</div>
+
<!-- MENUS END -->
+
 
 
 +
<a class="removable-parent" href="basic-parts.html" data-link-type="EXISTING"  target="_self" >
 
 
 +
<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>
<!-- PROMO START -->
+
 
<div  id="vbid-5e0bb885-nxdgvcyp"  class="master item-box  gallery-box style-5e0bb885-ivrw4vm3          " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-5e0bb885-ivrw4vm3" data-preview-styleid='style-5e0bb885-ivrw4vm3' data-preset-type-id="PROMO">
+
<div id="no-image" class="stripe-background load-high-res " ></div>
+
<div class="gallery-wrapper item-wrapper promo-wrapper ">
+
+
<!-- CACHED VERSION (7) OF vbid-5e0bb885-nxdgvcyp FROM  10-08-2017 20:25:30 --><div  class="sub container style-5e0bb885-ivrw4vm3 content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-5e0bb885-ivrw4vm3" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-5e0bb885-nxdgvcyp" data-preset-type-id="PROMO" data-preview-style="style-5e0bb885-ivrw4vm3" data-style="style-4e411-j0xhjgzynh" data-absolute-path="https://xprs.imcreator.com/viewer"  >
+
<!-- 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">
+
<li class="removable-parent">
<div id="items-holder">
+
 +
<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>
 +
 
 
<div  id="vbid-5e0bb885-jqkdre6g"  class="sub item-box  page-box style-5e0bb885-ivrw4vm3          " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-5e0bb885-ivrw4vm3" data-preview-styleid='style-5e0bb885-ivrw4vm3' data-preset-type-id="UNRESOLVED">
 
 
<div class="page-wrapper item-wrapper ">
 
 
<div class="item-content leaf multi_layout page content -container" data-self="vbid-5e0bb885-jqkdre6g" data-preview-style="style-5e0bb885-ivrw4vm3" data-style="style-4e411-yq39oaomol" data-orig-thumb-height="416" data-orig-thumb-width="750" data-vbid="vbid-5e0bb885-jqkdre6g" data-bgimg="https://lh3.googleusercontent.com/-kHbfU7GJwtryB2oH2hL1rG_sRZovGByPg4NcrmQTP6J5gtsi4491Ap3zDdoxa1v_rDUoZ9Etp_FsmqA1w">
 
<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="vbid-5e0bb885-ueabipf9-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
 
 
<div  id="vbid-5e0bb885-ueabipf9" 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/-kHbfU7GJwtryB2oH2hL1rG_sRZovGByPg4NcrmQTP6J5gtsi4491Ap3zDdoxa1v_rDUoZ9Etp_FsmqA1w=s300);"  data-orig-width="750" data-orig-height="416" >
 
<!-- VIDEO TEMPLATE -->
 
 
 
 
+
<li class="removable-parent">
<div class="element-placeholder" data-elementtype='VIDEO' style="display:none;"></div>
+
 
+
 
+
<!-- MAP TEMPLATE -->
+
 
 
<div class="element-placeholder" data-elementtype='MAP' style="display:none;"></div>
+
<a class="removable-parent" href="interlab.html" data-link-type="EXISTING"  target="_self" >
 
+
<!-- RAW TEMPLATE -->
+
 
 
<div class="element-placeholder" data-elementtype='RAW' style="display:none;"></div>
+
<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>
  
</div>
 
 
 
</div>
+
 +
<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>
  
</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 SPECIFIC ORDER -->
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-subtitle-holder removable-parent order-handle">
 
 
 
<h3 id="vbid-5e0bb885-cnfk53uw" 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 COLLABORATION PAGE</h3>
+
 +
<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>
  
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-divider-holder removable-parent order-handle">
 
<div id="vbid-5e0bb885-qj3ub6mq" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
 
</div>
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-title-holder removable-parent order-handle">
 
 
 
<h1 id="vbid-5e0bb885-yz0nntgj" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >CONTRIBUTORS TO THE CAUSE</h1>
 
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
 
 
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
<!-- LAYOUT SETTINGS -->
 
<div class="layout-settings" style="display:none;" data-type="multi"></div>
 
 
</div>
 
</div>
 
 
 
 +
<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>
 +
 
 
 
 
</div>
+
<li class="removable-parent">
</div>
+
 
 
 +
<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>
 +
 
 
</div>
 
</div>
 
 
</div>
 
</div>
 
<!-- PROMO END -->
 
 
 
 +
<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>
<!-- SLIDESHOWS START -->
+
 
<div  id="vbid-5c01d925-v1gahe5a"  class="master item-box  gallery-box style-5c01d925-2ekd1ha4    button-effects btn_hover4      " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-5c01d925-2ekd1ha4" data-preview-styleid='style-5c01d925-2ekd1ha4' data-preset-type-id="SLIDESHOWS">
+
<div id="no-image" class="stripe-background load-high-res " ></div>
+
<div class="gallery-wrapper item-wrapper slideshows-wrapper ">
+
+
<!-- CACHED VERSION (7) OF vbid-5c01d925-v1gahe5a FROM  14-08-2017 22:53:25 --><div  class="sub container style-5c01d925-2ekd1ha4 content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-5c01d925-2ekd1ha4" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-5c01d925-v1gahe5a" data-preset-type-id="SLIDESHOWS" data-preview-style="style-5c01d925-2ekd1ha4" data-style="style-89a8e-bbtqrmxrkr" data-absolute-path="https://xprs.imcreator.com/viewer"  >
+
<!-- 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">
+
<li class="removable-parent">
<div id="items-holder">
+
 +
<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>
 +
 
 
 
 
<div  id="vbid-5c01d925-zc4t6svd"  class="sub item-box  page-box style-5c01d925-2ekd1ha4          " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-5c01d925-2ekd1ha4" data-preview-styleid='style-5c01d925-2ekd1ha4' data-preset-type-id="UNRESOLVED">
 
 
<div class="page-wrapper item-wrapper ">
 
 
<div class="item-content leaf multi_layout page content -container" data-self="vbid-5c01d925-zc4t6svd" data-preview-style="style-5c01d925-2ekd1ha4" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="540" data-orig-thumb-width="960" data-vbid="vbid-5c01d925-zc4t6svd" data-bgimg="https://lh3.googleusercontent.com/JKzRag8-FiUKUJoX5PfmckMKRo4pMPZdNPQojitJo_itLEdMX8Ugy1jgUllgq-x9vE7YNffaAnBbBIprRw">
 
<div  class="multi-container preview image-cover" >
 
<div class="Picture item-preview">
 
<div class="preview-image-holder">
 
<div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style="">
 
</div>
 
<div class="helper-div middle-right" >
 
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 
<div class="pic-side">
 
<div class="vertical-aligner">
 
<div id="vbid-5c01d925-lzsc8yp3-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
 
 
<div  id="vbid-5c01d925-lzsc8yp3" 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/JKzRag8-FiUKUJoX5PfmckMKRo4pMPZdNPQojitJo_itLEdMX8Ugy1jgUllgq-x9vE7YNffaAnBbBIprRw=s300);"  data-orig-width="960" data-orig-height="540" >
 
<!-- VIDEO TEMPLATE -->
 
 
 
 
+
<li class="removable-parent">
<div class="element-placeholder" data-elementtype='VIDEO' style="display:none;"></div>
+
 
+
 
+
<!-- MAP TEMPLATE -->
+
 
 
<div class="element-placeholder" data-elementtype='MAP' style="display:none;"></div>
+
<a class="removable-parent" href="results.html" data-link-type="EXISTING"  target="_self" >
 
+
<!-- RAW TEMPLATE -->
+
 
 
<div class="element-placeholder" data-elementtype='RAW' style="display:none;"></div>
+
<span id="7e0ed437"  class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Results</span>
 
+
</a>
</div>
+
+
</div>
+
 
 
 +
</li>
  
</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 SPECIFIC ORDER -->
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-title-holder removable-parent order-handle">
 
 
 
<h2 id="vbid-5c01d925-nlkslafv" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >United states military academy<br></h2>
+
 +
<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>
 
 
</div>
+
</li>
<br class="lower-line-break" />
+
  
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-divider-holder removable-parent order-handle">
 
<div id="vbid-5c01d925-ybd2dfo8" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
 
</div>
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-body-holder removable-parent order-handle">
 
 
 
<div id="vbid-5c01d925-nfkup2cf" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
 
<p><span style="line-height:2em;"><span style="font-size:16px;">Cadet Mitchell and Cadet Buehrer are sophomores at West Point. During the summer of their freshman year, they traveled to Tacoma, WA to work with members of the Cadets2Vets team to design the project that will be presented at the iGEM Jamboree in November of 2017.</span></span></p>
 
</div>
 
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
 
 
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
<!-- LAYOUT SETTINGS -->
 
<div class="layout-settings" style="display:none;" data-type="multi"></div>
 
 
</div>
 
</div>
 
 
 
 +
<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>
 +
 
 
 
<div  id="vbid-ca9ff6f1-bog7zmbp"  class="sub item-box  page-box style-5c01d925-2ekd1ha4          " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-5c01d925-2ekd1ha4" data-preview-styleid='style-5c01d925-2ekd1ha4' data-preset-type-id="UNRESOLVED">
 
 
<div class="page-wrapper item-wrapper ">
 
 
<div class="item-content leaf multi_layout page content -container" data-self="vbid-ca9ff6f1-bog7zmbp" data-preview-style="style-5c01d925-2ekd1ha4" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="584" data-orig-thumb-width="876" data-vbid="vbid-ca9ff6f1-bog7zmbp" data-bgimg="https://lh3.googleusercontent.com/vP5ksfMVtU8NiL5rsOtycThjymH0GvqI62sm4qyvUzZfJoX7FnR7eXKGUjQg2F_IKPx5EgHfyncDjYxrk0w">
 
<div  class="multi-container preview image-cover" >
 
<div class="Picture item-preview">
 
<div class="preview-image-holder">
 
<div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style="">
 
</div>
 
<div class="helper-div middle-right" >
 
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 
<div class="pic-side">
 
<div class="vertical-aligner">
 
<div id="vbid-ca9ff6f1-e7no1nxo-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
 
 
<div  id="vbid-ca9ff6f1-e7no1nxo" 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/vP5ksfMVtU8NiL5rsOtycThjymH0GvqI62sm4qyvUzZfJoX7FnR7eXKGUjQg2F_IKPx5EgHfyncDjYxrk0w=s300);"  data-orig-width="876" data-orig-height="584" >
 
<!-- VIDEO TEMPLATE -->
 
 
 
 
+
<li class="removable-parent">
<div class="element-placeholder" data-elementtype='VIDEO' style="display:none;"></div>
+
 
+
 
+
<!-- MAP TEMPLATE -->
+
 
 
<div class="element-placeholder" data-elementtype='MAP' style="display:none;"></div>
+
<a class="removable-parent" href="silver-hp.html" data-link-type="EXISTING"  target="_self" >
 
+
<!-- RAW TEMPLATE -->
+
 
 
<div class="element-placeholder" data-elementtype='RAW' style="display:none;"></div>
+
<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>
</div>
+
+
</div>
+
 
 
 +
</li>
  
</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 SPECIFIC ORDER -->
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-title-holder removable-parent order-handle">
 
 
 
<h2 id="vbid-ca9ff6f1-bsf1fiyy" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >United states military academy<br></h2>
+
 +
<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>
 
 
</div>
+
</li>
<br class="lower-line-break" />
+
  
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-divider-holder removable-parent order-handle">
 
<div id="vbid-ca9ff6f1-ccitgj1g" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
 
</div>
 
</div>
 
<br class="lower-line-break" />
 
  
+
<div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div>
+
+
+
+
+
<br class="upper-line-break" />
+
<div class="preview-body-holder removable-parent order-handle">
+
+
<div id="vbid-ca9ff6f1-0kgkwsvy" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
+
<p><span style="line-height:2em;"><span style="font-size:16px;">The United States Military Academy's mission is to educate, train, and inspire the Corps of Cadets so that each graduate is a commissioned leader of character committed to the values of duty, honor, and country, and prepared for a career of professional excellence and service to the nation as an officer in the United States Army.</span></span></p>
+
</div>
+
 
 
 +
</ul>
 
</div>
 
</div>
<br class="lower-line-break" />
+
 
+
+
<button class="hamburger links-menu-btn  small" type="button">
+
  <span class="hamburger-box">
+
  <span class="hamburger-inner"></span>
+
  </span>
+
</button>
+
+
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 +
<!-- LAYOUT SETTINGS -->
 +
<div class="layout-settings" style="display:none;" data-type="menu"
 +
data-MENU_OVERLAY="relative"
 +
data-MENU_SCROLL="false"
 +
data-ALWAYS_MINIFIED="false"
 +
data-MENU_POSITION="none"
 +
data-MENU_ALIGN="left"
 +
data-BACKGROUND_COLOR="rgb(124, 100, 41)"
 +
></div>
 
</div>
 
</div>
<!-- LAYOUT SETTINGS -->
 
<div class="layout-settings" style="display:none;" data-type="multi"></div>
 
 
 
 
</div>
 
</div>
 
</div>
 
</div>
+
<!-- MENUS END -->
 
 
 
 
 
 
 
</div>
 
</div>
 
 
 
 
 
</div>
+
<!-- PROMO START -->
</div>
+
<div  id="vbid-5e0bb885-nxdgvcyp"  class="master item-box  gallery-box style-5e0bb885-ivrw4vm3          " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-5e0bb885-ivrw4vm3" data-preview-styleid='style-5e0bb885-ivrw4vm3' data-preset-type-id="PROMO">
+
</div>
+
</div>
+
<!-- SLIDESHOWS END -->
+
+
+
+
+
<!-- SLIDESHOWS START -->
+
<div  id="vbid-06f5f40e-v8c6qp8t"  class="master item-box  gallery-box style-06f5f40e-alxszglv    button-effects btn_hover4      " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-06f5f40e-alxszglv" data-preview-styleid='style-06f5f40e-alxszglv' data-preset-type-id="SLIDESHOWS">
+
 
<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 slideshows-wrapper ">
+
<div class="gallery-wrapper item-wrapper promo-wrapper ">
 
 
<div  class="sub container style-06f5f40e-alxszglv content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-06f5f40e-alxszglv" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-06f5f40e-v8c6qp8t" data-preset-type-id="SLIDESHOWS" data-preview-style="style-06f5f40e-alxszglv" data-style="style-89a8e-bbtqrmxrkr" data-absolute-path="https://xprs.imcreator.com/viewer"  >
+
<div  class="sub container style-5e0bb885-ivrw4vm3 content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-5e0bb885-ivrw4vm3" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-5e0bb885-nxdgvcyp" data-preset-type-id="PROMO" data-preview-style="style-5e0bb885-ivrw4vm3" 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 750: Line 485:
 
 
 
 
<div  id="vbid-06f5f40e-bog7zmbp"  class="sub item-box  page-box style-06f5f40e-alxszglv         " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-06f5f40e-alxszglv" data-preview-styleid='style-06f5f40e-alxszglv' data-preset-type-id="UNRESOLVED">
+
<div  id="vbid-5e0bb885-jqkdre6g"  class="sub item-box  page-box style-5e0bb885-ivrw4vm3         " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-5e0bb885-ivrw4vm3" data-preview-styleid='style-5e0bb885-ivrw4vm3' 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-06f5f40e-bog7zmbp" data-preview-style="style-06f5f40e-alxszglv" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="511" data-orig-thumb-width="640" data-vbid="vbid-06f5f40e-bog7zmbp" data-bgimg="https://lh3.googleusercontent.com/NqpO4jN3SIAn4hj4AyhTb5av5yMKix96O9YR69MUy2jZeBOzM6iDLOmd-yJbHwU4vWDp0d7SaDwGiiat">
+
<div class="item-content leaf multi_layout page content -container" data-self="vbid-5e0bb885-jqkdre6g" data-preview-style="style-5e0bb885-ivrw4vm3" data-style="style-4e411-yq39oaomol" data-orig-thumb-height="416" data-orig-thumb-width="750" data-vbid="vbid-5e0bb885-jqkdre6g" data-bgimg="https://static.igem.org/mediawiki/2017/2/27/Collaborations_Header.png">
 
<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 760: Line 495:
 
<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-06f5f40e-e7no1nxo-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
+
<div id="vbid-5e0bb885-ueabipf9-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
  
<div  id="vbid-06f5f40e-e7no1nxo" 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/NqpO4jN3SIAn4hj4AyhTb5av5yMKix96O9YR69MUy2jZeBOzM6iDLOmd-yJbHwU4vWDp0d7SaDwGiiat=s300);"  data-orig-width="640" data-orig-height="511" >
+
<div  id="vbid-5e0bb885-ueabipf9" 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/2/27/Collaborations_Header.png);"  data-orig-width="750" data-orig-height="416" >
 
<!-- VIDEO TEMPLATE -->
 
<!-- VIDEO TEMPLATE -->
 
 
Line 800: Line 535:
 
 
 
<br class="upper-line-break" />
 
<br class="upper-line-break" />
<div class="preview-title-holder removable-parent order-handle">
+
<div class="preview-subtitle-holder removable-parent order-handle">
 
 
<h2 id="vbid-06f5f40e-bsf1fiyy" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >United states army Edgewood Chemical and Biological center (ECBC)<br></h2>
+
<h3 id="vbid-5e0bb885-cnfk53uw" 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 COLLABORATION PAGE</h3>
+
</div>
+
<br class="lower-line-break" />
+
  
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-divider-holder removable-parent order-handle">
 
<div id="vbid-06f5f40e-ccitgj1g" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
 
</div>
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-body-holder removable-parent order-handle">
 
 
<div id="vbid-06f5f40e-0kgkwsvy" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
 
<p>​<span style="font-size:16px;"><span style="line-height:2em;"> ECBC is currently developing better ways to remotely detect chemical and biological materials - before the warfighter or first responder ever enters the threat zone. ECBC is also developing a new generation of technologies to counter everything from homemade explosives to biological aerosols and non-traditional chemical hazards.</span></span></p>
 
</div>
 
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
 
 
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
<!-- LAYOUT SETTINGS -->
 
<div class="layout-settings" style="display:none;" data-type="multi"></div>
 
 
</div>
 
</div>
 
 
 
 
 
 
 
<div  id="vbid-32f4127f-hqqnsuzn"  class="sub item-box  page-box style-06f5f40e-alxszglv          " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-06f5f40e-alxszglv" data-preview-styleid='style-06f5f40e-alxszglv' data-preset-type-id="UNRESOLVED">
 
 
<div class="page-wrapper item-wrapper ">
 
 
<div class="item-content leaf multi_layout page content -container" data-self="vbid-32f4127f-hqqnsuzn" data-preview-style="style-06f5f40e-alxszglv" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="400" data-orig-thumb-width="600" data-vbid="vbid-32f4127f-hqqnsuzn" data-bgimg="https://lh3.googleusercontent.com/p4IQ_pHgNpcB2UZVRKxXSuXkjDUGOPmeDwzdzefoWOGt7xIYm3DULo6bxBiZUnrrW01aLDBO0amJ6XtMcQ">
 
<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-left" >
 
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 
<div class="pic-side">
 
<div class="vertical-aligner">
 
<div id="vbid-32f4127f-8dwhtvi6-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
 
 
<div  id="vbid-32f4127f-8dwhtvi6" 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/p4IQ_pHgNpcB2UZVRKxXSuXkjDUGOPmeDwzdzefoWOGt7xIYm3DULo6bxBiZUnrrW01aLDBO0amJ6XtMcQ=s300);"  data-orig-width="600" data-orig-height="400" >
 
<!-- 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 SPECIFIC ORDER -->
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-title-holder removable-parent order-handle">
 
 
<h2 id="vbid-32f4127f-8p5iyghv" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >United states army Edgewood Chemical and Biological center (ECBC)<br></h2>
 
 
 
</div>
 
</div>
 
<br class="lower-line-break" />
 
<br class="lower-line-break" />
Line 929: Line 550:
 
<br class="upper-line-break" />
 
<br class="upper-line-break" />
 
<div class="preview-divider-holder removable-parent order-handle">
 
<div class="preview-divider-holder removable-parent order-handle">
<div id="vbid-32f4127f-of1weryf" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
+
<div id="vbid-5e0bb885-qj3ub6mq" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
 
</div>
 
</div>
 
</div>
 
</div>
Line 936: Line 557:
 
 
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-body-holder removable-parent order-handle">
 
 
<div id="vbid-32f4127f-hr8karg0" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
 
<p><span style="line-height:2em;"><span style="font-size:16px;">ECBC possesses an unrivaled chemical and biological research and development infrastructure with scientists, engineers, technicians, and specialists located at four different sites in the Unites States: the Edgewood Area of Aberdeen Proving Ground, Maryland; Pine Bluff, Arkansas; Rock Island, Illinois; and Dugway Proving Ground, Utah.</span></span></p>
 
</div>
 
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
 
 
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
<!-- LAYOUT SETTINGS -->
 
<div class="layout-settings" style="display:none;" data-type="multi"></div>
 
 
</div>
 
</div>
 
 
 
 
 
 
 
<div  id="vbid-fb853e84-bpga9zal"  class="sub item-box  page-box style-06f5f40e-alxszglv          " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-06f5f40e-alxszglv" data-preview-styleid='style-06f5f40e-alxszglv' data-preset-type-id="UNRESOLVED">
 
 
<div class="page-wrapper item-wrapper ">
 
 
<div class="item-content leaf multi_layout page content -container" data-self="vbid-fb853e84-bpga9zal" data-preview-style="style-06f5f40e-alxszglv" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="520" data-orig-thumb-width="520" data-vbid="vbid-fb853e84-bpga9zal" data-bgimg="https://lh3.googleusercontent.com/31DU1L5txPqTCJm-jgehrCCjM6DlmaorfBlKzQIiC9NJqguUyy92fGarGdvSK7jASqW9DBSlQq_fx9XPDzY">
 
<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-left" >
 
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 
<div class="pic-side">
 
<div class="vertical-aligner">
 
<div id="vbid-fb853e84-bcylf6d9-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
 
 
<div  id="vbid-fb853e84-bcylf6d9" 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/31DU1L5txPqTCJm-jgehrCCjM6DlmaorfBlKzQIiC9NJqguUyy92fGarGdvSK7jASqW9DBSlQq_fx9XPDzY=s300);"  data-orig-width="520" data-orig-height="520" >
 
<!-- 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 SPECIFIC ORDER -->
 
 
 
 
 
Line 1,030: Line 564:
 
<div class="preview-title-holder removable-parent order-handle">
 
<div class="preview-title-holder removable-parent order-handle">
 
 
<h2 id="vbid-fb853e84-yj0emfur" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >United states army Edgewood Chemical and Biological center (ECBC)<br></h2>
+
<h1 id="vbid-5e0bb885-yz0nntgj" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >CONTRIBUTORS TO THE CAUSE</h1>
+
</div>
+
<br class="lower-line-break" />
+
 
+
+
+
+
+
+
+
<br class="upper-line-break" />
+
<div class="preview-divider-holder removable-parent order-handle">
+
<div id="vbid-fb853e84-2tmro0av" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
+
</div>
+
</div>
+
<br class="lower-line-break" />
+
 
+
+
+
+
+
+
+
<br class="upper-line-break" />
+
<div class="preview-body-holder removable-parent order-handle">
+
+
<div id="vbid-fb853e84-xo0k0wkn" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
+
<p><span style="line-height:2em;"><span style="font-size:16px;">ECBC is the primary Department of Defense technical organization for non-medical chemical and biological defense, and is a subordinate command of the United States Army Research, Development, and Engineering Command.</span></span><br></p>
+
</div>
+
 
 
 
</div>
 
</div>
Line 1,101: Line 606:
 
</div>
 
</div>
 
</div>
 
</div>
<!-- SLIDESHOWS END -->
+
<!-- PROMO END -->
 
 
 
 
 
 
 
 
<!-- SLIDESHOWS START -->
+
<!-- TEXT_BLOCK START -->
<div  id="vbid-32185b27-2d1bbyqd"  class="master item-box  gallery-box style-32185b27-54g4roy5   button-effects btn_hover4      " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-32185b27-54g4roy5" data-preview-styleid='style-32185b27-54g4roy5' data-preset-type-id="SLIDESHOWS">
+
<div  id="vbid-39e355d0-pwfs3s8z"  class="master item-box  gallery-box style-39e355d0-cfykn4og   button-effects btn_hover4      " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-39e355d0-cfykn4og" data-preview-styleid='style-39e355d0-cfykn4og' data-preset-type-id="TEXT_BLOCK">
 
<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 slideshows-wrapper ">
+
<div class="gallery-wrapper item-wrapper text_block-wrapper ">
 
 
<div  class="sub container style-32185b27-54g4roy5 content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-32185b27-54g4roy5" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-32185b27-2d1bbyqd" data-preset-type-id="SLIDESHOWS" data-preview-style="style-32185b27-54g4roy5" data-style="style-89a8e-bbtqrmxrkr" data-absolute-path="https://xprs.imcreator.com/viewer"  >
+
<div  class="sub container style-39e355d0-cfykn4og content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-39e355d0-cfykn4og" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-39e355d0-pwfs3s8z" data-preset-type-id="TEXT_BLOCK" data-preview-style="style-39e355d0-cfykn4og" 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,136: Line 641:
 
 
 
 
<div  id="vbid-3dd53fa8-nqfnunbh"  class="sub item-box  page-box style-32185b27-54g4roy5         " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-32185b27-54g4roy5" data-preview-styleid='style-32185b27-54g4roy5' data-preset-type-id="UNRESOLVED">
+
<div  id="vbid-39e355d0-4gaxjzpo"  class="sub item-box  page-box style-39e355d0-cfykn4og         " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-39e355d0-cfykn4og" data-preview-styleid='style-39e355d0-cfykn4og' 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-3dd53fa8-nqfnunbh" data-preview-style="style-32185b27-54g4roy5" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="3024" data-orig-thumb-width="4032" data-vbid="vbid-3dd53fa8-nqfnunbh" data-bgimg="https://lh3.googleusercontent.com/zdhkMhQ7iyxAld5vGjuiIg9wYOxGhUMpLMoMmx1K6L6GfkoBEeUZmO3z_pZpYRgMZx7nZIHuoeHrhfr7IQ">
+
<div class="item-content leaf multi_layout page content -container" data-self="vbid-39e355d0-4gaxjzpo" data-preview-style="style-39e355d0-cfykn4og" data-style="style-4e411-yq39oaomol" data-orig-thumb-height="754" data-orig-thumb-width="1009" data-vbid="vbid-39e355d0-4gaxjzpo" data-bgimg="https://static.igem.org/mediawiki/2017/8/88/USNA.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,150: Line 655:
 
<div class="pic-side">
 
<div class="pic-side">
 
<div class="vertical-aligner">
 
<div class="vertical-aligner">
<div id="vbid-3dd53fa8-cpbaswtn-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
+
<div id="vbid-39e355d0-jm6adqzn-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
  
<div  id="vbid-3dd53fa8-cpbaswtn" 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/zdhkMhQ7iyxAld5vGjuiIg9wYOxGhUMpLMoMmx1K6L6GfkoBEeUZmO3z_pZpYRgMZx7nZIHuoeHrhfr7IQ=s300);"  data-orig-width="4032" data-orig-height="3024" >
+
<div  id="vbid-39e355d0-jm6adqzn" class="inner-pic preview-element  magic-circle-holder  load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://static.igem.org/mediawiki/2017/8/88/USNA.jpg);"  data-orig-width="1009" data-orig-height="754" >
 
<!-- VIDEO TEMPLATE -->
 
<!-- VIDEO TEMPLATE -->
 
 
Line 1,188: Line 693:
 
<div class="preview-title-holder removable-parent order-handle">
 
<div class="preview-title-holder removable-parent order-handle">
 
 
<h2 id="vbid-3dd53fa8-g6ydv1xi" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >READINESS ACCELERATION AND INNOVATION  NETWORK<br></h2>
+
<h2 id="vbid-39e355d0-lhrwnuia" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >First Inter-Team Meeting (07/14/2017)<br></h2>
 
 
 
</div>
 
</div>
Line 1,201: Line 706:
 
<br class="upper-line-break" />
 
<br class="upper-line-break" />
 
<div class="preview-divider-holder removable-parent order-handle">
 
<div class="preview-divider-holder removable-parent order-handle">
<div id="vbid-3dd53fa8-tmlfjmdj" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
+
<div id="vbid-39e355d0-i5dg9lve" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
 
</div>
 
</div>
 
</div>
 
</div>
Line 1,215: Line 720:
 
<div class="preview-body-holder removable-parent order-handle">
 
<div class="preview-body-holder removable-parent order-handle">
 
 
<div id="vbid-3dd53fa8-aafgnaor" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
+
<div id="vbid-39e355d0-ccbscqzl" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
<p><span style="line-height:2em;"><span style="font-size:16px;">The Readiness Acceleration &amp; Innovation Network is a 501(c)(3) nonprofit organization based out of Tacoma, Washington. Working to unlock local innovation in the biotech and biomedical fields, RAIN was founded as a collaboration between the University of Washington Tacoma, MultiCare Health System, and Madigan Army Medical Center.</span></span></p>
+
<p><span style="letter-spacing: 1.2px; text-align: center; background-color: transparent; font-size: 12pt; vertical-align: baseline; white-space: pre-wrap;">In an attempt to learn the methods used by other iGEM teams we participated in an inter-team Skype call. We chose to meet with the other teams sponsored by the United States Armed forces, because we share many of the same challenges. These teams are Lab Pats Carroll High School and the US Naval Academy.</span></p><p><br></p><p><span style="letter-spacing: 1.2px; text-align: center; background-color: transparent; font-size: 12pt; vertical-align: baseline; white-space: pre-wrap;">Our team took many notes over the course of the hour-plus long Skype call that helped us to prepare for the upcoming challenges that iGEM poses. </span></p>
 
</div>
 
</div>
 
 
Line 1,248: Line 753:
 
 
 
 
 
 
<div  id="vbid-32185b27-hqqnsuzn"  class="sub item-box  page-box style-32185b27-54g4roy5          " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-32185b27-54g4roy5" data-preview-styleid='style-32185b27-54g4roy5' data-preset-type-id="UNRESOLVED">
 
 
<div class="page-wrapper item-wrapper ">
 
 
<div class="item-content leaf multi_layout page content -container" data-self="vbid-32185b27-hqqnsuzn" data-preview-style="style-32185b27-54g4roy5" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="576" data-orig-thumb-width="792" data-vbid="vbid-32185b27-hqqnsuzn" data-bgimg="https://lh3.googleusercontent.com/F88HmPfAhf0iL3T5Rb6UlNmjnjVbivy0pREC5h0oBU57KhYN7NHAZJidY-odY2MygnvzI7FCzV_kTUsySg">
 
<div  class="multi-container preview image-cover" >
 
<div class="Picture item-preview">
 
<div class="preview-image-holder">
 
<div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style="">
 
</div>
 
<div class="helper-div middle-right" >
 
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 
<div class="pic-side">
 
<div class="vertical-aligner">
 
<div id="vbid-32185b27-8dwhtvi6-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
 
 
<div  id="vbid-32185b27-8dwhtvi6" 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/F88HmPfAhf0iL3T5Rb6UlNmjnjVbivy0pREC5h0oBU57KhYN7NHAZJidY-odY2MygnvzI7FCzV_kTUsySg=s300);"  data-orig-width="792" data-orig-height="576" >
 
<!-- 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 SPECIFIC ORDER -->
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-title-holder removable-parent order-handle">
 
 
<h2 id="vbid-32185b27-8p5iyghv" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Readiness acceleration and innovation  network<br></h2>
 
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-divider-holder removable-parent order-handle">
 
<div id="vbid-32185b27-of1weryf" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
 
</div>
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-body-holder removable-parent order-handle">
 
 
<div id="vbid-32185b27-hr8karg0" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
 
<p><span style="line-height:2em;"><span style="font-size:16px;">Thinking many years ahead to what we are working to achieve, we envision our city and region as a major industrial and commercial player in the Pacific Northwest life-science sector with a reputation for being the best in the world at what we do. By helping to build a local innovation-commercialization pipeline, RAIN is inclusive, empowering, and inspiring to our community, friends, and neighbors.</span></span></p>
 
</div>
 
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
 
 
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
<!-- LAYOUT SETTINGS -->
 
<div class="layout-settings" style="display:none;" data-type="multi"></div>
 
 
 
</div>
 
</div>
 
</div>
 
</div>
 
 
 
 
 
 
 
 
 
<div  id="vbid-e03957ab-out1tujh"  class="sub item-box  page-box style-32185b27-54g4roy5          " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-32185b27-54g4roy5" data-preview-styleid='style-32185b27-54g4roy5' data-preset-type-id="UNRESOLVED">
 
 
<div class="page-wrapper item-wrapper ">
 
 
<div class="item-content leaf multi_layout page content -container" data-self="vbid-e03957ab-out1tujh" data-preview-style="style-32185b27-54g4roy5" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="416" data-orig-thumb-width="750" data-vbid="vbid-e03957ab-out1tujh" data-bgimg="https://lh3.googleusercontent.com/-pRBdG4Gn5YLoYMk44uHw_5mv7WD2mfVnDBLwnfNnUMYvRcGu8IZgmOMPF3le03d4Q-fwpbmIhF_eMlW">
 
<div  class="multi-container preview image-cover" >
 
<div class="Picture item-preview">
 
<div class="preview-image-holder">
 
<div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style="">
 
</div>
 
<div class="helper-div middle-right" >
 
<!-- <div class="benet" style="min-height:inherit;"></div> -->
 
<div class="pic-side">
 
<div class="vertical-aligner">
 
<div id="vbid-e03957ab-l5h4jhcz-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
 
 
<div  id="vbid-e03957ab-l5h4jhcz" 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/-pRBdG4Gn5YLoYMk44uHw_5mv7WD2mfVnDBLwnfNnUMYvRcGu8IZgmOMPF3le03d4Q-fwpbmIhF_eMlW=s300);"  data-orig-width="750" data-orig-height="416" >
 
<!-- VIDEO TEMPLATE -->
 
 
 
<div class="element-placeholder" data-elementtype='VIDEO' style="display:none;"></div>
 
 
 
<!-- MAP TEMPLATE -->
 
 
<div class="element-placeholder" data-elementtype='MAP' style="display:none;"></div>
 
 
<!-- RAW TEMPLATE -->
 
 
<div class="element-placeholder" data-elementtype='RAW' style="display:none;"></div>
 
 
 
</div>
 
</div>
 
 
</div>
 
</div>
 
 
</div>
 
</div>
 
<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 SPECIFIC ORDER -->
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-title-holder removable-parent order-handle">
 
 
<h2 id="vbid-e03957ab-wy2sqpis" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >READINESS ACCELERATION AND INNOVATION  NETWORK<br></h2>
 
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-divider-holder removable-parent order-handle">
 
<div id="vbid-e03957ab-jnklkjb4" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
 
</div>
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
 
<br class="upper-line-break" />
 
<div class="preview-body-holder removable-parent order-handle">
 
 
<div id="vbid-e03957ab-djr1bfto" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
 
<p><span style="line-height:2em;"><span style="font-size:16px;">Together, we provide startups with significant support for ideation, research and development, prototyping, business development, and launch. In addition, the people and City of Tacoma are core partners in our efforts as we work together to create prosperity and well-being in our community.</span></span></p>
 
</div>
 
 
</div>
 
<br class="lower-line-break" />
 
 
 
 
 
 
 
 
 
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
<!-- LAYOUT SETTINGS -->
 
<div class="layout-settings" style="display:none;" data-type="multi"></div>
 
 
 
 
</div>
 
</div>
 
</div>
 
</div>
+
<!-- TEXT_BLOCK END -->
 
 
 
 
 
 
 
</div>
 
</div>
 
 
 
 
 
</div>
+
<!-- TEXT_BLOCK START -->
</div>
+
<div  id="vbid-9d7cb4c0-uxtvg9x1"  class="master item-box  gallery-box style-9d7cb4c0-0kemrtct   button-effects btn_hover4      " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-9d7cb4c0-0kemrtct" data-preview-styleid='style-9d7cb4c0-0kemrtct' data-preset-type-id="TEXT_BLOCK">
+
</div>
+
</div>
+
<!-- SLIDESHOWS END -->
+
+
+
+
+
<!-- SLIDESHOWS START -->
+
<div  id="vbid-2acd233b-ia3ecrek"  class="master item-box  gallery-box style-2acd233b-0u0tnobx   button-effects btn_hover4      " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-2acd233b-0u0tnobx" data-preview-styleid='style-2acd233b-0u0tnobx' data-preset-type-id="SLIDESHOWS">
+
 
<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 slideshows-wrapper ">
+
<div class="gallery-wrapper item-wrapper text_block-wrapper ">
 
 
<div  class="sub container style-2acd233b-0u0tnobx content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-2acd233b-0u0tnobx" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-2acd233b-ia3ecrek" data-preset-type-id="SLIDESHOWS" data-preview-style="style-2acd233b-0u0tnobx" data-style="style-89a8e-bbtqrmxrkr" data-absolute-path="https://xprs.imcreator.com/viewer"  >
+
<div  class="sub container style-9d7cb4c0-0kemrtct content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-9d7cb4c0-0kemrtct" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-9d7cb4c0-uxtvg9x1" data-preset-type-id="TEXT_BLOCK" data-preview-style="style-9d7cb4c0-0kemrtct" 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,522: Line 799:
 
 
 
 
<div  id="vbid-c29a7e06-cyance9v"  class="sub item-box  page-box style-2acd233b-0u0tnobx         " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-2acd233b-0u0tnobx" data-preview-styleid='style-2acd233b-0u0tnobx' data-preset-type-id="UNRESOLVED">
+
<div  id="vbid-9d7cb4c0-jkvxtp6k"  class="sub item-box  page-box style-9d7cb4c0-0kemrtct         " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-9d7cb4c0-0kemrtct" data-preview-styleid='style-9d7cb4c0-0kemrtct' 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-c29a7e06-cyance9v" data-preview-style="style-2acd233b-0u0tnobx" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="362" data-orig-thumb-width="630" data-vbid="vbid-c29a7e06-cyance9v" data-bgimg="https://lh3.googleusercontent.com/cNZUswUDb2Kzt7z4YaYNJrL80MskYj1iz4RWdH2fuRJ12OQAHqZxG2bwxH85EANcyxQeRWxr_9DQ2sUezTs">
+
<div class="item-content leaf multi_layout page content -container" data-self="vbid-9d7cb4c0-jkvxtp6k" data-preview-style="style-9d7cb4c0-0kemrtct" data-style="style-4e411-yq39oaomol" data-orig-thumb-height="960" data-orig-thumb-width="960" data-vbid="vbid-9d7cb4c0-jkvxtp6k" data-bgimg="https://static.igem.org/mediawiki/2017/0/00/ITesla-SoundBio.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,536: Line 813:
 
<div class="pic-side">
 
<div class="pic-side">
 
<div class="vertical-aligner">
 
<div class="vertical-aligner">
<div id="vbid-c29a7e06-4gikauv0-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
+
<div id="vbid-9d7cb4c0-nvl466cp-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
  
<div  id="vbid-c29a7e06-4gikauv0" 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/cNZUswUDb2Kzt7z4YaYNJrL80MskYj1iz4RWdH2fuRJ12OQAHqZxG2bwxH85EANcyxQeRWxr_9DQ2sUezTs=s300);"  data-orig-width="630" data-orig-height="362" >
+
<div  id="vbid-9d7cb4c0-nvl466cp" 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/0/00/ITesla-SoundBio.jpg);"  data-orig-width="960" data-orig-height="960" >
 
<!-- VIDEO TEMPLATE -->
 
<!-- VIDEO TEMPLATE -->
 
 
Line 1,574: Line 851:
 
<div class="preview-title-holder removable-parent order-handle">
 
<div class="preview-title-holder removable-parent order-handle">
 
 
<h2 id="vbid-c29a7e06-yht9r1ru" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Center for Urban Waters<br></h2>
+
<h2 id="vbid-9d7cb4c0-shwx1gav" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >iTesla-soundbio team meeting (09/28/2017)<br></h2>
 
 
 
</div>
 
</div>
Line 1,587: Line 864:
 
<br class="upper-line-break" />
 
<br class="upper-line-break" />
 
<div class="preview-divider-holder removable-parent order-handle">
 
<div class="preview-divider-holder removable-parent order-handle">
<div id="vbid-c29a7e06-nb5jsisy" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
+
<div id="vbid-9d7cb4c0-yysxnf0m" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
 
</div>
 
</div>
 
</div>
 
</div>
Line 1,601: Line 878:
 
<div class="preview-body-holder removable-parent order-handle">
 
<div class="preview-body-holder removable-parent order-handle">
 
 
<div id="vbid-c29a7e06-9kgzg8if" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
+
<div id="vbid-9d7cb4c0-l4j5yobd" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
<p><span style="line-height:2em;"><span style="font-size:16px;">The Center for Urban Waters brings together environmental scientists, analysts, engineers, and policymakers who are developing creative and sustainable solutions to restore and protect Puget Sound. It</span><span style="font-size: 16px; letter-spacing: 0.6px; background-color: rgb(97, 82, 39);"> is the result of years of work by community leaders who dreamed of a world-class research center on Commencement Bay dedicated to finding solutions for urban bay communities.</span></span></p>
+
<p><span style="font-size: 16px; letter-spacing: 1.2px; text-align: center; white-space: pre-wrap;">Cadets2Vets Adviser Judy Nguyen and Cadets2Vets Collaborator from Center for Urban Waters Joel Baker had a conference call with two team members from iTesla-SoundBio: Anna Vasyura and Advisor Zach Mueller. They shared information about each others’ projects and the status of their experiments.</span></p><p><br></p><p><span style="font-size: 16px; letter-spacing: 1.2px; text-align: center; white-space: pre-wrap;">Anna and Zach are looking for help regarding the analysis of the degradation of polychlorinated biphenyls (PCBs). Joel had previously collaborated with a lab that performed this type of research and had a lot of valuable information to share. One of the significant bits of advice was to pivot the analysis from PCBs to PCEs (tetrachloroethene). </span></p><p><br></p><p><span style="font-size: 16px; letter-spacing: 1.2px; text-align: center; white-space: pre-wrap;">PCBs take a really long time to degrade and the analysis is not fast or easy to do. PCEs degrade a little quicker and make more sense to measure for the iGEM timeline. Joel will meet face to face with iTesla-SoundBio to work out more details of what the analytical experiments would involve. Judy has also joined the team’s Slack workspace and is available to help with any other technical questions or assistance with laboratory space. </span><span style="letter-spacing: 1.2px; text-align: center; font-size: 12pt; vertical-align: baseline; white-space: pre-wrap;"> </span></p>
</div>
+
+
</div>
+
<br class="lower-line-break" />
+
 
+
+
+
+
+
+
+
+
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
<!-- LAYOUT SETTINGS -->
+
<div class="layout-settings" style="display:none;" data-type="multi"></div>
+
+
</div>
+
</div>
+
+
+
+
+
+
+
<div  id="vbid-45391d08-jntrumta"  class="sub item-box  page-box style-2acd233b-0u0tnobx          " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-2acd233b-0u0tnobx" data-preview-styleid='style-2acd233b-0u0tnobx' data-preset-type-id="UNRESOLVED">
+
+
<div class="page-wrapper item-wrapper ">
+
+
<div class="item-content leaf multi_layout page content -container" data-self="vbid-45391d08-jntrumta" data-preview-style="style-2acd233b-0u0tnobx" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="426" data-orig-thumb-width="500" data-vbid="vbid-45391d08-jntrumta" data-bgimg="https://lh3.googleusercontent.com/le6gA7lauysFDhnc-VxuHjEgvQ5gWClACCgpZCdjk2hMrid85pykc3Eiw7_WeEyvjBLsJ2-DL4_8sUA">
+
<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-left" >
+
<!-- <div class="benet" style="min-height:inherit;"></div> -->
+
<div class="pic-side">
+
<div class="vertical-aligner">
+
<div id="vbid-45391d08-zratalak-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
+
 
+
<div  id="vbid-45391d08-zratalak" 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/le6gA7lauysFDhnc-VxuHjEgvQ5gWClACCgpZCdjk2hMrid85pykc3Eiw7_WeEyvjBLsJ2-DL4_8sUA=s300);"  data-orig-width="500" data-orig-height="426" >
+
<!-- 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 SPECIFIC ORDER -->
+
+
+
+
+
<br class="upper-line-break" />
+
<div class="preview-title-holder removable-parent order-handle">
+
+
<h2 id="vbid-45391d08-lclrbdkn" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Center for Urban Waters<br></h2>
+
+
</div>
+
<br class="lower-line-break" />
+
 
+
+
+
+
+
+
+
<br class="upper-line-break" />
+
<div class="preview-divider-holder removable-parent order-handle">
+
<div id="vbid-45391d08-wnhh81qx" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
+
</div>
+
</div>
+
<br class="lower-line-break" />
+
 
+
+
+
+
+
+
+
<br class="upper-line-break" />
+
<div class="preview-body-holder removable-parent order-handle">
+
+
<div id="vbid-45391d08-ufoi1em0" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
+
<p><span style="line-height:2em;"><span style="font-size:16px;">The founding partners - the City of Tacoma, the University of Washington Tacoma, and the Puget Sound Partnership - are committed to providing a collaborative environment where the best-available science forms the basis for policy development and implementation.</span></span></p>
+
 
</div>
 
</div>
 
 
Line 1,759: Line 922:
 
</div>
 
</div>
 
</div>
 
</div>
<!-- SLIDESHOWS END -->
+
<!-- TEXT_BLOCK END -->
 
 
 
 
 
 
 
 
<!-- SLIDESHOWS START -->
+
<!-- TEXT_BLOCK START -->
<div  id="vbid-d940f021-w3k8b2nj"  class="master item-box  gallery-box style-d940f021-p0ongkfv   button-effects btn_hover4      " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-d940f021-p0ongkfv" data-preview-styleid='style-d940f021-p0ongkfv' data-preset-type-id="SLIDESHOWS">
+
<div  id="vbid-ec2a096d-uxtvg9x1"  class="master item-box  gallery-box style-ec2a096d-0kemrtct   button-effects btn_hover4      " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-ec2a096d-0kemrtct" data-preview-styleid='style-ec2a096d-0kemrtct' data-preset-type-id="TEXT_BLOCK">
 
<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 slideshows-wrapper ">
+
<div class="gallery-wrapper item-wrapper text_block-wrapper ">
 
 
<div  class="sub container style-d940f021-p0ongkfv content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-d940f021-p0ongkfv" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-d940f021-w3k8b2nj" data-preset-type-id="SLIDESHOWS" data-preview-style="style-d940f021-p0ongkfv" data-style="style-89a8e-bbtqrmxrkr" data-absolute-path="https://xprs.imcreator.com/viewer"  >
+
<div  class="sub container style-ec2a096d-0kemrtct content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-ec2a096d-0kemrtct" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-ec2a096d-uxtvg9x1" data-preset-type-id="TEXT_BLOCK" data-preview-style="style-ec2a096d-0kemrtct" 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,794: Line 957:
 
 
 
 
<div  id="vbid-cf61fbb9-u4btitdw"  class="sub item-box  page-box style-d940f021-p0ongkfv         " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-d940f021-p0ongkfv" data-preview-styleid='style-d940f021-p0ongkfv' data-preset-type-id="UNRESOLVED">
+
<div  id="vbid-ec2a096d-jkvxtp6k"  class="sub item-box  page-box style-ec2a096d-0kemrtct         " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-ec2a096d-0kemrtct" data-preview-styleid='style-ec2a096d-0kemrtct' 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-cf61fbb9-u4btitdw" data-preview-style="style-d940f021-p0ongkfv" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="359" data-orig-thumb-width="640" data-vbid="vbid-cf61fbb9-u4btitdw" data-bgimg="https://lh3.googleusercontent.com/hVsnxbR8LmJY2uQAVTfOSeURpWbH0A1gTMXTGRpqX9aPjJzukPvGpEnu0-MTK6BRo5HyFoNoCpE2nDQO">
+
<div class="item-content leaf multi_layout page content -container" data-self="vbid-ec2a096d-jkvxtp6k" data-preview-style="style-ec2a096d-0kemrtct" data-style="style-4e411-yq39oaomol" data-orig-thumb-height="1200" data-orig-thumb-width="1600" data-vbid="vbid-ec2a096d-jkvxtp6k" data-bgimg="https://static.igem.org/mediawiki/2017/4/47/Lab_Pats_2.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,808: Line 971:
 
<div class="pic-side">
 
<div class="pic-side">
 
<div class="vertical-aligner">
 
<div class="vertical-aligner">
<div id="vbid-cf61fbb9-fqpxc9af-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
+
<div id="vbid-ec2a096d-nvl466cp-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
  
<div  id="vbid-cf61fbb9-fqpxc9af" 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/hVsnxbR8LmJY2uQAVTfOSeURpWbH0A1gTMXTGRpqX9aPjJzukPvGpEnu0-MTK6BRo5HyFoNoCpE2nDQO=s300);"  data-orig-width="640" data-orig-height="359" >
+
<div  id="vbid-ec2a096d-nvl466cp" class="inner-pic preview-element  magic-circle-holder  load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://static.igem.org/mediawiki/2017/4/47/Lab_Pats_2.jpg);"  data-orig-width="1600" data-orig-height="1200" >
 
<!-- VIDEO TEMPLATE -->
 
<!-- VIDEO TEMPLATE -->
 
 
Line 1,846: Line 1,009:
 
<div class="preview-title-holder removable-parent order-handle">
 
<div class="preview-title-holder removable-parent order-handle">
 
 
<h2 id="vbid-cf61fbb9-zhnqeuon" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Charles Wright Academy<br></h2>
+
<h2 id="vbid-ec2a096d-shwx1gav" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Lab Pats First Interlab Meeting (10/05/2017)<br></h2>
 
 
 
</div>
 
</div>
Line 1,859: Line 1,022:
 
<br class="upper-line-break" />
 
<br class="upper-line-break" />
 
<div class="preview-divider-holder removable-parent order-handle">
 
<div class="preview-divider-holder removable-parent order-handle">
<div id="vbid-cf61fbb9-4bebgean" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
+
<div id="vbid-ec2a096d-yysxnf0m" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
 
</div>
 
</div>
 
</div>
 
</div>
Line 1,873: Line 1,036:
 
<div class="preview-body-holder removable-parent order-handle">
 
<div class="preview-body-holder removable-parent order-handle">
 
 
<div id="vbid-cf61fbb9-2vqbryvp" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
+
<div id="vbid-ec2a096d-l4j5yobd" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
<p><span style="line-height:2em;"><span style="font-size:16px;">Charles Wright Academy is a private school in the greater Tacoma area that serves students K-12. The school features small classes, a safe campus, and a preparation center for college and life skills.</span></span><span style="line-height:2em;"><span style="font-size:16px;"></span></span></p>
+
<p><span id="docs-internal-guid-1b7da29c-f937-736d-d27b-f199a1ff299f" style="letter-spacing: 1.2px; text-align: center;"><span style="font-size: 12pt; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">The Cadets2Vets team had a Skype call with Dallas McDonald from the Lab Pats (AFRL) team. Our teams had Skype’d previously during the summer and we wanted to talk a little more about the Interlab Measurement Study.</span></span></p><p><br></p><p><span style="letter-spacing: 1.2px; text-align: center;"><span style="font-size: 12pt; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">We are sharing the results from our Interlab Study and wanted to see if Lab Pats had measured data that was similar to ours. Cadets2Vets had graphed the fluorescence values from the 6 Devices and positive and negative controls, and found that the Devices all had variable performance, although there were a few Devices that had very low GFP fluorescence. We also found that some Devices performed at or below the LB+Chloramphenicol blank, which means that the previously known autofluorescence of LB was being picked up by the plate reader. The Devices that performed worse than LB+Chloramphenicol are promoter/RBS sites that we would want to avoid in the future when trying to express GFP, because the amount of GFP expressed was unable to rise higher than the background autofluorescence under the given experimental conditions. </span><br class="kix-line-break"><br class="kix-line-break"><span style="font-size: 12pt; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">Cadets2Vets will work with Dallas to establish a collaboration where Cadets2Vets will send Dallas the plasmids we have created so that he can help us characterize the GFP fluorescence. We will base the assay off the InterLab study and we will consider these questions:</span></span></p><ol><li><span style="letter-spacing: 1.2px; text-align: center;"><span style="font-size: 12pt; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">Do our plasmids produce GFP as they are expected to?</span></span></li><li><span style="letter-spacing: 1.2px; text-align: center;"><span style="font-size: 12pt; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">How does our plasmid compare to the Interlab positive and negative controls?</span></span></li><li><span style="letter-spacing: 1.2px; text-align: center;"><span style="font-size: 12pt; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">What is the appropriate density of cells and duration of growth to get significant GFP fluorescence?</span></span></li><li><span style="letter-spacing: 1.2px; text-align: center;"><span style="font-size: 12pt; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">Can other labs reproduce our data? </span></span><span style="letter-spacing: 1.2px; text-align: center;">​</span><span style="letter-spacing: 1.2px; text-align: center; background-color: transparent; font-size: 12pt; vertical-align: baseline; white-space: pre-wrap;"> </span></li></ol>
</div>
+
+
</div>
+
<br class="lower-line-break" />
+
 
+
+
+
+
+
+
+
+
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
<!-- LAYOUT SETTINGS -->
+
<div class="layout-settings" style="display:none;" data-type="multi"></div>
+
+
</div>
+
</div>
+
+
+
+
+
+
+
<div  id="vbid-d940f021-jntrumta"  class="sub item-box  page-box style-d940f021-p0ongkfv          " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-d940f021-p0ongkfv" data-preview-styleid='style-d940f021-p0ongkfv' data-preset-type-id="UNRESOLVED">
+
+
<div class="page-wrapper item-wrapper ">
+
+
<div class="item-content leaf multi_layout page content -container" data-self="vbid-d940f021-jntrumta" data-preview-style="style-d940f021-p0ongkfv" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="333" data-orig-thumb-width="500" data-vbid="vbid-d940f021-jntrumta" data-bgimg="https://lh3.googleusercontent.com/WJPTOOXOyfP_tTWfkFecPsDznOcnsgz-vcxHm9t2Qvdw-eEqLegU1WZtuXo3Tz9C7BoIcvYudgoLM7LoUg">
+
<div  class="multi-container preview image-cover" >
+
<div class="Picture item-preview">
+
<div class="preview-image-holder">
+
<div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style="">
+
</div>
+
<div class="helper-div middle-right" >
+
<!-- <div class="benet" style="min-height:inherit;"></div> -->
+
<div class="pic-side">
+
<div class="vertical-aligner">
+
<div id="vbid-d940f021-zratalak-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
+
 
+
<div  id="vbid-d940f021-zratalak" 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/WJPTOOXOyfP_tTWfkFecPsDznOcnsgz-vcxHm9t2Qvdw-eEqLegU1WZtuXo3Tz9C7BoIcvYudgoLM7LoUg=s300);"  data-orig-width="500" data-orig-height="333" >
+
<!-- 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 SPECIFIC ORDER -->
+
+
+
+
+
<br class="upper-line-break" />
+
<div class="preview-title-holder removable-parent order-handle">
+
+
<h2 id="vbid-d940f021-lclrbdkn" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Charles Wright Academy<br></h2>
+
+
</div>
+
<br class="lower-line-break" />
+
 
+
+
+
+
+
+
+
<br class="upper-line-break" />
+
<div class="preview-divider-holder removable-parent order-handle">
+
<div id="vbid-d940f021-wnhh81qx" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
+
</div>
+
</div>
+
<br class="lower-line-break" />
+
 
+
+
+
+
+
+
+
<br class="upper-line-break" />
+
<div class="preview-body-holder removable-parent order-handle">
+
+
<div id="vbid-d940f021-ufoi1em0" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
+
<p><span style="line-height:2em;"><span style="font-size:16px;">​</span></span><span style="line-height:2em;"><span style="font-size:16px;">The Cadets2Vets team is honored to have four of the Charles Wright Academy's best and brightest serve as Interns on their lab team.</span></span></p>
+
 
</div>
 
</div>
 
 
Line 2,031: Line 1,080:
 
</div>
 
</div>
 
</div>
 
</div>
<!-- SLIDESHOWS END -->
+
<!-- TEXT_BLOCK END -->
 
 
 
 
Line 2,037: Line 1,086:
 
 
 
<!-- SLIDESHOWS START -->
 
<!-- SLIDESHOWS START -->
<div  id="vbid-09af178e-0k7sp6n4"  class="master item-box  gallery-box style-09af178e-h2zp9np0   button-effects btn_hover4      " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-09af178e-h2zp9np0" data-preview-styleid='style-09af178e-h2zp9np0' data-preset-type-id="SLIDESHOWS">
+
<div  id="vbid-f0579fae-il0hd7ed"  class="master item-box  gallery-box style-f0579fae-jenpwuqp   button-effects btn_hover4      " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-f0579fae-jenpwuqp" data-preview-styleid='style-f0579fae-jenpwuqp' data-preset-type-id="SLIDESHOWS">
 
<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 slideshows-wrapper ">
 
<div class="gallery-wrapper item-wrapper slideshows-wrapper ">
 
 
<div  class="sub container style-09af178e-h2zp9np0 content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-09af178e-h2zp9np0" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-09af178e-0k7sp6n4" data-preset-type-id="SLIDESHOWS" data-preview-style="style-09af178e-h2zp9np0" data-style="style-89a8e-bbtqrmxrkr" data-absolute-path="https://xprs.imcreator.com/viewer"  >
+
<div  class="sub container style-f0579fae-jenpwuqp content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-f0579fae-jenpwuqp" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-f0579fae-il0hd7ed" data-preset-type-id="SLIDESHOWS" data-preview-style="style-f0579fae-jenpwuqp" data-style="style-89a8e-bbtqrmxrkr" data-absolute-path=""  >
 
<!-- ARRANGER SETTINGS -->
 
<!-- ARRANGER SETTINGS -->
 
<div class="arranger-settings" style="display:none;"
 
<div class="arranger-settings" style="display:none;"
Line 2,066: Line 1,115:
 
 
 
 
<div  id="vbid-b5c93daa-5mz7ymvt"  class="sub item-box  page-box style-09af178e-h2zp9np0         " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-09af178e-h2zp9np0" data-preview-styleid='style-09af178e-h2zp9np0' data-preset-type-id="UNRESOLVED">
+
<div  id="vbid-f0579fae-3mflnhgb"  class="sub item-box  page-box style-f0579fae-jenpwuqp         " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-f0579fae-jenpwuqp" data-preview-styleid='style-f0579fae-jenpwuqp' 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-b5c93daa-5mz7ymvt" data-preview-style="style-09af178e-h2zp9np0" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="360" data-orig-thumb-width="440" data-vbid="vbid-b5c93daa-5mz7ymvt" data-bgimg="https://lh3.googleusercontent.com/EqDPMIgkN9pbVgH7S2BdJi0U7lJn8vY8fIhyQgDDETz156_JPrNDDD_HL7EL1FHUOC4td9zWU9EXHQT1">
+
<div class="item-content leaf multi_layout page content -container" data-self="vbid-f0579fae-3mflnhgb" data-preview-style="style-f0579fae-jenpwuqp" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="1975" data-orig-thumb-width="3358" data-vbid="vbid-f0579fae-3mflnhgb" data-bgimg="https://static.igem.org/mediawiki/2017/6/69/UW_Seattle.png">
 
<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 2,080: Line 1,129:
 
<div class="pic-side">
 
<div class="pic-side">
 
<div class="vertical-aligner">
 
<div class="vertical-aligner">
<div id="vbid-b5c93daa-xftk1xoq-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
+
<div id="vbid-f0579fae-gcn28yg9-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
  
<div  id="vbid-b5c93daa-xftk1xoq" 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/EqDPMIgkN9pbVgH7S2BdJi0U7lJn8vY8fIhyQgDDETz156_JPrNDDD_HL7EL1FHUOC4td9zWU9EXHQT1=s300);"  data-orig-width="440" data-orig-height="360" >
+
<div  id="vbid-f0579fae-gcn28yg9" 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/6/69/UW_Seattle.png);"  data-orig-width="3358" data-orig-height="1975" >
 
<!-- VIDEO TEMPLATE -->
 
<!-- VIDEO TEMPLATE -->
 
 
Line 2,118: Line 1,167:
 
<div class="preview-title-holder removable-parent order-handle">
 
<div class="preview-title-holder removable-parent order-handle">
 
 
<h2 id="vbid-b5c93daa-a9tbv8yh" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Bellarmine Preparatory School<br></h2>
+
<h2 id="vbid-f0579fae-38mizlan" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >FOURTH INTER-TEAM MEETING (10/05/2017)<br></h2>
 
 
 
</div>
 
</div>
Line 2,131: Line 1,180:
 
<br class="upper-line-break" />
 
<br class="upper-line-break" />
 
<div class="preview-divider-holder removable-parent order-handle">
 
<div class="preview-divider-holder removable-parent order-handle">
<div id="vbid-b5c93daa-eanfbber" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
+
<div id="vbid-f0579fae-irkn1rmq" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
 
</div>
 
</div>
 
</div>
 
</div>
Line 2,145: Line 1,194:
 
<div class="preview-body-holder removable-parent order-handle">
 
<div class="preview-body-holder removable-parent order-handle">
 
 
<div id="vbid-b5c93daa-mtra0bx9" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
+
<div id="vbid-f0579fae-kbnxfkse" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
<p><span style="line-height:2em;"><span style="font-size:16px;">The Bellarmine Preparatory School was founded under the leadership of the Jesuits. The school serves as a Catholic college preparatory school, and is the only Catholic high school in the Tacoma area.</span></span>​<br></p>
+
<p><span id="docs-internal-guid-1b7da29c-f936-c0f2-830a-192b378e7a21" style="letter-spacing: 0.6px; text-align: left;"><span style="font-size: 12pt; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">Members of the Cadets2Vets team had a teleconference with Yoshi Goto from the UW-Seattle iGEM team. The Washington team has a really interesting and complex project that involves the creation of a bioreactor and manipulation and development of a violacein reporter system to monitor metabolite production from chemical reactions made by bacteria or yeast.</span></span></p><p><br></p><p><span style="letter-spacing: 0.6px; text-align: left;"><span style="font-size: 12pt; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">The violacein pigment is produced through a series of 5 different genes and altering the synthetic pathway can produce different colors. This project is also developing an analytical system that monitors the turbidity and color of the culture in the bioreactor. There are many possible applications of this technology for monitoring metabolic reactions while maintaining affordability. </span></span></p><p><br class="kix-line-break"><span style="letter-spacing: 0.6px; text-align: left;"><span style="font-size: 12pt; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">We discussed the possibility of sharing some reagents to help each other characterize some Parts. Cadets2Vets is looking for collaborators to measure the GFP fluorescence from the plasmids we made and Washington is looking for ways to characterize some of its plasmids in a similar way. </span></span><span style="letter-spacing: 0.6px; text-align: left;">​​</span></p>
</div>
+
+
</div>
+
<br class="lower-line-break" />
+
 
+
+
+
+
+
+
+
+
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
<!-- LAYOUT SETTINGS -->
+
<div class="layout-settings" style="display:none;" data-type="multi"></div>
+
+
</div>
+
</div>
+
+
+
+
+
+
+
<div  id="vbid-09af178e-u4btitdw"  class="sub item-box  page-box style-09af178e-h2zp9np0          " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-09af178e-h2zp9np0" data-preview-styleid='style-09af178e-h2zp9np0' data-preset-type-id="UNRESOLVED">
+
+
<div class="page-wrapper item-wrapper ">
+
+
<div class="item-content leaf multi_layout page content -container" data-self="vbid-09af178e-u4btitdw" data-preview-style="style-09af178e-h2zp9np0" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="275" data-orig-thumb-width="275" data-vbid="vbid-09af178e-u4btitdw" data-bgimg="https://lh3.googleusercontent.com/hIrDSvvRfpqwNNm9NuK-iEvoVaUe-pURAVtCohL2XYKn-NFT7NYm5fxOexbuSx2TDd8NSZKvc5pnhwgbhg">
+
<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-left" >
+
<!-- <div class="benet" style="min-height:inherit;"></div> -->
+
<div class="pic-side">
+
<div class="vertical-aligner">
+
<div id="vbid-09af178e-fqpxc9af-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
+
 
+
<div  id="vbid-09af178e-fqpxc9af" 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/hIrDSvvRfpqwNNm9NuK-iEvoVaUe-pURAVtCohL2XYKn-NFT7NYm5fxOexbuSx2TDd8NSZKvc5pnhwgbhg=s300);"  data-orig-width="275" data-orig-height="275" >
+
<!-- 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 SPECIFIC ORDER -->
+
+
+
+
+
<br class="upper-line-break" />
+
<div class="preview-title-holder removable-parent order-handle">
+
+
<h2 id="vbid-09af178e-zhnqeuon" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Bellarmine Preparatory School<br></h2>
+
+
</div>
+
<br class="lower-line-break" />
+
 
+
+
+
+
+
+
+
<br class="upper-line-break" />
+
<div class="preview-divider-holder removable-parent order-handle">
+
<div id="vbid-09af178e-4bebgean" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
+
</div>
+
</div>
+
<br class="lower-line-break" />
+
 
+
+
+
+
+
+
+
<br class="upper-line-break" />
+
<div class="preview-body-holder removable-parent order-handle">
+
+
<div id="vbid-09af178e-2vqbryvp" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
+
<p><span style="line-height:2em;"><span style="font-size:16px;">The Cadets2Vets team is privileged to have Josh Grace as a Lab Member on their team.</span></span></p>
+
 
</div>
 
</div>
 
 
Line 2,308: Line 1,243:
 
 
 
 
<!-- SLIDESHOWS START -->
+
<!-- TEXT_BLOCK START -->
<div  id="vbid-60ab08e0-8mcbjxaa"  class="master item-box  gallery-box style-60ab08e0-3ltztwef   button-effects btn_hover4      " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-60ab08e0-3ltztwef" data-preview-styleid='style-60ab08e0-3ltztwef' data-preset-type-id="SLIDESHOWS">
+
<div  id="vbid-77158560-zahwam2a"  class="master item-box  gallery-box style-77158560-ayb9jkdy   button-effects btn_hover4      " data-holder-type="gallery"" data-holder-type="gallery"  data-child-type="STYLE"  data-styleid="style-77158560-ayb9jkdy" data-preview-styleid='style-77158560-ayb9jkdy' data-preset-type-id="TEXT_BLOCK">
 
<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 slideshows-wrapper ">
+
<div class="gallery-wrapper item-wrapper text_block-wrapper ">
 
 
<div  class="sub container style-60ab08e0-3ltztwef content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-60ab08e0-3ltztwef" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-60ab08e0-8mcbjxaa" data-preset-type-id="SLIDESHOWS" data-preview-style="style-60ab08e0-3ltztwef" data-style="style-89a8e-bbtqrmxrkr" data-absolute-path="https://xprs.imcreator.com/viewer"  >
+
<div  class="sub container style-77158560-ayb9jkdy content flex  " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy"  data-itemslug="loading-copy" data-itemstyleid="style-77158560-ayb9jkdy" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-77158560-zahwam2a" data-preset-type-id="TEXT_BLOCK" data-preview-style="style-77158560-ayb9jkdy" 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 2,338: Line 1,273:
 
 
 
 
<div  id="vbid-fcbd6c14-gjtuo1nc"  class="sub item-box  page-box style-60ab08e0-3ltztwef         " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-60ab08e0-3ltztwef" data-preview-styleid='style-60ab08e0-3ltztwef' data-preset-type-id="UNRESOLVED">
+
<div  id="vbid-77158560-f9ord5p9"  class="sub item-box  page-box style-77158560-ayb9jkdy         " data-holder-type="page"" data-holder-type="page"  data-child-type="STYLE"  data-styleid="style-77158560-ayb9jkdy" data-preview-styleid='style-77158560-ayb9jkdy' 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-fcbd6c14-gjtuo1nc" data-preview-style="style-60ab08e0-3ltztwef" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="470" data-orig-thumb-width="940" data-vbid="vbid-fcbd6c14-gjtuo1nc" data-bgimg="https://lh3.googleusercontent.com/7khsYAxQQE7kxTLbUf_jUmFxLCysWvplCaa_fCOYktEf2p5kxpKP5Y0jJGpuyZyQhNpA7k9pJsJINSJnvA">
+
<div class="item-content leaf multi_layout page content -container" data-self="vbid-77158560-f9ord5p9" data-preview-style="style-77158560-ayb9jkdy" data-style="style-4e411-yq39oaomol" data-orig-thumb-height="1536" data-orig-thumb-width="2048" data-vbid="vbid-77158560-f9ord5p9" data-bgimg="https://static.igem.org/mediawiki/2017/0/07/Lab_Pats.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 2,352: Line 1,287:
 
<div class="pic-side">
 
<div class="pic-side">
 
<div class="vertical-aligner">
 
<div class="vertical-aligner">
<div id="vbid-fcbd6c14-sagxhy1o-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
+
<div id="vbid-77158560-vcegk2cm-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
  
<div  id="vbid-fcbd6c14-sagxhy1o" 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/7khsYAxQQE7kxTLbUf_jUmFxLCysWvplCaa_fCOYktEf2p5kxpKP5Y0jJGpuyZyQhNpA7k9pJsJINSJnvA=s300);"  data-orig-width="940" data-orig-height="470" >
+
<div  id="vbid-77158560-vcegk2cm" 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/0/07/Lab_Pats.jpg);"  data-orig-width="2048" data-orig-height="1536" >
 
<!-- VIDEO TEMPLATE -->
 
<!-- VIDEO TEMPLATE -->
 
 
Line 2,390: Line 1,325:
 
<div class="preview-title-holder removable-parent order-handle">
 
<div class="preview-title-holder removable-parent order-handle">
 
 
<h2 id="vbid-fcbd6c14-pyomoedo" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >University of Washington Tacoma<br></h2>
+
<h2 id="vbid-77158560-dpnn9jre" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Interlab collaboration with lab pats air force research lab<br></h2>
 
 
 
</div>
 
</div>
Line 2,403: Line 1,338:
 
<br class="upper-line-break" />
 
<br class="upper-line-break" />
 
<div class="preview-divider-holder removable-parent order-handle">
 
<div class="preview-divider-holder removable-parent order-handle">
<div id="vbid-fcbd6c14-vstkeddk" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
+
<div id="vbid-77158560-q3b5i1ev" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
 
</div>
 
</div>
 
</div>
 
</div>
Line 2,417: Line 1,352:
 
<div class="preview-body-holder removable-parent order-handle">
 
<div class="preview-body-holder removable-parent order-handle">
 
 
<div id="vbid-fcbd6c14-vjsg9hwd" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
+
<div id="vbid-77158560-sxl62tbr" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
<p><span style="line-height:2em;"><span style="font-size:16px;">UW Tacoma is an urban-serving university providing access to students in a way that transforms families and communities. We impact and inform economic development through community-engaged students and faculty. We conduct research that is of direct use to our community and region. Most importantly, we seek to be connected to our community's needs and aspirations.</span></span><br></p>
+
<p><span style="line-height:1em;"><span style="font-size:16px;"><span id="docs-internal-guid-1b7da29c-f937-736d-d27b-f199a1ff299f" style="letter-spacing: 1.2px; text-align: center;"><span style="background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">Cadets2Vets had a Skype call with Dallas McDonald from the Lab Pats team. </span></span></span></span></p><p><br></p><p><span style="font-size:16px;"><span style="line-height:1em;"></span><span id="docs-internal-guid-07d9d787-11a4-1efb-f4d4-11ec539fa495"><span style="background-color: transparent; vertical-align: baseline; white-space: pre-wrap;"><span style="line-height:1em;">The res</span>ults obtained from the Lab Pats Interlab study were different from Cadets2Vets. At the 6 hour time point, th</span><span style="vertical-align: baseline; white-space: pre-wrap;">e plasmids with highest to lowest GFP fluorescence were:</span></span></span></p><ul><li><span style="font-size:16px;"><span><span style="vertical-align: baseline; white-space: pre-wrap;">LB + Chloramphenicol</span></span></span></li><li><span style="font-size:16px;"><span><span style="vertical-align: baseline; white-space: pre-wrap;">Negative Control</span></span></span></li><li><span style="font-size:16px;"><span><span style="vertical-align: baseline; white-space: pre-wrap;">Device 6</span></span></span></li><li><span style="font-size:16px;"><span><span style="vertical-align: baseline; white-space: pre-wrap;">Positive Control</span></span></span></li><li><span style="font-size:16px;"><span><span style="vertical-align: baseline; white-space: pre-wrap;">Device 1</span></span></span></li><li><span style="font-size:16px;"><span><span style="vertical-align: baseline; white-space: pre-wrap;">Device 4</span></span></span></li><li><span style="font-size:16px;"><span><span style="vertical-align: baseline; white-space: pre-wrap;">Device 5</span></span></span></li><li><span style="font-size:16px;"><span><span style="vertical-align: baseline; white-space: pre-wrap;">Device 3</span></span></span></li><li><span style="font-size:16px;"><span><span style="vertical-align: baseline; white-space: pre-wrap;">Device 2</span></span></span></li></ul><p><span style="font-size:16px;"><span><span style="vertical-align: baseline; white-space: pre-wrap;">After sharing these results, Cadets2Vets were curious why the results were so different. The Lab Pats team speculated that the difference may have been due to pipetting errors or differences in the instruments. Te Lab Pats used a SpectraMax M5, which uses monochromators to excite the GFP instead of filters, which is what Cadets2Vets had in their FilterMax F5 instrument. Cadets2Vets went back to their transformation plates and tried to assess whether the bacterial colonies sill expressed GFP and if the intensity was similar to the pattern gain from the plate reader.</span></span></span><span style="font-size: 16px; background-color: transparent; font-family: Arial; letter-spacing: 0.1em; text-align: inherit; vertical-align: baseline; white-space: pre-wrap;"></span></p><p><br></p><p><span style="font-size:16px;"><span style="background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">Cadets2Vets’ one-month old transformation plates were still fluorescent, and we used a hand-held blacklight to qualitatively observe the colonies. The order of highest to lowest fluorescence using this method was:</span></span></p><ul><li><span style="font-size:16px;"><span style="background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">Positive Control</span></span></li><li><span style="font-size:16px;"><span style="background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">Device 2</span></span></li><li><span style="font-size:16px;"><span style="background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">Device 4 = Device 1</span></span></li><li><span style="font-size:16px;"><span style="background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">Device 6 = Device 3</span></span></li><li><span style="font-size:16px;"><span style="background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">Negative Control.</span></span></li></ul><p><span style="font-size:16px;"><span style="background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">Device 5 was omitted due to the few colonies present were on the edge of the plate and difficult to see clearly.</span></span><span style="font-size:16px;"><span style="background-color: transparent; vertical-align: baseline; white-space: pre-wrap;"> </span></span></p><p><br></p><p><span style="font-size:16px;"><span style="background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">The sensitivity of using a blacklight was much lower than using a plate reader, and so it was hard to see the differences between some of the plates. However, it appears that the pattern of fluorescence we observed in the plate reader is consistent with the bacteria in the plates.</span></span> <span style="font-size:16px;">​<span id="docs-internal-guid-07d9d787-11a4-1efb-f4d4-11ec539fa495"><span style="background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">Washington also shared the results of their Interlab study. Summarizing their data in the same way we looked at ours and Lab Pats, the ranking of high to low GFP for Washington was:</span></span></span><span style="font-size:16px;"><span><span style="background-color: transparent; vertical-align: baseline; white-space: pre-wrap;"> </span></span></span></p><ul><li><span style="font-size:16px;"><span><span style="background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">Device 2</span></span></span></li><li><span style="font-size:16px;"><span><span style="background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">Positive control = Device 4</span></span></span></li><li><span style="font-size:16px;"><span><span style="background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">Device 5 = Device 1</span></span></span></li><li><span style="font-size:16px;"><span><span style="background-color: transparent; vertical-align: baseline; white-space: pre-wrap;">Negative control = Device 3 = Device 6 = LB + Chloramphenicol</span></span></span></li></ul>
</div>
+
+
</div>
+
<br class="lower-line-break" />
+
 
+
+
+
+
+
+
+
+
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
<!-- LAYOUT SETTINGS -->
+
<div class="layout-settings" style="display:none;" data-type="multi"></div>
+
+
</div>
+
</div>
+
+
+
+
+
+
+
<div  id="vbid-60ab08e0-5mz7ymvt" class="sub item-box  page-box style-60ab08e0-3ltztwef          " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE"  data-styleid="style-60ab08e0-3ltztwef" data-preview-styleid='style-60ab08e0-3ltztwef' data-preset-type-id="UNRESOLVED">
+
+
<div class="page-wrapper item-wrapper ">
+
+
<div class="item-content leaf multi_layout page content -container" data-self="vbid-60ab08e0-5mz7ymvt" data-preview-style="style-60ab08e0-3ltztwef" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="500" data-orig-thumb-width="500" data-vbid="vbid-60ab08e0-5mz7ymvt" data-bgimg="https://lh3.googleusercontent.com/sahZ18lhGYS_HCMJ7gub3NKwxx9Bsai1Uk0cAcX3CMjIRfNuuEaZJlbrsiv8hAs40Q2b38bjAgwK5DhGKA">
+
<div  class="multi-container preview image-cover" >
+
<div class="Picture item-preview">
+
<div class="preview-image-holder">
+
<div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style="">
+
</div>
+
<div class="helper-div middle-right" >
+
<!-- <div class="benet" style="min-height:inherit;"></div> -->
+
<div class="pic-side">
+
<div class="vertical-aligner">
+
<div id="vbid-60ab08e0-xftk1xoq-holder"  class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER">
+
 
+
<div  id="vbid-60ab08e0-xftk1xoq" 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/sahZ18lhGYS_HCMJ7gub3NKwxx9Bsai1Uk0cAcX3CMjIRfNuuEaZJlbrsiv8hAs40Q2b38bjAgwK5DhGKA=s300);" data-orig-width="500" data-orig-height="500" >
+
<!-- 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 SPECIFIC ORDER -->
+
+
+
+
+
<br class="upper-line-break" />
+
<div class="preview-title-holder removable-parent order-handle">
+
+
<h2 id="vbid-60ab08e0-a9tbv8yh" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >University of Washington Tacoma<br></h2>
+
+
</div>
+
<br class="lower-line-break" />
+
 
+
+
+
+
+
+
+
<br class="upper-line-break" />
+
<div class="preview-divider-holder removable-parent order-handle">
+
<div id="vbid-60ab08e0-eanfbber" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER">
+
</div>
+
</div>
+
<br class="lower-line-break" />
+
 
+
+
+
+
+
+
+
<br class="upper-line-break" />
+
<div class="preview-body-holder removable-parent order-handle">
+
+
<div id="vbid-60ab08e0-mtra0bx9" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu  allow-mobile-hide" data-menu-name="PREVIEW_BODY">
+
<p><br></p><p><span style="line-height:2em;"><span style="font-size:16px;">A special thanks to UW Tacoma faculty and staff for allowing the Cadets2Vets team the opportunity to utilize their lab, equipment, and facilities.</span></span></p>
+
 
</div>
 
</div>
 
 
Line 2,575: Line 1,396:
 
</div>
 
</div>
 
</div>
 
</div>
<!-- SLIDESHOWS END -->
+
<!-- TEXT_BLOCK END -->
 
 
 
 
Line 2,656: Line 1,477:
 
<div id="vbid-59a5b-xmkwjkjw" class="preview-element preview-social-holder magic-circle-holder" data-menu-name="PREVIEW_SOCIAL" data-theme="7" >
 
<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="//xprs.imcreator.com/images/socialmedia/7facebook.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="https://www.facebook.com/RAINIncubator" target='_blank'><img class='preview-link-img ' src="//xprs.imcreator.com/images/socialmedia/7facebook.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="//xprs.imcreator.com/images/socialmedia/7twitter.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="https://twitter.com/RAINincubator" target='_blank'><img class='preview-link-img ' src="//xprs.imcreator.com/images/socialmedia/7twitter.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="//xprs.imcreator.com/images/socialmedia/7instagram.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="https://www.linkedin.com/in/rain-network" target='_blank'><img class='preview-link-img ' src="//xprs.imcreator.com/images/socialmedia/7instagram.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="//xprs.imcreator.com/images/socialmedia/7youtube.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="https://www.youtube.com/channel/UCuVc4cKxuUzpjZfywBgoT9w" target='_blank'><img class='preview-link-img ' src="//xprs.imcreator.com/images/socialmedia/7youtube.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="//xprs.imcreator.com/images/socialmedia/7googleplus.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="https://plus.google.com/u/0/+RainincubatorOrg" target='_blank'><img class='preview-link-img ' src="//xprs.imcreator.com/images/socialmedia/7googleplus.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 2,719: Line 1,540:
 
</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 type="text/javascript" src="https://2017.igem.org/Team:Cadets2Vets/js/lightbox?action=raw&ctype=text/javascript"></script>
<script src="//xprs.imcreator.com/js/lightbox.js?v=1.4.1b"  type="text/javascript"></script>
+
<script type="text/javascript" src="https://2017.igem.org/Team:Cadets2Vets/js/spimeengine?action=raw&ctype=text/javascript"></script>
<script src="//xprs.imcreator.com/js/spimeengine.js?v=1.4.1b"  type="text/javascript"></script>
+
+
 
 
 
<!--  SHOPROCKET  ECOMMERCE  -->
 
<!--  SHOPROCKET  ECOMMERCE  -->
Line 2,740: Line 1,559:
 
</body>
 
</body>
  
 
<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>
 
 
 
 
</html>
 
</html>

Latest revision as of 20:01, 28 October 2017

Collaborations - Home