-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCollDescriptions.json
152 lines (152 loc) · 3.54 KB
/
CollDescriptions.json
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"identifier": "test/44a4958fe449befb34a8",
"name": "CollectionDescriptions",
"schema": {
"type": "object",
"title": "CollectionDescriptions",
"required": [
"instituteId",
"ror"
],
"properties": {
"id": {
"type": "string",
"cordra": {
"type": {
"autoGeneratedField": "handle"
}
}
},
"desctitle": {
"type": "string",
"title": "Description",
"cordra": {
"preview": {
"showInPreview": "true"
}
}
},
"instituteId": {
"type": "string",
"cordra": {
"type": {
"handleReference": {
"types": [
"CETAFInst"
]
}
}
}
},
"ror": {
"type": "string",
"format": "uri",
"title": "ROR ID"
},
"outstanding": {
"type": "string",
"title": "Outstanding collection features"
},
"indexsemnium": {
"type": "string",
"title": "Does your institution have an Index Seminum?"
},
"sizeliving": {
"type": "string",
"title": "Size and importance of living collections"
},
"dnaseed": {
"type": "string",
"title": "DNA/Seed sample exchange"
},
"dnabank": {
"type": "string",
"title": "Does your institution have a DNA bank?"
},
"dnasamples": {
"type": "number",
"title": "Number of DNA samples"
},
"seedbank": {
"type": "string",
"title": "Does your institution have a seed bank?"
},
"seedsamples": {
"type": "number",
"title": "Number of seed samples"
},
"outgoing": {
"type": "number",
"title": "Number of outgoing loans (parcels / specimens) per year"
},
"scivisitor": {
"type": "number",
"title": "Number of scientific visitors per year"
},
"accesssions": {
"type": "number",
"title": "Number of accessions (specimens) per year"
},
"taxonomy1": {
"type": "array",
"title": "Earth Sciences",
"items": {
"type": "array",
"title": "Main Category",
"items": [
{
"type": "string",
"title": "Typology"
},
{
"type": "number",
"title": "Primary Type"
},
{
"type": "number",
"title": "Individual Specimens/Objects"
},
{
"type": "string",
"title": "Registered Cards"
},
{
"type": "string",
"title": "Recorded Cards in database"
}
]
}
},
"taxonomy2": {
"type": "array",
"title": "Life Sciences",
"items": {
"type": "array",
"title": "Main Category",
"items": [
{
"type": "string",
"title": "Typology"
},
{
"type": "number",
"title": "Primary Type"
},
{
"type": "number",
"title": "Specimen"
},
{
"type": "string",
"title": "Registered Records"
},
{
"type": "string",
"title": "Recorded Cards in database"
}
]
}
}
}
}
}