Difference between revisions of "Team:Cornell/Human Practices"

(Prototype team page)
 
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Cornell}}
 
 
<html>
 
<html>
 +
<head>
 +
    <style>
 +
        /* hides "Team:Cornell" and iGEM logo */
 +
        #top_title {
 +
            display: none;
 +
        }
  
<div class="column full_size judges-will-not-evaluate">
+
        /* removes padding below footer */
<h3>★  ALERT! </h3>
+
        #globalWrapper {
<p>This page is used by the judges to evaluate your team for the <a href="https://2019.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2019.igem.org/Judging/Awards"> award listed below</a>. </p>
+
            padding: 0;
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2019.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
        }
</div>
+
  
 +
        #content {
 +
            padding: 0px;
 +
            width: 100% !important;
 +
            margin-top: 0px;
 +
            margin-left: 0px ;
 +
        }
  
<div class="clear"></div>
+
        /* removes default styling for home banner tagline */
 +
        #HQ_page p {
 +
            font-family: 'Opens Sans', sans-serif;
 +
            font-size: 15px;
 +
        }
  
 +
        /* removes small extra margin at very bottom below footer */
 +
        p {
 +
            margin: 0;
 +
        }
  
 +
        /* removes bullets from Toolkit dropdown menu */
 +
        ul {
 +
            list-style-image: none;
 +
        }
  
<div class="column full_size">
+
            /********************************* PRACTICES TIMELINE  ********************************/
 +
       
 +
        .timeline {
 +
            position: relative;
 +
            margin-top: 100px;
 +
        }
 +
       
 +
        .timeline::before {
 +
            content: '';
 +
            position: absolute;
 +
            margin: 0;
 +
            position: absolute;
 +
            left: 50%;
 +
            width: 1.5px;
 +
            background: #808080;
 +
            z-index: 1;
 +
        }
 +
       
 +
    .inspiration-timeline::before {
 +
        transform: translate(-50%, -52%);
 +
        height: 1250px;
 +
        top: 650px;
 +
    }
  
<h1>Human Practices</h1>
+
    .ideation-timeline::before {
<p>
+
        transform: translate(-50%, -51%);
At iGEM we believe societal considerations should be upfront and integrated throughout the design and execution of synthetic biology projects. “Human Practices” refers to iGEM teams’ efforts to actively consider how the world affects their work and the work affects the world. Through your Human Practices activities, your team should demonstrate how you have thought carefully and creatively about whether your project is responsible and good for the world. We invite you to explore issues relating (but not limited) to the ethics, safety, security, and sustainability of your project, and to show how this exploration feeds back into your project purpose, design and execution.
+
        height: 2370px;
</p>
+
        top: 1215px;
 +
    }
  
 +
    .implementation-timeline::before {
 +
        transform: translate(-50%, -51.2%);
 +
        height: 1220px;
 +
        top: 620px;
 +
    }
 +
       
 +
        .timeline-block {
 +
            margin-bottom: 50px;
 +
        }
 +
       
 +
       
 +
        .timeline-img {
 +
            display: block;
 +
            margin: 0 auto;
 +
            padding-top: 25px;
 +
            width: 80%;
 +
        }
 +
       
  
 +
        .date {
 +
              font-size: 18px;
 +
              font-style: italic;
 +
              padding-top: 40px;
 +
              padding-bottom: 0;
 +
        }
  
<p>For more information, please see the <a href="https://2019.igem.org/Human_Practices">Human Practices Hub</a>. There you will find:</p>
+
        .timeline-content h3 {
+
            font-weight: bold;
<ul>
+
            font-size: 20px;
<li> an <a href="https://2019.igem.org/Human_Practices/Introduction">introduction</a> to Human Practices at iGEM </li>
+
        }
<li>tips on <a href="https://2019.igem.org/Human_Practices/How_to_Succeed">how to succeed</a> including explanations of judging criteria and advice about how to conduct and document your Human Practices work</li>
+
<li>descriptions of <a href="https://2019.igem.org/Human_Practices/Examples">exemplary work</a> to inspire you</li>
+
<li>links to helpful <a href="https://2019.igem.org/Human_Practices/Resources">resources</a></li>
+
<li>and more! </li>
+
</ul>
+
+
  
 +
        .timeline-content p {
 +
            font-size: 14px;
 +
        }
 +
       
 +
        .timeline-content-left {
 +
            padding-left: 0;
 +
            text-align: right;
 +
        }
 +
       
 +
        .timeline-content-right {
 +
            padding-right: 0;
 +
        }
 +
       
 +
        .marker {
 +
            width: 16px;
 +
            height: 16px;
 +
            border-radius: 50%;
 +
            border: 2px solid #016C64;
 +
            background: #016C64;
 +
            margin: 0;
 +
            position: absolute;
 +
            left: 50%;
 +
            transform: translate(-50%, -50%);
 +
            z-index: 3;
 +
        }
 +
       
 +
        .urban-info {
 +
            font-style: italic;
 +
            text-align: center;
 +
        }
  
 +
        @media (max-width: 995px) {
 +
            .timeline::before {
 +
                display: none;
 +
            }
 +
            .marker {
 +
                display: none;
 +
            }
 +
        }
 +
        /********************************* END PRACTICES TIMELINE  ********************************/
 +
        /* Typography */
 +
       
 +
        .text-left {
 +
            text-align: left;
 +
        }
 +
       
 +
        .text-right {
 +
            text-align: right;
 +
        }
 +
       
 +
        .text-center {
 +
            text-align: center;
 +
        }
 +
       
 +
        .text-justify {
 +
            text-align: justify;
 +
        }
 +
       
 +
        .text-nowrap {
 +
            white-space: nowrap;
 +
        }
  
 +
        /* Tab */
 +
        .tab-section-01 {
 +
              display: flex;
 +
              flex-direction: row;
 +
        }
  
<p>On this page, your team should document all of your Human Practices work and activities. You should write about the Human Practices topics you considered in your project, document any activities you conducted to explore these topics (such as engaging with experts and stakeholders), describe why you took a particular approach (including referencing any work you built upon), and explain if and how you integrated takeaways from your Human Practices work back into your project purpose, design and/or execution. </p>
+
    .timeline-nav>ul>li>a {
+
        text-decoration: none;
<p>If your team has gone above and beyond in work related to safety, then you should document this work on your Safety wiki page and provide a description and link on this page. If your team has developed education and public engagement efforts that go beyond a focus on your particular project, and for which would like to nominate your team for the Best Education and Public Engagement Special Prize, you should document this work on your <a href="https://2019.igem.org/Team:Cornell/Public_Engagement">Education and Education wiki page</a> and provide a description and link here. </p>
+
        color: #016C64;
</div>
+
        font-size: 16px;
+
    }
<div class="clear"></div>
+
  
+
    .timeline-nav>ul>li {
<div class="column full_size">
+
        list-style: none !important;
<div class="highlight decoration_background">
+
        margin-bottom: 15px !important;
<p>The iGEM judges will review this page to assess whether you have met the Silver and/or Gold medal requirements based on the Integrated Human Practices criteria listed below. If you nominate your team for the <a href="https://2019.igem.org/Judging/Awards">Best Integrated Human Practices Special Prize</a> by filling out the corresponding field in the <a href="https://2019.igem.org/Judging/Judging_Form">judging form</a>, the judges will also review this page to consider your team for that prize.
+
    }
</p>
+
</div>
+
</div>
+
  
<div class="clear extra_space"></div>
+
    .timeline-nav {
 +
        vertical-align: middle;
 +
        margin-right: 40px !important;
 +
    }
  
 +
    .timeline-nav>ul {
 +
        padding-top: 50px;
 +
        margin-left: 0;
 +
        position: sticky;
 +
        top: 0;
 +
    }
 +
        /* .tab-section-01 .content>.tab-pane {
 +
            display: none;
 +
        }
 +
       
 +
        .tab-section-01 .content>.active {
 +
            display: block;
 +
        }
 +
       
 +
        .tab-section-01 .content p:last-of-type {
 +
            margin-bottom: 0;
 +
        }
 +
       
 +
        .tab-section-01 .tabs li {
 +
            display: inline-block;
 +
            border: 3px solid #a0e0bd;;
 +
        }
 +
       
 +
        .tab-section-01 .tabs li a {
 +
            display: inline-block;
 +
            font-family: 'Source Sans Pro', sans-serif;
 +
            letter-spacing: 0.2em;
 +
            font-size: 12px;
 +
        }
 +
       
 +
        .tab-section-01.style-1 .tabs li {
 +
            margin-right: 5px;
 +
        }
 +
       
 +
        .tab-section-01.style-1 .tabs li a {
 +
            font-size: 12px;
 +
            font-weight: 700;
 +
            outline: none;
 +
            padding: 10px 30px;
 +
            color: #000;
 +
        }
 +
       
 +
        .tab-section-01.style-1 .tabs li.active a,
 +
        .tab-section-01.style-1 .tabs li.active a:focus,
 +
        .tab-section-01.style-1 .tabs li.active a:hover {
 +
            color: #ffffff;
 +
            background-color: #567151;
 +
            border-color: #567151;
 +
            cursor: default;
 +
        }
 +
       
 +
        .tab-section-01.style-1 .tabs li:hover a {
 +
            background-color: #ffffff;
 +
        }
 +
       
 +
        .tab-section-01.style-2 .content {
 +
            padding: 35px;
 +
            border: 1px solid #dddddd;
 +
            border-top: none;
 +
        }
 +
       
 +
        .tab-section-01.style-2 .tabs {
 +
            position: relative;
 +
            letter-spacing: -4px;
 +
            text-align: left;
 +
            border-bottom: 1px solid #dddddd;
 +
        }
 +
       
 +
        .tab-section-01.style-2 .tabs>li {
 +
            letter-spacing: 0;
 +
            margin-right: -1px;
 +
            margin-bottom: -1px;
 +
        }
 +
       
 +
        .tab-section-01.style-2 .tabs>li:before {
 +
            content: "";
 +
            display: block;
 +
            width: 100%;
 +
            height: 1px;
 +
            background-color: transparent;
 +
        }
 +
       
 +
        .tab-section-01.style-2 .tabs>li a {
 +
            padding: 10px 30px;
 +
        }
 +
       
 +
        .tab-section-01.style-2 .tabs>li a:hover {
 +
            background-color: #eeeeee;
 +
        }
 +
       
 +
        .tab-section-01.style-2 .tabs>li.active {
 +
            border-bottom-color: white;
 +
            border-top: 1px solid #30B397;
 +
        }
 +
       
 +
        .tab-section-01.style-2 .tabs>li.active:before {
 +
            content: "";
 +
            display: block;
 +
            width: 100%;
 +
            height: 1px;
 +
            background-color: #30B397;
 +
        }
 +
       
 +
        .tab-section-01.style-2 .tabs>li.active a,
 +
        .tab-section-01.style-2 .tabs>li.active a:hover,
 +
        .tab-section-01.style-2 .tabs>li.active a:focus {
 +
            cursor: default;
 +
            background-color: #ffffff;
 +
        }
 +
       
 +
        .tab-section-01.style-3 .content {
 +
            padding: 35px;
 +
            border: 1px solid #dddddd;
 +
            border-top: none;
 +
        }
 +
       
 +
        .tab-section-01.style-3 .tabs {
 +
            position: relative;
 +
            letter-spacing: -4px;
 +
            text-align: right;
 +
            border-bottom: 1px solid #dddddd;
 +
        }
 +
       
 +
        .tab-section-01.style-3 .tabs>li {
 +
            letter-spacing: 0;
 +
            margin-right: -1px;
 +
            margin-bottom: -1px;
 +
        }
 +
       
 +
        .tab-section-01.style-3 .tabs>li:before {
 +
            content: "";
 +
            display: block;
 +
            width: 100%;
 +
            height: 1px;
 +
            background-color: transparent;
 +
        }
 +
       
 +
        .tab-section-01.style-3 .tabs>li a {
 +
            padding: 10px 30px;
 +
        }
 +
       
 +
        .tab-section-01.style-3 .tabs>li a:hover {
 +
            background-color: #eeeeee;
 +
        }
 +
       
 +
        .tab-section-01.style-3 .tabs>li.active {
 +
            border-bottom-color: white;
 +
            border-top: 1px solid #30B397;
 +
        }
 +
       
 +
        .tab-section-01.style-3 .tabs>li.active:before {
 +
            content: "";
 +
            display: block;
 +
            width: 100%;
 +
            height: 1px;
 +
            background-color: #30B397;
 +
        }
 +
       
 +
        .tab-section-01.style-3 .tabs>li.active a,
 +
        .tab-section-01.style-3 .tabs>li.active a:hover,
 +
        .tab-section-01.style-3 .tabs>li.active a:focus {
 +
            cursor: default;
 +
            background-color: #ffffff;
 +
        }
 +
       
 +
        @media (max-width: 767px) {
 +
            .tab-section-01 .tabs li {
 +
                display: block;
 +
                margin-bottom: 20px;
 +
            }
 +
            .tab-section-01 .tabs li a {
 +
                width: 100%;
 +
                padding: 10px 35px;
 +
            }
 +
        } */
  
 +
        /******************** GENERAL PAGES START ********************/
 +
       
 +
    /******************** ALL FONTS START ********************/
 +
    @import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans:400,700|Raleway');
 +
    @font-face {
 +
        font-family: 'Futura';
 +
        src: url('../futura/futura\ medium\ bt.ttf');
 +
    }
  
<div class="column full_size">
+
    body {
+
        font-family: 'Open Sans', sans-serif;
<h3>Silver Medal Criterion #3</h3>
+
    }
<p>Convince the judges you have thought carefully and creatively about whether your work is responsible and good for the world. Document how you have investigated these issues, how you engaged with communities relevant to your goals, why you chose this approach, what you have learned, and the potential impact of your project’s success.  </p>
+
  
 +
    .dropbtn, .dropdown-content {
 +
        font-size: 16px;
 +
    }
  
<h3>Gold Medal Criterion #1</h3>
+
    .standard-page-banner > svg > text, .content-title, .standard-page-side-bar-wrapper, .timeline-nav, .date, h3 {
<p>Expand on your silver medal activity by demonstrating how you have integrated the investigated issues into the purpose, design, and/or execution of your project. Document your process and describe how your human practices work informed and shaped your project at different stages.
+
        font-family: 'Futura', sans-serif;
</p>
+
    }
</div>
+
    /******************** ALL FONTS END ********************/
  
 +
        html,
 +
        body {
 +
            width: 100%;
 +
            height: 100%;
 +
            margin: 0;
 +
            padding: 0;
 +
            overflow-x: hidden;
 +
        }
 +
       
 +
        body {
 +
            background-size: 40px 40px;
 +
        }
 +
       
 +
        p {
 +
            color: #000;
 +
            font-family: 'Open Sans', sans-serif;
 +
        }
 +
       
 +
    nav {
 +
        padding-top: 30px;
 +
        padding-bottom: 30px;
 +
        padding-right: 100px;
 +
        background-color: #a0e0bd;
 +
        height: 100px;
 +
    }
  
 +
    .nav-bar-logo {
 +
        vertical-align: top;
 +
        display: inline-block;
 +
        float: left;
 +
        margin-left: 80px;
 +
        margin-top: -5px;
 +
    }
  
