-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsafety.html
More file actions
104 lines (101 loc) · 4.28 KB
/
safety.html
File metadata and controls
104 lines (101 loc) · 4.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<html>
<head>
<meta charset="UTF-8">
<title>Safety</title>
<link href="./assets/css/others.css" rel="stylesheet" type="text/css" />
<script src="https://code.jquery.com/jquery-3.7.1.min.js" type="text/javascript" charset="utf-8"></script>
<script src="./assets/js/nav.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div id="topper"></div>
<div id="safety">
<div class="head"><img src="./assets/src/USTC-Software_Safety.png" /></div>
<div class="pic"><img src="./assets/src/Sketch-Book-vintage.png" /></div>
<div class="content">
<div id="content1">
<div class="ques"><br>
<p>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, a re you using any version control
system such as Git, CVS, or SVN?</p>
</div>
<div class="ans">
<p>Yes, we use the iGEM Software repository at github.com/igemsoftware. </p>
</div>
</div>
<br>
<div id="content1">
<div class="ques">
<p>2. 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.</p>
</div>
<div class="ans">
<p>No, we don't store any private data. </p>
</div>
</div>
<br><br>
<div id="content1">
<div class="ques">
<p>
3. Does your software include any other security features? Please describe them here.
</p>
</div>
<div class="ans">
<p>No, we don't store any private data. </p>
</div>
</div>
<div id="content1">
<div class="ques">
<p>
4. 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?
</p>
</div>
<div class="ans">
<p>No </p>
</div>
</div>
<div id="content1">
<div class="ques">
<p>
5. 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?
</p>
</div>
<div class="ans">
<p>No </p>
</div>
</div>
<div id="content1">
<div class="ques">
<p>
6. Does your software include any other features that encourage the user to create safe
designs? Please describe them here.
</p>
</div>
<div class="ans">
<p>No </p>
</div>
</div>
<div id="content1">
<div class="ques">
<p>
7. Is your team also doing biological work in a wet lab ?
</p>
</div>
<div class="ans">
<p>No </p>
</div>
</div>
<div id="download">
<p><b>* Download a Safety <b>PDF</b></b></p>
<div class="pic"><a href="./assets/doc/USTC-Software_Safety.pdf"><img
src="./assets/src/USTC-Software_Download.png" /></a></div>
</div>
</div>
</div>
</body>
</html>