Tracks/Software/Judging
From 2014.igem.org
(Difference between revisions)
(→2014 Software Track Judging) |
|||
(14 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- | ||
+ | {{CSS/Main}} | ||
+ | {{NavBar}} | ||
+ | <html> | ||
+ | |||
+ | <!-- | ||
+ | <style type="text/css"> | ||
+ | #software {display: block;} | ||
+ | </style> | ||
+ | |||
+ | <div id="contentcontainer"> | ||
+ | |||
+ | <div class="container_12"> | ||
+ | |||
+ | <div class="grid_3"> | ||
+ | </html> | ||
+ | {{HTML/TrackMenu}} | ||
+ | <html> | ||
+ | <div class="contentpara" style="margin-top: 60px;"> | ||
+ | <p style="width: 160px; margin: auto; color:#7d7d7d; font-size:80%;"></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="grid_9"> | ||
+ | </html> | ||
+ | |||
''Status of this document:'' '''Draft for discussion''' | ''Status of this document:'' '''Draft for discussion''' | ||
Line 7: | Line 32: | ||
===Bronze Medal=== | ===Bronze Medal=== | ||
- | #Register the team, have a great summer, and have fun attending the | + | #Register the team, have a great summer, and have fun attending the Jamboree in Boston. |
#Create and share a description of the team's project via the iGEM wiki. | #Create and share a description of the team's project via the iGEM wiki. | ||
#Present a Poster and Talk at the Regional Jamboree and World Championship Jamboree. | #Present a Poster and Talk at the Regional Jamboree and World Championship Jamboree. | ||
Line 19: | Line 44: | ||
* Basic code documentation for outside developers | * Basic code documentation for outside developers | ||
* Detailed installation or setup instructions for users (if applicable) | * Detailed installation or setup instructions for users (if applicable) | ||
- | ** for web servers: provide Docker container of your server (details are being worked on by iGEM headquarters) | + | ** for web servers: provide [https://www.docker.io/ Docker] container of your server (details are being worked on by iGEM headquarters) |
* Basic user guide | * Basic user guide | ||
- | ===Silver Medal | + | ===Silver Medal=== |
In addition to the Bronze Medal requirements: | In addition to the Bronze Medal requirements: | ||
Line 35: | Line 60: | ||
* more than one realistic test case | * more than one realistic test case | ||
* automated unit tests, documentation of test coverage | * automated unit tests, documentation of test coverage | ||
- | * | + | * collect one bonus point (see below) |
===Gold Medal=== | ===Gold Medal=== | ||
Line 46: | Line 71: | ||
''Detailed Technical Requirements:'' | ''Detailed Technical Requirements:'' | ||
+ | * good test coverage | ||
+ | * excellent installation-, user- and developer documentation | ||
+ | * collect 3 bonus points (see below) | ||
===Bonus points=== | ===Bonus points=== | ||
- | * use and support of SBOL | + | None of the bonus points are a strict requirement but you have to collect at least one or three of them in order to earn the Silver or Gold medal, respectively. |
- | * re-use and further development of previous iGEM software projects (or parts thereof) | + | |
- | * use and/or improvement of existing synthetic biology tools or frameworks | + | * 2-3 points for: experimental validation of your software or algorithm (experiments can be outsourced to other teams, labs or companies) |
- | * development of well documented | + | * 1 point for: use and support of [http://www.sbolstandard.org SBOL] |
+ | * 1 point for: re-use and further development of previous iGEM software projects (or parts thereof) | ||
+ | * 1 point for: use and/or improvement of existing synthetic biology tools or frameworks | ||
+ | * 1 point for: development of a well documented library for other developers rather than "only" stand-alone Apps for end users | ||
+ | * 1-2 points for: surprising us with something that is so cool or new that we would have never thought of it | ||
+ | |||
+ | |||
+ | |||
+ | Please note, these requirements are preliminary and will still be changed and fine-tuned by the software committee. Feel free to contact the software committee to ask for clarification or participate in the discussion. | ||
+ | |||
+ | --> |