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

Add placeholder for CCDC and PSDI namespaces #105

Merged
merged 2 commits into from
Feb 3, 2025
Merged
Changes from all commits
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
22 changes: 22 additions & 0 deletions src/links/v1/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@
"link_type": "external"
}
},
{
"type": "links",
"id": "ccdc",
"attributes": {
"name": "Cambridge Crystallographic Data Centre",
"description": "A namespace for OPTIMADE-compliant entries and properties from the Cambridge Crystallographic Data Centre (CCDC).",
"base_url": null,
"homepage": "https://www.ccdc.cam.ac.uk",
"link_type": "external"
}
},
{
"type": "links",
"id": "cod",
Expand Down Expand Up @@ -272,6 +283,17 @@
"link_type": "external"
}
},
{
"type": "links",
"id": "psdi",
"attributes": {
"name": "Physical Sciences Data Infrastructure",
"description": "A namespace for properties and data related to the Physical Sciences Data Infrastructure (PSDI), UK-based integrated data instructure for the Physical Sciences.",
"base_url": null,
"homepage": "https://www.psdi.ac.uk",
"link_type": "external"
}
},
{
"type": "links",
"id": "tcod",
Expand Down