Difference between revisions of "Team:Edinburgh UG/Gold"

 
(6 intermediate revisions by 2 users not shown)
Line 11: Line 11:
 
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
 
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
 
     </head>
 
     </head>
 +
 +
    <style>
 +
    #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear
 +
 +
    {
 +
 +
    display:  none;
 +
 +
    }
 +
 +
    #top_menu_under
 +
    {
 +
    height: 0;
 +
    }
 +
 +
    #top-section {
 +
    height: 0px;
 +
    border-top: 0;
 +
    border-left: none;
 +
    border-right: none;
 +
    }
 +
      #globalWrapper
 +
        {
 +
        width: 100%;
 +
        height: 100%;
 +
        border: 0px;
 +
        background-color: #ffffff;
 +
        margin: 0px;
 +
        padding: 0px;
 +
        font-size: 100%
 +
        }
 +
 +
        #content
 +
        {
 +
          width: 100%;
 +
          height: 100%;
 +
          margin-left: auto;
 +
          margin-right: auto;
 +
          background-color: #ffffff;
 +
          padding: 0px;
 +
          font-size: 100%;
 +
        }
 +
 +
 +
    html, body, .wrapper { /*-- changes default wiki settings --
 +
 +
    */
 +
      width: 100%;
 +
      height: 100%;
 +
            margin: 0px;
 +
            padding: 0px;
 +
            background-color: #ffffff;
 +
            -webkit-background-size: cover;
 +
            -moz-background-size: cover;
 +
            -o-background-size: cover;
 +
            background-size: cover;
 +
    }
 +
 +
 +
    body {
 +
        width: 100%;
 +
        height: 100%;
 +
        font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
 +
        color: #fff;
 +
        background-color: #000;
 +
    }
 +
 +
    html {
 +
        width: 100%;
 +
        height: 100%;
 +
    }
 +
 +
    p {
 +
        margin: 0 0 25px;
 +
        font-size: 18px;
 +
        line-height: 1.5;
 +
    }
 +
 +
    @media(min-width:768px) {
 +
        p {
 +
            margin: 0 0 35px;
 +
            font-size: 20px;
 +
            line-height: 1.6;
 +
        }
 +
    }
 +
 +
    /*foreword*/
 +
 +
 +
    header .intro-text {
 +
        padding-top: 50px;
 +
        padding-bottom: 50px;
 +
    }
 +
 +
    header .intro-text .intro-lead-in {
 +
        margin-bottom: 25px;
 +
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
 +
        font-size: 22px;
 +
        line-height: 22px;
 +
    text-color: #fff;
 +
 +
    }
 +
 +
    header .intro-text .intro-heading {
 +
        margin-bottom: 25px;
 +
        text-transform: uppercase;
 +
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
 +
        font-size: 50px;
 +
        font-weight: 700;
 +
        line-height: 50px;
 +
    }
 +
 +
    @media(min-width:768px) {
 +
        header .intro-text {
 +
            padding-top: 50px;
 +
            padding-bottom: 100px;
 +
        }
 +
 +
        header .intro-text .intro-lead-in {
 +
            margin-bottom: 25px;
 +
            font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
 +
            font-size: 40px;
 +
            line-height: 40px;
 +
        }
 +
 +
        header .intro-text .intro-heading {
 +
            margin-bottom: 50px;
 +
            text-transform: uppercase;
 +
            font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
 +
            font-size: 75px;
 +
            font-weight: 700;
 +
            line-height: 75px;
 +
        }
 +
    }
 +
 +
 +
    section {
 +
        padding: 0;
 +
    }
 +
 +
    section h2.section-heading
 +
    {
 +
        margin-top: 0;
 +
        margin-bottom: 15px;
 +
        font-size: 40px;
 +
        color: white;
 +
    border-bottom: none;
 +
 +
 +
    }
 +
 +
    section h3.section-subheading {
 +
        margin-bottom: 75px;
 +
        text-transform: none;
 +
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
 +
        font-size: 16px;
 +
        font-weight: 400;
 +
    }
 +
 +
    section h11.section-subheading {
 +
        margin-bottom: 75px;
 +
        font-size: 16px;
 +
        font-weight: 400;
 +
 +
    }
 +
 +
    @media(min-width:768px) {
 +
        section {
 +
            padding: 10px 0;
 +
        }
 +
    }
 +
 +
    .service-heading {
 +
        margin: 15px 0;
 +
        text-transform: none;
 +
    }
 +
 +
    .arrowtext
 +
    {
 +
        width: 100%;
 +
        display: block;
 +
    }
 +
 +
    .arrow
 +
    {
 +
        height: 50px;
 +
        width: 100px;
 +
        opacity: 0.7;
 +
    }
 +
 +
    th
 +
    {
 +
        color: #fff;
 +
    }
 +
 +
    td
 +
    {
 +
        color: #fff;
 +
    }
 +
 +
 +
 +
 +
 +
 +
 +
 +
    </style>
  
 
     <div id="custom-bootstrap-menu" class="navbar navbar-default navbar-fixed-top" role="navigation">
 
     <div id="custom-bootstrap-menu" class="navbar navbar-default navbar-fixed-top" role="navigation">
