From b5be89b1ccf2709a00b009998489684ea3511a6e Mon Sep 17 00:00:00 2001 From: cbbcbail Date: Mon, 8 Jan 2024 17:41:15 -0600 Subject: [PATCH] Breaking up markdown files --- designAndUses.md | 46 ++++++++++++++ history.md | 12 ++++ other.md | 13 ++++ src/SUMMARY.md | 6 +- AnnotatedBibliography.md => tools.md | 90 +--------------------------- understanding.md | 33 ++++++++++ 6 files changed, 110 insertions(+), 90 deletions(-) create mode 100644 designAndUses.md create mode 100644 history.md create mode 100644 other.md rename AnnotatedBibliography.md => tools.md (50%) create mode 100644 understanding.md diff --git a/designAndUses.md b/designAndUses.md new file mode 100644 index 0000000..7c2ee58 --- /dev/null +++ b/designAndUses.md @@ -0,0 +1,46 @@ +--- +bibliography: Tables.bib +nocite: "@*" + +csl: ieee.csl +--- + +# Design and Uses of Tabular Visualization + +* Gives some indication of how tables are perceived but not experimental results. Also gives indications of how tables are used and should be designed but again not experimental results. + + __J. Bertin__, "Semiologie Graphique", __1967__ + +* Includes notions of both good and bad table design practices but is asserted without experimental results. Asserts that ordering can be important in improving tabular visualization. + + [@ehrenbergRudimentsNumeracy1977] + + * Website with guidelines based on this work: [Guidelines for Designing Tables](https://understandinggraphics.com/design/data-table-design/) + +* Tufte includes advice on the design and uses of tabular visualization although he makes a lot of assertions without experimental evidence. + + __E. Tufte__ "The visual display of quantitative information", _Graphics Press_, __1983__. + +* The Derivation Problem for Summary Data. + + [@malvestutoDerivationProblemSummary1988] + +* Includes notions of good and bad table design practices, and includes some theory about what you can and can't do with tabular visualizations. + + [@wainerUnderstandingGraphsTables1992] + +* Includes a discussion of designing tables based on goals. + + [@wainerImprovingTabularDisplays1997] + +* Ubiquity and uses of tables as spreadsheets and online visualizations. + + [@koestenTrialsTribulationsWorking2017] + +* How interactive tables and spreadsheets are used by data workers and how effective they are: Untidy Data. + + [@bartramUntidyDataUnreasonable2022] + +* An analysis with design and experiments of the accessibility of web tables for blind and low vision users. + + [@wangWhatMakesWeb2022] diff --git a/history.md b/history.md new file mode 100644 index 0000000..195d967 --- /dev/null +++ b/history.md @@ -0,0 +1,12 @@ +--- +bibliography: Tables.bib +nocite: "@*" + +csl: ieee.csl +--- + +# History of Tabular Visualization + +* The history of tables are explored through the examples of four early tables from 1900 BCE to 1300 CE. + + [@marcheseExploringOriginsTables2011] diff --git a/other.md b/other.md new file mode 100644 index 0000000..e7dbe04 --- /dev/null +++ b/other.md @@ -0,0 +1,13 @@ +--- +bibliography: Tables.bib +nocite: "@*" + +csl: ieee.csl +--- + + +# Other + +* Synopses for Massive Data: Samples, Histograms, Wavelets, Sketches +* E^3: Towards the Metrication of Graphical Presentation Techniques for Large Data Sets +* How Numbers Are Shown: A Review of Research on the Presentation of Quantitative Data diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 6636ca5..913e21b 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,3 +1,7 @@ # Summary -- [Annotated Bibliography](./AnnotatedBibliography.md) +- [Tabular Visualization Tools](./tools.md) +- [Understanding of Tabular Visualization](./understanding.md) +- [Design and Uses of Tabular Visualization](./designAndUses.md) +- [History of Tabular Visualization](./history.md) +- [Other](./other.md) diff --git a/AnnotatedBibliography.md b/tools.md similarity index 50% rename from AnnotatedBibliography.md rename to tools.md index 1be5c7d..ac8bb9a 100644 --- a/AnnotatedBibliography.md +++ b/tools.md @@ -5,10 +5,7 @@ nocite: "@*" csl: ieee.csl --- -# Annotated Bibliography of Tabular Visualization - - -## Tabular Visualization Tools +# Tabular Visualization Tools * A tool for producing tables from the National Bureau of Economic Statistics in 1975 including options for displaying the table and features of the table producing language. @@ -73,88 +70,3 @@ csl: ieee.csl * Integrated visualization techniques for hierarchical tables. [@liHiTailorInteractiveTransformation2023] - - -## Understanding of Tabular Visualization - -* Gives some indication of how tables are perceived but not experimentally based. Also gives indications of how tables are used and should be designed but not experimentally based. - - __J. Bertin__, "Semiologie Graphique", __1967__ - -* Perception of bar charts, pie charts, and tables for the task of comparing proportions of components and combinations of components. They found poor performance for tables compared with the two summary visualizations for such tasks. They did not find ordering to have a significant effect on the task performance. - - [@spenceDisplayingProportionsPercentages1991] - -* Survey paper of perception studies for visualizations including tabular visualizations. - - [@quadriSurveyPerceptionBasedVisualization2022] - -* Comparison of task performance on value retrieval, range, correlation, and a decision task comparing parallel coordinates, scatterplot matrix and tabular visualizations found that tables perform well for in terms of speed and accuracy for decision based tasks. - - [@dimaraConceptualMethodologicalIssues2018] - - -* Comparison of Amar-Eagan-Stasko low level task performances for tables, bar charts, pie charts, scatterplots and line charts reporting user accuracy, speed and preferences found that tables perform well for retrieval and computation tasks compared to other basic charts. - - [@saketTaskBasedEffectivenessBasic2019] - -* Includes experiments comparing tables, bar tables, and bar charts for comparing ratio tasks. The findings show that tables promote unbiased reasoning and avoid problems of confirmation bias in comparison with bar charts by promoting the use of the ratio strategy. - - [@xiongReasoningAffordancesTables2022] - - -## Design and Uses of Tabular Visualization - -* Gives some indication of how tables are perceived but not experimental results. Also gives indications of how tables are used and should be designed but again not experimental results. - - __J. Bertin__, "Semiologie Graphique", __1967__ - -* Includes notions of both good and bad table design practices but is asserted without experimental results. Asserts that ordering can be important in improving tabular visualization. - - [@ehrenbergRudimentsNumeracy1977] - - * Website with guidelines based on this work: [Guidelines for Designing Tables](https://understandinggraphics.com/design/data-table-design/) - -* Tufte includes advice on the design and uses of tabular visualization although he makes a lot of assertions without experimental evidence. - - __E. Tufte__ "The visual display of quantitative information", _Graphics Press_, __1983__. - -* The Derivation Problem for Summary Data. - - [@malvestutoDerivationProblemSummary1988] - -* Includes notions of good and bad table design practices, and includes some theory about what you can and can't do with tabular visualizations. - - [@wainerUnderstandingGraphsTables1992] - -* Includes a discussion of designing tables based on goals. - - [@wainerImprovingTabularDisplays1997] - -* Ubiquity and uses of tables as spreadsheets and online visualizations. - - [@koestenTrialsTribulationsWorking2017] - -* How interactive tables and spreadsheets are used by data workers and how effective they are: Untidy Data. - - [@bartramUntidyDataUnreasonable2022] - -* An analysis with design and experiments of the accessibility of web tables for blind and low vision users. - - [@wangWhatMakesWeb2022] - -## Psychological Model of Visualization - - -## History of Tabular Visualization - -* The history of tables are explored through the examples of four early tables from 1900 BCE to 1300 CE. - - [@marcheseExploringOriginsTables2011] - - -## Other - -* Synopses for Massive Data: Samples, Histograms, Wavelets, Sketches -* E^3: Towards the Metrication of Graphical Presentation Techniques for Large Data Sets -* How Numbers Are Shown: A Review of Research on the Presentation of Quantitative Data diff --git a/understanding.md b/understanding.md new file mode 100644 index 0000000..ffa4d85 --- /dev/null +++ b/understanding.md @@ -0,0 +1,33 @@ +--- +bibliography: Tables.bib +nocite: "@*" + +csl: ieee.csl +--- + +# Understanding of Tabular Visualization + +* Gives some indication of how tables are perceived but not experimentally based. Also gives indications of how tables are used and should be designed but not experimentally based. + + __J. Bertin__, "Semiologie Graphique", __1967__ + +* Perception of bar charts, pie charts, and tables for the task of comparing proportions of components and combinations of components. They found poor performance for tables compared with the two summary visualizations for such tasks. They did not find ordering to have a significant effect on the task performance. + + [@spenceDisplayingProportionsPercentages1991] + +* Survey paper of perception studies for visualizations including tabular visualizations. + + [@quadriSurveyPerceptionBasedVisualization2022] + +* Comparison of task performance on value retrieval, range, correlation, and a decision task comparing parallel coordinates, scatterplot matrix and tabular visualizations found that tables perform well for in terms of speed and accuracy for decision based tasks. + + [@dimaraConceptualMethodologicalIssues2018] + + +* Comparison of Amar-Eagan-Stasko low level task performances for tables, bar charts, pie charts, scatterplots and line charts reporting user accuracy, speed and preferences found that tables perform well for retrieval and computation tasks compared to other basic charts. + + [@saketTaskBasedEffectivenessBasic2019] + +* Includes experiments comparing tables, bar tables, and bar charts for comparing ratio tasks. The findings show that tables promote unbiased reasoning and avoid problems of confirmation bias in comparison with bar charts by promoting the use of the ratio strategy. + + [@xiongReasoningAffordancesTables2022]