Skip to content

Commit

Permalink
Merge pull request #105 from Materials-Consortia/ml-evs/ccdc-placeholder
Browse files Browse the repository at this point in the history
Add placeholder for CCDC and PSDI namespaces
  • Loading branch information
rartino authored Feb 3, 2025
2 parents e90caba + 40a977e commit a479de9
Showing 1 changed file with 22 additions and 0 deletions.
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

0 comments on commit a479de9

Please sign in to comment.