# DOT language: https://graphviz.org/doc/info/lang.html
# tardigraph: https://gitlab.constantvzw.org/titipi/tardigraph
# to change the diagram, here: https://pad.constantvzw.org/p/escoladelefants.graph
digraph elefants {
stylesheet="style.css";
bgcolor="transparent";
ranksep=0.75;
ratio=1.5;
# size="146.8x166.2!";
#size="23.4x33!";
#viewport="1500,2000";
compound=true;
splines=curved;
center=true;
overlap="prism0";
overlap_scaling=-5;
K=10;
node [fontname="NotCourierSans",fontsize="20pt",color=transparent]
edge [fontname="Liberation Serif", fontsize="12pt",style=bold,arrowhead="curve",dir=both,arrowtail="curve",style=dotted]
# TYPES OF NODES
subgraph OPERATIONS {
node [fontcolor=green,fontsize="25pt"]
- # "documenting processes"
- publishing
- sharing
- researching
- "engaging audiences"
- administrating
- planning
- "managing activities"
- archiving
- traveling
- producing
- budgeting
- accounting
- "submitting application"
- networking
- degrowing
- abolishing
- "setting boundaries"
- "managing logistics"
- gardening
- "slowing down"
- cleaning
- weeding
- eating
- sleeping
- watering
- "managing resources"
- listening
- exhaustion
- rioting
- "techno-fixing"
- writing
- dying
- extracting
- "working remotely"
- outsourcing
- learning
}
subgraph AGENTS {
node [fontname="Amiamie round",color=black,fontcolor=black]
- "La Esco"
- "La Esco's kitchen"
- RWM
- "my ancestors"
- "your ancestors"
- "an undocumented artist"
- freelancers
- "a worker in burn-out leave"
- "a group of teenagers
- with disabilities"
- "Ghosts"
- # "My friend's childrens"
- "EU"
- ICUB
- pollen
- "readers of the future"
- "cultural workers"
- Hacienda
- "Social security"
- "virus(es)"
- students
- users
- migrants
- neighbours
- "cleaning (externalised) staff"
- "Fabra i Coats apartments"
- compost
- 🌸
- "<3"
- abolishing
- water
- climate
- "our guts"
- "your bubble"
- others
- CO2
- "DU-DA"
- "TITiPI"
}
subgraph embodiedtechnologies {
node[fontname="PicNic",fillcolor="red",style=filled,fontcolor="white",shape=box]
"pain killers"
🐇
trusting
eating
cooking
}
subgraph TOOLS {
node[fontname="PicNic",fillcolor="pink",style=filled,fontcolor="white",shape=box]
- "slack"
- "online calendar"
- "video-calls"
- "group chats"
- "e-invoicing"
- "Gdocs"
- "email"
- # "big file sharing"
- websites
- "online libraries"
- "online editing tools"
- "stremio"
- "online archives"
- # newsletters
- # newslists
}
subgraph INFRASTRUCTURES {
node[fontname="PicNic",fillcolor="orange",style=filled,fontcolor="white",shape=box]
- money
- "social networks"
- "transportation"
- "the cloud"
}
subgraph CONNECTIVETECHNOLOGIES {
node[fontname="PicNic",fillcolor="lightblue",style=filled,fontcolor="white",shape=box]
- "word-to-mouth"
- "online streaming"
- "mobile phones"
- "IRL encounters"
- displays
- "wiki"
- "pads system"
- "orality"
- "a poem"
- podcasts
- "a drawing"
- "netflix"
- "open calls"
- "risograph machine"
- meetings
- startups
- "their bubble"
- "safer space"
- lumbung
}
# RELATIONS
"video-calls" -> "engaging audiences", meetings,"cultural workers"
"e-invoicing" -> accounting,"cultural workers"
"Social security" -> "cultural workers"
🌸 -> 🐇, "cultural workers", migrants, neighbours,"La Esco"
Hacienda -> "cultural workers"
"La Esco's kitchen", "La Esco"-> 🐇
exhaustion -> "video-calls", meetings, climate,"pain killers","group chats"
abolishing -> "the cloud", "netflix", "Gdocs", "open calls", slack
"managing logistics"->"Fabra i Coats apartments"
gardening -> lumbung, weeding
"La Esco" -> lumbung -> "managing resources"
"e-invoicing" -> Hacienda, ICUB
weeding,publishing,networking -> "online archives"-> "social networks"
"risograph machine" -> trusting -> "readers of the future"
# TYPES OF RELATIONS
subgraph HATE {
edge [label="HATE"]
"Ghosts" -> "open calls"
"freelancers" -> "open calls"
}
subgraph DEFEND {
edge [label="DEFEND"]
"Ghosts" -> "IRL meetings"
}
subgraph AMBIGUITY {
edge [label="AMBIGUITY"]
degrowing -> trusting
}
subgraph CANNOT {
edge [label="CAN NOT"]
planning -> "virus(es)", climate
migrants -> "open calls","slowing down"
"an undocumented artist" -> traveling,"slowing down"
"cleaning (externalised) staff" -> "working remotely","slowing down"
subgraph OBLIGATION {
edge [label="OBLIGATION"]
listening -> orality
"Gdocs" -> users
"pain killers" -> "our guts"
"IRL encounters" -> "our guts"
"netflix" -> "our guts"
traveling-> CO2
# TITiPI ->
- outsourcing-> "cleaning (externalised) staff", migrants, freelancers
- "a worker in burn-out leave" -> Gdocs
- "a worker in burn-out leave" -> exhaustion
- "our guts" -> exhaustion
}
subgraph MIMICS {
edge [label="MIMICS"]
- "your bubble"->"your bubble"
- "your bubble" -> "their bubble"
- "their bubble" -> "their bubble"
ICUB -> Hacienda
netflix -> "pain killers"
"pain killers" -> netflix
netflix -> "your bubble"
netflix -> "their bubble"
}
subgraph JUSTIFIES {
edge [label="JUSTIFIES"]
Hacienda -> "pain killers"
freelancers -> "setting boundaries"
dying -> startups
gardening -> degrowing
listening -> podcasts, "IRL encounters"
sharing -> "IRL encounters", orality
climate -> pollen
}
subgraph EMERGES {
edge [label="EMERGES"]
dying -> startups
Hacienda -> dying
startups -> CO2
"DU-DA" -> "a poem"
"a poem" -> "open calls"
"your bubble" -> others
}
subgraph FORBIDS {
edge [label="FORBIDS"]
"La Esco's kitchen" -> eating -> 🐇
"La Esco's kitchen" -> cooking -> 🐇
}
subgraph ENCOURAGES {
edge [label="ENCOURAGES"]
"La Esco" -> lumbung -> "managing resources"
ICUB -> exhaustion
Gdocs -> rioting
EU -> dying
}
}