---
tags: diagramming, flowcharts
title: Diagramming Research
whom: Geoff Cox & Winnie Soon
where: DVS, Zurich
when: 10th or 11th Feb 2022 ??, 13.00- 17.00??
url: https://hackmd.io/@mkJgFtDiQHu5Dt8XKWn0eA/diagrammingworkshop; https://dvstudies.net/research/
---
## PhD workshop: Diagramming Research
by Geoff Cox and Winnie Soon @ Digital Visual Studies, University of Zurich

Taking our departure from the use of diagrams in our book Aesthetic Programming (Soon & Cox 2020), the workshop explores diagramming as research method and experimental practice, as a way to spatialise, imagine and render relations between ideas that are simultaneously concrete and abstract.
As a form of visual knowledge, diagrams are broadly understood as representational resources useful for their problem-solving and explanatory capabilities, helping to define, communicate and illustrate problems and possible solutions. Flowcharts, for instance, have been used as tools since the early days of computer programming to communicate complex logic, and/or to visualize the steps to solve computational problems and further act as a schematic for later programming tasks. But what about their potential to operate outside of representation, as tools for problem-posing rather than problem-solving? Here we come close to theorising the diagram as an 'abstract machine' - a material assemblage of marks and lines of thought, a map of dynamic relations, where different knowledges collide (to paraphrase Deleuze). As such it might be tempting to dismiss graphical visualisation software as lacking this speculative and conceptual dimension. Yet, instead of privileging one tendency over the other, we are interested in combining these different ideas and approaches in this workshop, and to consider the potential of software as coming closer to a drawing practice. In this way, more like a sketch, the diagram becomes a means to scramble knowledge that is pregiven, to allow for the unknown to emerge, and to suggest further lines of research inquiry.
In the workshop, we will use pencil and paper as well as the collaborative coding platform HackMD and visualization software Graphviz. Some preliminary reading is listed below, and we ask participants to come with a written outline of their research projects.
Background reading:
* Simon O’Sullivan, “On the Diagram (and a Practice of Diagrammatics),” in Karin Schneider and Begum Yasar, eds., Situational Diagram (New York: Dominique Lévy, 2016), 13-25. Available at https://www.simonosullivan.net/articles/on_the_diagram.pdf
* Johanna Drucker, Graphesis: Visual Forms of Knowledge Production. MetaLABprojects (Cambridge, MA: Harvard University Press 2014). Available at https://monoskop.org/images/2/2a/Drucker_Johanna_Graphesis_Visual_Forms_of_Knowledge_Production.pdf
* Winnie Soon and Geoff Cox, “Algorithmic Procedures,” in Aesthetic Programming (London: Open Humanities Press 2020), 211-225. Available
at http://openhumanitiespress.org/books/download/Soon-Cox_2020_Aesthetic-Programming.pdf
```graphviz
digraph G {
layout=neato;
"software" -> "studies" -> "is" -> "an" -> "interdisciplinary" -> "field" -> "that" -> "has" ->"developed" -> "to" -> "better" -> "understand" -> "the" -> "social" -> "and" -> "political" -> "processes" -> "practices" -> "and" -> "infrastructures" -> "the" -> "lecture" -> "takes" ->"its" -> "point" -> "of" -> "departure" -> "in" -> "previous" -> "research" -> "projects" -> "and" -> "publications" ->"and" -> "elaborates" -> "on" -> "current" -> "interests" -> "social" -> "and" -> "experimental" -> "publishing" -> "computational" -> "aesthetics" -> "and" -> "machine" -> "vision" -> "what" ->"is" -> "at" -> "stake" -> "is" -> "how" -> "forms" -> "of" -> "power" -> "are" -> "operationalised" -> "through" -> "computational" -> "processes" -> "and" -> "as" -> "such" -> "there" -> "is" ->"a" -> "perceived" -> "need" -> "to" -> "look" -> "beyond" -> "the" -> "acquisition" -> "of" -> "technical" -> "know-how" -> "alone" ->"to" -> "knowledge" -> "practices" -> "more" -> "commonly" -> "associated" -> "with" -> "art" -> "and" -> "culture";
}
```