Team:SUSTC-Shenzhen-B/safety.html

From 2013.igem.org

(Difference between revisions)
Line 72: Line 72:
         <a href="project.html" class="item">Overview</a>
         <a href="project.html" class="item">Overview</a>
         <a href="standard.html" class="item">Standard and database</a>
         <a href="standard.html" class="item">Standard and database</a>
-
         <div href="/Team:SUSTC-Shenzhen-B/Project" class="ui dropdown link item active">
+
         <div href="/Team:SUSTC-Shenzhen-B/Project" class="ui dropdown link item">
           Software
           Software
           <span class="white caret"></span>
           <span class="white caret"></span>
Line 95: Line 95:
           </div>
           </div>
         </div>
         </div>
-
         <div href="/Team:SUSTC-Shenzhen-B/Project" class="ui dropdown link item">
+
         <div href="/Team:SUSTC-Shenzhen-B/Project" class="ui dropdown link item active">
           Team
           Team
           <span class="white caret"></span>
           <span class="white caret"></span>
Line 111: Line 111:
         <div id="overview" class="container">
         <div id="overview" class="container">
           <div class="introduction">
           <div class="introduction">
-
             <h1 class="ui dividing header">Safety</h1>
+
             <h1 class="ui dividing header">Achievement</h1>
-
             <p class="lead">Below are contens modified from iGEM Software Division Coding Practices Questionnaire</p>
+
             <p class="lead">Below are requirements and our achievements.</p>
           </div>
           </div>
         </div>
         </div>
Line 120: Line 120:
       <div class="peek">
       <div class="peek">
         <div class="ui vertical pointing secondary menu">
         <div class="ui vertical pointing secondary menu">
-
           <a class="active item">Safety form</a>
+
           <a class="active item">Bronze Medal requiement</a>
-
           <a class="item">Privacy policy</a>
+
           <a class="active item">Silver Medal requirement</a>
 +
          <a class="active item">Gold Medal requirement</a>
         </div>
         </div>
       </div>
       </div>
       <div class="page-container">
       <div class="page-container">
-
         <h2 class="ui dividing header">Safety form</h2>
+
         <h2 class="ui dividing header">Bronze Medal requirement</h2>
         <section id="motivation"></section>
         <section id="motivation"></section>
 +
        <p>To earn a Silver Medal, in addition to the Bronze Medal requirements, a team must do ONE of the following:</p>
         <table class='ui table segment'>
         <table class='ui table segment'>
           <thead>
           <thead>
             <tr>
             <tr>
-
               <th>No</th>
+
               <th>Requirement</th>
-
               <th>Question</th>
+
               <th>Achievement</th>
-
              <th>Answer</th>
+
             </tr>
             </tr>
           </thead>
           </thead>
           <tbody>
           <tbody>
               <tr>
               <tr>
-
                <td>1</td>
 
                 <td>
                 <td>
-
                   Are you using the iGEM Software repository at github.com/igemsoftware? If you have instead stored your code elsewhere, please explain where and why you have put it there. If your code is not in the iGEM repository, are you using any version control system such as Git, CVS, or SVN?
+
                   Provide a detailed, draft specification for the next version of your software tool
                 </td>
                 </td>
                 <td>
                 <td>
-
                   Yes, we have uploaded our software to the iGEM Software repository.
+
                   See <a href="future.html" target="_blank">future</a> part of this wiki.
                 </td>
                 </td>
               </tr>
               </tr>
               <tr>
               <tr>
-
                <td>2a</td>
 
                 <td>
                 <td>
