chronodiagram/app/www/tags.json

81 lines
2.0 KiB
JSON
Raw Normal View History

2022-04-29 12:05:48 +02:00
{
"human-machine": {
2022-05-03 21:54:11 +02:00
"fullname": "Human/machine Entanglements (Appearance/disappearance)",
2022-04-29 12:05:48 +02:00
"color": "orange",
"sub": {
"vision": {
"fullname": "Vision",
"color": "orange"
},
"sound": {},
2022-05-03 21:54:11 +02:00
"behaviour": {},
2022-04-29 12:05:48 +02:00
"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":{
2022-05-03 21:54:11 +02:00
"fullname": "Actants in relation",
2022-04-29 12:05:48 +02:00
"color": "pink",
"sub":{
"algorithm": {},
"technologies": {},
2022-05-03 21:54:11 +02:00
"frt": {},
"cameras": {
"fullname": "CCTV & camera's"
},
2022-04-29 12:05:48 +02:00
"entities":{
"fullname": "Entities: people, institutions etc."
2022-05-03 21:54:11 +02:00
},
"positioning":{
"fullname": "Positioning",
"description": "the positioning of a field/person/oneself in relation to others"
},
2022-04-29 12:05:48 +02:00
"inside-outside":{},
"public-private":{}
}
},
"consequences":{
"color": "green",
"sub":{
"effects":{},
"future-imaginaries":{},
"speculations": {
"description": "what is & what will/can be done."
},
"innovations": {}
}
2022-05-03 21:54:11 +02:00
},
2022-04-29 12:05:48 +02:00
2022-05-03 21:54:11 +02:00
"hesitation":{
"fullname": "Hesitations & corrections",
"color": "yellow"
},
"skip":{
"color": "black"
},
"todo":{
"fullname": "to do / interesting",
"color": "red"
}
2022-04-29 12:05:48 +02:00
}