From 9c1185eb0930b558ca6c469dc40ea670bd1e60f2 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Mon, 12 Sep 2022 17:29:24 +0100 Subject: [PATCH 1/8] Add staging metadata for matterverse.ai Co-authored-by: Ji Qi Co-authored-by: Christen Xie --- src/index-metadbs/matterverse/v1/info.json | 42 +++++++++++++++++++++ src/index-metadbs/matterverse/v1/links.json | 35 +++++++++++++++++ src/links/v1/providers.json | 11 ++++++ 3 files changed, 88 insertions(+) create mode 100644 src/index-metadbs/matterverse/v1/info.json create mode 100644 src/index-metadbs/matterverse/v1/links.json diff --git a/src/index-metadbs/matterverse/v1/info.json b/src/index-metadbs/matterverse/v1/info.json new file mode 100644 index 0000000..7cba15b --- /dev/null +++ b/src/index-metadbs/matterverse/v1/info.json @@ -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" : "http://providers.optimade.org/index-metadbs/matterverse/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" : "matterverse", + "type" : "links" + } + } + }, + "id" : "/" + } +} diff --git a/src/index-metadbs/matterverse/v1/links.json b/src/index-metadbs/matterverse/v1/links.json new file mode 100644 index 0000000..7649ef1 --- /dev/null +++ b/src/index-metadbs/matterverse/v1/links.json @@ -0,0 +1,35 @@ +{ + "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" : "matterverse", + "type" : "links", + "attributes" : { + "name": "Matterverse", + "description": "Database of 31 million hypothetical materials generated through advanced machine learning algorithms", + "base_url": null, + "aggregate": "staging", + "homepage": "https://matterverse.ai", + "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 6e3fc95..df5fff0 100644 --- a/src/links/v1/providers.json +++ b/src/links/v1/providers.json @@ -118,6 +118,17 @@ "link_type": "external" } }, + { + "type": "links", + "id": "matterverse", + "attributes":{ + "name": "Matterverse", + "description": "Database of 31 million hypothetical materials generated through advanced machine learning algorithms", + "base_url": "https://providers.optimade.org/index-metadbs/matterverse", + "homepage": "https://matterverse.ai", + "link_type": "external" + } + }, { "type": "links", "id": "necro", From 59906f379801ec5a8eedbae45a56019cc5cdf75f Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Mon, 12 Sep 2022 18:04:34 +0100 Subject: [PATCH 2/8] JSON formatting --- src/index-metadbs/matterverse/v1/info.json | 52 ++++++++++----------- src/index-metadbs/matterverse/v1/links.json | 30 ++++++------ src/links/v1/providers.json | 38 +++++++-------- 3 files changed, 60 insertions(+), 60 deletions(-) diff --git a/src/index-metadbs/matterverse/v1/info.json b/src/index-metadbs/matterverse/v1/info.json index 7cba15b..d82af8e 100644 --- a/src/index-metadbs/matterverse/v1/info.json +++ b/src/index-metadbs/matterverse/v1/info.json @@ -1,42 +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" + "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" : [ + "data": { + "attributes": { + "available_api_versions": [ { - "version" : "1.0.0", - "url" : "http://providers.optimade.org/index-metadbs/matterverse/v1/" + "version": "1.0.0", + "url": "http://providers.optimade.org/index-metadbs/matterverse/v1/" } ], - "is_index" : true, - "formats" : [ + "is_index": true, + "formats": [ "json" ], - "entry_types_by_format" : { - "json" : [] + "entry_types_by_format": { + "json": [] }, - "available_endpoints" : [ + "available_endpoints": [ "info", "links" ], - "api_version" : "1.0.0" + "api_version": "1.0.0" }, - "type" : "info", - "relationships" : { - "default" : { - "data" : { - "id" : "matterverse", - "type" : "links" + "type": "info", + "relationships": { + "default": { + "data": { + "id": "matterverse", + "type": "links" } } }, - "id" : "/" + "id": "/" } -} +} \ No newline at end of file diff --git a/src/index-metadbs/matterverse/v1/links.json b/src/index-metadbs/matterverse/v1/links.json index 7649ef1..df9e534 100644 --- a/src/index-metadbs/matterverse/v1/links.json +++ b/src/index-metadbs/matterverse/v1/links.json @@ -1,17 +1,17 @@ { - "meta" : { - "api_version" : "1.0.0", - "query" : { - "representation" : "/links" - }, - "more_data_available" : false, - "schema" : "https://schemas.optimade.org/openapi/v1.0/optimade_index.json" + "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" : [ + "data": [ { - "id" : "matterverse", - "type" : "links", - "attributes" : { + "id": "matterverse", + "type": "links", + "attributes": { "name": "Matterverse", "description": "Database of 31 million hypothetical materials generated through advanced machine learning algorithms", "base_url": null, @@ -21,9 +21,9 @@ } }, { - "id" : "optimade-providers", - "type" : "links", - "attributes" : { + "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", @@ -32,4 +32,4 @@ } } ] -} +} \ No newline at end of file diff --git a/src/links/v1/providers.json b/src/links/v1/providers.json index df5fff0..06951e6 100644 --- a/src/links/v1/providers.json +++ b/src/links/v1/providers.json @@ -1,13 +1,13 @@ { - "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": [ + "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": [ { "type": "links", "id": "aiida", @@ -119,15 +119,15 @@ } }, { - "type": "links", - "id": "matterverse", - "attributes":{ - "name": "Matterverse", - "description": "Database of 31 million hypothetical materials generated through advanced machine learning algorithms", - "base_url": "https://providers.optimade.org/index-metadbs/matterverse", - "homepage": "https://matterverse.ai", - "link_type": "external" - } + "type": "links", + "id": "matterverse", + "attributes": { + "name": "Matterverse", + "description": "Database of 31 million hypothetical materials generated through advanced machine learning algorithms", + "base_url": "https://providers.optimade.org/index-metadbs/matterverse", + "homepage": "https://matterverse.ai", + "link_type": "external" + } }, { "type": "links", @@ -240,4 +240,4 @@ } } ] -} +} \ No newline at end of file From 9537dd718c7dbd2ea2162da8f2784df61b5ac386 Mon Sep 17 00:00:00 2001 From: Matthew Evans <7916000+ml-evs@users.noreply.github.com> Date: Fri, 30 Sep 2022 16:23:46 +0100 Subject: [PATCH 3/8] Tweak matterverse description Co-authored-by: Christen <99223047+christen03@users.noreply.github.com> --- src/index-metadbs/matterverse/v1/links.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index-metadbs/matterverse/v1/links.json b/src/index-metadbs/matterverse/v1/links.json index df9e534..8cb1ad4 100644 --- a/src/index-metadbs/matterverse/v1/links.json +++ b/src/index-metadbs/matterverse/v1/links.json @@ -13,7 +13,7 @@ "type": "links", "attributes": { "name": "Matterverse", - "description": "Database of 31 million hypothetical materials generated through advanced machine learning algorithms", + "description": "Database of over 31 million hypothetical materials generated through advanced machine learning algorithms", "base_url": null, "aggregate": "staging", "homepage": "https://matterverse.ai", From e78f48bfef42c3d11e4340612ae9056f5fbe870f Mon Sep 17 00:00:00 2001 From: JiQi535 Date: Mon, 18 Mar 2024 20:41:34 -0700 Subject: [PATCH 4/8] edit matterverse.ai info --- src/index-metadbs/matterverse/v1/links.json | 6 +++--- src/links/v1/providers.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/index-metadbs/matterverse/v1/links.json b/src/index-metadbs/matterverse/v1/links.json index 8cb1ad4..6e1e6fe 100644 --- a/src/index-metadbs/matterverse/v1/links.json +++ b/src/index-metadbs/matterverse/v1/links.json @@ -13,8 +13,8 @@ "type": "links", "attributes": { "name": "Matterverse", - "description": "Database of over 31 million hypothetical materials generated through advanced machine learning algorithms", - "base_url": null, + "description": "Database of M3GNet predicted properties for over 31 million hypothetical materials and all materials in the Materials Project.", + "base_url": https://optimade.matterverse.ai, "aggregate": "staging", "homepage": "https://matterverse.ai", "link_type": "child" @@ -32,4 +32,4 @@ } } ] -} \ No newline at end of file +} diff --git a/src/links/v1/providers.json b/src/links/v1/providers.json index 06951e6..596659c 100644 --- a/src/links/v1/providers.json +++ b/src/links/v1/providers.json @@ -123,8 +123,8 @@ "id": "matterverse", "attributes": { "name": "Matterverse", - "description": "Database of 31 million hypothetical materials generated through advanced machine learning algorithms", - "base_url": "https://providers.optimade.org/index-metadbs/matterverse", + "description": "Database of M3GNet predicted properties for over 31 million hypothetical materials and all materials in the Materials Project.", + "base_url": "https://optimade.matterverse.ai", "homepage": "https://matterverse.ai", "link_type": "external" } @@ -240,4 +240,4 @@ } } ] -} \ No newline at end of file +} From 65f7d6647475527bde0636467761bc06a447208f Mon Sep 17 00:00:00 2001 From: JiQi535 Date: Mon, 18 Mar 2024 20:52:46 -0700 Subject: [PATCH 5/8] typo --- src/index-metadbs/matterverse/v1/links.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index-metadbs/matterverse/v1/links.json b/src/index-metadbs/matterverse/v1/links.json index 6e1e6fe..b8aad47 100644 --- a/src/index-metadbs/matterverse/v1/links.json +++ b/src/index-metadbs/matterverse/v1/links.json @@ -14,7 +14,7 @@ "attributes": { "name": "Matterverse", "description": "Database of M3GNet predicted properties for over 31 million hypothetical materials and all materials in the Materials Project.", - "base_url": https://optimade.matterverse.ai, + "base_url": "https://optimade.matterverse.ai", "aggregate": "staging", "homepage": "https://matterverse.ai", "link_type": "child" From 4ebe17168cff60ccae68657a90f09e29bef794f0 Mon Sep 17 00:00:00 2001 From: Ji Qi <54908836+JiQi535@users.noreply.github.com> Date: Tue, 19 Mar 2024 09:18:56 -0700 Subject: [PATCH 6/8] Update src/links/v1/providers.json Co-authored-by: Rickard Armiento --- src/links/v1/providers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/links/v1/providers.json b/src/links/v1/providers.json index 596659c..bb8fd0c 100644 --- a/src/links/v1/providers.json +++ b/src/links/v1/providers.json @@ -124,7 +124,7 @@ "attributes": { "name": "Matterverse", "description": "Database of M3GNet predicted properties for over 31 million hypothetical materials and all materials in the Materials Project.", - "base_url": "https://optimade.matterverse.ai", + "base_url": "https://providers.optimade.org/index-metadbs/matterverse", "homepage": "https://matterverse.ai", "link_type": "external" } From 12e2f0ad914fcb175e8ed603e373393ae6d799ba Mon Sep 17 00:00:00 2001 From: Ji Qi <54908836+JiQi535@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:05:53 -0700 Subject: [PATCH 7/8] Update links.json --- src/index-metadbs/matterverse/v1/links.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index-metadbs/matterverse/v1/links.json b/src/index-metadbs/matterverse/v1/links.json index b8aad47..d6cbc18 100644 --- a/src/index-metadbs/matterverse/v1/links.json +++ b/src/index-metadbs/matterverse/v1/links.json @@ -13,7 +13,7 @@ "type": "links", "attributes": { "name": "Matterverse", - "description": "Database of M3GNet predicted properties for over 31 million hypothetical materials and all materials in the Materials Project.", + "description": "Database of machine learning property predictions for over 31 million hypothetical materials and materials in the Materials Project.", "base_url": "https://optimade.matterverse.ai", "aggregate": "staging", "homepage": "https://matterverse.ai", From 3a245a32cb08c675d4500aa89f7aa0ef2866f320 Mon Sep 17 00:00:00 2001 From: Ji Qi <54908836+JiQi535@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:06:59 -0700 Subject: [PATCH 8/8] Update description of matterverse.ai --- src/links/v1/providers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/links/v1/providers.json b/src/links/v1/providers.json index bb8fd0c..559114d 100644 --- a/src/links/v1/providers.json +++ b/src/links/v1/providers.json @@ -123,7 +123,7 @@ "id": "matterverse", "attributes": { "name": "Matterverse", - "description": "Database of M3GNet predicted properties for over 31 million hypothetical materials and all materials in the Materials Project.", + "description": "Database of machine learning property predictions for over 31 million hypothetical materials and materials in the Materials Project.", "base_url": "https://providers.optimade.org/index-metadbs/matterverse", "homepage": "https://matterverse.ai", "link_type": "external"