-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsuperds-config.json
105 lines (105 loc) · 2.14 KB
/
superds-config.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
{
"catalog_name": "DataCat",
"logo_path": "",
"link_color": "#142f64",
"link_hover_color": "#1f99d6",
"social_links": {
"about": "https://www.crc1451.uni-koeln.de/",
"documentation": "https://rdm.sfb1451.de/publication-catalog/",
"github": null,
"x": "https://twitter.com/crc1451"
},
"dataset_options": {
"default_tab": "subdatasets",
"include_metadata_export": false
},
"property_sources": {
"dataset": {
"dataset_id": {
"rule": "single",
"source": "any"
},
"dataset_version": {
"rule": "single",
"source": [
"metalad_core",
"tabby"
]
},
"type": {
"rule": "single",
"source": [
"metalad_core",
"tabby"
]
},
"children": {
"rule": "merge",
"source": "any"
},
"name": {
"rule": "priority",
"source": [
"we_cff",
"datacite_gin",
"tabby",
"metalad_studyminimeta",
"bids_dataset"
]
},
"short_name": {},
"description": {
"rule": "priority",
"source": [
"we_cff",
"datacite_gin",
"tabby",
"metalad_studyminimeta",
"catalog_readme",
"bids_dataset"
]
},
"doi": {},
"url": {
"rule": "merge",
"source": "any"
},
"authors": {
"rule": "priority",
"source": [
"we_cff",
"datacite_gin",
"metalad_studyminimeta",
"bids_dataset",
"tabby",
"metalad_core"
]
},
"keywords": {
"rule": "merge",
"source": "any"
},
"license": {},
"funding": {
"rule": "merge",
"source": "any"
},
"publications": {
"rule": "merge",
"source": "any"
},
"subdatasets": {
"rule": "merge",
"source": "any"
},
"additional_display": {
"rule": "merge",
"source": "any"
},
"top_display": {
"rule": "merge",
"source": "any"
}
}
}
}