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