-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtest_data.js
61 lines (61 loc) · 2.18 KB
/
test_data.js
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
{
"items" : [
{
"url" : "http:\/\/2008.igem.org\/Team:Calgary_Software\/Notebook and http:\/\/2008.igem.org\/Team:Calgary_Software\/Project",
"category" : "Circuit design and simulation",
"uri" : "http:\/\/igem.synbioreview.com\/20120421igem_soft_links.txt#EvoGEM",
"team" : "Calgary_Software",
"update" : "2008",
"status" : "not active",
"contact" : "igem@ucalgary.ca",
"type" : "Item",
"year" : "2008",
"label" : "EvoGEM",
"description" : "\"A software program that uses the registry of genetic parts provided by the iGEM competition. In this design, we used evolutionary and genetic strategies, which are useful modeling methods, especially when coupled with agent-based designs.\""
},
{
"url" : "http:\/\/2008.igem.org\/Team:Bologna\/Software",
"category" : "Repository",
"uri" : "http:\/\/igem.synbioreview.com\/20120421igem_soft_links.txt#ARQ",
"team" : "Bologna",
"update" : "2008",
"status" : "active",
"contact" : "igem@ucalgary.ca",
"type" : "Item",
"year" : "2008",
"label" : "ARQ",
"description" : "a Java tool to query the Registry"
}
],
"types" : {
"Item" : {
"uri" : "http:\/\/igem.synbioreview.com\/20120421igem_soft_links.txt#Item"
}
},
"properties" : {
"contact" : {
"uri" : "http:\/\/igem.synbioreview.com\/20120421igem_soft_links.txt#contact"
},
"status" : {
"uri" : "http:\/\/igem.synbioreview.com\/20120421igem_soft_links.txt#status"
},
"team" : {
"uri" : "http:\/\/igem.synbioreview.com\/20120421igem_soft_links.txt#team"
},
"url" : {
"uri" : "http:\/\/igem.synbioreview.com\/20120421igem_soft_links.txt#url"
},
"year" : {
"uri" : "http:\/\/igem.synbioreview.com\/20120421igem_soft_links.txt#year"
},
"category" : {
"uri" : "http:\/\/igem.synbioreview.com\/20120421igem_soft_links.txt#category"
},
"description" : {
"uri" : "http:\/\/igem.synbioreview.com\/20120421igem_soft_links.txt#description"
},
"update" : {
"uri" : "http:\/\/igem.synbioreview.com\/20120421igem_soft_links.txt#update"
}
}
}