Skip to content

Commit 64c5815

Browse files
add: configs
1 parent 0bb321e commit 64c5815

File tree

2 files changed

+269
-0
lines changed

2 files changed

+269
-0
lines changed

src/config/options.prod.json

Lines changed: 214 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,214 @@
1+
{
2+
"spotUrl": "https://samplelocator.bbmri.de/backend",
3+
"siteMappings": {
4+
"aachen": "Aachen",
5+
"augsburg": "Augsburg",
6+
"berlin": "Berlin",
7+
"bonn-test": "Bonn",
8+
"dresden": "Dresden",
9+
"essen": "Essen",
10+
"frankfurt": "Frankfurt",
11+
"freiburg": "Freiburg",
12+
"freiburg-test": "Freiburg-Test",
13+
"goettingen": "Göttingen",
14+
"heidelberg": "Heidelberg",
15+
"hannover": "Hannover",
16+
"luebeck": "Lübeck",
17+
"mannheim": "Mannheim",
18+
"mainz": "Mainz",
19+
"muenchen-mpi-test": "München MPI-Test",
20+
"erlangen": "Erlangen",
21+
"muenster": "Münster",
22+
"marburg": "Marburg",
23+
"regensburg": "Regensburg",
24+
"wuerzburg": "Würzburg"
25+
},
26+
"chartOptions": {
27+
"gender": {
28+
"legendMapping": {
29+
"male": "Male",
30+
"female": "Female",
31+
"unknown": "Unknown",
32+
"other": "Divers / intersex"
33+
}
34+
},
35+
"sample_kind": {
36+
"tooltips": {
37+
"tissue-ffpe": "Tissue (FFPE)",
38+
"tissue-frozen": "Tissue snap frozen",
39+
"tissue-other": "Other tissue storage",
40+
"whole-blood": "Whole blood",
41+
"blood-serum": "Serum",
42+
"blood-plasma": "Plasma",
43+
"buffy-coat": "Buffy coat",
44+
"peripheral-blood-cells-vitals": "Peripheral blood cells",
45+
"dried-whole-blood": "Dried whole blood",
46+
"swab": "Swab",
47+
"ascites": "Ascites",
48+
"stool-faeces": "Faeces",
49+
"urine": "Urine",
50+
"csf-liquor": "Liquor/CSF",
51+
"bone-marrow": "Bone marrow",
52+
"saliva": "Saliva",
53+
"liquid-other": "Other liquid biosample",
54+
"dna": "DNA",
55+
"rna": "RNA",
56+
"derivative-other": "Other derivative"
57+
}
58+
}
59+
},
60+
"tableOptions": {
61+
"headerData": [
62+
{
63+
"title": "Sites",
64+
"dataKey": "site"
65+
},
66+
{
67+
"title": "Patients",
68+
"dataKey": "patient"
69+
},
70+
{
71+
"title": "Specimens",
72+
"dataKey": "specimen"
73+
}
74+
]
75+
},
76+
"resultSummaryOptions": {
77+
"title": "Results",
78+
"infoButtonText": "To make re-identification more difficult, results of each site are modified slightly and rounded. If a location reports no match, zero is displayed for that location.",
79+
"dataTypes": [
80+
{
81+
"title": "Sites",
82+
"dataKey": "collections"
83+
},
84+
{
85+
"title": "Patients",
86+
"dataKey": "patient"
87+
},
88+
{
89+
"title": "Specimens",
90+
"dataKey": "specimen"
91+
}
92+
]
93+
},
94+
"negotiateOptions": {
95+
"url": "https://negotiator.bbmri-eric.eu/api/v3/requests",
96+
"authorizationHeader": "Basic YmJtcmktZGlyZWN0b3J5Omw5RFJLVUROcTBTbDAySXhaUGQ2",
97+
"siteMappings": [
98+
{
99+
"site": "Aachen",
100+
"collection": "bbmri-eric:ID:DE_RWTHCBMB:collection:RWTHCBMB_BC",
101+
"site_id": "bbmri-eric:ID:DE_RWTHCBMB",
102+
"collection_name": "Collection of RWTH cBMB Broad Consent Aachen"
103+
},
104+
{
105+
"site": "Augsburg",
106+
"collection": "bbmri-eric:ID:DE_ACBB:collection:LIQUID",
107+
"site_id": "bbmri-eric:ID:DE_ACBB",
108+
"collection_name": "ACBB collection Liquid"
109+
},
110+
{
111+
"site": "Berlin",
112+
"collection": "bbmri-eric:ID:DE_ZeBanC:collection:COVID19",
113+
"site_id": "bbmri-eric:ID:DE_ZeBanC",
114+
"collection_name": "Existing collection of COVID-19 cases"
115+
},
116+
{
117+
"site": "Bonn",
118+
"site_id": "bbmri-eric:ID:DE_BBB",
119+
"collection": "bbmri-eric:ID:DE_BBB:collection:MainCollection",
120+
"collection_name": "Main collection BioBank Bonn"
121+
},
122+
{
123+
"site": "Dresden",
124+
"collection": "bbmri-eric:ID:DE_BBD:collection:DILB",
125+
"site_id": "bbmri-eric:ID:DE_BBD",
126+
"collection_name": "Dresden Integrated Liquid Biobank"
127+
},
128+
{
129+
"site": "Essen",
130+
"collection": "bbmri-eric:ID:DE_BMBN:collection:Main_collection",
131+
"site_id": "bbmri-eric:ID:DE_BMBN",
132+
"collection_name": "Main Collection of the BioMaterial Bank Nord"
133+
},
134+
{
135+
"site": "Göttingen",
136+
"collection": "bbmri-eric:ID:DE_UMGB:collection:UMG-startegy",
137+
"site_id": "bbmri-eric:ID:DE_UMGB:collection",
138+
"collection_name": "UMGöttingen Collection"
139+
},
140+
{
141+
"site": "Frankfurt",
142+
"site_id": "bbmri-eric:ID:DE_iBDF",
143+
"collection": "bbmri-eric:ID:DE_iBDF:collection:UCT",
144+
"collection_name": "UCT Biobank Frankfurt"
145+
},
146+
{
147+
"site": "Freiburg",
148+
"site_id": "bbmri-eric:ID:DE_FREEZE-Biobank",
149+
"collection": "bbmri-eric:ID:DE_FREEZE-Biobank:collection:FREEZE-Liquid",
150+
"collection_name": "FREEZE-Liquid"
151+
},
152+
{
153+
"site": "Hannover",
154+
"site_id": "bbmri-eric:ID:DE_HUB",
155+
"collection": "bbmri-eric:ID:DE_HUB:collection:ProBase",
156+
"collection_name": "Collection Probase Hannover"
157+
},
158+
{
159+
"site": "Heidelberg",
160+
"site_id": "bbmri-eric:ID:DE_BMBH",
161+
"collection": "bbmri-eric:ID:DE_BMBH:collection:Lungenbiobank",
162+
"collection_name": "Lungenbiobank Heidelberg"
163+
},
164+
{
165+
"site": "Leipzig",
166+
"site_id": "bbmri-eric:ID:DE_LMB",
167+
"collection": "bbmri-eric:ID:DE_LMB:collection:LIFE_ADULT",
168+
"collection_name": "LIFE-Adult-Study Basis Leipzig"
169+
},
170+
{
171+
"site": "Lübeck",
172+
"collection": "bbmri-eric:ID:DE_ICBL:collection:ICBL",
173+
"site_id": "bbmri-eric:ID:DE_ICBL",
174+
"collection_name": "Main Collection ICB-Lübeck"
175+
},
176+
{
177+
"site": "München-HMGU",
178+
"site_id": "bbmri-eric:ID:DE_Helmholtz-MuenchenBiobank",
179+
"collection": "bbmri-eric:ID:DE_Helmholtz-MuenchenBiobank:collection:DE_KORA",
180+
"collection_name": "Cooperative Health Research in the Region of Augsburg"
181+
},
182+
{
183+
"site": "Mannheim",
184+
"site_id": "bbmri-eric:ID:DE_BioPsy",
185+
"collection": "bbmri-eric:ID:DE_BioPsy:collection:Main_collecion",
186+
"collection_name": "Biobank of the Center for Innovative Psychiatric and Psychotherapeutic Research"
187+
},
188+
{
189+
"site": "Marburg",
190+
"site_id": "bbmri-eric:ID:DE_CBBMR",
191+
"collection": "bbmri-eric:ID:DE_CBBMR:collection:main",
192+
"collection_name": "Main Collectiion CBBMR"
193+
},
194+
{
195+
"site": "Münster",
196+
"site_id": "bbmri-eric:ID:DE_CBBMR",
197+
"collection": "bbmri-eric:ID:DE_CBBMR:collection:main",
198+
"collection_name": "Main Collectiion CBBMR"
199+
},
200+
{
201+
"site": "Regensburg",
202+
"site_id": "bbmri-eric:ID:DE_ZBR",
203+
"collection": "bbmri-eric:ID:DE_ZBR:collection:Tissue",
204+
"collection_name": "Tissue Samples"
205+
},
206+
{
207+
"site": "Würzburg",
208+
"site_id": "bbmri-eric:ID:DE_ibdw",
209+
"collection": "bbmri-eric:ID:DE_ibdw:collection:bc",
210+
"collection_name": "Collection Broad Consent Würzburg"
211+
}
212+
]
213+
}
214+
}

