From e85a1de443b9a28bec34c219c19a0fbed0259c6a Mon Sep 17 00:00:00 2001 From: IkiWiki Date: Sun, 30 Apr 2023 09:36:04 +0200 Subject: add flowchart --- vuc/ep/flow.dot | 37 +++++++++++++++++++++++++++++++++++++ vuc/ep/flow.pdf | Bin 0 -> 44990 bytes vuc/ep/guarana.md | 2 ++ 3 files changed, 39 insertions(+) create mode 100644 vuc/ep/flow.dot create mode 100644 vuc/ep/flow.pdf diff --git a/vuc/ep/flow.dot b/vuc/ep/flow.dot new file mode 100644 index 0000000..cc4de55 --- /dev/null +++ b/vuc/ep/flow.dot @@ -0,0 +1,37 @@ +# usage: neato -Tpdf -o flow.pdf flow.dot + +digraph { +mode=KK + +node [ fontname="Libertinus Sans" style=rounded shape=none ] +edge [ fontname="Libertinus Sans" len=1.2 ] + +page -> proj -> soda [ dir=none len=1.1 ] +page [ fontname="Libertinus Sans Bold" label=Koncept shape=rectangle ] +proj [ fontname="Libertinus Sans Bold" label=Projekt shape=rectangle ] +soda [ fontname="Libertinus Sans Bold" label=Sodavand shape=rectangle ] + +_col [ label="udvidet kollektiv" ] +_cpy [ label="kopiering af ideer" ] +trus [ label="undertrykkelse\n(martyrium)" style=dotted ] +cens [ label="censur-\nskandale" ] +copy [ label="kopi-\naktivisme" ] +amer [ label="(syd-)\namerikanisme" ] +fair [ label="fair trade" ] +beep [ label="viden\ner magt" ] +secr [ label="magisk\ningrediens" ] +game [ label="(cola-)\nkrig" ] + +page -> _col [ dir=back ] +page -> _cpy [ dir=back style=dotted ] +proj -> cens +proj -> trus [ style=dotted ] +soda -> amer +soda -> copy +soda -> fair +soda -> beep +soda -> secr +soda -> game +_col -> trus -> fair -> amer -> game [ style=invis ] +_cpy -> cens -> copy -> beep -> game [ style=invis ] +} diff --git a/vuc/ep/flow.pdf b/vuc/ep/flow.pdf new file mode 100644 index 0000000..fa98978 Binary files /dev/null and b/vuc/ep/flow.pdf differ diff --git a/vuc/ep/guarana.md b/vuc/ep/guarana.md index b32b027..c04d50b 100644 --- a/vuc/ep/guarana.md +++ b/vuc/ep/guarana.md @@ -81,6 +81,8 @@ på Superflex' website Beskrevet/iscenesat som en "politisk respons". +![handels- og markedsføringsspor](flow) + ## Website Website er fra 2021, -- cgit v1.2.3