From 90f3f6487a37ecb9867144597b3e27f92b47da02 Mon Sep 17 00:00:00 2001 From: Fawzi Mohamed <fawzi.mohamed@fhi-berlin.mpg.de> Date: Tue, 30 Jan 2018 15:19:13 +0100 Subject: [PATCH] fixing syntax (missing comma) --- grain-boundary/GB_tutorial_Berlin_2017.demoinfo.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/grain-boundary/GB_tutorial_Berlin_2017.demoinfo.yaml b/grain-boundary/GB_tutorial_Berlin_2017.demoinfo.yaml index 249a8e6..b634392 100644 --- a/grain-boundary/GB_tutorial_Berlin_2017.demoinfo.yaml +++ b/grain-boundary/GB_tutorial_Berlin_2017.demoinfo.yaml @@ -11,11 +11,11 @@ "top_of_list": false, "featured": true, "labels" : { - "category" : ["Tutorial"], - "platform" : ["jupyter"], - "data_analytics_method" : ["Clustering"], - "application_section" : ["Materials property prediction"], - "application_keyword": ["Grain boundaries"] - "application_system" : ["Iron"] + "category": ["Tutorial"], + "platform": ["jupyter"], + "data_analytics_method": ["Clustering"], + "application_section": ["Materials property prediction"], + "application_keyword": ["Grain boundaries"], + "application_system": ["Iron"] } } -- GitLab