Team:SUSTC-Shenzhen-B/safety.html
From 2013.igem.org
(Difference between revisions)
(7 intermediate revisions not shown) | |||
Line 60: | Line 60: | ||
<a href="#" class="brand">SUSTC-ShenZhen-B</a> | <a href="#" class="brand">SUSTC-ShenZhen-B</a> | ||
<div class="right menu"> | <div class="right menu"> | ||
- | <a href=" | + | <a href="http://circuitplus.org" class="item">Visit Circuit+</a> |
</div> | </div> | ||
<div href="/" class="ui dropdown link item"> | <div href="/" class="ui dropdown link item"> | ||
- | iGEM | + | iGEM |
<span class="icon white caret"></span> | <span class="icon white caret"></span> | ||
<div class="menu"> | <div class="menu"> | ||
<a href="https://2013.igem.org/Main_Page" class="item">iGEM homepage</a> | <a href="https://2013.igem.org/Main_Page" class="item">iGEM homepage</a> | ||
+ | <a href="/Team:SUSTC-Shenzhen-B" class="item">wiki homepage</a> | ||
+ | <a href="https://igem.org/User_Information" class="item">My Account</a> | ||
<a href="/wiki/index.php?title=Team:SUSTC-Shenzhen-B/safety.html&action=edit" class="item">Edit</a> | <a href="/wiki/index.php?title=Team:SUSTC-Shenzhen-B/safety.html&action=edit" class="item">Edit</a> | ||
</div> | </div> | ||
Line 72: | Line 74: | ||
<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/ | + | <div href="/Team:SUSTC-Shenzhen-B/Software" class="ui dropdown link item active"> |
Software | Software | ||
<span class="white caret"></span> | <span class="white caret"></span> | ||
<div class="menu"> | <div class="menu"> | ||
<a href="circuitplus.html" class="item">Circuit+</a> | <a href="circuitplus.html" class="item">Circuit+</a> | ||
- | |||
<a href="tutorial.html" class="item">Tutorial</a> | <a href="tutorial.html" class="item">Tutorial</a> | ||
<a href="safety.html" class="item">Safety</a> | <a href="safety.html" class="item">Safety</a> | ||
- | |||
<a href="feedback.html" class="item">Feedback</a> | <a href="feedback.html" class="item">Feedback</a> | ||
<a href="future.html" class="item">Future</a> | <a href="future.html" class="item">Future</a> | ||
+ | <a href="lab.html" class="item">Lab Manager</a> | ||
+ | <a href="clotho.html" class="item">Clotho</a> | ||
</div> | </div> | ||
</div> | </div> | ||
- | + | <div href="/Team:SUSTC-Shenzhen-B/HumanPractice" class="ui dropdown link item"> | |
- | + | ||
- | <div href="/Team:SUSTC-Shenzhen-B/ | + | |
Human practice | Human practice | ||
<span class="white caret"></span> | <span class="white caret"></span> | ||
Line 95: | Line 95: | ||
</div> | </div> | ||
</div> | </div> | ||
- | <div href="/Team:SUSTC-Shenzhen-B/ | + | <a href="achievement.html" class="item">Achievement</a> |
+ | <div href="/Team:SUSTC-Shenzhen-B/Team" class="ui dropdown link item"> | ||
Team | Team | ||
<span class="white caret"></span> | <span class="white caret"></span> | ||
<div class="menu"> | <div class="menu"> | ||
<a href="about.html" class="item">About us</a> | <a href="about.html" class="item">About us</a> | ||
- | |||
<a href="notebook.html" class="item">Notebook</a> | <a href="notebook.html" class="item">Notebook</a> | ||
<a href="acknowledgement.html" class="item">Acknoledgement</a> | <a href="acknowledgement.html" class="item">Acknoledgement</a> | ||
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"> | + | <h1 class="ui dividing header">Safety</h1> |
- | <p class="lead">Below are | + | <p class="lead">Below are contens modified from iGEM Software Division Coding Practices Questionnaire</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"> | + | <a class="active item">Safety form</a> |
- | <a class="active item" | + | <a class="active item" href="/Team:SUSTC-Shenzhen-B">Back to Homepage</a> |
- | + | ||
</div> | </div> | ||
</div> | </div> | ||
<div class="page-container"> | <div class="page-container"> | ||
- | <h2 class="ui dividing header"> | + | <h2 class="ui dividing header">Safety form</h2> |
<section id="motivation"></section> | <section id="motivation"></section> | ||
<table class='ui table segment'> | <table class='ui table segment'> | ||
<thead> | <thead> | ||
<tr> | <tr> | ||
- | <th> | + | <th>No</th> |
- | <th> | + | <th>Question</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? | |
</td> | </td> | ||
<td> | <td> | ||
- | + | Yes, we have uploaded our software to the iGEM Software repository. | |
</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 addre | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Latest revision as of 03:47, 29 October 2013
Safety
Below are contens modified from iGEM Software Division Coding Practices Questionnaire
Safety form
No | Question | Answer |
---|---|---|
1 | 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? | Yes, we have uploaded our software to the iGEM Software repository. |
2a |
Does your software store any private data supplied by the user? (For example: the user's name and email addre
|