Skip to content

Commit

Permalink
Implementing DAICS within OPTIMADE
Browse files Browse the repository at this point in the history
  • Loading branch information
zxwtstar committed Apr 8, 2024
1 parent e2444fe commit 5448402
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 1 deletion.
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"
}
}
]
}
2 changes: 1 addition & 1 deletion src/links/v1/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"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. These structures have been calculated using Density Functional Theory (DFT), with the VASP code.",
"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"
Expand Down

0 comments on commit 5448402

Please sign in to comment.