# 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"]

}

subgraph AGENTS {
node [fontname="Amiamie round",color=black,fontcolor=black]
}

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]

}


subgraph INFRASTRUCTURES {
node[fontname="PicNic",fillcolor="orange",style=filled,fontcolor="white",shape=box]
}
subgraph CONNECTIVETECHNOLOGIES {
node[fontname="PicNic",fillcolor="lightblue",style=filled,fontcolor="white",shape=box]

}

# 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 -> 
}

subgraph MIMICS {
edge [label="MIMICS"]

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

}











}