From 7f12fa07f477b7811ec9eada901ba0c57a08f2fc Mon Sep 17 00:00:00 2001 From: Fawzi Mohamed <fawzi.mohamed@fhi-berlin.mpg.de> Date: Wed, 24 Jan 2018 00:30:25 +0100 Subject: [PATCH] relaxing clusterX-x1.demoinfo.yaml from json to yaml --- cluster-x/clusterX-x1.demoinfo.yaml | 39 ++++++++++++----------------- 1 file changed, 16 insertions(+), 23 deletions(-) diff --git a/cluster-x/clusterX-x1.demoinfo.yaml b/cluster-x/clusterX-x1.demoinfo.yaml index e9c7b99..b9fd1b5 100644 --- a/cluster-x/clusterX-x1.demoinfo.yaml +++ b/cluster-x/clusterX-x1.demoinfo.yaml @@ -1,23 +1,16 @@ -{ -"id": "59fb07f59784de0031020891", -"type": "demos", -"attributes": { -"title": "Predicting ground-states of binary alloys through cluster expansion: Example of a AlNa binary surface alloy", -"logicalPath": "/data/shared/rsant/clusterX-x1.bkr", -"authors": ["Santiago Rigamonti", "Maria Troppenz", "Claudia Draxl"], -"editLink": "/notebook-edit/data/shared/rsant/clusterX-x1.bkr", -"isPublic": true, -"username": "rsant", -"description": "A tool for predicting ground state configurations of binary alloys. In this tutorial, the ground state configurations of a AlNa surface alloy are found. Starting from a set of ab initio data for random configurations of the alloy, a cluster expansion is performed and the ground states are found through a configurational sampling.", -"created_at": "2017-10-06T16:00:10.746Z", -"updated_at": "2017-10-06T16:00:10.746Z", -"labels" : { - "category" : ["Demo"], - "platform" : ["beaker"], - "language" : ["python"], - "data_analytics_method" : ["Cluster expansion"], - "application_section" : ["Predicting ground-states of alloys (convex hull construction)"], - "application_keywords": ["Binary alloys", "Surface", "AlNa"] -} -} -} +title: "Predicting ground-states of binary alloys through cluster expansion: Example of a AlNa binary surface alloy" +logicalPath: "/data/shared/rsant/clusterX-x1.bkr" +authors: ["Santiago Rigamonti", "Maria Troppenz", "Claudia Draxl"] +editLink: "/notebook-edit/data/shared/rsant/clusterX-x1.bkr" +isPublic: true +username: "rsant" +description: "A tool for predicting ground state configurations of binary alloys. In this tutorial, the ground state configurations of a AlNa surface alloy are found. Starting from a set of ab initio data for random configurations of the alloy, a cluster expansion is performed and the ground states are found through a configurational sampling." +created_at: "2017-10-06T16:00:10.746Z" +updated_at: "2017-10-06T16:00:10.746Z" +labels: + category: ["Demo"] + platform: ["beaker"] + language: ["python"] + data_analytics_method: ["Cluster expansion"] + application_section: ["Predicting ground-states of alloys (convex hull construction)"] + application_keywords: ["Binary alloys", "Surface", "AlNa"] -- GitLab