-
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.
* 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
1 parent
ad0e214
commit e90caba
Showing
3 changed files
with
97 additions
and
9 deletions.
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": "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": "/" | ||
} | ||
} |
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,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" | ||
} | ||
} | ||
] | ||
} |
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