@@ -8,19 +8,12 @@ import "./index.css";
88// current known bad providers.
99const badProviders = [
1010 "exmpl" , // example provider shouldnt be shown.
11- "aiida" , // base_url is null...
1211 "aflow" , // returns a 500 error.
13- "ccdc" , // base_url is null...
14- "ccpnc" , // base_url is null...
15- //"cmr", - is fine but has weird data.
16- "httk" , // base_url is null...
1712 "matcloud" , // child endpoint doesnt work or return properly?
18- "mpds" , // behind a paywall - should skip i guess.
13+ "mpds" , // behind a paywall
1914 "mpod" , // url seems to be down at the moment - skip.
2015 "optimake" , // not an actual provider
2116 "optimade" , // not an actual provider
22- "pcod" , // base_url is null...
23- "psdi" , // base_url is null...
2417] ;
2518
2619function App ( ) {
@@ -31,6 +24,7 @@ function App() {
3124 activeSection = "work"
3225 breadcrumbsPath = { [
3326 { name : "Work" , link : "https://www.materialscloud.org/work" } ,
27+ { name : "Tools" , link : "https://www.materialscloud.org/work/tools" } ,
3428 { name : "OPTIMADE-Client" , link : null } ,
3529 ] }
3630 />
0 commit comments