diff --git a/src/index-metadbs/mp/v1/info.json b/src/index-metadbs/mp/v1/info.json new file mode 100644 index 0000000..7b1d3b0 --- /dev/null +++ b/src/index-metadbs/mp/v1/info.json @@ -0,0 +1,34 @@ +{ + "data" : { + "attributes" : { + "available_api_versions" : [ + { + "version" : "1.0.0", + "url" : "http://providers.optimade.org/index-metadbs/mp/v1/" + } + ], + "is_index" : true, + "formats" : [ + "json" + ], + "entry_types_by_format" : { + "json" : [] + }, + "available_endpoints" : [ + "info", + "links" + ], + "api_version" : "v1.0.0" + }, + "type" : "info", + "relationships" : { + "default" : { + "data" : { + "id" : "mp", + "type" : "links" + } + } + }, + "id" : "/" + } +} diff --git a/src/index-metadbs/mp/v1/links.json b/src/index-metadbs/mp/v1/links.json new file mode 100644 index 0000000..2b997de --- /dev/null +++ b/src/index-metadbs/mp/v1/links.json @@ -0,0 +1,26 @@ +{ + "data" : [ + { + "id" : "exmpl", + "type" : "links", + "attributes" : { + "name": "Materials Project", + "description": "The Materials Project: A database of computed materials properties for the discovery and design of novel materials.", + "base_url": "https://optimade.materialsproject.org", + "homepage": "https://materialsproject.org", + "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" + } + } + ] +} diff --git a/src/links/v1/providers.json b/src/links/v1/providers.json index 3d7cd68..def1fbf 100644 --- a/src/links/v1/providers.json +++ b/src/links/v1/providers.json @@ -70,10 +70,10 @@ "type": "links", "id": "mp", "attributes": { - "name": "materialsproject.org", - "description": "", - "base_url": null, - "homepage": null, + "name": "Materials Project", + "description": "The Materials Project: A database of computed materials properties for the discovery and design of novel materials.", + "base_url": "http://providers.optimade.org/index-metadbs/mp", + "homepage": "https://materialsproject.org", "link_type": "external" } },