chronodiagram/app/www/tags.json

64 lines
1.5 KiB
JSON

{
"human-machine": {
"fullname": "Human/machine Entanglements",
"color": "orange",
"sub": {
"vision": {
"fullname": "Vision",
"color": "orange"
},
"sound": {},
"other-senses": {
"fullname": "Other senses"
}
}
},
"tensions": {
"fullname": "Tensions, contestations & problems",
"description" : "Which problems are identified?, when do they become problems?",
"color": "gray"
},
"security": {
"color": "blue",
"fullname": "Security & types of data",
"sub": {
"definitions": {
"description": "e.g. domain knowledge"
},
"input": {
"description": "e.g. fake data"
}
}
},
"actants":{
"color": "pink",
"sub":{
"algorithm": {},
"technologies": {},
"entities":{
"fullname": "Entities: people, institutions etc."
}
}
},
"relations":{
"color": "red",
"sub": {
"inside-outside":{},
"public-private":{}
}
},
"consequences":{
"color": "green",
"sub":{
"effects":{},
"future-imaginaries":{},
"speculations": {
"description": "what is & what will/can be done."
},
"innovations": {}
}
}
}