Line 111: Line 319:
 
     </div>
 
     </div>
  
 
+
<br>
 +
<br>
 
     <!-- End of menu  -->
 
     <!-- End of menu  -->
  
Line 123: Line 332:
  
  
<br>
 
 
<br>
 
<br>
 
<br>
 
<br>
Line 132: Line 340:
 
             <h3 style="font-size:250%;">
 
             <h3 style="font-size:250%;">
 
               <h1>Gold Medal</h1>
 
               <h1>Gold Medal</h1>
               <p>Scientific discovery and innovation does not happen in isolation; science shapes society and society sets the path for science. As such, our team is dedicated to working alongside the community and consulting professions to ensure that our DNA Typewriter is functional, safe and responsibly designed. </p>
+
              <br>
               <p>Our investigation into the safety, security and sustainability of our project has influenced everything from BabbleBrick design to the marketing of our project. Discussions about policy and regulation have taken our project further in terms of design focus and collaboration.</p>
+
              <br>
 +
               <p>On our silver medal page, you saw how the principle behind our project led us to investigate certain issues. Now you can see how these topics fed into, and improved our project. </p>
 +
              <img class="img-responsive img-center" src="https://static.igem.org/mediawiki/2016/6/6b/GOLD.jpg" alt="">
 +
              <h2 class="post-meta">
 +
                      Sustainability: Lee Hibberd
 +
                      </h2>
 +
                      <br>
 +
              <p>After pinpointing librarians and archivists as our target audience, we got in contact with the National Library of Scotland. We were lucky enough to sit down with Lee Hibberd, the Digital Preservation Officer for the Library. His main role is to preserve access to and maintain valuable digital information. We were pleased to hear how enthusiastic he was with our project! He explained to us how time and energy consuming it is for the library to archive their collection; one copy of the data is stored on a hard drive and one is stored on magnetic tape. The magnetic tape version has to be read, corrected and re-written on new tape every six years! He quoted that this would cost £1,456 and 10 days in 2016, but would take 71 days in 2022 and cost £5,344! He said that in order to ensure our modular DNA storage method is competitive with these costs, we would have to show that our DNA can survive in <a href="https://2016.igem.org/Team:Edinburgh_UG/Demonstrate">various conditions</a> and <a href="https://2016.igem.org/Team:Edinburgh_UG/Demonstrate">without errors</a>. </p>
 +
              <p>Lee also said, that in terms of sustainable storage alternatives, it is more important to find cheaper ways of storing binary code. Though we only picked English text as a proof of concept, Lee remarked that text is relatively cheap and easy to condense and store, whereas binary code is more difficult. Following this advice, we came up with a system for storing segments of <a href="https://2016.igem.org/Team:Edinburgh_UG/Demonstrate">binary code in our BabbleBricks</a>. Lee’s advice not only improved the design of our project, it also affected the way in which we presented it to others. No longer were we creating a modular system for storing text in DNA, rather, we were designing a modular system for storing data in DNA!</p>
 +
              <h2 class="post-meta">
 +
                      Safety: Dr Joyce Tait
 +
                      </h2>
 +
                      <br>
 +
               <p>Following a suggestion from our supervisor, Dr French, we decided to incorporate a stop codon region into the design of our BabbleBricks. Read more about this on our <a href="https://2016.igem.org/Team:Edinburgh_UG/Demonstrate">BabbleBrick design page</a>. </p>
 +
              <p>Later on in the summer we met with Dr Joyce Tait to learn more about bioethics and policy in synthetic biology. She gave some helpful insights into the public perception of DNA. As some initial reactions we received about our project were focused around safety concerns, we were keen to know what her experience has been with drafting policies related to GMOs. Her take home message was that we shouldn’t assume we know how the ‘public’ feel. She also pointed out that the way in which we phrase our project will influence the reactions that we get from it. She used the concept of ‘gold plating’1 to illustrate this; gold plating is when policy makers include the maximum amount of security measures in their policies, even if this is not necessary. While the policy makers may assume that this puts people at ease, it often gives the impression that there is a need to worry. UK Parliamentary law actually prevents gold plating of EU laws. </p>
 +
              <p>Dr Tait recommended that if we believe the BabbleBricks in our project are harmless, and will remain harmless, then we shouldn’t feel the need to stress our stop codon region. Following this meeting we decided to revise the safety measures in our project. Read more about our thought process <a href="https://2016.igem.org/Team:Edinburgh_UG/Demonstrate">here</a>.</p>
 +
              <p>Additionally, Dr Tait encouraged us to look into laws on cell-free DNA transfer as most laws that she is familiar with are in regards to GMOs rather than DNA. Read more about what we found <a href="https://2016.igem.org/Team:Edinburgh_UG/Demonstrate">here</a>.</p>
 +
              <h2 class="post-meta">
 +
                      Ethics: Dr Tristram Riley Smith
 +
                      </h2>
 +
                      <br>
 +
              <p>After the meeting with Dr Tait, we had a skype call with Dr Tristram Riley-Smith, External Champion to the Research Councils UK Partnership for Conflict, Crime and Security Research (PaCCS) and Director of Research at the University of Cambridge Department of Politics and International Studies. Due to Dr Riley-Smith’s extensive experience in policy making- particularly with linking policy with research, industry and the public, he was able to give us the right resources to reflect on the ethics and overall responsibility of our project. Dr Riley-Smith told us to look into <a href="https://2016.igem.org/Team:Edinburgh_UG/Demonstrate">FRIICT</a> and use this as a framework for our responsible research. To see how we did this, click <a href="https://2016.igem.org/Team:Edinburgh_UG/Demonstrate">here</a>.<p>
 +
              <h2 class="post-meta">
 +
                      Security: Dr David Aspinall and Dr Kami Vaniea
 +
                      </h2>
 +
                      <br>
 +
              <p>From the initiation of our project we have wanted to find a secure and reliable way of encrypting our data. As this is an emerging concept, we started the summer by meeting with encryption experts at the University of Edinburgh. Our first meeting was with Dr Aspinall, who recommended we research stream ciphers and devise a way for applying them to our BabbleBricks. Following this, we met with Dr Vaniea. She agreed that using a stream cipher would be effective in our system. She also advised us on key storage and responsible cryptography: we had to make sure we were considering our system’s integrity, availability and confidentiality (CIA). This inspired us to sit down and not only develop our <a href="https://2016.igem.org/Team:Edinburgh_UG/Demonstrate">stream cipher</a> method, but also brainstorm scenarios in which encryption would be necessary and ask ourselves; is our encryption method doing its job? To read more about our encryption, <a href="https://2016.igem.org/Team:Edinburgh_UG/Demonstrate">click here</a>.</p>
 +
              <p>To see the full list of people that contributed to our project, see our Integrated Human Practices Page <a href="https://2016.igem.org/Team:Edinburgh_UG/Demonstrate">here</a>.</p>
 +
              <h2 class="post-meta">
 +
                      References
 +
                      </h2>
 +
                      <br>
 +
              <p> 1.http://researchbriefings.parliament.uk/ResearchBriefing/Summary/SN05943#fullreport </p>
 +
 
  
              <p><a href="http://startbootstrap.com/template-overviews/grayscale/">To view an interactive timeline of our project and to see how we have integrated feedback, click here. </a></p>
 
 
             </h3>
 
             </h3>
 
           </div>
 
           </div>

