Team:SYSU-Software/saft

From 2013.igem.org

(Difference between revisions)
Line 35: Line 35:
     <div id="safety-q1">
     <div id="safety-q1">
       <span id="q1-light"><img src="https://static.igem.org/mediawiki/2013/d/d2/Pin4.png"></span>
       <span id="q1-light"><img src="https://static.igem.org/mediawiki/2013/d/d2/Pin4.png"></span>
-
       <span id="q1-text">Q1: What’s the “wishing” part, you ask? </span>
+
       <span id="q1-text">Q1: 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?</span>
       <div id="q1-image"><img src="https://static.igem.org/mediawiki/2013/f/f1/Q1-image.png"></div>
       <div id="q1-image"><img src="https://static.igem.org/mediawiki/2013/f/f1/Q1-image.png"></div>
       <span id="q1-pen"><img src="https://static.igem.org/mediawiki/2013/f/f4/Pin2.png"></span>
       <span id="q1-pen"><img src="https://static.igem.org/mediawiki/2013/f/f4/Pin2.png"></span>
       <span id="q1-answer">
       <span id="q1-answer">
-
        Wee Society came bouncing into the world one year ago today. We can’t quite believe it, but it’s true. Wee are 1!<br>
+
      We will push our code to github.com/igemsoftware in time. However, the network connection between an overseas server and us is not satisfactory. So our code is stored at https://git.oschina.net/guoskyhero/igem2013_sysu/, and we use Git as the version control system. If there is any demand for our code, please feel free to contact us.
-
        Since the launch of our very first app, we’ve been hard at work coming up with new ways to delight little and big people<br>
+
-
        alike. It’s been more fun than we could have imagined—and we have crazy imaginations.But instead of telling you all the<br>
+
-
        highlights, we thought it would be more fun to show you. Have a look. And remember, there’s more where that came from.  
+
       </span>
       </span>
     </div>
     </div>
Line 49: Line 49:
     <div id="safety-q2">
     <div id="safety-q2">
       <span id="q2-light"><img src="https://static.igem.org/mediawiki/2013/d/d2/Pin4.png"></span>
       <span id="q2-light"><img src="https://static.igem.org/mediawiki/2013/d/d2/Pin4.png"></span>
-
       <span id="q2-text">Q2: What’s the “wishing” part, you ask?</span>
+
       <span id="q2-text">Q2: a. 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. </span>
       <span id="q2-pen"><img src="https://static.igem.org/mediawiki/2013/f/f4/Pin2.png"></span>
       <span id="q2-pen"><img src="https://static.igem.org/mediawiki/2013/f/f4/Pin2.png"></span>
       <span id="q2-answer">
       <span id="q2-answer">
-
         Wee Society came bouncing into the world one year ago today. We can’t quite believe it, but it’s true. Wee are 1!<br>
+
         Yes, our software stores user's name, gender, password, DNA sequences, circuit designs.
-
        Since the launch of our very first app, we’ve been hard at work coming up with new ways to delight little and big people <br>
+
      </span>
-
        alike. It’s been more fun than we could have imagined—and we have crazy imaginations.But instead of telling you all the <br>
+
      <span id="q2-light"><img src="https://static.igem.org/mediawiki/2013/d/d2/Pin4.png"></span>
-
         highlights, we thought it would be more fun to show you. Have a look. And remember, there’s more where that came from. </span>
+
      <span id="q2-text">Q2: b. 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?</span>
 +
 
 +
      <span id="q2-pen"><img src="https://static.igem.org/mediawiki/2013/f/f4/Pin2.png"></span>
 +
      <span id="q2-answer">
 +
         User's private data is stored on user's own PC or server.
 +
      </span>
 +
      <span id="q2-light"><img src="https://static.igem.org/mediawiki/2013/d/d2/Pin4.png"></span>
 +
      <span id="q2-text">Q2: c. 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.)</span>
 +
 
 +
      <span id="q2-pen"><img src="https://static.igem.org/mediawiki/2013/f/f4/Pin2.png"></span>
 +
      <span id="q2-answer">
 +
        User's password is encrypted by Message-Digest Algorithm 5 (MD5).
 +
      </span>
     </div>
     </div>
-
     <div id="q3"></div>
