Skip to content

Instantly share code, notes, and snippets.

@danxoneil
Created September 17, 2014 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save danxoneil/560a3338095c2160320c to your computer and use it in GitHub Desktop.
Save danxoneil/560a3338095c2160320c to your computer and use it in GitHub Desktop.
Structure for classifying data-consuming organizations in a data ecosystem. We are working to place all of the participating organizations from the Chicago School of Data project into this structure.
{
"name": "Consumers", --> AMONG CONSUMERS OF DATA IN THE ECOSYSTEM <--
"children": [
{
"name": "ForFree", --> THERE ARE ORGANIZATIONS WHO CONSUME FREE DATA <--
"children": [
{
"name": "FrmPub" --> THAT WAS CREATED BY PUBLIC INSTITUTIONS <--
},
{
"name": "FrmNFP" --> OR BY A NON PROFIT <--
},
{
"name": "FrmCmp" --> OR A COMPANY <--
},
{
"name": "Elswhr" --> OR BY SOMEONE ELSE <--
}
]
},
{
"name": "Pays", --> AND THERE ARE ORGANIZATIONS WHO PAY FOR THEIR DATA <--
"children": [
{
"name": "FrmPub" --> THAT WAS CREATED BY A PUBLIC INSTITUTION <--
},
{
"name": "FrmNFP" --> OR BY A NON PROFIT <--
},
{
"name": "FrmCmp" --> OR A COMPANY <--
},
{
"name": "Elswhr" --> OR BY SOMEONE ELSE <--
}
]
},
{
"name": "Products", --> THESE ORGANIZATIONS USE DATA TO <--
"children": [
{
"name": "IntEval" --> EVALUATE THEIR OWN OPERATIONS <--
},
{
"name": "ExtEval" --> EVALUATE OTHER ORGANIZATIONS' OPERATIONS <--
},
{
"name": "DigMda" --> AND TURNED THE DATA INTO DIGITAL MEDIA <--
},
{
"name": "PrntMda" --> AND TURNED THE DATA INTO PRINT MEDIA <--
}
]
}
]
},
@noneck
Copy link

noneck commented Jul 27, 2015

@danxoniel thanks for this, but how can we fork this? I can't seem to find a repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment