Blame view

generic_data/jobs.json 933 Bytes
16035364   Benjamin Renard   First commit
1
2
3
4
{"nodes": [
 {"nodeType" : "bkgWorks", "text" : "Finished Jobs / Results", "id" : "result-treeRootNode", "children" :  
     [{"nodeType" : "bkgWorks","text" : "Plot","id" : "resPlot-treeRootNode" }, 
      {"nodeType" : "bkgWorks","text" : "Download","id" : "resDown-treeRootNode"},
f792a3de   elena   catalog ihm
5
      {"nodeType" : "bkgWorks","text" : "Data Mining","id" : "resSearch-treeRootNode"}, 
d18b535d   elena   catalog draft + c...
6
      {"nodeType" : "bkgWorks","text" : "Statistics","id" : "resStatistics-treeRootNode"}
16035364   Benjamin Renard   First commit
7
8
9
10
11
]
  }, 
  {"nodeType" : "bkgWorks", "text" : "Jobs in Progress", "id" : "bkgjobs-treeRootNode", "children" :  
     [{"nodeType" : "bkgWorks","text" : "Plot","id" : "bkgPlot-treeRootNode" }, 
      {"nodeType" : "bkgWorks","text" : "Download","id" : "bkgDown-treeRootNode"},
f792a3de   elena   catalog ihm
12
      {"nodeType" : "bkgWorks","text" : "Data Mining","id" : "bkgSearch-treeRootNode"},
d18b535d   elena   catalog draft + c...
13
      {"nodeType" : "bkgWorks","text" : "Statistics","id" : "bkgStatistics-treeRootNode"}
f792a3de   elena   catalog ihm
14
    ]
16035364   Benjamin Renard   First commit
15
16
  }    
]}