-
                   Does your software store any private data supplied by the user? (For example: the user's name and email address, passwords, DNA sequences, circuit designs, etc.) If yes, please describe what kind of data is stored. If no, skip the rest of this question and move on to question 3.
+
                   Provide a second, distinct (yet complementary) software tools project.
                 </td>
                 </td>
                 <td>
                 <td>
-
                   Yes, our software stores user's name, e-mail address, passwords, experiment data and circuit designs supplied by the users. It also stores chat records between users. But people can choose to open their e-mail address,experiment data and circuit designs to the public. And we advocate this.
+
                   We have put <a href="clotho.html" target="_blank">Circuit List</a>, which is Clotho verion of Circuit+.
                 </td>
                 </td>
               </tr>
               </tr>
               <tr>
               <tr>
-
                <td>2b</td>
 
                 <td>
                 <td>
-
                   What is the URL or IP address where the user's private data is stored? Where is the physical computer or hard drive that contains the user's private data?
+
                   Provide a demonstration of their software either as a textual or video tutorial made available on their wiki. This tutorial should explain all the features of the tool as well as provide sample input and output as appropriate.
                 <td>
                 <td>
-
                   Our website is <a href="http://circuitplus.org/" target="_blank">http://circuitplus.org/</a>. Our database is stored in the Internet. For the place of user's private data, there is a file that stores all data of one certain user's information. The URL is not final defined yet. But it would be ordered perfectly. We will upload a text file (.txt) to define all URL after the software is completed. And for the local data, users can set the file path and store data both on the Internet and physical computer.
+
                   See <a href="tutorial.html" target="_blank">tutorial</a> part of this wiki.
                 </td>
                 </td>
               </tr>
               </tr>
 +
          </tbody>
 +
        </table>
 +
      </div>
 +
      <h2 class="ui dividing header">Bronze Medal requirement</h2>
 +
        <section id="motivation"></section>
 +
        <table class='ui table segment'>
 +
          <thead>
 +
            <tr>
 +
              <th>Requirement</th>
 +
              <th>Achievement</th>
 +
            </tr>
 +
          </thead>
 +
          <tbody>
               <tr>
               <tr>
-
                <td>2c</td>
 
                 <td>
                 <td>
-
                   Please describe any encryption, password protection, etc. that you use to protect the user's data. (It is not mandatory to have such protections, but if you do, describe them.)
+
                   Register the team, have a great summer, and have fun attending the Jamboree.
                 </td>
                 </td>
                 <td>
                 <td>
-
                   We do not store users’ password by clear-text passwords or reversible encryption. Meanwhile, we use the prevailing and secure Salt + Hash method to store users’ password. In this way, despite that the server is compromised, the hacker still cannot get the original passwords.
+
                   We really enjoyed the whole summer of learning, coding, debating and laghing. You can also see our <a href="about.html">about</a> us page of wiki.
                 </td>
                 </td>
               </tr>
               </tr>
               <tr>
               <tr>
-
                <td>3</td>
 
                 <td>
                 <td>
-
                   Does your software include any other security features? Please describe them here.
+
                   Create and share a description of the team's project via the iGEM wiki.
 +
                </td>
                 <td>
                 <td>
-
                   Yes. We do not record any information related to users’ account or IP to correspond to users’ uploaded information in any way wherever it states Complete Anonymous. We will not ask for signing in unless to make sure this user is a registered user. Though in this way, users’ information is still away to be recorded.
+
                   Thank you for watching our wiki now!
                 </td>
                 </td>
               </tr>
               </tr>
               <tr>
               <tr>
-
                <td>4</td>
 
                 <td>
                 <td>
-
                   Does your software let the user create a design by choosing parts/genes from a list/database, such as the Registry? If so, which lists/databases are included? Is there any restriction on which parts/genes the user can choose?
+
                   Present a Poster and Talk at the iGEM Jamboree.
 +
                <td>
 +
                  Believe us, we will do it!
                 </td>
                 </td>
 +
              </tr>
 +
              <tr>
                 <td>
                 <td>
-
                   No.
+
                   Develop and make available via The Registry of Software Toolsan open source software tool that supports synthetic biology based on-BioBrick standard biological parts (remember, the iGEM judges will be looking for substantial team-based software projects).
 +
                <td>
 +
                  这个是什么意思?
                 </td>
                 </td>
               </tr>
               </tr>
 +
          </tbody>
 +
        </table>
 +
      </div>
 +
      <h2 class="ui dividing header">Glod Medal requirement</h2>
 +
        <section id="motivation"></section>
 +
        <p>To earn a Gold Medal, in addition to the Silver Medal requirements, a team must:</p>
 +
        <table class='ui table segment'>
 +
          <thead>
 +
            <tr>
 +
              <th>Requirement</th>
 +
              <th>Achievement</th>
 +
            </tr>
 +
          </thead>
 +
          <tbody>
               <tr>
               <tr>
-
                <td>5</td>
 
                 <td>
                 <td>
-
                   Does your software allow users to write new data into any public lists or databases? If so, do you check the new data for errors before allowing it to be written?
+
                   Have another team utilized the software developed by your team. You must clearly show how your software was used and the results that were obtained?
 +
                </td>
                 <td>
                 <td>
-
                   Yes, users are allowed to submit their own circuit. The information will be added to our own database. Before this, we will check it for errors.
+
                   See <a href="achievement.html" target="_blank">achievement</a> part of this wiki.
                 </td>
                 </td>
               </tr>
               </tr>
               <tr>
               <tr>
-
                <td>6</td>
 
                 <td>
                 <td>
-
                   Does your software include any other features that encourage the user to create safe designs? Please describe them here.
+
                   Outline and detail how your software effects Human Practices in Synthetic Biology. Such topics include: safety, security, ethics, or ownership, sharing, and innovation.
                 </td>
                 </td>
                 <td>
                 <td>
-
                   We set two kinds of registered users, average and professional. The professional users have an addition function that they can audit circuit information submitted by all users. On one hand, the audition will encourage users to make their design safer to earn satisfaction. On the other hand, the privilege can lead average users become professional; in turn the submitted designs will be safer.
+
                   One of the key points of Circuit+ is to promote sharing gene circuits. And using Mindmap, we can popularize synthetic biology from specialists to average people by asking them thinking of crazy ideas and put them on Mindmap. Meanwhile, using Mindmap to present circuits is one kind of innovation.
                 </td>
                 </td>
               </tr>
               </tr>
               <tr>
               <tr>
-
                <td>7</td>
 
                 <td>
                 <td>
-
                  Is your team also doing biological work in a wet lab?
+
                  In place of requirement two, a team may instead use SBOL in your software documentation.
 +
                <td>
 +
                  Circuit+ supports importing and exporting data in form of SBOL.
                 </td>
                 </td>
 +
              </tr>
 +
              <tr>
                 <td>
                 <td>
-
                   No.
+
                  Develop and document a new technical standard that supports one of the following: 1.  design of BioBrick Parts or Devices; 2.  construction of BioBrick Parts or Devices; 3.  characterization of BioBrick Parts or Devices; 4.  the analysis, modeling, and simulation of BioBrick Parts or Devices; 5.  the sharing of BioBrick Parts or Devices, either via physical DNA or as information via the internet.
 +
                <td>
 +
                   We have two technical standards to define gene circuits and logical gene gate.
 +
                </td>
 +
              </tr>
 +
              <tr>
 +
                <td>
 +
                  Build upon existing software from a previous iGEM competition found on the The Registry of Software Tools
 +
                <td>
 +
                  This year we put TTEC into Clotho. TTEC is last year’s project of SUSTC-Shenzhen-B.
                 </td>
                 </td>
               </tr>
               </tr>
           </tbody>
           </tbody>
         </table>
         </table>
-
        <h2 class="ui dividing header">Privacy policy</h2>
 
-
        <section id="motivation"></section>
 
       </div>
       </div>
     </div>
     </div>

Revision as of 09:23, 28 October 2013

SUSTC-ShenZhen-B

Achievement

Below are requirements and our achievements.

Bronze Medal requirement

To earn a Silver Medal, in addition to the Bronze Medal requirements, a team must do ONE of the following:

Requirement Achievement
Provide a detailed, draft specification for the next version of your software tool See future part of this wiki.
Provide a second, distinct (yet complementary) software tools project. We have put Circuit List, which is Clotho verion of Circuit+.
Provide a demonstration of their software either as a textual or video tutorial made available on their wiki. This tutorial should explain all the features of the tool as well as provide sample input and output as appropriate. See tutorial part of this wiki.

Bronze Medal requirement

Requirement Achievement
Register the team, have a great summer, and have fun attending the Jamboree. We really enjoyed the whole summer of learning, coding, debating and laghing. You can also see our about us page of wiki.
Create and share a description of the team's project via the iGEM wiki. Thank you for watching our wiki now!
Present a Poster and Talk at the iGEM Jamboree. Believe us, we will do it!
Develop and make available via The Registry of Software Toolsan open source software tool that supports synthetic biology based on-BioBrick standard biological parts (remember, the iGEM judges will be looking for substantial team-based software projects). 这个是什么意思?

Glod Medal requirement

To earn a Gold Medal, in addition to the Silver Medal requirements, a team must:

Requirement Achievement
Have another team utilized the software developed by your team. You must clearly show how your software was used and the results that were obtained? See achievement part of this wiki.
Outline and detail how your software effects Human Practices in Synthetic Biology. Such topics include: safety, security, ethics, or ownership, sharing, and innovation. One of the key points of Circuit+ is to promote sharing gene circuits. And using Mindmap, we can popularize synthetic biology from specialists to average people by asking them thinking of crazy ideas and put them on Mindmap. Meanwhile, using Mindmap to present circuits is one kind of innovation.
In place of requirement two, a team may instead use SBOL in your software documentation. Circuit+ supports importing and exporting data in form of SBOL.
Develop and document a new technical standard that supports one of the following: 1. design of BioBrick Parts or Devices; 2. construction of BioBrick Parts or Devices; 3. characterization of BioBrick Parts or Devices; 4. the analysis, modeling, and simulation of BioBrick Parts or Devices; 5. the sharing of BioBrick Parts or Devices, either via physical DNA or as information via the internet. We have two technical standards to define gene circuits and logical gene gate.
Build upon existing software from a previous iGEM competition found on the The Registry of Software Tools This year we put TTEC into Clotho. TTEC is last year’s project of SUSTC-Shenzhen-B.

Retrieved from "http://2013.igem.org/Team:SUSTC-Shenzhen-B/safety.html"