Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions src/index-metadbs/daics/v1/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"meta" : {
"api_version" : "1.0.0",
"query" : {
"representation" : "/info"
},
"more_data_available" : false,
"schema" : "https://schemas.optimade.org/openapi/v1.0/optimade_index.json"
},
"data" : {
"attributes" : {
"available_api_versions" : [
{
"version" : "1.0.0",
"url" : "https://providers.optimade.org/index-metadbs/daics/v1/"
}
],
"is_index" : true,
"formats" : [
"json"
],
"entry_types_by_format" : {
"json" : []
},
"available_endpoints" : [
"info",
"links"
],
"api_version" : "1.0.0"
},
"type" : "info",
"relationships" : {
"default" : {
"data" : {
"id" : "daics",
"type" : "links"
}
}
},
"id" : "/"
}
}
34 changes: 34 additions & 0 deletions src/index-metadbs/daics/v1/links.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"meta" : {
"api_version" : "1.0.0",
"query" : {
"representation" : "/links"
},
"more_data_available" : false,
"schema" : "https://schemas.optimade.org/openapi/v1.0/optimade_index.json"
},
"data" : [
{
"id": "daics",
"type": "links",
"attributes": {
"name": "Database of Ab Initio Crystal Structures",
"description": "The Database of Ab Initio Crystal Structures (DAICS) encompasses a vast collection of both theoretical and experimental crystal structures calculated using Density Functional Theory (DFT), with the VASP code.",
"base_url": "https://core.daics.net/Optimade/v1/",
"homepage": "https://www.daics.net/",
"link_type": "child"
}
},
{
"id" : "optimade-providers",
"type" : "links",
"attributes" : {
"name": "OPTIMADE Providers Index Meta-Database",
"description": "The list of OPTIMADE providers maintained by Materials-Consortia",
"base_url": "https://providers.optimade.org",
"homepage": "https://www.optimade.org",
"link_type": "providers"
}
}
]
}
11 changes: 11 additions & 0 deletions src/links/v1/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,17 @@
"link_type": "external"
}
},
{
"type": "links",
"id": "daics",
"attributes": {
"name": "Database of Ab Initio Crystal Structures",
"description": "The Database of Ab Initio Crystal Structures (DAICS) encompasses a vast collection of both theoretical and experimental crystal structures calculated using Density Functional Theory (DFT), with the VASP code.",
"base_url": "https://core.daics.net/Optimade/v1/",
"homepage": "https://www.daics.net/",
"link_type": "external"
}
},
{
"type": "links",
"id": "exmpl",
Expand Down