{
  "id": "asteroid",
  "background": "./raccoons.jpg",

  "producer": "Lincoln Park Zoo",
  "title": "Urban Wildlife",
  "summary": "Discover the wildlife in your neighborhood!",
  "description": "We're looking at camera traps set up around Chicago to learn... We're looking at camera traps set up around Chicago to learn... We're looking at camera traps set up around Chicago to learn... We're looking at camera traps set up around Chicago to learn... ",

  "pages": [{
    "key": "about",
    "title": "About",
    "content": "<h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h1>\n<p><strong>Pellentesque habitant morbi tristique</strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. <em>Aenean ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, <code>commodo vitae</code>, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href='#'>Donec non enim</a> in turpis pulvinar facilisis. Ut felis.</p>\n<hr />\n<h2>Header Level 2</h2>\n<ol>\n<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n<li>Aliquam tincidunt mauris eu risus.</li>\n</ol>\n<blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</p></blockquote>\n<h3>Header Level 3</h3>\n<ul>\n<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n<li>Aliquam tincidunt mauris eu risus.</li>\n</ul>\n<pre><code>\n#header h1 a {\ndisplay: block;\nwidth: 300px;\nheight: 80px;\n}\n</code></pre>"
  }, {
    "key": "science",
    "title": "Science",
    "content": "<p>This is just a science page. Could've been anything though.</p><p>Lorem ipsum</p>"
  }],

  "organizations": [{
    "name": "Lincoln Park Zoo",
    "location": "Chicago, IL",
    "description": "Park Zoo is a free 35-acre (14 ha) zoo located in Lincoln Park in Chicago, Illinois. The zoo was founded in 1868, making it one of the oldest zoos in the U.S. The zoo is an accredited member of the Association of Zoos and Aquariums (AZA).",
    "url": ["http://www.lpzoo.org/", "https://twitter.com/lincolnparkzoo"]
  }, {
    "name": "Adler Planetarium",
    "location": "Chicago, IL",
    "description": "The Adler Planetarium was founded in 1930 by Chicago business leader, Max Adler. Located on Northerly Island in Chicago, Illinois the Adler is America's first planetarium and part of Chicago's Museum Campus, which includes the John G. Shedd Aquarium and The Field Museum. The Adler's mission is to inspire exploration and understanding of the Universe.",
    "url": "http://www.adlerplanetarium.org/"
  }, {
    "name": "Zooniverse",
    "description": "Zooniverse is a citizen science web portal owned and operated by the Citizen Science Alliance. The organization grew from the original Galaxy Zoo project and now hosts dozens of projects which allow volunteers to participate in scientific research.",
    "url": ["https://www.zooniverse.org/", "https://github.com/zooniverse"]
  }],

  "scientists": [{
    "name": "Mrs. Science",
    "location": "Chicago, IL",
    "description": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium.",
    "url": ["https://github.com/brian-c", "https://twitter.com/__brian_c__"]
  }],

  "developers": [{
    "name": "Mr. Developer",
    "location": "Chicago, IL",
    "description": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium.",
    "url": ["https://github.com/brian-c", "https://twitter.com/__brian_c__"]
  }],

  "workflows": [{
    "subjectGroup": true,
    "key": "filter_and_draw",
    "label": "Filter and draw",
    "firstTask": "filterSomeThings",
    "tutorialSteps": [{
      "image": "",
      "alt": "A tutorial slide",
      "content": "Tutorial instructions"
    }],
    "tasks": {
      "filterSomeThings": {
        "type": "filter",
        "question": "What species can you see?",
        "filters": [{
          "key": "color",
          "label": "Color",
          "values": [
            {"value": "red", "label": "Red"},
            {"value": "green", "label": "Green"},
            {"value": "blue", "label": "Blue"}
          ]
        }, {
          "key": "size",
          "label": "Size",
          "values": [
            {"value": "small", "label": "Small"},
            {"value": "medium", "label": "Medium"},
            {"value": "large", "label": "Large"}
          ]
        }],
        "choices": [{
          "value": "dog",
          "image": "//placehold.it/100.png",
          "label": "Dog",
          "traits": {
            "color": ["red", "blue"],
            "size": ["medium", "large"]
          }
        }, {
          "value": "cat",
          "image": "//placehold.it/100.png",
          "label": "Cat",
          "traits": {
            "color": ["blue"],
            "size": ["small", "medium"]
          }
        }, {
          "value": "done",
          "label": "Done",
          "next": "drawSomething"
        }],
        "next": "filterSomeThings"
      },

      "drawSomething": {
        "type": "drawing",
        "question": "Draw something.",
        "choices": [{
          "type": "point",
          "value": "a-point",
          "image": "//placehold.it/30.png",
          "label": "Point",
          "color": "#f00",
          "unit": "px",
          "upp": 1,
          "details": [{
            "type": "radio",
            "question": "What size is this?",
            "key": "size",
            "choices": [{
              "value": 0,
              "label": "Small"
            }, {
              "value": 1,
              "label": "Medium"
            }, {
              "value": 2,
              "label": "Large"
            }]
          }, {
            "type": "checkbox",
            "question": "Is it eating?",
            "key": "eating",
            "choices": [{
              "value": false,
              "label": "No"
            }, {
              "value": true,
              "label": "Yes"
            }]
          }]
        }, {
          "type": "ellipse",
          "value": "an-ellipse",
          "image": "//placehold.it/30.png",
          "label": "Ellipse",
          "color": "#ff0"
        }, {
          "type": "text",
          "value": "some-text",
          "image": "//placehold.it/30.png",
          "label": "Text",
          "color": "#0f0"
        }]
      }
    }
  }, {
    "subjectGroup": true,
    "key": "pick_things",
    "label": "Pick things",
    "firstTask": "pickOne",
    "tutorialSteps": [{
      "image": "",
      "alt": "A tutorial slide",
      "content": "Tutorial instructions"
    }],
    "tasks": {
      "pickOne": {
        "type": "button",
        "question": "Choose one",
        "choices": [{
          "value": "default",
          "image": "//placehold.it/100.png",
          "label": "Default"
        }, {
          "value": "specific",
          "image": "//placehold.it/100.png",
          "label": "Specific"
        }],
        "next": "pickAnotherOne"
      },

      "pickAnotherOne": {
        "type": "radio",
        "question": "Choose another one",
        "choices": [{
          "value": "end",
          "image": "//placehold.it/100.png",
          "label": "End"
        }, {
          "value": "more",
          "image": "//placehold.it/100.png",
          "label": "More",
          "next": "pickSomeMore"
        }]
      },

      "pickSomeMore": {
        "type": "checkbox",
        "question": "Check as many as you want.",
        "choices": [{
          "value": "foo",
          "label": "Foo"
        }, {
          "value": "bar",
          "label": "Bar"
        }]
      }
    }
  }]
}
