{
  shell: {
    toolbar: {
      active: false,
      items: []
    },
    topMenu: {
      active: false,
      items: []
    },
    notes: {},
    labReport: {}
  },
  cDLO: {
    title: 'Dynamic Earth',
    version: 'v1.0.0',
    description: 'A description of the cDLO',
    stage: 0,
    scenes: [
      {
        title: 'scene 1',
        description: 'details about the scene 1',
        instructions: 'Move the time scroll bar and observe the location of earthquakes across time.',
        ui:{
          scroller: {
            position: 0
          }
        },
        data:{}
      },
      {
        title: 'scene 2',
        description: 'details about the scene 2',
        instructions: 'Select a view, Use the slider to observe the earthquake patterns, which regions tend to have more earthquakes.',
        ui:{
          map:{
            currentMap: 0,
            locations: [
              {
                name: 'Oklahoma',
                lat: 1020102002,
                lng: -123332123,
                zoom: 5,
                distribution: 0,
                depth: 50,
                magnitude: 5.6,
                frequency: 6
              },
              {
                name: 'World',
                lat: 1020102002,
                lng: 123332123,
                zoom: 1,
                distribution: 0,
                depth: 50,
                magnitude: 5.6,
                frequency: 6
              }
            ]
          },
        },
        data:{}
      }      
    ]
  }
} 