+
     <div id="safety-q3">
 +
      <span id="q3-light"><img src="https://static.igem.org/mediawiki/2013/d/d2/Pin4.png"></span>
 +
      <span id="q3-text">Q3: Does your software include any other security features? Please describe them here.</span>
 +
 
 +
      <span id="q3-pen"><img src="https://static.igem.org/mediawiki/2013/f/f4/Pin2.png"></span>
 +
      <span id="q3-answer">
 +
        The users are required to log in before using the software, and their designs are stored in their own account. We use a cryptographic algorithm to encrypt the user name and password when it is thansfered between the client and server. What's more, we  create a different session key each time before the user login, which can resist the replay attack.
 +
      </span>
 +
    </div>
 +
 
 +
    <div id="safety-q4">
 +
      <span id="q4-light"><img src="https://static.igem.org/mediawiki/2013/d/d2/Pin4.png"></span>
 +
      <span id="q4-text">Q4: 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?
 +
</span>
 +
 
 +
      <span id="q4-pen"><img src="https://static.igem.org/mediawiki/2013/f/f4/Pin2.png"></span>
 +
      <span id="q4-answer">
 +
        Yes, our software let the users create a design by choosing parts/gene from the Registry. We didn't set restriction on which parts the user can choose, as the parts in the Registry is believed safe.
 +
      </span>
 +
    </div>
 +
 
 +
    <div id="safety-q5">
 +
      <span id="q5-light"><img src="https://static.igem.org/mediawiki/2013/d/d2/Pin4.png"></span>
 +
      <span id="q5-text">Q5: 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?
 +
</span>
 +
 
 +
      <span id="q5-pen"><img src="https://static.igem.org/mediawiki/2013/f/f4/Pin2.png"></span>
 +
      <span id="q5-answer">
 +
        No, our software doesn't allow users to write new data into public lists or database.
 +
      </span>
 +
    </div>
 +
 
 +
    <div id="safety-q6">
 +
      <span id="q6-light"><img src="https://static.igem.org/mediawiki/2013/d/d2/Pin4.png"></span>
 +
      <span id="q6-text">Q6: 6. Does your software include any other features that encourage the user to create safe
 +
designs? Please describe them here.</span>
 +
 
 +
      <span id="q6-pen"><img src="https://static.igem.org/mediawiki/2013/f/f4/Pin2.png"></span>
 +
      <span id="q6-answer">
 +
        We set some reminders in the software, which encourage the user to create safe designs.
 +
      </span>
 +
    </div>
 +
 
 +
    <div id="safety-q7">
 +
      <span id="q7-light"><img src="https://static.igem.org/mediawiki/2013/d/d2/Pin4.png"></span>
 +
      <span id="q7-text">Q7: Is your team also doing biological work in a wet lab?</span>
 +
 
 +
      <span id="q7-pen"><img src="https://static.igem.org/mediawiki/2013/f/f4/Pin2.png"></span>
 +
      <span id="q7-answer">
 +
        If so, you need to complete the iGEM Biosafety form on 2013.igem.org/Safety.
 +
      </span>
 +
    </div>
   </div>
   </div>

Revision as of 13:27, 25 September 2013

Team:SYSU-Software new

Q1: 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?
We will push our code to github.com/igemsoftware in time. However, the network connection between an overseas server and us is not satisfactory. So our code is stored at https://git.oschina.net/guoskyhero/igem2013_sysu/, and we use Git as the version control system. If there is any demand for our code, please feel free to contact us.
Q2: a. 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. Yes, our software stores user's name, gender, password, DNA sequences, circuit designs. Q2: b. 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? User's private data is stored on user's own PC or server. Q2: c. 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.) User's password is encrypted by Message-Digest Algorithm 5 (MD5).
Q3: Does your software include any other security features? Please describe them here. The users are required to log in before using the software, and their designs are stored in their own account. We use a cryptographic algorithm to encrypt the user name and password when it is thansfered between the client and server. What's more, we create a different session key each time before the user login, which can resist the replay attack.
Q4: 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? Yes, our software let the users create a design by choosing parts/gene from the Registry. We didn't set restriction on which parts the user can choose, as the parts in the Registry is believed safe.
Q5: 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? No, our software doesn't allow users to write new data into public lists or database.
Q6: 6. Does your software include any other features that encourage the user to create safe designs? Please describe them here. We set some reminders in the software, which encourage the user to create safe designs.
Q7: Is your team also doing biological work in a wet lab? If so, you need to complete the iGEM Biosafety form on 2013.igem.org/Safety.