new (yet intermediary) tags

This commit is contained in:
Ruben van de Ven 2022-05-03 21:54:11 +02:00
parent d4512a2580
commit 5a3c2a5368

View file

@ -1,6 +1,6 @@
{ {
"human-machine": { "human-machine": {
"fullname": "Human/machine Entanglements", "fullname": "Human/machine Entanglements (Appearance/disappearance)",
"color": "orange", "color": "orange",
"sub": { "sub": {
"vision": { "vision": {
@ -8,6 +8,7 @@
"color": "orange" "color": "orange"
}, },
"sound": {}, "sound": {},
"behaviour": {},
"other-senses": { "other-senses": {
"fullname": "Other senses" "fullname": "Other senses"
} }
@ -31,18 +32,22 @@
} }
}, },
"actants":{ "actants":{
"fullname": "Actants in relation",
"color": "pink", "color": "pink",
"sub":{ "sub":{
"algorithm": {}, "algorithm": {},
"technologies": {}, "technologies": {},
"frt": {},
"cameras": {
"fullname": "CCTV & camera's"
},
"entities":{ "entities":{
"fullname": "Entities: people, institutions etc." "fullname": "Entities: people, institutions etc."
} },
} "positioning":{
}, "fullname": "Positioning",
"relations":{ "description": "the positioning of a field/person/oneself in relation to others"
"color": "red", },
"sub": {
"inside-outside":{}, "inside-outside":{},
"public-private":{} "public-private":{}
} }
@ -57,8 +62,20 @@
}, },
"innovations": {} "innovations": {}
} }
} },
"hesitation":{
"fullname": "Hesitations & corrections",
"color": "yellow"
},
"skip":{
"color": "black"
},
"todo":{
"fullname": "to do / interesting",
"color": "red"
}
} }