Latest revision as of 00:29, 19 October 2016





Gold Medal



On our silver medal page, you saw how the principle behind our project led us to investigate certain issues. Now you can see how these topics fed into, and improved our project.


After pinpointing librarians and archivists as our target audience, we got in contact with the National Library of Scotland. We were lucky enough to sit down with Lee Hibberd, the Digital Preservation Officer for the Library. His main role is to preserve access to and maintain valuable digital information. We were pleased to hear how enthusiastic he was with our project! He explained to us how time and energy consuming it is for the library to archive their collection; one copy of the data is stored on a hard drive and one is stored on magnetic tape. The magnetic tape version has to be read, corrected and re-written on new tape every six years! He quoted that this would cost £1,456 and 10 days in 2016, but would take 71 days in 2022 and cost £5,344! He said that in order to ensure our modular DNA storage method is competitive with these costs, we would have to show that our DNA can survive in various conditions and without errors.

Lee also said, that in terms of sustainable storage alternatives, it is more important to find cheaper ways of storing binary code. Though we only picked English text as a proof of concept, Lee remarked that text is relatively cheap and easy to condense and store, whereas binary code is more difficult. Following this advice, we came up with a system for storing segments of binary code in our BabbleBricks. Lee’s advice not only improved the design of our project, it also affected the way in which we presented it to others. No longer were we creating a modular system for storing text in DNA, rather, we were designing a modular system for storing data in DNA!


