(25 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{UrbanTundra_Edmonton/Header}} | {{UrbanTundra_Edmonton/Header}} | ||
− | {{Team:UrbanTundra Edmonton/nav bar} | + | {{Team:UrbanTundra Edmonton/nav bar}} |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <html> | |
− | + | ||
− | + | <div class="col-md-9 animate-box ute-heading main-content"> | |
− | + | <h1>Medal Requirements</h1> | |
− | + | <div class="breadcrumb" style="width: 100%"> | |
− | + | <a href="https://2017.igem.org/Team:UrbanTundra_Edmonton">HOME > RESEARCH > MEDAL CHECKLIST</a> | |
− | + | </div> | |
− | + | ||
− | + | <div class="row"> | |
− | + | ||
− | + | ||
<div class="col-md-4"> | <div class="col-md-4"> | ||
− | <img src="https:// | + | <img src="https://static.igem.org/mediawiki/2017/b/bb/Asset_3%402x.png" width="100%"> |
− | <h3>Bronze</h3> | + | <h3 style="font-weight: 700">Bronze</h3> |
− | <ul> | + | <ul class="top-level"> |
− | <li>REGISTER AND ATTEND</li> | + | <li><b>REGISTER AND ATTEND</b></li> |
− | <li>DELIVERABLES</li> | + | <li><b>DELIVERABLES</b></li> |
− | <ul> | + | <ul class="bullets"> |
− | <li | + | <li>Wiki</a></li> |
<li>Poster</li> | <li>Poster</li> | ||
<li>Presentation</li> | <li>Presentation</li> | ||
− | <li | + | <li>Safety Forms(completed)</li> |
− | <li | + | <li>Judging Form(completed)</li> |
− | + | <li><a href="https://2017.igem.org/Team:UrbanTundra_Edmonton/SubmittedBioBricks">Registry Part Pages</a></li> | |
− | <li><a href=" | + | |
</ul> | </ul> | ||
− | <li>ATTRIBUTIONS</li> | + | <li><b>ATTRIBUTIONS</b></li> |
− | <ul> | + | <ul class="bullets"> |
− | <li>We thank each and every one of | + | <li>We thank each and every one of the individuals and institutions that helped us throughout this journey. For a more detailed look, go to our <a href="https://2017.igem.org/Team:UrbanTundra_Edmonton/Attributions">Attributions</a> page.</li> |
</ul> | </ul> | ||
− | <li>CHARACTERISTICS/CONTRIBUTION</li> | + | <li><b>CHARACTERISTICS/ CONTRIBUTION</b></li> |
− | <ul> | + | <ul class="bullets"> |
− | <li>Go to our Interlab Study page to see our contribution</li> | + | <li>Go to our <a href="https://2017.igem.org/Team:UrbanTundra_Edmonton/InterLab">Interlab Study</a> page to see our contribution.</li> |
</ul> | </ul> | ||
</ul> | </ul> | ||
Line 46: | Line 37: | ||
<div class="col-md-4"> | <div class="col-md-4"> | ||
<img src="https://static.igem.org/mediawiki/2017/1/17/Asset_2%402x.png" width="100%"> | <img src="https://static.igem.org/mediawiki/2017/1/17/Asset_2%402x.png" width="100%"> | ||
− | <h3>Silver</h3> | + | <h3 style="font-weight: 700">Silver</h3> |
− | <ul> | + | <ul class="top-level"> |
<li>VALIDATE PART/ VALIDATE CONTRIBUTION</li> | <li>VALIDATE PART/ VALIDATE CONTRIBUTION</li> | ||
− | <li>COLLABORATION</li> | + | <li><b>COLLABORATION</b></li> |
− | <ul> | + | <ul class="bullets"> |
− | <li>We collaborated with multiple teams through this year. Go to our Collaboration page to see more</li> | + | <li>We collaborated with multiple teams through this year. Go to our <a href="https://2017.igem.org/Team:UrbanTundra_Edmonton/Collaborations">Collaboration page</a> to see more</li> |
</ul> | </ul> | ||
− | <li>HUMAN | + | <li><b>HUMAN PRACTICES</b></li> |
− | <ul> | + | <ul class="bullets"> |
− | <li>This year our team held multiple presentations, to | + | <li>This year our team contacted a number of people and organizations to inform our work. As well, we held multiple presentations, to involve our community and get feedback from people of all ages regarding our project. For more info go to our <a href="https://2017.igem.org/Team:UrbanTundra_Edmonton/HP/Silver">Human Practices page.</a></li> |
</ul> | </ul> | ||
</ul> | </ul> | ||
Line 61: | Line 52: | ||
<div class="col-md-4"> | <div class="col-md-4"> | ||
<img src="https://static.igem.org/mediawiki/2017/1/1f/Asset_1%402x.png" width="100%"> | <img src="https://static.igem.org/mediawiki/2017/1/1f/Asset_1%402x.png" width="100%"> | ||
− | <h3>Gold</h3> | + | <h3 style="font-weight: 700">Gold</h3> |
− | <ul> | + | <ul class="top-level"> |
<li>INTEGRATED HUMAN PRACTICES</li> | <li>INTEGRATED HUMAN PRACTICES</li> | ||
<li>IMPROVE A PREVIOUS PART OR PROJECT</li> | <li>IMPROVE A PREVIOUS PART OR PROJECT</li> | ||
Line 70: | Line 61: | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | ||
+ | <script> | ||
+ | |||
+ | $(function () { | ||
+ | |||
+ | var links = $('.sidebar-links > div'); | ||
+ | |||
+ | links.on('click', function () { | ||
+ | if ($(this).hasClass('selected')){ | ||
+ | links.removeClass('selected'); | ||
+ | } else { | ||
+ | links.removeClass('selected'); | ||
+ | $(this).addClass('selected'); | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
</html> | </html> | ||
+ | |||
{{UrbanTundra_Edmonton/Footer}} | {{UrbanTundra_Edmonton/Footer}} |
Latest revision as of 03:48, 2 November 2017
Medal Requirements
Bronze
- REGISTER AND ATTEND
- DELIVERABLES
- Wiki
- Poster
- Presentation
- Safety Forms(completed)
- Judging Form(completed)
- Registry Part Pages
- ATTRIBUTIONS
- We thank each and every one of the individuals and institutions that helped us throughout this journey. For a more detailed look, go to our Attributions page.
- CHARACTERISTICS/ CONTRIBUTION
- Go to our Interlab Study page to see our contribution.
Silver
- VALIDATE PART/ VALIDATE CONTRIBUTION
- COLLABORATION
- We collaborated with multiple teams through this year. Go to our Collaboration page to see more
- HUMAN PRACTICES
- This year our team contacted a number of people and organizations to inform our work. As well, we held multiple presentations, to involve our community and get feedback from people of all ages regarding our project. For more info go to our Human Practices page.
Gold
- INTEGRATED HUMAN PRACTICES
- IMPROVE A PREVIOUS PART OR PROJECT
- MODEL YOUR PROJECT
- DEMONSTRATE YOUR WORK