src/config/options.pub.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"spotUrl": "https://samplelocator.bbmri.de/backendagg",
3+
"chartOptions": {
4+
"gender": {
5+
"legendMapping": {
6+
"male": "Male",
7+
"female": "Female",
8+
"unknown": "Unknown",
9+
"other": "Divers / intersex"
10+
}
11+
},
12+
"sample_kind": {
13+
"tooltips": {
14+
"tissue-ffpe": "Tissue (FFPE)",
15+
"tissue-frozen": "Tissue snap frozen",
16+
"tissue-other": "Other tissue storage",
17+
"whole-blood": "Whole blood",
18+
"blood-serum": "Serum",
19+
"blood-plasma": "Plasma",
20+
"buffy-coat": "Buffy coat",
21+
"peripheral-blood-cells-vitals": "Peripheral blood cells",
22+
"dried-whole-blood": "Dried whole blood",
23+
"swab": "Swab",
24+
"ascites": "Ascites",
25+
"stool-faeces": "Faeces",
26+
"urine": "Urine",
27+
"csf-liquor": "Liquor/CSF",
28+
"bone-marrow": "Bone marrow",
29+
"saliva": "Saliva",
30+
"liquid-other": "Other liquid biosample",
31+
"dna": "DNA",
32+
"rna": "RNA",
33+
"derivative-other": "Other derivative"
34+
}
35+
}
36+
},
37+
"resultSummaryOptions": {
38+
"title": "Results",
39+
"infoButtonText": "To make re-identification more difficult, results of each site are modified slightly and rounded. If a location reports no match, zero is displayed for that location.",
40+
"dataTypes": [
41+
{
42+
"title": "Sites",
43+
"dataKey": "sites"
44+
},
45+
{
46+
"title": "Patients",
47+
"dataKey": "patient"
48+
},
49+
{
50+
"title": "Specimens",
51+
"dataKey": "specimen"
52+
}
53+
]
54+
}
55+
}

0 commit comments

Comments
 (0)