Skip to content

Commit

Permalink
Breaking up markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
cbbcbail committed Jan 8, 2024
1 parent 2e066ee commit b5be89b
Show file tree
Hide file tree
Showing 6 changed files with 110 additions and 90 deletions.
46 changes: 46 additions & 0 deletions designAndUses.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
bibliography: Tables.bib
nocite: "@*"
<!-- link-citations: true -->
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]
12 changes: 12 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
bibliography: Tables.bib
nocite: "@*"
<!-- link-citations: true -->
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]
13 changes: 13 additions & 0 deletions other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
bibliography: Tables.bib
nocite: "@*"
<!-- link-citations: true -->
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
6 changes: 5 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -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)
90 changes: 1 addition & 89 deletions AnnotatedBibliography.md → tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
33 changes: 33 additions & 0 deletions understanding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
bibliography: Tables.bib
nocite: "@*"
<!-- link-citations: true -->
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]

0 comments on commit b5be89b

Please sign in to comment.