diff options
Diffstat (limited to 'tex/project-graph.tex')
-rw-r--r-- | tex/project-graph.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tex/project-graph.tex b/tex/project-graph.tex index 1ed5b73..07d5d67 100644 --- a/tex/project-graph.tex +++ b/tex/project-graph.tex @@ -140,6 +140,11 @@ [rbox, above=of runopt, yshift=-8mm, opacity=\ppopacity] {Human error?}; \fi + \ifdefined\confirmbias + \node (confirmbias) + [rbox, above=of humanerr, yshift=-8mm, opacity=\ppopacity] + {Confirmation bias?}; + \fi \ifdefined\depupdate \node (depupdate) [rbox, below=of srun, yshift=+8mm, opacity=\ppopacity] |