<div class="clear extra_space"></div>
+
    .nav-bar-logo img {
 +
        width: 140px;
 +
    }
  
 +
    .nav-bar-main-menu {
 +
        font-family: 'Raleway', sans-serif;
 +
    }
 +
       
 +
        .banner-container {
 +
            display: flex;
 +
            flex-direction: row;
 +
            flex-wrap: wrap;
 +
            justify-content: center;
 +
        }
 +
       
 +
        .dropbtn {
 +
            background-color: transparent;
 +
            text-decoration: none;
 +
            padding: 15px;
 +
            margin: 0px;
 +
            font-size: 15px;
 +
            border: none;
 +
            color: #fff;
 +
        }
 +
       
 +
        @media (max-width: 1050px) {
 +
            .dropbtn {
 +
                font-size: 12px;
 +
            }
 +
        }
 +
       
 +
        .dropdown {
 +
            position: relative;
 +
            vertical-align: top;
 +
            display: inline-block;
 +
            float: right;
 +
        }
 +
       
 +
        .dropdown ul {
 +
            list-style-type: none;
 +
        }
 +
       
 +
        .dropdown a {
 +
            position: relative;
 +
            display: inline-block;
 +
            color: #e8b023;
 +
            text-decoration: none;
 +
        }
 +
       
 +
        .dropdown-content {
 +
            display: none;
 +
            position: absolute;
 +
            background-color: #016C64;
 +
            color: #ffffff;
 +
            width: 200px;
 +
            font-size: 14px;
 +
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
 +
            z-index: 1;
 +
        }
  
 +
      .dropdown-content a:hover {
 +
          background-color: #a0e0bd !important;
 +
      }
 +
       
 +
        .toolkit-dropdown-content {
 +
            width: 630px;
 +
            left: -160px;
 +
        }
 +
       
 +
        .modeling-dropdown-content {
 +
            left: -40px;
 +
        }
 +
       
 +
        .human-dropdown-content {
 +
            left: 12px;
 +
        }
 +
       
 +
        .outreach-dropdown-content {
 +
            width: 230px;
 +
            left: -40px;
 +
        }
 +
       
 +
        .team-dropdown-content {
 +
            width: 140px;
 +
            left: -35px;
 +
        }
 +
       
 +
        .dropdown-content a {
 +
            color: #ffffff;
 +
            padding: 12px 16px;
 +
            text-decoration: none !important;
 +
            display: block;
 +
        }
 +
       
 +
        .wet-lab-list-title,
 +
        .doc-list-title,
 +
        .pd-list-title {
 +
            padding-top: 12px;
 +
            padding-left: 16px;
 +
            padding-bottom: 14px;
 +
        }
 +
       
 +
        .nav-second-col {
 +
            margin-left: 30px;
 +
        }
 +
       
 +
        .nav-third-col {
 +
            margin-left: 30px;
 +
        }
 +
       
 +
        .dropbtn:hover,
 +
        .active-page {
 +
            color: #016C64;
 +
            transition-duration: 0.5s;
 +
        }
 +
       
 +
        .dropdown-content a:hover {
 +
            color: #016C64;
 +
            background-color: #ffffff;
 +
        }
 +
       
 +
        .dropdown:hover .dropdown-content {
 +
            display: block;
 +
        }
 +
       
 +
        footer {
 +
            padding: 35px;
 +
            position: relative;
 +
            text-align: center;
 +
            background-color: #a0e0bd;
 +
        }
 +
       
 +
        .footer-wrapper {
 +
            margin: auto;
 +
            display: inline-block;
 +
        }
 +
       
 +
        .icon-wrapper {
 +
            display: inline-block;
 +
            position: relative;
 +
            padding-right: 18px;
 +
            padding-left: 18px;
 +
            border-right: 0.5px solid white;
 +
        }
 +
       
 +
        .icon-wrapper-last {
 +
            border-right: none;
 +
        }
 +
       
 +
        .icon {
 +
            margin: 16px;
 +
        }
 +
       
 +
        .icon img {
 +
            height: 24px;
 +
        }
 +
        /******************** GENERAL PAGES END ********************/
 +
        /******************** STANDARD PAGE START ********************/
 +
       
 +
        .standard-page-banner {
 +
            background-image: url(https://static.igem.org/mediawiki/2019/f/f0/T--Cornell--human-practices.jpeg);
 +
            background-size: cover;
 +
            font-family: Raleway;
 +
            fill: black;
 +
            font-size: 10px;
 +
            background-position-y: -120px;
 +
        }
 +
       
 +
        .standard-page-side-bar-content-wrapper {
 +
            padding: 5% 0;
 +
        }
 +
       
 +
        .standard-page-side-bar>li>a {
 +
            text-decoration: none;
 +
            color: #016C64;
 +
            font-weight: bold;
 +
        }
 +
       
 +
        .standard-page-side-bar {
 +
            list-style-type: none;
 +
            font-family: 'Open Sans', sans-serif;
 +
            padding-left: 15px;
 +
            padding-right: 15px;
 +
            vertical-align: middle;
 +
            margin: 0;
 +
        }
 +
       
 +
        .standard-page-side-bar>li {
 +
            margin-bottom: 15px;
 +
        }
 +
       
 +
        .content-title {
 +
        font-size: 24px;
 +
        color: #000 !important;
 +
        position: relative;
 +
        }
 +
       
 +
        .green-accent-line-left {
 +
            border: #a0e0bd solid 1px;
 +
            display: block;
 +
            align: left;
 +
            width: 80px;
 +
        }
  
<div class="column full_size">
+
        .green-accent-line-left2 {
<h3>Best Integrated Human Practices Special Prize</h3>
+
            border: #016C64 solid 1px;
 +
            display: block;
 +
            align: left;
 +
            width: 80px;
 +
        }
 +
       
 +
        .standard-page-content-subheading {
 +
            font-family: 'Merriweather', serif;
 +
            font-size: 18px;
 +
            font-weight: 1;
 +
            color: #000;
 +
            padding-top: 8%;
 +
            padding-bottom: 0;
 +
        }
 +
       
 +
        .text-justify {
 +
            font-size: 16px;
 +
        }
 +
       
 +
        .timeline-block .text-justify {
 +
          font-size: 16px;
 +
        }
  
<p>To compete for the Best Integrated Human Practices prize, please describe your work on this page and also fill out the description on the judging form. </p>
+
        .timeline-img-wrapper {
 +
          margin-left: 8%;
 +
        }
  
<p>How does your project affect society and how does society influence the direction of your project? How might ethical considerations and stakeholder input guide your project purpose and design and the experiments you conduct in the lab? How does this feedback enter into the process of your work all through the iGEM competition? Document a thoughtful and creative approach to exploring these questions and how your project evolved in the process to compete for this award!</p>
+
        .pp-page-content-wrapper {
 +
            padding: 80px 80px 0px 80px;
 +
        }
  
<p>You must also delete the message box on the top of this page to be eligible for this prize.</p>
+
        /* .pp-page-content-wrapper hr {
 +
            margin-top: 60px;
 +
            margin-bottom: 50px;
 +
        } */
  
</div>
+
        .pp-tab-content {
 +
            margin-top: 80px;
 +
        }
 +
 
 +
        .pp-page-content, .timeline-section {
 +
            padding-top: 5%;
 +
            padding-bottom: 5%;
 +
        }
 +
 
 +
        /******************** NOTEBOOK PAGE END ********************/
 +
        /******************** ATRIBUTIONS PAGE START ********************/
 +
       
 +
        .attributions-body-text {
 +
            font-family: 'Open Sans', serif;
 +
            font-size: 16px;
 +
            color: white;
 +
        }
 +
        /******************** STANDARD PAGE END ********************/
 +
        /******************** STANDARD PAGE GRID START ********************/
 +
       
 +
        nav {
 +
            grid-area: navbar;
 +
        }
 +
       
 +
        .nav-bar-main-menu .dropdown:nth-child(5) .dropdown-contentx {
 +
            display: grid;
 +
            grid-template-columns: auto auto auto;
 +
        }
 +
       
 +
        .nav-first-col {
 +
            display: inline-grid;
 +
        }
 +
       
 +
        .nav-second-col {
 +
            display: inline-grid;
 +
        }
 +
       
 +
        .nav-third-col {
 +
            display: inline-grid;
 +
        }
 +
       
 +
        nav {
 +
            grid-area: navbar;
 +
        }
 +
       
 +
        .standard-page-wrapper {
 +
            display: grid;
 +
            grid-template-columns: auto;
 +
            grid-template-rows: 100px 550px auto 100px;
 +
            grid-template-areas: "navbar" "standardpagebanner" "pandppagecontent" "footer";
 +
        }
 +
       
 +
        .standard-page-banner {
 +
            grid-area: standardpagebanner;
 +
        }
 +
       
 +
        .pp-page-content-wrapper {
 +
            grid-area: pandppagecontent;
 +
        }
 +
       
 +
        footer {
 +
            grid-area: footer;
 +
        }
 +
 
 +
        a.icon {
 +
            padding: 0 !important;
 +
        }
 +
 
 +
      /******************** STANDARD PAGE GRID END ********************/ 
 +
 +
/*!
 +
* Bootstrap v3.3.5 (http://getbootstrap.com)
 +
* Copyright 2011-2015 Twitter, Inc.
 +
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 +
*/
 +
 
 +
/*!
 +
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1d314d7a2e5913f297ce)
 +
* Config saved to config.json and https://gist.github.com/1d314d7a2e5913f297ce
 +
*//*!
 +
* Bootstrap v3.3.5 (http://getbootstrap.com)
 +
* Copyright 2011-2015 Twitter, Inc.
 +
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 +
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:960px}}@media (min-width:1230px){.container{width:1200px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:4%}.col-md-offset-0{margin-left:0}}@media (min-width:1230px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1230px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1230px){.visible-lg-block{display:block !important}}@media (min-width:1230px){.visible-lg-inline{display:inline !important}}@media (min-width:1230px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1230px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}
 +
 
 +
    </style>
 +
    <meta charset="UTF-8">
 +
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
    <title>Practices</title>
 +
    <meta name="description" content="Practices">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1">
 +
    <title>Team:Cornell - 2019.igem.org</title>
 +
</head>
 +
<body>
 +
    <div class = "standard-page-wrapper">
 +
        <!------------------------ NAV BAR START ------------------------>
 +
        <nav>
 +
            <div class="nav-bar-wrapper">
 +
                <div class="nav-bar-logo">
 +
                        <a href="https://2019.igem.org/Team:Cornell"><img src="https://static.igem.org/mediawiki/2019/9/94/T--Cornell--Logo.png" alt="reHAB"></a>
 +
                </div>
 +
                <div class="nav-bar-main-menu">
 +
                    <div class="dropdown">
 +
                        <button class="dropbtn">TEAM</button>
 +
                        <div class="dropdown-content team-dropdown-content">
 +
                            <a href="https://2019.igem.org/Team:Cornell/Team">BIOS</a>
 +
                            <a href="https://2019.igem.org/Team:Cornell/Sponsors">SPONSORS</a>
 +
                            <a href="https://2019.igem.org/Team:Cornell/Attributions">ATTRIBUTIONS</a>
 +
                        </div>
 +
                    </div>
 +
                    <div class="dropdown">
 +
                        <button class="dropbtn">OUTREACH</button>
 +
                        <div class="dropdown-content outreach-dropdown-content">
 +
                            <a href="https://2019.igem.org/Team:Cornell/Public_Engagement">EDUCATION & ENGAGEMENT</a>
 +
                            <a href="https://2019.igem.org/Team:Cornell/Collaborations">COLLABORATIONS</a>
 +
                        </div>
 +
                    </div>
 +
                    <div class="dropdown">
 +
                        <button class="dropbtn active-page">HUMAN PRACTICES</button>
 +
                        <div class="dropdown-content human-dropdown-content">
 +
                            <a href="https://2019.igem.org/Team:Cornell/Human_Practices">INTEGRATED PRACTICES</a>
 +
                            <a href="https://2019.igem.org/Team:Cornell/Policies">POLICIES</a>
 +
                            <a href="https://2019.igem.org/Team:Cornell/Entrepreneurship">ENTREPRENEURSHIP</a>
 +
                        </div>
 +
                    </div>
 +
                    <div class="dropdown">
 +
                        <button class="dropbtn"
 +
                            onclick="location.href='https://2019.igem.org/Team:Cornell/Model'">MODELING</button>
 +
                    </div>
 +
                    <div class="dropdown">
 +
                        <button class="dropbtn">TOOLKIT</button>
 +
                        <div class="dropdown-content toolkit-dropdown-content">
 +
                            <ul>
 +
                                <div class="nav-first-col">
 +
                                    <li class="wet-lab-list-title"><b>WET LAB</b></li>
 +
                                    <li><a href="https://2019.igem.org/Team:Cornell/Foundations">FOUNDATIONS</a></li>
 +
                                    <li><a href="https://2019.igem.org/Team:Cornell/Demonstrate">DEMONSTRATE</a></li>
 +
                                    <li><a href="https://2019.igem.org/Team:Cornell/Parts">PARTS</a></li>
 +
                                    <li><a href="https://2019.igem.org/Team:Cornell/BasicParts">BASIC PARTS</a></li>
 +
                                    <li><a href="https://2019.igem.org/Team:Cornell/CompositeParts">COMPOSITE PARTS</a></li>
 +
                                </div>
 +
                                <div class="nav-second-col">
 +
                                    <li class="pd-list-title"><b>PRODUCT DEVELOPMENT</b></li>
 +
                                    <li><a href="https://2019.igem.org/Team:Cornell/DesignProcess">DESIGN PROCESS</a></li>
 +
                                    <li><a href="https://2019.igem.org/Team:Cornell/Hardware">HARDWARE</a></li>
 +
                                </div>
 +
                                <div class="nav-third-col">
 +
                                    <li class="doc-list-title"><b>DOCUMENTATION</b></li>
 +
                                    <li><a href="https://2019.igem.org/Team:Cornell/Notebook">NOTEBOOK</a></li>
 +
                                    <li><a href="https://2019.igem.org/Team:Cornell/Safety">SAFETY</a></li>
 +
                                </div>
 +
                            </ul>
 +
                        </div>
 +
                    </div>
 +
                    <div class="dropdown">
 +
                        <button class="dropbtn"
 +
                            onclick="location.href='https://2019.igem.org/Team:Cornell/Description'">ABOUT</button>
 +
                    </div>
 +
                    <div class="dropdown">
 +
                        <button class="dropbtn"
 +
                            onclick="location.href='https://2019.igem.org/Team:Cornell'">HOME</button>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </nav>
 +
        <!------------------------ NAV BAR END ------------------------>
 +
        <!------------------------ STANDARD PAGE BANNER START ------------------------>
 +
        <header class="standard-page-banner">
 +
            <svg viewBox="0 0 100 100" width=100% height=100%>
 +
                <text text-anchor="middle" alignment-baseline="middle" x=50% y=50%>Integrated Practices</text>
 +
            </svg>
 +
        </header>
 +
        <!------------------------ STANDARD PAGE BANNER END ------------------------>
 +
        <!------------------------PRACTICES CONTENT------------------------>
 +
        <!------------------------OVERVIEW------------------------>
 +
        <div class = "pp-page-content-wrapper">
 +
            <section class="pp-page-content">
 +
                <div>
 +
                    <div class="content-title">OUR APPROACH</div>
 +
                    <hr class="green-accent-line-left">
 +
                    <div class="text-justify">Before fully forming our idea, we strove to understand the complexity of algal
 +
                        blooms and their effects around Tompkins County. Speaking with local business owners, legislators, and
 +
                        field experts, <b>we realized that blooms affect a large subset of people in our community.</b> Using
 +
                        personal accounts and expertise, we were able to narrow down our project to two main parts that would
 +
                        effectively address algal blooms in the Finger Lakes: detection and remediation.
 +
                        <br><br> While we were excited to undertake this task, we first needed to determine the direction we
 +
                        wanted to take our idea. We spoke with <b>professional experts</b> and <b>community members</b> to pinpoint
 +
                        our approach to detection, incorporating their thoughts to create an innovative method to quantify microcystin
 +
                        toxicity. As we finalized our detection system, we started pursuing an effective remediation process.
 +
                        Using the feedback of <b>legislators</b> and <b>researchers</b>, we designed our degradation system to
 +
                        expand current legislative initiatives that address HABs. Throughout the entire process, our project
 +
                        integrated diverse perspectives to fabricate a comprehensive solution with people and the environment
 +
                        at its core. Here, we highlight the most impactful interviews that we conducted and how our conversations
 +
                        shaped the course of our project from napkin to prototype.
 +
                    </div>
 +
                </div>
 +
            </section>
 +
            <!------------------------END OVERVIEW------------------------>
 +
            <!------------------------DESCRIPTION------------------------>
 +
            <section class="pp-page-content">
 +
                <div class>
 +
                    <div class="content-title">TIMELINE</div>
 +
                    <hr class="green-accent-line-left">
 +
                    <div class="tab-section-01 style-1">
 +
                        <div class="timeline-nav"><ul class="tabs timeline-button-wrapper">
 +
                            <li><a href="#tab0tab-1">INSPIRATION</a></li>
 +
                            <li><a href="#tab1tab-1">IDEATION</a></li>
 +
                            <li><a href="#tab2tab-1">IMPLEMENTATION</a></li>
 +
                        </ul></div>
 +
                        <div class="content timeline-content-wrapper">
 +
                            <div id="tab0tab-1" class="timeline-section">
 +
                                <div class="content-title">Inspiration</div>
 +
                                <hr class="green-accent-line-left2">
 +
                                <!------------------------TIMELINE------------------------>
 +
                                <section class="timeline-section-wrapper">
 +
                                    <div class="timeline inspiration-timeline">
 +
                                        <div class="row timeline-block">
 +
                                            <div class="col-md-5 timeline-img-wrapper timeline-img-left">
 +
                                                <img src="https://static.igem.org/mediawiki/2019/9/9a/T--Cornell--NoahMark.png" alt="pic" class="timeline-img">
 +
                                            </div>
 +
                                            <div class="marker"></div>
 +
                                            <div class="col-md-5 col-md-offset-1 timeline-content timeline-content-right">
 +
                                                <span class="date">March 8th, 2019</span>
 +
                                                <h3>Noah Mark</h3>
 +
                                                <p class="text-justify">As part of a preliminary exploration into our project
 +
                                                    this year, we met with intern Noah Mark at the Community Science Institute
 +
                                                    (CSI). The CSI is a nonprofit organization in the Ithaca area that is state-certified
 +
                                                    to monitor water quality. Noah Mark works on monitoring and testing water
 +
                                                    collected at different sites on Cayuga Lake. We spoke with him to learn more
 +
                                                    about the prevalence of harmful algal blooms in the Finger Lakes and what
 +
                                                    methods are currently being used to test their toxicity. He and his colleagues
 +
                                                    told us about ELISA (enzyme-linked immunosorbent assay), the method they
 +
                                                    currently use to test blooms on Cayuga Lake. An important takeaway from our
 +
                                                    meeting was that determining the toxicity of cyanobacterial blooms is both
 +
                                                    costly and time-consuming. Noah also suggested focusing on water treatment
 +
                                                    or toxin breakdown, rather than just algae clean-up. Meeting with Noah helped
 +
                                                    us assess which direction we wanted to pursue our project.
 +
                                                </p>
 +
                                            </div>
 +
                                        </div>
 +
 
 +
                                        <div class="row timeline-block">
 +
                                            <div class="marker"></div>
 +
                                            <div class="col-md-5 col-md-offset-1 timeline-content timeline-content-left">
 +
                                                <span class="date">March 12th, 2019</span>
 +
                                                <h3>Dr. Nelson Hairston</h3>
 +
                                                <p class="text-justify">Dr. Nelson Hairston is a professor at Cornell University
 +
                                                    researching freshwater organisms and their ecological and evolutionary response
 +
                                                    to environmental change. We conducted an interview with him to learn more
 +
                                                    about the causes and formation of algal blooms. He told us that a major part
 +
                                                    of formation is phosphorus, which comes from runoff and legacy sediment.
 +
                                                    Additionally, there is the phenomenon of thermal stratification, which leads
 +
                                                    to the build-up of phosphorus at the bottom of a lake. Professor Hairston
 +
                                                    went on to explain that continuous stratification mixes phosphorus into the
 +
                                                    rest of the lake, so it is more common for shallow lakes to have more blooms.
 +
                                                    Consequently, this is why the Finger Lakes region is more subject to HABs
 +
                                                    occurring. Our meeting with Professor Hairston gave us insight on bloom occurrence
 +
                                                    and build-up, and thus, we developed a stronger understanding as to why our
 +
                                                    region is especially affected. </p>
 +
                                            </div>
 +
                                            <div class="col-md-5 col-md-offset-1 timeline-img-wrapper timeline-img-right">
 +
                                                <img src="https://static.igem.org/mediawiki/2019/b/be/T--Cornell--NelsonHairston.png" alt="pic" class="timeline-img">
 +
                                            </div>
 +
                                        </div>
 +
 
 +
                                        <div class="row timeline-block">
 +
                                            <div class="marker"></div>
 +
                                            <div class="col-md-5 timeline-img-wrapper timeline-img-left">
 +
                                                <img src="https://static.igem.org/mediawiki/2019/1/16/T--Cornell--PatCrowley.png" alt="pic" class="timeline-img">
 +
                                            </div>
 +
                                            <div class="col-md-5 col-md-offset-1 timeline-content timeline-content-right">
 +
                                                <span class="date">March 21st, 2019</span>
 +
                                                <h3>Pat Crowley</h3>
 +
                                                <p class="text-justify">We met with Pat Crowley, the Merrill Family Sailing Center
 +
                                                    Manager to discuss his experience with algal blooms as someone who frequents
 +
                                                    the lake. Conversing with him helped us gain perspective from someone who
 +
                                                    may not know all of the science behind harmful algal blooms (HABs) but has
 +
                                                    been affected by them. Pat told us that algal blooms impact people’s ability
 +
                                                    to go into the water because the wait time between sampling the water and
 +
                                                    obtaining positive lab results prevents water access until the bloom clears
 +
                                                    up. In addition, there are health risks involved in being near contaminated
 +
                                                    water. For example, humans may have adverse reactions by coming into contact
 +
                                                    with the toxins produced by blooms. His comments inspired us to look further
 +
                                                    into an effective detection and treatment method that would allow for faster
 +
                                                    turnaround than existing methods. <br><br> When we asked him about the possibility
 +
                                                    of building a boat to collect water samples, he advised us to consider the
 +
                                                    size and mobility of our vehicle when navigating “nooks and crannies” on
 +
                                                    a lake (e.g. a dock). His suggestion was later incorporated when we determined
 +
                                                    the dimensions and materials of our boat.
 +
                                                </p>
 +
                                            </div>
 +
                                        </div>
 +
                                    </div>
 +
                                </section>
 +
                                <section class="pp-tab-content">
 +
                                    <div>
 +
                                        <div class="content-title">Booklet Distribution Surveys</div>
 +
                                        <hr class="green-accent-line-left">
 +
                                        <div class="text-justify">Our team believes that members of the community should not
 +
                                            only be aware of the subject matter of our project but properly informed as well.
 +
                                            As such, we decided to create an informational packet that would educate people about
 +
                                            algal blooms. To do this, we first needed to scope out what information people already
 +
                                            knew about harmful algal blooms, so we created a survey to help us understand the
 +
                                            extent of their knowledge. We visited and spoke with community members at Ithaca
 +
                                            Farmers’ Market, Ithaca Commons, and Cornell Campus, and in the end, collected over
 +
                                            50 responses. The charts below show the results of our survey.
 +
                                        </div>
 +
                                        <div class="row">
 +
                                            <div class="col-md-6">
 +
                                                <img src="https://static.igem.org/mediawiki/2019/d/da/T--Cornell--SurveyResults1.png" alt="pic" class="timeline-img">
 +
                                            </div>
 +
                                            <div class="col-md-6">
 +
                                                <img src="https://static.igem.org/mediawiki/2019/c/c3/T--Cornell--SurveyResults2.png" alt="pic" class="timeline-img">
 +
                                            </div>
 +
                                        </div>
 +
                                        <div class="row">
 +
                                            <div class="col-md-6">
 +
                                                <img src="https://static.igem.org/mediawiki/2019/f/fb/T--Cornell--SurveyResults3.png" alt="pic" class="timeline-img">
 +
                                            </div>
 +
                                            <div class="col-md-6">
 +
                                                <img src="https://static.igem.org/mediawiki/2019/f/fe/T--Cornell--SurveyResults4.png" alt="pic" class="timeline-img">
 +
                                            </div>
 +
                                        </div>
 +
                                        <div class="text-justify">
 +
                                            <br>
 +
                                            The key takeaways from these responses are as follows:
 +
                                            <ul>
 +
                                                <li>While a larger section of people (55%) answered that they either never or
 +
                                                    rarely noticed algal blooms in their local area, there was still a significant
 +
                                                    portion (27.5%) of people that did not know what algal blooms look like.</li>
 +
                                                <li>Most people (60.8%) think it would be very or extremely difficult to distinguish
 +
                                                    between a harmful algal bloom and non-toxic algal bloom.</li>
 +
                                                <li>70.6% of people think HABs have an extreme or significant impact on local
 +
                                                    ecosystems, but only 17.7% think that HABs have the same impact on their
 +
                                                    own daily lives.</li>
 +
                                                <li>74.5% of people would be comfortable seeing an automated boat collecting
 +
                                                    water samples from local lakes.</li>
 +
                                            </ul>
 +
                                            Using these conclusions, we created an informational booklet to serve as an introduction to HABs, including information on
 +
                                            what they are and how they affect the environment. We discuss this booklet in further
 +
                                            detail on our Collaborations page, where we have also included a PDF of the final
 +
                                            version. <br><br>Note: iGEM requires any form of human research to comply with established
 +
                                            ethical standards, hence we consulted the website for Cornell’s Institutional Review
 +
                                            Board. The website included a Decision Tree for determining whether organizations
 +
                                            need to submit an application to the IRB prior to carrying out their research. Since
 +
                                            our research primarily involved anonymous community surveys to gauge the public’s
 +
                                            opinion and knowledge of harmful algal blooms, it was determined that it was not
 +
                                            necessary to submit an application to the IRB.
 +
                                        </div>
 +
                                    </div>
 +
                                </section>
 +
                                <!------------------------END TIMELINE------------------------>
 +
                            </div>
 +
                            <div id="tab1tab-1" class="timeline-section">
 +
                                <div class="content-title">Ideation</div>
 +
                                <hr class="green-accent-line-left2">
 +
                                <!------------------------TIMELINE------------------------>
 +
                                <section>
 +
                                    <div class="timeline ideation-timeline">
 +
                                        <div class="row timeline-block">
 +
                                            <div class="marker"></div>
 +
                                            <div class="col-md-5 timeline-img-wrapper timeline-img-left">
 +
                                                <img src="https://static.igem.org/mediawiki/2019/c/c5/T--Cornell--ShadyAmin.png" alt="pic" class="timeline-img">
 +
                                            </div>
 +
 
 +
                                            <div class="col-md-5 col-md-offset-1 timeline-content timeline-content-right">
 +
                                                <span class="date">March 21st, 2019</span>
 +
                                                <h3>Shady Amin</h3>
 +
                                                <p class="text-justify">The interview with Shady Amin was conducted over Skype.
 +
                                                    One of the major talking points of the interview was the formation of harmful
 +
                                                    algal blooms (HABs). Generally speaking, it is known that having more nutrients
 +
                                                    in the water, specifically nitrogen and phosphorus, increases the likelihood
 +
                                                    that algal blooms will form. What is unknown, however, is how microcystins
 +
                                                    are formed. Professor Amin theorized that there must be some type of cell-to-cell
 +
                                                    communication between the cyanobacteria that stimulates the growth and formation
 +
                                                    of microcystin-forming bacteria. Professor Amin also mentioned that two of
 +
                                                    the major methods of testing for microcystins are HPLC and ELISA. ELISA is
 +
                                                    a much quicker process than HPLC and has very high throughput. A test using
 +
                                                    ELISA only takes about 2 hours. ELISA, however, is much less accurate and
 +
                                                    worse at determining the concentration of toxins compared to HPLC. HPLC takes
 +
                                                    a much longer time and is very expensive but is extremely accurate and provides
 +
                                                    information on the concentration of microcystins in the water. From our conversation
 +
                                                    with Professor Amin, we noted the importance of finding a solution that is
 +
                                                    more efficient and effective than current methods of detection.
 +
                                                </p>
 +
                                            </div>
 +
                                        </div>
 +
 
 +
                                        <div class="row timeline-block">
 +
                                            <div class="marker"></div>
 +
                                            <div class="col-md-5 col-md-offset-1 timeline-content timeline-content-left">
 +
                                                <span class="date">March 23rd, 2019</span>
 +
                                                <h3>Julie Lockhart</h3>
 +
                                                <p class="text-justify">Julie Lockhart is the President of the Owasco Watershed Lake Association, which is a nonprofit organization dedicated to protecting Owasco Lake. Julie shared with us a lot of personal experiences with
 +
                                                    algal blooms and how it has been difficult to control and identify where
 +
                                                    the algal blooms would grow and which ones were harmful. One of the major
 +
                                                    complaints Julie had was the identification of HABs from normal algal blooms.
 +
                                                    When she collected a sample of algal bloom, CSI would obtain the sample but
 +
                                                    would have to send them off in order to test them for analysis. The method
 +
                                                    used is usually an ELISA which should not take a very long time to run an
 +
                                                    assay. The results she would receive, however, would take about 3 weeks to
 +
                                                    come in. At that point, the algal bloom is already cleared and the data is
 +
                                                    practically useless. This allowed us to see the need and importance for an
 +
                                                    instantaneous detection method, especially for differentiating between HABs
 +
                                                    and normal algal blooms.</p>
 +
                                            </div>
 +
 
 +
                                            <div class="col-md-5 col-md-offset-1 timeline-img-wrapper timeline-img-right">
 +
                                                <img src="https://static.igem.org/mediawiki/2019/9/94/T--Cornell--JulieLockhart.png" alt="pic" class="timeline-img">
 +
                                            </div>
 +
                                        </div>
 +
 
 +
                                        <div class="row timeline-block">
 +
                                            <div class="marker"></div>
 +
                                            <div class="col-md-5 timeline-img-wrapper timeline-img-left">
 +
                                                <img src="https://static.igem.org/mediawiki/2019/3/3f/T--Cornell--MarkWysocki.png" alt="pic" class="timeline-img">
 +
                                            </div>
 +
 
 +
                                            <div class="col-md-5 col-md-offset-1 timeline-content timeline-content-right">
 +
                                                <span class="date">March 23rd, 2019</span>
 +
                                                <h3>Mark Wysocki</h3>
 +
                                                <p class="text-justify">Mark Wysocki is a senior Lecturer at Cornell whose interests
 +
                                                    lie in Meteorology. In the event <i>Nutrients in the Watershed, Unusual Weather,
 +
                                                        and Harmful Algal Blooms: A Public Conversation</i>, he focused on the
 +
                                                    differences between climate and weather. He discussed the climate around
 +
                                                    Cayuga Lake and how it has changed over time. One of the major points Mark
 +
                                                    Wysocki talked about is how the changing climate contributed to earlier bloom
 +
                                                    seasons, longer bloom seasons, and a higher possibility of runoff to occur.
 +
                                                    With the rise in fluctuations in climate, nutrients also begin to fluctatte
 +
                                                    creating unpredictable patterns in things like algal blooms. In conclusion,
 +
                                                    Mark Wysocki analyzed the relationship between climate change in the Cayuga
 +
                                                    region and the rise in algal bloom appearances.
 +
                                                </p>
 +
                                            </div>
 +
                                        </div>
 +
 
 +
                                        <div class="row timeline-block">
 +
                                            <div class="marker"></div>
 +
                                            <div class="col-md-5 col-md-offset-1 timeline-content timeline-content-left">
 +
                                                <span class="date">March 23rd, 2019</span>
 +
                                                <h3>Stephen Penningroth</h3>
 +
                                                <p class="text-justify">Stephen Penningroth spoke at an event sponsored by the
 +
                                                    Community Science Institute called <i>Nutrients in the Watershed, Unusual
 +
                                                        Weather, and Harmful Algal Blooms: A Public Conversation</i> at Aurora,
 +
                                                    New York. He presented the section called “Monitoring Phosphorus and Nitrogen
 +
                                                    in the Cayuga Lake Watershed” and discussed some of the volunteer monitoring
 +
                                                    partnerships that help oversee the Cayuga Watershed. Three to four times
 +
                                                    a year, a group will go out to collect samples on Fall Creek at six to seven
 +
                                                    different locations. The lab analyzes the samples for nutrients, bacteria,
 +
                                                    chloride, and mineral parameters. This volunteer system is very low-cost
 +
                                                    and overall works better than a consulting firm. However, the resolution
 +
                                                    of the data could be improved by a more continuous sampling method. His comments
 +
                                                    helped shape our project by steering us towards solutions that can provide
 +
                                                    higher resolution data.
 +
                                                </p>
 +
                                            </div>
 +
 
 +
                                            <div class="col-md-5 col-md-offset-1 timeline-img-wrapper timeline-img-right">
 +
                                                <img src="https://static.igem.org/mediawiki/2019/5/5d/T--Cornell--StephenPenningroth.png" alt="pic" class="timeline-img">
 +
                                            </div>
 +
                                        </div>
 +
 
 +
                                        <div class="row timeline-block">
 +
                                            <div class="marker"></div>
 +
                                            <div class="col-md-5 timeline-img-wrapper timeline-img-left">
 +
                                                <img src="https://static.igem.org/mediawiki/2019/d/d3/T--Cornell--DavidErickson.png" alt="pic" class="timeline-img">
 +
                                            </div>
 +
 
 +
                                            <div class="col-md-5 col-md-offset-1 timeline-content timeline-content-right">
 +
                                                <span class="date">March 25th, 2019</span>
 +
                                                <h3>David Erickson</h3>
 +
                                                <p class="text-justify">Professor David Erickson’s area of expertise is in microfluidics
 +
                                                    and point-of-care diagnostics. When we initially reached out to Professor
 +
                                                    Erickson, we had been considering the use of microfluidics in our project
 +
                                                    to detect microcystins. However, our team was not very familiar with how
 +
                                                    microfluidics might fit into the scope of our project, so we sought Professor
 +
                                                    Erickson’s advice on which areas we should pay special attention to when
 +
                                                    designing our system. During the meeting, Professor Erickson brought up an
 +
                                                    important point about how water samples tend to be quite dilute so sample
 +
                                                    processing would need to be done before we could test the samples using a
 +
                                                    microfluidics chip. He also mentioned that when deciding on parts for our
 +
                                                    system, we need to consider what kind of information we are trying to obtain
 +
                                                    as well as whether there are any antibodies that are specific to what we
 +
                                                    are trying to detect. Although we ultimately decided not to pursue the route
 +
                                                    of microfluidics as the method of detection for our project, Professor Erickson’s
 +
                                                    suggestions pointed us in the right direction, and we eventually decided
 +
                                                    to use an RNA aptamer for detecting the presence of microcystins in our water
 +
                                                    samples.
 +
                                                </p>
 +
                                            </div>
 +
                                        </div>
 +
                                    </div>
 +
                                </section>
 +
                                <!------------------------END TIMELINE------------------------>
 +
                            </div>
 +
                            <div id="tab2tab-1" class="timeline-section">
 +
                                <div class="content-title">Implementation</div>
 +
                                <hr class="green-accent-line-left2">
 +
                                <!------------------------TIMELINE------------------------>
 +
                                <section>
 +
                                    <div class="timeline implementation-timeline">
 +
                                        <div class="row timeline-block">
 +
                                            <div class="marker"></div>
 +
                                            <div class="col-md-5 timeline-img-wrapper timeline-img-left">
 +
                                                <img src="https://static.igem.org/mediawiki/2019/1/1a/T--Cornell--ScottVanGaasbeck.png" alt="pic" class="timeline-img">
 +
                                            </div>
 +
 
 +
                                            <div class="col-md-5 col-md-offset-1 timeline-content timeline-content-right">
 +
                                                <span class="date">July 2nd, 2019</span>
 +
                                                <h3>Scott Van Gaasbeck</h3>
 +
                                                <p class="text-justify">Our Policy & Practices team went down to the Ithaca Farmers
 +
                                                    Market on Saturday, June 22nd, to gauge the interest of local vendors in
 +
                                                    our project’s topic. One vendor we spoke to was Scott Van Gaasbeck, who runs
 +
                                                    Under the Tree Stoneware &amp Leather Goods. We briefly chatted with Scott
 +
                                                    before exchanging contact information so we could follow-up with more detailed
 +
                                                    questions about his experiences with harmful algal blooms (HABs). During
 +
                                                    our follow-up conversation, Scott confirmed that algal blooms can be seen
 +
                                                    on lakes or ponds in the area during most summers, but it’s difficult to
 +
                                                    distinguish between toxic and non-toxic blooms. He also mentioned that monitoring
 +
                                                    the toxicity levels of algal blooms would be a good idea given the risks
 +
                                                    they pose to human and animal health. When we brought up our team’s idea
 +
                                                    to have a small- to medium-sized boat traversing local lakes to collect water
 +
                                                    samples for detecting toxins, Scott expressed his support and suggested pairing
 +
                                                    our device with satellite technology for locating algal blooms. Scott’s feedback
 +
                                                    provided valuable insight into the thoughts and opinions of community stakeholders,
 +
                                                    which allowed us to ensure that our project aligns with the needs of those
 +
                                                    we aim to help.
 +
                                                </p>
 +
                                            </div>
 +
                                        </div>
 +
 
 +
                                        <div class="row timeline-block">
 +
                                            <div class="marker"></div>
 +
                                            <div class="col-md-5 col-md-offset-1 timeline-content timeline-content-left">
 +
                                                <span class="date">September 6th, 2019</span>
 +
                                                <h3>Deborah Dawson</h3>
 +
                                                <p class="text-justify">Deborah Dawson is a Tompkins County Legislator and the
 +
                                                    chair of the Planning, Energy and Environmental Quality committee. After
 +
                                                    attending the monthly meeting of the committee in July, we reached out to
 +
                                                    Mrs. Dawson to learn what initiatives they were pursuing to address HABs
 +
                                                    in the Finger Lakes region, and more specifically, Cayuga Lake. Mrs. Dawson
 +
                                                    explained to us how each Finger Lake had its own circumstances. Smaller lakes,
 +
                                                    such as Owasco Lake, are mostly contained within one county, whereas larger
 +
                                                    lakes are split between multiple counties. It’s easier to address HABs concerns
 +
                                                    in smaller lakes due to the fact that only a single county has to devote
 +
                                                    their resources to remediation and can prioritize their level of concern.
 +
                                                    With larger lakes, such as Cayuga Lake, which is divided between three counties,
 +
                                                    there must be an active collaboration initiative. This can be difficult to
 +
                                                    coordinate, as each county may have different priorities and concerns for
 +
                                                    lake health. However, Mrs. Dawson went on to reassure us that there were
 +
                                                    several community members in these counties that were actively working to
 +
                                                    address HABs. She was kind enough to introduce us and our project to these
 +
                                                    individuals, putting us in contact with an extensive network of community
 +
                                                    members committed to tackling the issue of HABs. These connections offered
 +
                                                    us direction and additional resources to tailor our product for implementation
 +
                                                    in the Cayuga Lake region.
 +
                                                </p>
 +
                                            </div>
 +
 
 +
                                            <div class="col-md-5 col-md-offset-1 timeline-img-wrapper timeline-img-right">
 +
                                                <img src="https://static.igem.org/mediawiki/2019/a/a0/T--Cornell--DeborahDawson.png" alt="pic" class="timeline-img">
 +
                                            </div>
 +
                                        </div>
 +
 
 +
                                        <div class="row timeline-block">
 +
                                            <div class="marker"></div>
 +
                                            <div class="col-md-5 timeline-img-wrapper timeline-img-left">
 +
                                                <img src="https://static.igem.org/mediawiki/2019/e/ee/T--Cornell--HABsCommittee.png" alt="pic" class="timeline-img">
 +
                                            </div>
 +
 
 +
                                            <div class="col-md-5 col-md-offset-1 timeline-content timeline-content-right">
 +
                                                <span class="date">September 10th, 2019</span>
 +
                                                <h3>HABs Committee</h3>
 +
                                                <p class="text-justify">One of the contacts introduced to us by Deborah Dawson
 +
                                                    was Amanda Champion, District 12 Legislator on Tompkins County Board, who
 +
                                                    invited us to sit in on a meeting with several advocates for HABs remediation.
 +
                                                    Representatives from the Community Science Institute (CSI), other district
 +
                                                    legislators, and several other organizations, such as the Water Treatment
 +
                                                    Facility, were all present. During this meeting, we were able to engage in
 +
                                                    a discussion with other concerned community members about what sort of initiatives
 +
                                                    we should undertake to address the issue of HABs. Moreover, we were able
 +
                                                    to have a conversation about how reHAB would fit into the existing infrastructure
 +
                                                    that deals with HABs. CSI representatives offered us resources to help test
 +
                                                    the accuracy of our water sampling. Additionally, several legislators were
 +
                                                    interested in having us come present to a town board meeting to generate
 +
                                                    more interest in our project.
 +
                                                </p>
 +
                                            </div>
 +
                                        </div>
 +
                                    </div>
 +
                                </section>
 +
                                <!------------------------END TIMELINE------------------------>
 +
                                <section class="pp-page-content">
 +
                                    <div>
 +
                                        <div class="content-title">REFERENCES</div>
 +
                                        <hr class="green-accent-line-left">
 +
                                        <div class="text-justify references">
 +
                                        [1]  Community Science Institute Staff http://www.communityscience.org/about/staff/<br><br>
 +
                                        [2]  The Department of Ecology & Environmental Biology https://ecologyandevolution.cornell.edu/nelson-george-hairston<br><br>
 +
                                        [3]  Cornell University School of Continuing Education and Summer Sessions https://www.sce.cornell.edu/cau/faculty/index.php?id=171<br><br>
 +
                                        [4]  NYU Abu Dhabi https://nyuad.nyu.edu/en/academics/divisions/science/faculty/shady-amin.html<br><br>
 +
                                        [5]  Owasco Watershed Lake Association https://www.facebook.com/saveowascolake/<br><br>
 +
                                        [6]  Cornell Engineering Earth and Atmospheric Sciences https://www.eas.cornell.edu/faculty-directory/mark-wysocki<br><br>
 +
                                        [7]  Cornell Research https://research.cornell.edu/researchers/david-erickson<br><br>
 +
                                        [8]  VanGaasbeck, Scott. “Under the Tree Farm debuts Brooktondale farm stand with local apples.” The Ithaca Voice, October 2017.  https://ithacavoice.com/2017/10/tree-farm-debuts-brooktondale-farm-stand-local-apples/<br><br>
 +
                                        [9]  Tompkins County NY http://tompkinscountyny.gov/legislature/members-Dawson<br><br>
 +
                                        [10] “Election 2017: Q&A with District 12 Legislature Candidate Amanda Champion.” The Ithaca Voice, November 2017. https://ithacavoice.com/2017/11/election-2017-qa-district-12-legislature-candidate-amanda-champion/<br>
 +
                                        </div>
 +
                                    </div>
 +
                                </section>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
            </section>
 +
        </div>
 +
        <!------------------------END DESCRIPTION------------------------>
 +
 
 +
 
 +
        <!------------------------ FOOTER START ------------------------>
 +
        <footer>
 +
            <div class="footer-wrapper">
 +
                <div class="icon-wrapper">
 +
                    <a class="icon" href="http://facebook.com/cornelligem"><img src="https://static.igem.org/mediawiki/2019/4/44/T--Cornell--Facebook.png"></a>
 +
                </div>
 +
                <div class="icon-wrapper">
 +
                    <a class="icon" href="http://twitter.com/cugem"><img src="https://static.igem.org/mediawiki/2019/8/80/T--Cornell--Twitter.png"></a>
 +
                </div>
 +
                <div class="icon-wrapper">
 +
                    <a class="icon" href="https://www.instagram.com/cugem/"><img src="https://static.igem.org/mediawiki/2019/3/37/T--Cornell--Instagram.png" style="padding: 0 !important;"></a>
 +
                </div>
 +
                <div class="icon-wrapper icon-wrapper-last">
 +
                    <a class="icon" href="https://www.youtube.com/channel/UCJt-5JfyoucUJXC1EsTllhg"><img src="https://static.igem.org/mediawiki/2019/3/3c/T--Cornell--Youtube.png"></a>
 +
                </div>
 +
            </div>
 +
        </footer>
 +
        <!------------------------ FOOTER END ------------------------>
 +
    </div>
 +
</body>
 +
</html>

Latest revision as of 21:38, 21 October 2019

Practices Team:Cornell - 2019.igem.org

Integrated Practices
OUR APPROACH

Before fully forming our idea, we strove to understand the complexity of algal blooms and their effects around Tompkins County. Speaking with local business owners, legislators, and field experts, we realized that blooms affect a large subset of people in our community. Using personal accounts and expertise, we were able to narrow down our project to two main parts that would effectively address algal blooms in the Finger Lakes: detection and remediation.

While we were excited to undertake this task, we first needed to determine the direction we wanted to take our idea. We spoke with professional experts and community members to pinpoint our approach to detection, incorporating their thoughts to create an innovative method to quantify microcystin toxicity. As we finalized our detection system, we started pursuing an effective remediation process. Using the feedback of legislators and researchers, we designed our degradation system to expand current legislative initiatives that address HABs. Throughout the entire process, our project integrated diverse perspectives to fabricate a comprehensive solution with people and the environment at its core. Here, we highlight the most impactful interviews that we conducted and how our conversations shaped the course of our project from napkin to prototype.
TIMELINE

Inspiration

pic
March 8th, 2019

Noah Mark

As part of a preliminary exploration into our project this year, we met with intern Noah Mark at the Community Science Institute (CSI). The CSI is a nonprofit organization in the Ithaca area that is state-certified to monitor water quality. Noah Mark works on monitoring and testing water collected at different sites on Cayuga Lake. We spoke with him to learn more about the prevalence of harmful algal blooms in the Finger Lakes and what methods are currently being used to test their toxicity. He and his colleagues told us about ELISA (enzyme-linked immunosorbent assay), the method they currently use to test blooms on Cayuga Lake. An important takeaway from our meeting was that determining the toxicity of cyanobacterial blooms is both costly and time-consuming. Noah also suggested focusing on water treatment or toxin breakdown, rather than just algae clean-up. Meeting with Noah helped us assess which direction we wanted to pursue our project.

March 12th, 2019

Dr. Nelson Hairston

Dr. Nelson Hairston is a professor at Cornell University researching freshwater organisms and their ecological and evolutionary response to environmental change. We conducted an interview with him to learn more about the causes and formation of algal blooms. He told us that a major part of formation is phosphorus, which comes from runoff and legacy sediment. Additionally, there is the phenomenon of thermal stratification, which leads to the build-up of phosphorus at the bottom of a lake. Professor Hairston went on to explain that continuous stratification mixes phosphorus into the rest of the lake, so it is more common for shallow lakes to have more blooms. Consequently, this is why the Finger Lakes region is more subject to HABs occurring. Our meeting with Professor Hairston gave us insight on bloom occurrence and build-up, and thus, we developed a stronger understanding as to why our region is especially affected.

pic
pic
March 21st, 2019

Pat Crowley

We met with Pat Crowley, the Merrill Family Sailing Center Manager to discuss his experience with algal blooms as someone who frequents the lake. Conversing with him helped us gain perspective from someone who may not know all of the science behind harmful algal blooms (HABs) but has been affected by them. Pat told us that algal blooms impact people’s ability to go into the water because the wait time between sampling the water and obtaining positive lab results prevents water access until the bloom clears up. In addition, there are health risks involved in being near contaminated water. For example, humans may have adverse reactions by coming into contact with the toxins produced by blooms. His comments inspired us to look further into an effective detection and treatment method that would allow for faster turnaround than existing methods.

When we asked him about the possibility of building a boat to collect water samples, he advised us to consider the size and mobility of our vehicle when navigating “nooks and crannies” on a lake (e.g. a dock). His suggestion was later incorporated when we determined the dimensions and materials of our boat.

Booklet Distribution Surveys

Our team believes that members of the community should not only be aware of the subject matter of our project but properly informed as well. As such, we decided to create an informational packet that would educate people about algal blooms. To do this, we first needed to scope out what information people already knew about harmful algal blooms, so we created a survey to help us understand the extent of their knowledge. We visited and spoke with community members at Ithaca Farmers’ Market, Ithaca Commons, and Cornell Campus, and in the end, collected over 50 responses. The charts below show the results of our survey.
pic
pic
pic
pic

The key takeaways from these responses are as follows:
  • While a larger section of people (55%) answered that they either never or rarely noticed algal blooms in their local area, there was still a significant portion (27.5%) of people that did not know what algal blooms look like.
  • Most people (60.8%) think it would be very or extremely difficult to distinguish between a harmful algal bloom and non-toxic algal bloom.
  • 70.6% of people think HABs have an extreme or significant impact on local ecosystems, but only 17.7% think that HABs have the same impact on their own daily lives.
  • 74.5% of people would be comfortable seeing an automated boat collecting water samples from local lakes.
Using these conclusions, we created an informational booklet to serve as an introduction to HABs, including information on what they are and how they affect the environment. We discuss this booklet in further detail on our Collaborations page, where we have also included a PDF of the final version.

Note: iGEM requires any form of human research to comply with established ethical standards, hence we consulted the website for Cornell’s Institutional Review Board. The website included a Decision Tree for determining whether organizations need to submit an application to the IRB prior to carrying out their research. Since our research primarily involved anonymous community surveys to gauge the public’s opinion and knowledge of harmful algal blooms, it was determined that it was not necessary to submit an application to the IRB.
Ideation

pic
March 21st, 2019

Shady Amin

The interview with Shady Amin was conducted over Skype. One of the major talking points of the interview was the formation of harmful algal blooms (HABs). Generally speaking, it is known that having more nutrients in the water, specifically nitrogen and phosphorus, increases the likelihood that algal blooms will form. What is unknown, however, is how microcystins are formed. Professor Amin theorized that there must be some type of cell-to-cell communication between the cyanobacteria that stimulates the growth and formation of microcystin-forming bacteria. Professor Amin also mentioned that two of the major methods of testing for microcystins are HPLC and ELISA. ELISA is a much quicker process than HPLC and has very high throughput. A test using ELISA only takes about 2 hours. ELISA, however, is much less accurate and worse at determining the concentration of toxins compared to HPLC. HPLC takes a much longer time and is very expensive but is extremely accurate and provides information on the concentration of microcystins in the water. From our conversation with Professor Amin, we noted the importance of finding a solution that is more efficient and effective than current methods of detection.

March 23rd, 2019

Julie Lockhart

Julie Lockhart is the President of the Owasco Watershed Lake Association, which is a nonprofit organization dedicated to protecting Owasco Lake. Julie shared with us a lot of personal experiences with algal blooms and how it has been difficult to control and identify where the algal blooms would grow and which ones were harmful. One of the major complaints Julie had was the identification of HABs from normal algal blooms. When she collected a sample of algal bloom, CSI would obtain the sample but would have to send them off in order to test them for analysis. The method used is usually an ELISA which should not take a very long time to run an assay. The results she would receive, however, would take about 3 weeks to come in. At that point, the algal bloom is already cleared and the data is practically useless. This allowed us to see the need and importance for an instantaneous detection method, especially for differentiating between HABs and normal algal blooms.

pic
pic
March 23rd, 2019

Mark Wysocki

Mark Wysocki is a senior Lecturer at Cornell whose interests lie in Meteorology. In the event Nutrients in the Watershed, Unusual Weather, and Harmful Algal Blooms: A Public Conversation, he focused on the differences between climate and weather. He discussed the climate around Cayuga Lake and how it has changed over time. One of the major points Mark Wysocki talked about is how the changing climate contributed to earlier bloom seasons, longer bloom seasons, and a higher possibility of runoff to occur. With the rise in fluctuations in climate, nutrients also begin to fluctatte creating unpredictable patterns in things like algal blooms. In conclusion, Mark Wysocki analyzed the relationship between climate change in the Cayuga region and the rise in algal bloom appearances.

March 23rd, 2019

Stephen Penningroth

Stephen Penningroth spoke at an event sponsored by the Community Science Institute called Nutrients in the Watershed, Unusual Weather, and Harmful Algal Blooms: A Public Conversation at Aurora, New York. He presented the section called “Monitoring Phosphorus and Nitrogen in the Cayuga Lake Watershed” and discussed some of the volunteer monitoring partnerships that help oversee the Cayuga Watershed. Three to four times a year, a group will go out to collect samples on Fall Creek at six to seven different locations. The lab analyzes the samples for nutrients, bacteria, chloride, and mineral parameters. This volunteer system is very low-cost and overall works better than a consulting firm. However, the resolution of the data could be improved by a more continuous sampling method. His comments helped shape our project by steering us towards solutions that can provide higher resolution data.

pic
pic
March 25th, 2019

David Erickson

Professor David Erickson’s area of expertise is in microfluidics and point-of-care diagnostics. When we initially reached out to Professor Erickson, we had been considering the use of microfluidics in our project to detect microcystins. However, our team was not very familiar with how microfluidics might fit into the scope of our project, so we sought Professor Erickson’s advice on which areas we should pay special attention to when designing our system. During the meeting, Professor Erickson brought up an important point about how water samples tend to be quite dilute so sample processing would need to be done before we could test the samples using a microfluidics chip. He also mentioned that when deciding on parts for our system, we need to consider what kind of information we are trying to obtain as well as whether there are any antibodies that are specific to what we are trying to detect. Although we ultimately decided not to pursue the route of microfluidics as the method of detection for our project, Professor Erickson’s suggestions pointed us in the right direction, and we eventually decided to use an RNA aptamer for detecting the presence of microcystins in our water samples.

Implementation

pic
July 2nd, 2019

Scott Van Gaasbeck

Our Policy & Practices team went down to the Ithaca Farmers Market on Saturday, June 22nd, to gauge the interest of local vendors in our project’s topic. One vendor we spoke to was Scott Van Gaasbeck, who runs Under the Tree Stoneware &amp Leather Goods. We briefly chatted with Scott before exchanging contact information so we could follow-up with more detailed questions about his experiences with harmful algal blooms (HABs). During our follow-up conversation, Scott confirmed that algal blooms can be seen on lakes or ponds in the area during most summers, but it’s difficult to distinguish between toxic and non-toxic blooms. He also mentioned that monitoring the toxicity levels of algal blooms would be a good idea given the risks they pose to human and animal health. When we brought up our team’s idea to have a small- to medium-sized boat traversing local lakes to collect water samples for detecting toxins, Scott expressed his support and suggested pairing our device with satellite technology for locating algal blooms. Scott’s feedback provided valuable insight into the thoughts and opinions of community stakeholders, which allowed us to ensure that our project aligns with the needs of those we aim to help.

September 6th, 2019

Deborah Dawson

Deborah Dawson is a Tompkins County Legislator and the chair of the Planning, Energy and Environmental Quality committee. After attending the monthly meeting of the committee in July, we reached out to Mrs. Dawson to learn what initiatives they were pursuing to address HABs in the Finger Lakes region, and more specifically, Cayuga Lake. Mrs. Dawson explained to us how each Finger Lake had its own circumstances. Smaller lakes, such as Owasco Lake, are mostly contained within one county, whereas larger lakes are split between multiple counties. It’s easier to address HABs concerns in smaller lakes due to the fact that only a single county has to devote their resources to remediation and can prioritize their level of concern. With larger lakes, such as Cayuga Lake, which is divided between three counties, there must be an active collaboration initiative. This can be difficult to coordinate, as each county may have different priorities and concerns for lake health. However, Mrs. Dawson went on to reassure us that there were several community members in these counties that were actively working to address HABs. She was kind enough to introduce us and our project to these individuals, putting us in contact with an extensive network of community members committed to tackling the issue of HABs. These connections offered us direction and additional resources to tailor our product for implementation in the Cayuga Lake region.

pic
pic
September 10th, 2019

HABs Committee

One of the contacts introduced to us by Deborah Dawson was Amanda Champion, District 12 Legislator on Tompkins County Board, who invited us to sit in on a meeting with several advocates for HABs remediation. Representatives from the Community Science Institute (CSI), other district legislators, and several other organizations, such as the Water Treatment Facility, were all present. During this meeting, we were able to engage in a discussion with other concerned community members about what sort of initiatives we should undertake to address the issue of HABs. Moreover, we were able to have a conversation about how reHAB would fit into the existing infrastructure that deals with HABs. CSI representatives offered us resources to help test the accuracy of our water sampling. Additionally, several legislators were interested in having us come present to a town board meeting to generate more interest in our project.

REFERENCES

[1] Community Science Institute Staff http://www.communityscience.org/about/staff/

[2] The Department of Ecology & Environmental Biology https://ecologyandevolution.cornell.edu/nelson-george-hairston

[3] Cornell University School of Continuing Education and Summer Sessions https://www.sce.cornell.edu/cau/faculty/index.php?id=171

[4] NYU Abu Dhabi https://nyuad.nyu.edu/en/academics/divisions/science/faculty/shady-amin.html

[5] Owasco Watershed Lake Association https://www.facebook.com/saveowascolake/

[6] Cornell Engineering Earth and Atmospheric Sciences https://www.eas.cornell.edu/faculty-directory/mark-wysocki

[7] Cornell Research https://research.cornell.edu/researchers/david-erickson

[8] VanGaasbeck, Scott. “Under the Tree Farm debuts Brooktondale farm stand with local apples.” The Ithaca Voice, October 2017. https://ithacavoice.com/2017/10/tree-farm-debuts-brooktondale-farm-stand-local-apples/

[9] Tompkins County NY http://tompkinscountyny.gov/legislature/members-Dawson

[10] “Election 2017: Q&A with District 12 Legislature Candidate Amanda Champion.” The Ithaca Voice, November 2017. https://ithacavoice.com/2017/11/election-2017-qa-district-12-legislature-candidate-amanda-champion/