Following a suggestion from our supervisor, Dr French, we decided to incorporate a stop codon region into the design of our BabbleBricks. Read more about this on our BabbleBrick design page.

Later on in the summer we met with Dr Joyce Tait to learn more about bioethics and policy in synthetic biology. She gave some helpful insights into the public perception of DNA. As some initial reactions we received about our project were focused around safety concerns, we were keen to know what her experience has been with drafting policies related to GMOs. Her take home message was that we shouldn’t assume we know how the ‘public’ feel. She also pointed out that the way in which we phrase our project will influence the reactions that we get from it. She used the concept of ‘gold plating’1 to illustrate this; gold plating is when policy makers include the maximum amount of security measures in their policies, even if this is not necessary. While the policy makers may assume that this puts people at ease, it often gives the impression that there is a need to worry. UK Parliamentary law actually prevents gold plating of EU laws.

Dr Tait recommended that if we believe the BabbleBricks in our project are harmless, and will remain harmless, then we shouldn’t feel the need to stress our stop codon region. Following this meeting we decided to revise the safety measures in our project. Read more about our thought process here.

Additionally, Dr Tait encouraged us to look into laws on cell-free DNA transfer as most laws that she is familiar with are in regards to GMOs rather than DNA. Read more about what we found here.


After the meeting with Dr Tait, we had a skype call with Dr Tristram Riley-Smith, External Champion to the Research Councils UK Partnership for Conflict, Crime and Security Research (PaCCS) and Director of Research at the University of Cambridge Department of Politics and International Studies. Due to Dr Riley-Smith’s extensive experience in policy making- particularly with linking policy with research, industry and the public, he was able to give us the right resources to reflect on the ethics and overall responsibility of our project. Dr Riley-Smith told us to look into FRIICT and use this as a framework for our responsible research. To see how we did this, click here.


From the initiation of our project we have wanted to find a secure and reliable way of encrypting our data. As this is an emerging concept, we started the summer by meeting with encryption experts at the University of Edinburgh. Our first meeting was with Dr Aspinall, who recommended we research stream ciphers and devise a way for applying them to our BabbleBricks. Following this, we met with Dr Vaniea. She agreed that using a stream cipher would be effective in our system. She also advised us on key storage and responsible cryptography: we had to make sure we were considering our system’s integrity, availability and confidentiality (CIA). This inspired us to sit down and not only develop our stream cipher method, but also brainstorm scenarios in which encryption would be necessary and ask ourselves; is our encryption method doing its job? To read more about our encryption, click here.

To see the full list of people that contributed to our project, see our Integrated Human Practices Page here.


1.http://researchbriefings.parliament.uk/ResearchBriefing/Summary/SN05943#fullreport


Follow Us