Skip to content

Commit

Permalink
Fix name values for matcloud (#65)
Browse files Browse the repository at this point in the history
The `name` value should be a title.
I removed the first part of the `description` value
to not be redundant.
  • Loading branch information
CasperWA committed Mar 12, 2021
1 parent e2074e8 commit 7a54843
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/index-metadbs/matcloud/v1/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"id" : "matcloud",
"type" : "links",
"attributes" : {
"name": "An integrated high-throughput computational materials platform",
"description": "MatCloud is a high-throughput computing platform integrating data, simulation and supercomputing.",
"name": "MatCloud",
"description": "A high-throughput computing platform integrating data, simulation and supercomputing.",
"base_url": null,
"homepage": "http://matcloud.cnic.cn",
"link_type": "child"
Expand Down
4 changes: 2 additions & 2 deletions src/links/v1/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"type": "links",
"id": "matcloud",
"attributes": {
"name": "An integrated high-throughput computational materials platform",
"description": "MatCloud is a high-throughput computing platform integrating data, simulation and supercomputing.",
"name": "MatCloud",
"description": "A high-throughput computing platform integrating data, simulation and supercomputing.",
"base_url": "https://providers.optimade.org/index-metadbs/matcloud",
"homepage": "http://matcloud.cnic.cn",
"link_type": "external"
Expand Down

0 comments on commit 7a54843

Please sign in to comment.