Skip to content

Commit

Permalink
Add matterverse provider (#101)
Browse files Browse the repository at this point in the history
* Add staging metadata for matterverse.ai

Co-authored-by: Ji Qi <[email protected]>
Co-authored-by: Christen Xie <[email protected]>

* JSON formatting

* Tweak matterverse description

Co-authored-by: Christen <[email protected]>

* edit matterverse.ai info

* typo

* Update src/links/v1/providers.json

Co-authored-by: Rickard Armiento <[email protected]>

* Update links.json

* Update description of matterverse.ai

---------

Co-authored-by: Matthew Evans <[email protected]>
Co-authored-by: Ji Qi <[email protected]>
Co-authored-by: Christen Xie <[email protected]>
Co-authored-by: Matthew Evans <[email protected]>
Co-authored-by: Christen <[email protected]>
Co-authored-by: JiQi535 <[email protected]>
Co-authored-by: Rickard Armiento <[email protected]>
  • Loading branch information
8 people authored Aug 15, 2024
1 parent ad0e214 commit e90caba
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 9 deletions.
42 changes: 42 additions & 0 deletions src/index-metadbs/matterverse/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": "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": "/"
}
}
35 changes: 35 additions & 0 deletions src/index-metadbs/matterverse/v1/links.json
Original file line number Diff line number Diff line change
@@ -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 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",
"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"
}
}
]
}
29 changes: 20 additions & 9 deletions src/links/v1/providers.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -162,6 +162,17 @@
"link_type": "external"
}
},
{
"type": "links",
"id": "matterverse",
"attributes": {
"name": "Matterverse",
"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"
}
},
{
"type": "links",
"id": "mpod",
Expand Down

0 comments on commit e90caba

Please sign in to comment.