|
|
Line 1: |
Line 1: |
- | {{Template:SUSTC_A2}}
| |
- | <html>
| |
- | <head>
| |
- | <style type="text/css">
| |
| | | |
- | .sidebar_box_woframe {
| |
- | margin-bottom: 20px;
| |
- | }
| |
- |
| |
- | .sidebar_box {
| |
- | width: 260px;
| |
- | padding: 0;
| |
- |
| |
- | }
| |
- |
| |
- | .sidebar_box_top {
| |
- | width: 260px;
| |
- | height: 20px;
| |
- |
| |
- | }
| |
- |
| |
- | .sidebar_box_bottom {
| |
- | width: 260px;
| |
- | height: 20px;
| |
- | margin-bottom: 30px;
| |
- |
| |
- | }
| |
- |
| |
- | .sidebar_box_content {
| |
- | padding: 0 20px;
| |
- | }
| |
- |
| |
- | .sidebar_box_content p {
| |
- | margin-bottom: 10px;
| |
- | }
| |
- |
| |
- | .image_wrapper {
| |
- | position: relative;
| |
- | display: block;
| |
- | width: 218px;
| |
- | height: 128px;
| |
- | padding: 9px;
| |
- | }
| |
- | .image_wrapper span {
| |
- | position: absolute;
| |
- | left: 0;
| |
- | top: 0;
| |
- | width: 236px;
| |
- | height: 144px;
| |
- | background: url(https://static.igem.org/mediawiki/2012/3/3d/Fruit_site_templatemo_image_frame.png) no-repeat;
| |
- | }
| |
- | .image_fl { float: left; margin: 3px 20px 0 0; }
| |
- | .image_fr { float: right; margin: 3px 0 0 20px; }
| |
- |
| |
- | .title {
| |
- | font-family: "Comic Sans MS", cursive;
| |
- | font-size: xx-large;
| |
- | color: #698B69;
| |
- | }
| |
- | .title1 {
| |
- | font-family: "Comic Sans MS", cursive;
| |
- | font-size: x-large;
| |
- | color: #000;
| |
- | }
| |
- | .date {
| |
- | font-family: serif, cursive, fantasy;
| |
- | color:#5f3c23;
| |
- | }
| |
- |
| |
- | #talkbubble_a {
| |
- | width: 544px;
| |
- | height:330px;
| |
- | // background:#EFEFEF;
| |
- | background:#ffffff;
| |
- | position: relative;
| |
- | -moz-border-radius: 0px;
| |
- | -webkit-border-radius: 0px;
| |
- | border-radius: 10px;
| |
- | font-family: Tahoma, Geneva, sans-serif;
| |
- | font-size: 13px;
| |
- | color:#333;
| |
- | }
| |
- | #talkbubble_b {
| |
- | width: 544px;
| |
- | height:1px;
| |
- | background:#EFEFEF;
| |
- | // background:#ffffff;
| |
- | position: relative;
| |
- | -moz-border-radius: 0px;
| |
- | -webkit-border-radius: 0px;
| |
- | border-radius: 10px;
| |
- | font-family: Tahoma, Geneva, sans-serif;
| |
- | font-size: 13px;
| |
- | color:#333;
| |
- | }
| |
- | #talkbubble_c1 {
| |
- | width: 859px;
| |
- | height:400px;
| |
- | background:#EFEFEF;
| |
- | // background:#ffffff;
| |
- | position: relative;
| |
- | -moz-border-radius: 0px;
| |
- | -webkit-border-radius: 0px;
| |
- | border-radius: 10px;
| |
- | font-family: Tahoma, Geneva, sans-serif;
| |
- | font-size: 13px;
| |
- | color:#333;
| |
- | }
| |
- | #talkbubble_c2 {
| |
- | width: 862px;
| |
- | height:400px;
| |
- | // background:#EFEFEF;
| |
- | background:#ffffff;
| |
- | position: relative;
| |
- | -moz-border-radius: 0px;
| |
- | -webkit-border-radius: 0px;
| |
- | border-radius: 10px;
| |
- | font-family: Tahoma, Geneva, sans-serif;
| |
- | font-size: 13px;
| |
- | color:#333;
| |
- | }
| |
- | #talkbubble_c3 {
| |
- | width: 859px;
| |
- | height:200px;
| |
- | background:#EFEFEF;
| |
- | // background:#ffffff;
| |
- | position: relative;
| |
- | -moz-border-radius: 0px;
| |
- | -webkit-border-radius: 0px;
| |
- | border-radius: 10px;
| |
- | font-family: Tahoma, Geneva, sans-serif;
| |
- | font-size: 13px;
| |
- | color:#333;
| |
- | }
| |
- | #talkbubble1 {
| |
- | width: 275px;
| |
- | height:330px;
| |
- | // background:#FAF0E6;
| |
- | background:#f2eada;
| |
- | position: relative;
| |
- | -moz-border-radius: 10px;
| |
- | -webkit-border-radius: 10px;
| |
- | border-radius: 10px;
| |
- | text-align: left;
| |
- | border-top-style: solid;
| |
- | border-right-style: solid;
| |
- | border-bottom-style: solid;
| |
- | border-left-style: solid;
| |
- | border-width: thin;
| |
- | border-top-color:#DCDCDC;
| |
- | border-right-color: #DCDCDC;
| |
- | border-bottom-color:#DCDCDC;
| |
- | border-left-color:#DCDCDC;
| |
- | font-size: 14px;
| |
- | color:#333;
| |
- | font-family: Tahoma, Geneva;
| |
- | }
| |
- | </style>
| |
- | </head>
| |
- | <body >
| |
- |
| |
- | <table width="899" border="0" cellspacing="10px" cellpadding="10px"align="center">
| |
- | <tr>
| |
- | <td valign="top">
| |
- | <h1 class="title"><strong>Medal Fulfillment</strong></h1>
| |
- | <p class="title1"> Bronze Medal</p>
| |
- | </br>
| |
- | <p><strong>Register the team, have a great summer, and plan to have fun at the Jamboree.</strong></p>
| |
- | <p> We registered our team as SUSTC-Shenzhen-A,enjoyed our great summer and autumn , and we're planning to having fun at the Asia Jamboree!</p>
| |
- | <p> </p>
| |
- | <p><strong>Successfully complete and submit this iGEM 2012 Judging form.</strong></p>
| |
- | <p> For our judging form, please click <a href="https://igem.org/2012_Judging_Form?id=767">here</a>.</p>
| |
- | <p> </p>
| |
- | <p><strong>Create and share a Description of the team's project using the iGEM wiki..</strong></p>
| |
- | <p> For our Overview of our first as well as main project (Biosearch) and second project(Biodesign),please click <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Project">here</a>.</p>
| |
- | <p> For individual abstracts:</p>
| |
- | <p> Please click <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Human_practice/Project">here</a> for Biosearch.</p>
| |
- | <p> Please click <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Biodesign">here</a> for Biodesign.</p>
| |
- | <p> </p>
| |
- | <p><strong>Develop and make available via The Registry of Software Tools an open source software tool that supports synthetic biology based on BioBrick standard biological parts.</strong></p>
| |
- | <p> For our download page of Biosearch, please click <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Download">here</a>.</p>
| |
- | <p> </p>
| |
- | <p> </p>
| |
- |
| |
- | <p class="title1"> Sliver Medal</p>
| |
- | </br>
| |
- | <p><strong>Provide a detailed, draft specification for the next version of your software tool.</strong></p>
| |
- | <p> Our next version of Biosearch is in the future plan. Please click <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Biosearch_Update">here</a> for more details.</p>
| |
- | <p> </p>
| |
- | <p><strong>Provide a second, distinct software tools project.</strong></p>
| |
- | <p> Our second software is Biodesign, a distinct iPhone app which enables you draft the cell in your pocket!.Please click <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Biodesign">here</a> for details!</p>
| |
- | <p> </p>
| |
- | <p> </p>
| |
- | <p class="title1"> Gold Medal</p>
| |
- | </br>
| |
- | <p><strong>Have another team utilize the software developed by your team.</strong></p>
| |
- | <p> </p>
| |
- | <p> Lots of teams utilized and complimented our app, giving a number of detailed user experiences and valuable comments. For more details, please click <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/User_Review">User Review</a>.</p>
| |
- | <p> </p>
| |
- |
| |
- | <p><strong>Outline and detail how your project effects Human Practice in Synthetic Biology.Such topics include: safety, security, ethics, or ownership, sharing, and innovation.</strong></p>
| |
- | <p> </p>
| |
- | <p> For safety issues (including safety, security, ethics,etc), as a team which devoted ourselves to iPhone app development, we didn’t create any lab product. For more information , please click <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Safety">Safety</a>.</p>
| |
- | <p> Sharing: please click <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Safety">Safety</a>.</p>
| |
- | <p> </p>
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | </td>
| |
- | </tr>
| |
- | </table>
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | <!-- end of header -->
| |
- |
| |
- | </body>
| |
- | </html>
| |
- | [[file:footbar.jpg|center]]
| |