|
|
Line 1: |
Line 1: |
− | <!DOCTYPE html>
| |
| <html> | | <html> |
| + | <style type="text/css"> |
| | | |
− | <header>
| |
− | <a class="anchor" id="top"></a>
| |
− | <center>
| |
− | <h1><highlight class="highlight">Achievements</highlight></h1>
| |
− | <h3><highlight class="highlight">Medal Criteria</highlight></h3>
| |
| | | |
− | </header>
| + | medaltitle{ |
− |
| + | background-color: #D68533; |
− | <body>
| + | color: white; |
− | <div class = "row">
| + | padding-left: 10px; |
− | <div class="col-md-4"> | + | padding-right: 10px; |
− | <div class="medalcontentcontainer">
| + | } |
− | <h2><highlight class="medaltitle"> Bronze </highlight></h2>
| + | |
− | <div class="bronzecontent">
| + | .row { |
− | <p> • We registered our team. (link to https://igem.org/Team.cgi)</p>
| + | text-align:center; |
− | <p> • We completed the judging form (https://igem.org/2015_Judging_Form?id=1590)</p>
| + | } |
− | <p> • We created our team wiki (https://2015.igem.org/Team:Dundee)
| + | |
− | and submitted our parts to the registry (http://parts.igem.org/cgi/dna_transfer/batch_list.cgi?group_id=2007).</p>
| + | |
− | <p> • We are ready (and very excited!) to present our poster and presentation for the Jamboree</p>
| + | |
− | <p> • We have attributed the team members and sponsors and acknowledged the work that has been carried out by others</p>
| + | |
− | <p> • We have built and submitted 10? new biobrick parts to the iGEM registry. (https://2015.igem.org/Team:Dundee/Parts)</p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div> | + | |
− | <!---
| + | |
− | <div class="col-md-4">
| + | |
− | <div class="medal">
| + | |
− | <img class="medalimagecontainer" src="">
| + | |
− | <br>
| + | |
− | <div class="medalcontentcontainer">
| + | |
− | <div class="medaltitle"> Silver </div>
| + | |
− | <div class="silvercontent">
| + | |
− | <p> • We designed and experimentally validated several BioBricks (BBa………, BBa…… etc.) that work as expected </p>
| + | |
− | <p> • This characterization is documented for each part on the corresponding ‘main page’ sections of the registry </p>
| + | |
− | <p> • We submitted all of these parts to the registry </p>
| + | |
− | <p> • We looked into the ethics behind forensic science and it became one of the real driving forces of our project.
| + | |
− | To read about the ethics involved in our project in more depth visit our human practices page. </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div> | + | |
| | | |
− | <div class="col-md-4"> | + | .medalcontentcontainer |
− | <div class="medal">
| + | h2 { |
− | <img class="medalimagecontainer" src="">
| + | font-size: 1.8em; |
− | <br>
| + | margin: 0px; |
− | <div class="medalcontentcontainer">
| + | text-transform: uppercase; |
− | <div class="medaltitle"> Gold </div>
| + | color: white; |
− | <div class="goldcontent">
| + | /*padding-left:10px; |
− | <p> • We improved the characterisation of the previously existing part BBa…….. Created by the Beijing 2013 team??.
| + | padding-right:10px;*/ |
− | You can find our experimental data and read more about this aspect of our project here. </p>
| + | padding: 20px; |
− | <p> • We have worked with several of this year’s iGEM teams and you can find out more about this on our collaborations page. </p>
| + | font-family: typewriter; |
− | <p> • Over the course of our project we spoke with a wide range of experts to help develop our forensic toolkit.
| + | text-align:center; |
− | We wanted to find out where the gaps were in terms of forensic techniques so that we could design something
| + | } |
− | that would be really useful to the forensic science community. Visit our human practices page for an overview
| + | |
− | of our meetings and what we gained from each. </p>
| + | .bronzecontent { |
− | </div>
| + | font-style: normal; |
− | </div>
| + | font-weight: 300; |
− | </div>
| + | margin: 15px 0px 13px 0px; |
− | </div> | + | font-size: 1.5em; |
− | ---> | + | line-height: 1.2em; |
| + | color: #D68533; |
| + | } |
| + | |
| + | .silvercontent { |
| + | font-style: normal; |
| + | font-weight: 300; |
| + | margin: 15px 0px 13px 0px; |
| + | font-size: 1.5em; |
| + | line-height: 1.2em; |
| + | color: #CFCFCF; |
| + | } |
| | | |
| + | .goldcontent { |
| + | font-style: normal; |
| + | font-weight: 300; |
| + | margin: 15px 0px 13px 0px; |
| + | font-size: 1.5em; |
| + | line-height: 1.2em; |
| + | color: #DAB547; |
| + | } |
| | | |
− | </div> | + | .row{ |
− |
| + | grid-rows:100px; |
− |
| + | padding: 20px; |
− |
| + | } |
− |
| + | |
− |
| + | |
− |
| + | @font-face { |
− |
| + | font-family: typewriter; |
− |
| + | src: url(https://static.igem.org/mediawiki/2015/5/5a/DUNDEE15-Bohemian-typewriter.ttf); |
− |
| + | } |
− |
| + | |
− | </body> | + | |
− |
| + | |
| + | </style> |
| </html> | | </html> |
− | {{:Team:Dundee/navbar}}
| |
− | {{Template:achievements}}
| |
− | {{:Team:Dundee/footer}}
| |