-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
77 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" : "/" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters