Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additions to providers.json #143

Merged
merged 2 commits into from
Jun 28, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
"base_url": null
}
},
{
"type": "provider",
"id": "cif",
"attributes": {
"name": "Crystallographic Information File",
"description": "Prefix for use of cif dictionary names as OPTiMaDe property identifiers, standardized for the Crystallographic Information File (CIF) at https://www.iucr.org/resources/cif/dictionaries. CIF dictionary names are used without the initial underscore. Loop data is represented as OPTiMaDe correlated lists.",
"base_url": null
}
},
{
"type": "provider",
"id": "cod",
Expand All @@ -36,6 +45,15 @@
"base_url": "http://example.com/optimade/index"
}
},
{
"type": "provider",
"id": "httk",
"attributes": {
"name": "The High-Throughput Toolkit",
"description": "Prefix for implementation-specific identifiers used in the httk implementation at http://httk.org/",
"base_url": null
}
},
{
"type": "provider",
"id": "mcloud",
Expand Down Expand Up @@ -81,6 +99,15 @@
"base_url": null
}
},
{
"type": "provider",
"id": "optimade",
"attributes": {
"name": "OPTiMaDe implementations and libraries",
"description": "Prefix for implementation-specific identifiers used in API implementations and libraries provided at https://github.com/Materials-Consortia",
"base_url": null
}
},
{
"type": "provider",
"id": "oqmd",
Expand Down