Skip to content

Instantly share code, notes, and snippets.

@magneticnorth
Created March 25, 2016 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magneticnorth/9c7fcb4569c48bc15034 to your computer and use it in GitHub Desktop.
Save magneticnorth/9c7fcb4569c48bc15034 to your computer and use it in GitHub Desktop.
<a href="http://wwwn.cdc.gov/foodborneoutbreaks/Default.aspx" target="_blank"><img src="https://upload.wikimedia.org/wikipedia/commons/7/71/US_CDC_logo.svg" style="height: 30px; vertical-align: top;"></a> Foodborne Outbreak Online Database
{
"domID": "#demo_Browser",
"itemName": "Foodborne Outbreaks",
"source": {
"url": "http://wwwn.cdc.gov/foodborneoutbreaks/Default.aspx",
"gdocId": "1x73EFLhTr87zquJmdLkT4wjcZ0UyQl2i-h94Fc717eM",
"tables": [
{
"name": "Foodborne Outbreaks",
"id": "id"
}
]
},
"summaries": [
{
"name": "Contaminated Ingredient",
"panel": "left",
"catSplit": ";"
},
{
"name": "Location of Preparation",
"panel": "left",
"catSplit": ";"
},
{
"name": "Food Vehicle",
"panel": "left",
"minAggrValue": 5
},
{
"name": "Month",
"panel": "right",
"value": "function (){ return this.Month-1; }",
"catLabel": {
"0": "January",
"1": "February",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October",
"10": "November",
"11": "December"
},
"catSortBy": "id"
},
{
"name": "Genus Species",
"panel": "right"
},
{
"name": "Etiology Status",
"panel": "right",
"collapsed": true,
"catSplit": "; "
},
{
"name": "Serotype or Genotype",
"panel": "right"
},
{
"name": "State",
"panel": "middle"
},
{
"name": "Ill People",
"panel": "middle",
"value": "Illnesses",
"collapsed": true,
"unitName": "ppl",
"showPercentile": "Basic"
},
{
"name": "Hospitalized People",
"panel": "middle",
"value": "Hospitalizations",
"collapsed": true,
"unitName": "ppl"
},
{
"name": "Dead People",
"panel": "middle",
"value": "Deaths",
"collapsed": true,
"unitName": "ppl"
},
{
"name": "Year",
"panel": "bottom",
"value": "function (){ return new Date(this.Year,0); }",
"intervalScale": "time"
}
],
"leftPanelLabelWidth": 210,
"rightPanelLabelWidth": 180,
"middlePanelLabelWidth": 210
}
#demo_Browser {
height: calc(100vh - 50px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment