forked from Materials-Consortia/OPTIMADE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproviders.json
More file actions
103 lines (103 loc) · 2.1 KB
/
providers.json
File metadata and controls
103 lines (103 loc) · 2.1 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
{
"data": [
{
"type": "provider",
"id": "aflow",
"attributes": {
"name": "aflow.org",
"description": "",
"base_url": null
}
},
{
"type": "provider",
"id": "cam",
"attributes": {
"name": "Cambridge databases",
"description": "",
"base_url": null
}
},
{
"type": "provider",
"id": "cod",
"attributes": {
"name": "Crystallography open database",
"description": "",
"base_url": null
}
},
{
"type": "provider",
"id": "exmpl",
"attributes": {
"name": "Example provider",
"description": "Provider used for examples, not to be assigned to a real database",
"base_url": "http://example.com/optimade/index"
}
},
{
"type": "provider",
"id": "mcloud",
"attributes": {
"name": "materialscloud.org",
"description": "",
"base_url": null
}
},
{
"type": "provider",
"id": "mp",
"attributes": {
"name": "materialsproject.org",
"description": "",
"base_url": null
}
},
{
"type": "provider",
"id": "nmd",
"attributes": {
"name": "nomad laboratory",
"description": "",
"base_url": null
}
},
{
"type": "provider",
"id": "omdb",
"attributes": {
"name": "open materials database",
"description": "",
"base_url": null
}
},
{
"type": "provider",
"id": "oqmd",
"attributes": {
"name": "open quantum materials database",
"description": "",
"base_url": null
}
},
{
"type": "provider",
"id": "pcod",
"attributes": {
"name": "predicted crystallography open database",
"description": "",
"base_url": null
}
},
{
"type": "provider",
"id": "tcod",
"attributes": {
"name": "theoretical crystallography open database",
"description": "",
"base_url": null
}
}
]
}