Analysis and works from the notes
Citation Network
The 4,227 sources cited by 142 notes, analyzed as a network and drawn as seven works.
Each note on this site ends with its references: papers and web pages. Here each source is a point, and each note is a single line that ties together all the sources it cites, so the picture shows where notes meet on the same sources.
It covers the published notes written between June 2026 and September 2026. The same data is drawn seven ways, and the findings, the method, and the raw data are published alongside.
Overview
-
01
The same data, drawn as three live works and four stills.
-
02
Four points on groups and periods, the source that links groups, and how notes overlap.
-
03
What is counted from the notes and how it becomes a picture; the groups, the periods, the numbers, the raw data, and the references.
01
Works
The live works (weave, constellation, rings) work out where each source goes by forces, in your browser, every time the page opens. The stills (bundle, arcs, river, streamlines) draw the finished picture at once: the bundle, arcs, and river place things in a fixed order, and the streamlines use the positions from the same force computation as the live works.
Each thread is one note, and each knot where threads meet is a source cited by two or more notes.
Each star is a source cited by two or more notes, and lines join stars that are cited together.
Periods run from the center outward, and each source sits on the ring of the period it was first cited, inside its group’s slice.
Sources sit around a circle, and lines bundled along the paths of their groups join sources cited together.
Notes sit on one line in the order they were written, and arcs join notes that cite the same source.
Time runs from left to right, and the width of each band is how often that group’s sources were cited around that time.
The positions of the sources make an invisible flow field, and lines follow that flow.
Hover for a name; click for a card that links to the note or source. Press Esc or click an empty spot to close it. In the live works, “Generate another arrangement” lays the sources out again, and “Save image” saves the current picture.
Built with TypeScript and p5.js 2.3 (p5 runs the canvas and the draw loop; the shapes are drawn straight to Canvas 2D). The counting and grouping run at build time with graphology (the Louvain method and betweenness centrality); the force computation and the drawing of each work are custom code. The site is generated statically with Astro.
- 1 Early June to mid-July 2026 How AI changes designers' work and pay
- 2 Mid to late July 2026 Research methods, and how questions are framed
- 3 Early to late August 2026 Learning, and measuring ability
- 4 Late August 2026 AI slop, and where design as a field came from
- 5 Mid-September 2026 Design systems, and the standards work sits on
- 6 Mid to late September 2026 Judgments handed to AI, and thinking by making
How this work is made (Weave)
Data used
- Citation count
- Co-citation count
- Date written and period
- Group
- Kind
| What you see | What it shows |
|---|---|
| Knot | A source (cited by two or more notes) |
| Knot size | Citation count |
| Filled / ring | Kind (filled is a paper, a ring is a web page) |
| Knot shade | Group (lighter is more web) |
| How close knots sit | Co-citation count (the more, the closer) |
| Thread | A note (it runs through the sources it cites, nearest first) |
| Dots around a thread | Sources only that note cites (their positions mean nothing) |
| Small looped thread | A note that cites no source shared by two or more notes |
| Order threads appear (period at lower left) | Date written and period (oldest note first) |
| Red | What you selected, and the most cited source |
How it is made
Sources are tied by springs as strong as their co-citation count, every source pushes every other away, and each settles where these forces balance. Notes join one at a time in the order they were written; each adds a thread, its new sources, and their springs. The start changes every time the page opens, so the shape changes, but which sources sit near which stays much the same.
closeness ← co-citation count, weight ← citation count
Based on
Jacomy et al. (2014), Eades (1984), Fruchterman & Reingold (1991), Small (1973), Yuksel et al. (2009)
Built with
custom force simulation, and thread curves through the knots (centripetal Catmull-Rom). src/lib/weave-works/weave.ts, src/lib/weave-works/physics.ts
How this work is made (Constellation)
Data used
- Citation count
- Co-citation count
- Date written and period
- Group
- Kind
| What you see | What it shows |
|---|---|
| Star | A source (cited by two or more notes) |
| Star size | Citation count |
| Filled / ring | Kind (filled is a paper, a ring is a web page) |
| Star shade | Group (lighter is more web) |
| Line | Two sources that have been cited together |
| Line width and shade | Co-citation count (the more, the thicker and darker) |
| How close stars sit | Co-citation count (the more, the closer) |
| Order stars light up (period at lower left) | Date written and period (the order of the note that first cites each source) |
| Red | What you selected, and the most cited source |
How it is made
Sources are placed by the same forces as in the weave, and any two sources that have been cited together are joined by a straight line. In the order notes were written, a star lights up when a note first cites it, and a line appears when a note first cites the pair together. No threads are drawn.
line width and shade ← co-citation count
Based on
Jacomy et al. (2014), Eades (1984), Fruchterman & Reingold (1991), Small (1973)
Built with
custom force simulation. src/lib/weave-works/constellation.ts, src/lib/weave-works/physics.ts
How this work is made (Rings)
Data used
- Citation count
- Co-citation count
- Date written and period
- Group
- Kind
| What you see | What it shows |
|---|---|
| Dot | A source (cited by two or more notes) |
| Dot size | Citation count |
| Filled / ring | Kind (filled is a paper, a ring is a web page) |
| Dot shade | Group (lighter is more web) |
| Distance from the center (ring) | The period a source was first cited (the center is the earliest) |
| Angle (slice) | Group (clockwise from the top, from more web to more academic) |
| Slice width | How many sources the group has |
| Position inside a cell | The direction of the sources it is cited with (small shifts mean nothing) |
| Tick | A note (on the ring of its period, in the slice of the group it cites most) |
| Ticks in the last slice | Notes that cite no source shared by two or more notes |
| Line from a tick to a dot | A source the note cites |
| Red | What you selected, and the most cited source |
How it is made
The rings and slices are fixed first, and each source may sit only in the cell where the ring of the period it was first cited meets the slice of its group. Inside a cell it pushes only against sources in the same cell, while the co-citation springs still pull weakly across cells, so it leans toward the side where its partners are. Because the axes are fixed by values in the data, every drawing is on the same scale.
radius ← period first cited, angle ← group
Based on
Jacomy et al. (2014), Eades (1984), Fruchterman & Reingold (1991), Small (1973), Krzywinski et al. (2012)
Built with
custom force simulation held inside the cells. src/lib/weave-works/rings.ts, src/lib/weave-works/physics.ts
How this work is made (Bundle)
Data used
- Citation count
- Co-citation count
- Date written and period
- Group
- Kind
| What you see | What it shows |
|---|---|
| Mark on the circle | A source (cited by two or more notes) |
| Mark size | Citation count |
| Filled / ring | Kind (filled is a paper, a ring is a web page) |
| Mark shade | Group (lighter is more web) |
| Order around the circle | Group (clockwise from the top, from more web to more academic); within a group, by the day first cited |
| Thin outer arc | Where a group runs |
| Line | Two sources that have been cited together |
| Line width and shade | Co-citation count (the more, the thicker and darker), and the shades of the two groups |
| How lines bend | The path through the tree of groups and periods (lines on the same path form bundles) |
| Red | What you selected, and the most cited source |
How it is made
Sources sit around a circle group by group, and within each group in the order they were first cited. A line between two sources cited together does not go straight; it bends along the path through a tree of groups and periods. Lines that share a path overlap, so thick bundles appear between groups that are often linked.
Based on
Holten (2006), Holten & van Wijk (2009), de Boor (1978)
Built with
custom hierarchical bundling (Holten’s method) and B-splines. src/lib/weave-works/bundle.ts
How this work is made (Arcs)
| What you see | What it shows |
|---|---|
| Tick | A note |
| Short, light tick | A note that shares no source with any other note |
| Order (left to right, or top to bottom on narrow screens) | The order notes were written (evenly spaced) |
| Marks and numbers beside the baseline | The periods |
| Arc | Two notes that share at least one source |
| Arc width and shade | Shared-source count (the more, the thicker and darker) |
| Arc size | How far apart the two notes were written |
| Arc shade step | The group most of the shared sources belong to (lighter is more web) |
| Red | The selected note |
How it is made
Notes sit on one line in the order they were written, evenly spaced. Two notes that share a source are joined by a half circle whose diameter is the gap between them. The bigger the arc, the further apart in time the two notes that meet on the same source.
arc width and shade ← shared-source count
Based on
Wattenberg (2002), Kessler (1963)
Built with
custom arc layout. src/lib/weave-works/arcs.ts
How this work is made (River)
| What you see | What it shows |
|---|---|
| Horizontal position | Date written (older on the left) |
| Band | Group |
| Band thickness | How many times notes written around that date cite the group’s sources |
| Band shade | Group (lighter is more web) |
| Order of the bands | Groups that appeared earlier sit further inside |
| Thin vertical lines and dates | Where each period begins |
| Ticks along the bottom | Notes written that day (the more, the longer) |
| Red | What the selected note adds to the river |
How it is made
For each note, the sources it cites (those cited by two or more notes) are counted per group, spread smoothly over the days around when the note was written, and summed per group. The group totals are stacked as bands, and the whole stack is shifted up and down so the bands wiggle as little as possible. Groups that appear early go inside, and later ones are added outside.
band thickness ← citations around that time
Based on
Byron & Wattenberg (2008), Havre et al. (2002), Silverman (1986)
Built with
custom kernel smoothing and wiggle baseline. src/lib/weave-works/river.ts
How this work is made (Streamlines)
| What you see | What it shows |
|---|---|
| Dot | A source (cited by two or more notes) |
| Dot size | Citation count |
| Filled / ring | Kind (filled is a paper, a ring is a web page) |
| Dot shade | Group (lighter is more web) |
| How close dots sit | Co-citation count (the more, the closer) |
| Swirl | A gathering of sources (the more cited, the stronger) |
| Direction of a swirl | Group (neighboring groups turn opposite ways) |
| Line width and shade | How densely sources gather, and the shade of the strongest group there |
| Red | What you selected, and the most cited source |
How it is made
The sources are placed by the same forces as in the weave. Each source becomes a swirl as strong as its citation count, turning one way or the other by group, and a gentle left-to-right current is added; together they make an invisible flow field. Lines are then drawn along that field, keeping them about evenly apart.
swirl strength ← citation count
Based on
Jobard & Lefer (1997), Turk & Banks (1996), Batchelor (1967/2000)
Built with
custom flow field and the Jobard–Lefer method (positions from the custom force simulation). src/lib/weave-works/streamlines.ts, src/lib/weave-works/physics.ts
02
Findings
The sources fall into 11 groups (sources that tend to be cited together), and the notes fall into six periods by the day they were written.
-
Only “Watching the industry” is cited in all six periods.
96 sources, 9% of them papers. Each of the other 10 groups goes uncited in at least one period.
-
Groups made almost entirely of papers are cited mostly in a single period.
In each of the four groups where 95% or more of the sources are papers, at least 74% of the citations fall in one period.
-
The source that links groups most strongly is Doshi & Hauser 2024.
It has the highest betweenness centrality (how often a source lies on the shortest paths between other sources; Freeman, 1977). The eight notes that cite it draw on sources from 7 of the 11 groups.
-
524 pairs of notes share at least one source.
That is 5% of the 10,011 possible pairs among 142 notes.
03
Method
Numbers are taken from the notes, and each work turns them into a picture by its own rules. The counting runs once, when the site is generated, so the same notes always give the same numbers.
-
01
Notes
142 published notes. Drafts are not counted.
-
02
The list of sources
DOIs and URLs are picked up from each note’s references, and repeats of the same source are merged: 4,227 sources.
-
03
The six quantities below are counted.
-
04
The quantities become position, size, shade, and lines. The rules are under each work, in “How this work is made”.
The six quantities
“How this work is made” under each work names the data it uses with these same words.
- Citation count
- How many notes cite the source.
- Co-citation count
- How many notes cite two sources together in the same note.
- Known in analysis as co-citation (Small, 1973)
- Shared-source count
- How many sources two notes both cite.
- Known in analysis as bibliographic coupling (Kessler, 1963)
- Date written and period
- The day a note was first written, and which of the six periods on the top page it falls in.
- Group
- A cluster of sources that tend to be cited together (11, found automatically), and the share of papers in it (more web or more academic).
- Kind
- Whether the source is a paper (DOI or preprint) or a web page.
In the weave, the constellation, the rings, the bundle, and the streamlines, only the 445 sources cited by two or more notes become points (knots), out of 4,227 sources cited. A source cited by only one note becomes one of the tiny dots around its thread in the weave.
The formulas and constants are in the analysis note, under “Formulas of the works”.
The groups
Sources that are often cited together are sorted into groups by the Louvain method (Blondel et al., 2008). How cleanly they separate is measured by modularity (Newman & Girvan, 2004). The calculation decides only which sources share a group; the names and descriptions were written by a person after reading what is inside.
The list runs from web-leaning (few papers) to academic-leaning, the same order as the shades in the pictures and the slices of the rings. A paper is one with a DOI or a preprint on arXiv and similar sites; a web page is a page whose content can change later.
-
Public skill standards
A national standard defining digital skills.
0% papers1 source, cited most in period 5 (Mid-September 2026)
-
Watching the industry
Release notes of design tools, AI company announcements, market surveys and regulation pages. The places the weekly watch revisits.
9% papers96 sources, cited most in period 1 (Early June to mid-July 2026)
-
Delegating judgment to AI, and evaluation standards
Design documents of an AI that returns judgments, and public documents on how to evaluate AI.
25% papers51 sources, cited most in period 6 (Mid to late September 2026)
-
Design systems
Design system specifications, and studies checking whether they work.
63% papers8 sources, cited most in period 5 (Mid-September 2026)
-
LLMs as judges
Using language models to grade and evaluate, and the limits of doing so.
80% papers15 sources, cited most in period 2 (Mid to late July 2026)
-
Research gaps and reframing problems
Sources used to look for gaps in research and to rethink how a problem is framed.
83% papers58 sources, cited most in period 2 (Mid to late July 2026)
-
AI in design practice and education
Studies of what happens when generative AI enters design work and design classrooms (mostly from the HCI conference CHI).
90% papers52 sources, cited most in period 1 (Early June to mid-July 2026)
-
Measuring dispositions and ability
How to measure people's dispositions and abilities, and with what evidence.
95% papers39 sources, cited most in period 3 (Early to late August 2026)
-
Generative art and creativity
Generative art, and research on how AI changes human creativity and the diversity of ideas.
98% papers43 sources, cited most in period 3 (Early to late August 2026)
-
How to frame research questions
How to find new questions, and research through making (Research through Design).
100% papers42 sources, cited most in period 2 (Mid to late July 2026)
-
Learning and cognitive load
Research on the mental load of learning and the supports that help people learn.
100% papers40 sources, cited most in period 3 (Early to late August 2026)
The six periods
These are the same six periods as “Interests over time” on the top page. Time means when a note was first written (the first day it appears in the update log), not when it was last edited.
- 1
Early June to mid-July 2026
How AI changes designers' work and pay
44 notes first written, 149 sources first cited
Most cited group: Watching the industry
- 2
Mid to late July 2026
Research methods, and how questions are framed
37 notes first written, 121 sources first cited
Most cited group: Research gaps and reframing problems
- 3
Early to late August 2026
Learning, and measuring ability
34 notes first written, 115 sources first cited
Most cited group: Generative art and creativity
- 4
Late August 2026
AI slop, and where design as a field came from
10 notes first written, 18 sources first cited
Most cited group: Watching the industry
- 5
Mid-September 2026
Design systems, and the standards work sits on
5 notes first written, 11 sources first cited
Most cited group: Design systems
- 6
Mid to late September 2026
Judgments handed to AI, and thinking by making
12 notes first written, 31 sources first cited
Most cited group: Delegating judgment to AI, and evaluation standards
“Sources first cited” are sources cited by two or more notes that a note from that period cited first. The counts differ from the top page because only published notes are counted here, and the regular watch notes are included.
What position and distance mean
- In the weave, the constellation, and the streamlines, where each source sits is not decided ahead of time; it sits where these forces balance. Sources with a higher co-citation count pull on each other harder. Every source pushes every other away. The whole is pulled gently toward the middle. A source with a higher citation count is heavier and pushes a little harder. The rings use similar forces, but each source moves only inside a fixed cell. The forms of the forces follow ForceAtlas2 (Jacomy et al., 2014); the weight was added for this site.
- When the effect of weight was measured, a heavy source moved less for the same force, but in practice it moved about as far as a light one, because a source cited more often also has more partners pulling on it.
- Only relative closeness means something: sources close together tend to be used in the same notes. The overall shape and direction (which way is up or right) change every time and mean nothing. Distances cannot be measured with a ruler and compared, and closeness in a force-directed picture always leaves room for interpretation (Venturini et al., 2021).
- A force-directed picture depends on where the points start. Gansner et al. (2005) drew the same graphs from 25 random starts to compare them. Showing a single arrangement makes a chance shape look like the answer, so this page grows a different arrangement each time. The number next to the buttons (such as “Arrangement 1234”) is the seed of the arrangement, and it is also added to the URL after the #. Opening a URL with the same number reproduces the same arrangement. Sources that stay close across several arrangements are the most strongly tied.
- The group “Public skill standards” has a single source that is never cited together with another, so its position means nothing.
Numbers
- Published notes
- 142
- Sources cited
- 4,227
- 2,089 with a DOI (an identifier for a paper)
- Sources cited by 2+ notes
- 445
- knots in the weave, stars in the constellation
- Pairs of sources cited together
- 5,870
- the lines of the constellation
- Groups
- 11
- sources that tend to be cited together
- Modularity
- 0.73
- how cleanly the groups separate; closer to 1 is cleaner
137 notes had at least one readable source. The 33 unpublished draft notes are not counted.
Raw data and analysis notes
- Raw data (JSON)
The same data as this page, rebuilt every time the site is generated.
- Analysis note
The steps and results of the calculation.
- Literature note
Prior work on network visualization and data art methods.
References
The analysis and the seven works stand on the methods and ideas below. Mapping fields through citations has been surveyed as the visualization of knowledge domains (Börner et al., 2003), and CiteSpace, described by Chen (2006), is a tool built for it.
What each work is built on
- Weave
- Jacomy et al. (2014), Eades (1984), Fruchterman & Reingold (1991), Small (1973), Yuksel et al. (2009)
- Constellation
- Jacomy et al. (2014), Eades (1984), Fruchterman & Reingold (1991), Small (1973)
- Rings
- Jacomy et al. (2014), Eades (1984), Fruchterman & Reingold (1991), Small (1973), Krzywinski et al. (2012)
- Streamlines
- Jobard & Lefer (1997), Turk & Banks (1996), Batchelor (1967/2000)
Methods of the analysis
- Small, H. (1973). Co-citation in the scientific literature: A new measure of the relationship between two documents. Journal of the American Society for Information Science, 24(4), 265–269. https://doi.org/10.1002/asi.4630240406
- Kessler, M. M. (1963). Bibliographic coupling between scientific papers. American Documentation, 14(1), 10–25. https://doi.org/10.1002/asi.5090140103
- Blondel, V. D., Guillaume, J.-L., Lambiotte, R., & Lefebvre, E. (2008). Fast unfolding of communities in large networks. Journal of Statistical Mechanics: Theory and Experiment, 2008(10), P10008. https://doi.org/10.1088/1742-5468/2008/10/P10008
- Newman, M. E. J., & Girvan, M. (2004). Finding and evaluating community structure in networks. Physical Review E, 69(2), 026113. https://doi.org/10.1103/PhysRevE.69.026113
- Freeman, L. C. (1977). A set of measures of centrality based on betweenness. Sociometry, 40(1), 35–41. https://doi.org/10.2307/3033543
- Brandes, U. (2001). A faster algorithm for betweenness centrality. Journal of Mathematical Sociology, 25(2), 163–177. https://doi.org/10.1080/0022250X.2001.9990249
- Battiston, F., Cencetti, G., Iacopini, I., Latora, V., Lucas, M., Patania, A., Young, J.-G., & Petri, G. (2020). Networks beyond pairwise interactions: Structure and dynamics. Physics Reports, 874, 1–92. https://doi.org/10.1016/j.physrep.2020.05.004
- Börner, K., Chen, C., & Boyack, K. W. (2003). Visualizing knowledge domains. Annual Review of Information Science and Technology, 37(1), 179–255. https://doi.org/10.1002/aris.1440370106
- Chen, C. (2006). CiteSpace II: Detecting and visualizing emerging trends and transient patterns in scientific literature. Journal of the American Society for Information Science and Technology, 57(3), 359–377. https://doi.org/10.1002/asi.20317
Placing by forces (weave, constellation, rings)
- Jacomy, M., Venturini, T., Heymann, S., & Bastian, M. (2014). ForceAtlas2, a continuous graph layout algorithm for handy network visualization designed for the Gephi software. PLoS ONE, 9(6), e98679. https://doi.org/10.1371/journal.pone.0098679
- Eades, P. (1984). A heuristic for graph drawing. Congressus Numerantium, 42, 149–160. https://www.cs.ubc.ca/~will/536E/papers/Eades1984.pdf
- Fruchterman, T. M. J., & Reingold, E. M. (1991). Graph drawing by force-directed placement. Software: Practice and Experience, 21(11), 1129–1164. https://doi.org/10.1002/spe.4380211102
- D3. (n.d.). d3-force [Software documentation]. D3. https://d3js.org/d3-force Checked by reading the official documentation (2026-09-23).
- Gansner, E. R., Koren, Y., & North, S. (2005). Graph drawing by stress majorization. In Graph Drawing (GD 2004) (Lecture Notes in Computer Science, Vol. 3383, pp. 239–250). Springer. https://doi.org/10.1007/978-3-540-31843-9_25
- Venturini, T., Jacomy, M., & Jensen, P. (2021). What do we see when we look at networks: Visual network analysis, relational ambiguity, and force-directed layouts. Big Data & Society, 8(1). https://doi.org/10.1177/20539517211018488
- Krzywinski, M., Birol, I., Jones, S. J. M., & Marra, M. A. (2012). Hive plots: Rational approach to visualizing networks. Briefings in Bioinformatics, 13(5), 627–644. https://doi.org/10.1093/bib/bbr069
Algorithms for the stills (bundle, arcs, river, streamlines)
- Holten, D. (2006). Hierarchical edge bundles: Visualization of adjacency relations in hierarchical data. IEEE Transactions on Visualization and Computer Graphics, 12(5), 741–748. https://doi.org/10.1109/TVCG.2006.147
- Holten, D., & van Wijk, J. J. (2009). Force-directed edge bundling for graph visualization. Computer Graphics Forum, 28(3), 983–990. https://doi.org/10.1111/j.1467-8659.2009.01450.x
- Wattenberg, M. (2002). Arc diagrams: Visualizing structure in strings. In IEEE Symposium on Information Visualization (InfoVis 2002) (pp. 110–116). IEEE. https://doi.org/10.1109/INFVIS.2002.1173155
- Byron, L., & Wattenberg, M. (2008). Stacked graphs: Geometry & aesthetics. IEEE Transactions on Visualization and Computer Graphics, 14(6), 1245–1252. https://doi.org/10.1109/TVCG.2008.166
- Havre, S., Hetzler, E., Whitney, P., & Nowell, L. (2002). ThemeRiver: Visualizing thematic changes in large document collections. IEEE Transactions on Visualization and Computer Graphics, 8(1), 9–20. https://doi.org/10.1109/2945.981848
- Jobard, B., & Lefer, W. (1997). Creating evenly-spaced streamlines of arbitrary density. In Visualization in Scientific Computing ’97 (pp. 43–55). Springer. https://doi.org/10.1007/978-3-7091-6876-9_5
- Turk, G., & Banks, D. (1996). Image-guided streamline placement. In Proceedings of the 23rd Annual Conference on Computer Graphics and Interactive Techniques (SIGGRAPH ’96) (pp. 453–460). ACM. https://doi.org/10.1145/237170.237285
Curves and numerical methods
- Catmull, E., & Rom, R. (1974). A class of local interpolating splines. In R. E. Barnhill & R. F. Riesenfeld (Eds.), Computer aided geometric design (pp. 317–326). Academic Press. https://doi.org/10.1016/B978-0-12-079050-0.50020-5
- Barry, P. J., & Goldman, R. N. (1988). A recursive evaluation algorithm for a class of Catmull-Rom splines. In Proceedings of the 15th Annual Conference on Computer Graphics and Interactive Techniques (SIGGRAPH ’88) (pp. 199–204). ACM. https://doi.org/10.1145/54852.378511
- Yuksel, C., Schaefer, S., & Keyser, J. (2009). On the parameterization of Catmull-Rom curves. In 2009 SIAM/ACM Joint Conference on Geometric and Physical Modeling (pp. 47–53). ACM. https://doi.org/10.1145/1629255.1629262
- Yuksel, C., Schaefer, S., & Keyser, J. (2011). Parameterization and applications of Catmull–Rom curves. Computer-Aided Design, 43(7), 747–755. https://doi.org/10.1016/j.cad.2010.08.008
- de Boor, C. (1978). A practical guide to splines. Springer. ISBN 978-0-387-90356-9
- Bartels, R. H., Beatty, J. C., & Barsky, B. A. (1987). An introduction to splines for use in computer graphics and geometric modeling. Morgan Kaufmann. ISBN 0-934613-27-3
- Press, W. H., Teukolsky, S. A., Vetterling, W. T., & Flannery, B. P. (1992). Numerical recipes in C (2nd ed.). Cambridge University Press. ISBN 0-521-43108-5
- Silverman, B. W. (1986). Density estimation for statistics and data analysis. Chapman & Hall. ISBN 0-412-24620-1
- Batchelor, G. K. (2000). An introduction to fluid dynamics. Cambridge University Press. (Original work published 1967) https://doi.org/10.1017/CBO9780511800955 The link is the DOI of the Cambridge Mathematical Library edition (2000).
Precedents in art
- Lima, M. (2011). Visual complexity: Mapping patterns of information. Princeton Architectural Press. ISBN 978-1-56898-936-5
- Lupi, G., & Posavec, S. (2016). Dear data. Princeton Architectural Press. ISBN 978-1-61689-532-7
- Posavec, S. (n.d.). Writing without words [Artwork]. Stefanie Posavec. https://www.stefanieposavec.com/archive/writing-without-words
- Lombardi, M. (n.d.). Narrative structures [Drawings]. Whitney Museum of American Art. https://whitney.org/artists/7340
- Viégas, F. B., & Wattenberg, M. (2007). Artistic data visualization: Beyond visual analytics. In Online Communities and Social Computing (OCSC 2007) (Lecture Notes in Computer Science, pp. 182–191). Springer. https://doi.org/10.1007/978-3-540-73257-0_21
- Kosara, R. (2007). Visualization criticism: The missing link between information visualization and art. In Proceedings of the 11th International Conference Information Visualization (IV ’07) (pp. 631–636). IEEE. https://doi.org/10.1109/IV.2007.130
- Viégas, F., & Wattenberg, M. (2012). Wind map [Interactive artwork]. hint.fm. http://hint.fm/wind/ Launch year (2012) and authors checked on the official page (it does not open over https, so the http address is given).